inclusive disjunction

C2
UK/ɪnˈkluː.sɪv dɪsˈdʒʌŋk.ʃən/US/ɪnˈkluː.sɪv dɪsˈdʒʌŋk.ʃən/

Technical / Formal Academic

My Flashcards

Definition

Meaning

A logical operation (typically "or") that outputs true when at least one of its operands is true, with both being true also accepted.

A choice, union, or combination where elements are not mutually exclusive; all relevant options can be true or valid simultaneously.

Linguistics

Semantic Notes

In standard English, the word 'or' is often ambiguous between inclusive and exclusive ('either A or B but not both') interpretations. 'Inclusive disjunction' is the technical term that removes this ambiguity, specifying the inclusive case. It is the default in formal logic and mathematics.

Dialectal Variation

British vs American Usage

Differences

No significant lexical or grammatical differences. The term is identical and used identically in formal contexts in both varieties.

Connotations

Purely technical, with no regional connotative differences.

Frequency

Equally rare in general discourse and equally common in technical fields like logic, computer science, and mathematics in both regions.

Vocabulary

Collocations

strong
logicaltruth table foroperatorsymbol ∨propositional logic
medium
meaning ofuse andefinecontrast with exclusive
weak
simplebasiccommon

Grammar

Valency Patterns

The inclusive disjunction of X and YX is in inclusive disjunction with YTo perform an inclusive disjunction

Vocabulary

Synonyms

Strong

disjunction (in formal logic context)∨ (logical symbol)

Neutral

logical ORnon-exclusive or

Weak

and/or (in legal/plain language)

Vocabulary

Antonyms

exclusive disjunctionexclusive orXORlogical inequality

Usage

Context Usage

Business

Rare. Might appear in technical specifications or formal requirement documents using logical conditions.

Academic

Primary domain. Used in philosophy (logic), mathematics, computer science, and linguistics seminars.

Everyday

Virtually never used. The concept is conveyed by ambiguous 'or' or the phrase 'A or B or both'.

Technical

Core term in formal logic, programming (e.g., the `|` operator in many languages), circuit design, and set theory.

Examples

By Part of Speech

adjective

British English

  • The inclusive-disjunction operator is fundamental.
  • We need an inclusive-disjunction gate in the circuit.

American English

  • The inclusive-disjunction operation is defined in the truth table.
  • An inclusive-disjunction interpretation is required here.

Examples

By CEFR Level

B2
  • In logic, 'or' often means inclusive disjunction, allowing both options to be true.
  • The statement 'You need a passport or a driving license' is usually an inclusive disjunction; both documents are acceptable.
C1
  • The truth table for an inclusive disjunction shows the output is false only when both inputs are false.
  • Philosophy students must distinguish between inclusive and exclusive disjunction when analysing arguments.
C2
  • The theorem's proof relied on the distributivity of conjunction over inclusive disjunction within the Boolean algebra.
  • In the predicate calculus, the universal quantifier does not distribute over inclusive disjunction, leading to a common inferential fallacy.

Learning

Memory Aids

Mnemonic

Think of an INCLUSIVE club: you can be in club A, OR club B, OR be in BOTH. Inclusive disjunction welcomes all true conditions.

Conceptual Metaphor

LOGICAL OPERATIONS ARE MATHEMATICAL FUNCTIONS / JOINING WITHOUT EXCLUSION.

Watch out

Common Pitfalls

Translation Traps (for Russian speakers)

  • Avoid translating directly as 'инклюзивный разрыв' – this is nonsensical. The correct equivalent is 'нестрогая дизъюнкция' or 'логическое ИЛИ'.
  • The English term is a compound noun where 'inclusive' modifies 'disjunction'. Russian often uses an adjective ('нестрогая') for the same concept.

Common Mistakes

  • Using 'inclusive disjunction' in everyday conversation where simple 'or' suffices.
  • Confusing it with 'inclusion', which is a different concept (often about diversity).
  • Pronouncing 'disjunction' with a /j/ sound as in 'junction' – it's /dʒ/.

Practice

Quiz

Fill in the gap
In computer science, the bitwise OR operator performs an , setting a bit to 1 if either or both corresponding bits are 1.
Multiple Choice

Which of the following English sentences best illustrates the CONCEPT of an inclusive disjunction?

FAQ

Frequently Asked Questions

No. In everyday English, 'or' is often ambiguous. Context usually determines if it's inclusive ('soup or salad' – you can have both) or exclusive ('right or left' – you must choose one). 'Inclusive disjunction' is the technical term for the formal logical operator.

The most common symbol is the wedge (∨), derived from the Latin 'vel'. In programming and electronics, the plus sign (+) or the vertical bar (|) are often used.

A job advert stating 'Requirements: a university degree or five years of professional experience' is typically inclusive. A candidate with both a degree AND five years of experience is still qualified.

The opposite is an exclusive disjunction (often called 'exclusive or' or XOR). It outputs true only when exactly one of the inputs is true, excluding the case where both are true.