Definition:Disjunction
Definition
Disjunction is a binary connective written symbolically as $p \lor q$ whose behaviour is as follows:
- $p \lor q$
is defined as:
- Either $p$ is true or $q$ is true or both $p$ and $q$ are true.
This is called the disjunction of $p$ and $q$.
$p \lor q$ is voiced:
- $p$ or $q$
General Definition
Let $p_1, p_2, \ldots, p_n$ be statements.
The disjunction of $p_1, p_2, \ldots, p_n$ is defined as:
- $\ds \bigvee_{i \mathop = 1}^n \ p_i = \begin{cases} p_1 & : n = 1 \\ & \\ \ds \paren {\bigvee_{i \mathop = 1}^{n - 1} \ p_i} \lor p_n & : n > 1 \end{cases}$
That is:
- $\ds \bigvee_{i \mathop = 1}^n \ p_i = p_1 \lor p_2 \lor \cdots \lor p_{n - 1} \lor p_n$
In terms of the set $P = \set {p_1, \ldots, p_n}$ this can also be rendered:
- $\ds \bigvee P$
and is referred to as the disjunction of $P$.
Truth Function
The disjunction connective defines the truth function $f^\lor$ as follows:
\(\ds \map {f^\lor} {\F, \F}\) | \(=\) | \(\ds \F\) | ||||||||||||
\(\ds \map {f^\lor} {\F, \T}\) | \(=\) | \(\ds \T\) | ||||||||||||
\(\ds \map {f^\lor} {\T, \F}\) | \(=\) | \(\ds \T\) | ||||||||||||
\(\ds \map {f^\lor} {\T, \T}\) | \(=\) | \(\ds \T\) |
Truth Table
The characteristic truth table of the logical disjunction operator $p \lor q$ is as follows:
- $\begin{array}{|cc||c|} \hline p & q & p \lor q \\ \hline \F & \F & \F \\ \F & \T & \T \\ \T & \F & \T \\ \T & \T & \T \\ \hline \end{array}$
Boolean Interpretation
The truth value of $\mathbf A \lor \mathbf B$ under a boolean interpretation $v$ is given by:
- $\map v {\mathbf A \lor \mathbf B} = \begin{cases} \F & \text{if } \map v {\mathbf A} = \map v {\mathbf B} = \F \\ \T & \text{otherwise} \end{cases}$
Disjunct
The substatements $p$ and $q$ are known as the disjuncts.
Semantics of the Disjunction
The disjunction is used to symbolise any statement in natural language such that at least one of two substatements are held to be true.
Thus, $p \lor q$ can be interpreted as:
- $p$ or $q$
- $p$ or $q$ or both
- $p$ unless $q$
- Unless $p$, $q$.
Notational Variants
Various symbols are encountered that denote the concept of disjunction:
Symbol | Origin | Known as |
---|---|---|
$p \lor q$ | 1910: Alfred North Whitehead and Bertrand Russell: Principia Mathematica | vee or vel |
$p\ \mathsf{OR} \ q$ | ||
q$ | Used in various computer programming languages | |
$p + q$ | ||
$\operatorname A p q$ | Łukasiewicz's Polish notation |
Also known as
The disjunction is also known as the logical sum.
The symbol $\lor$ comes from the first letter of the Classical Latin vel, whose meaning is or.
This usage of or, that allows the case where both disjuncts are true, is called inclusive or, or the inclusive disjunction.
In natural language the term and/or is often seen, especially in the case of legal documents.
Some sources refer to this as the weak or, where the strong or is used in the sense of the exclusive or.
$p \lor q$ is also called the logical alternation, or just alternation, of $p$ and $q$.
Treatments which consider logical connectives as functions may refer to this operator as the disjunctive function.
Examples
Arbitrary Example
The statement:
- Either $2 + 2 = 4$ or $6$ is an odd number
is a disjunction whose truth value is true, because one of the disjuncts is true .
The statement:
- Either $2 + 2 = 4$ or $6$ is not an odd number
is a disjunction whose truth value is true, because both of the disjuncts is true .
The statement:
- Either $2 + 2 = 5$ or $6$ is an odd number
is a disjunction whose truth value is false, because neither of the disjuncts is true .
Waiver of Premiums
- Premiums will be waived in the event of sickness or unemployment
is a disjunction whose disjuncts are:
- Premiums will be waived in the event of sickness
- Premiums will be waived in the event of unemployment
the unspoken understanding being that in the event of both sickness and unemployment, premiums will also be waived.
Also see
- Results about disjunction can be found here.
Sources
- 1910: Alfred North Whitehead and Bertrand Russell: Principia Mathematica: Volume $\text { 1 }$ ... (previous) ... (next): Chapter $\text{I}$: Preliminary Explanations of Ideas and Notations
- 1946: Alfred Tarski: Introduction to Logic and to the Methodology of Deductive Sciences (2nd ed.) ... (previous) ... (next): $\S \text{II}.7$: Sentential Calculus
- 1955: John L. Kelley: General Topology ... (previous) ... (next): Chapter $0$: Subsets and Complements; Union and Intersection
- 1959: A.H. Basson and D.J. O'Connor: Introduction to Symbolic Logic (3rd ed.) ... (previous) ... (next): $\S 2.3$: Basic Truth-Tables of the Propositional Calculus
- 1960: Paul R. Halmos: Naive Set Theory ... (previous) ... (next): $\S 2$: The Axiom of Specification
- 1964: Donald Kalish and Richard Montague: Logic: Techniques of Formal Reasoning ... (previous) ... (next): $\text{II}$: 'AND', 'OR', 'IF AND ONLY IF': $\S 1$
- 1965: E.J. Lemmon: Beginning Logic ... (previous) ... (next): Chapter $1$: The Propositional Calculus $1$: $3$ Conjunction and Disjunction
- 1971: Robert H. Kasriel: Undergraduate Topology ... (previous) ... (next): Chapter $1$: Sets, Functions, and Relations: $\S 2$: Some Remarks on the Use of the Connectives and, or, implies
- 1972: A.G. Howson: A Handbook of Terms used in Algebra and Analysis ... (previous) ... (next): $\S 1$: Some mathematical language: Connectives
- 1972: Patrick Suppes: Axiomatic Set Theory (2nd ed.) ... (previous) ... (next): $\S 1.2$ Logic and Notation
- 1973: Irving M. Copi: Symbolic Logic (4th ed.) ... (previous) ... (next): $2$ Arguments Containing Compound Statements: $2.1$: Simple and Compound Statements
- 1980: D.J. O'Connor and Betty Powell: Elementary Logic ... (previous) ... (next): $\S \text{I}: 2$: Logical Constants $(1)$
- 1982: P.M. Cohn: Algebra Volume 1 (2nd ed.) ... (previous) ... (next): Chapter $1$: Sets and mappings: $\S 1.1$: The need for logic
- 1988: Alan G. Hamilton: Logic for Mathematicians (2nd ed.) ... (previous) ... (next): $\S 1$: Informal statement calculus: $\S 1.1$: Statements and connectives
- 1989: Ephraim J. Borowski and Jonathan M. Borwein: Dictionary of Mathematics ... (previous) ... (next): disjunction, alternation, or logical sum
- 1993: M. Ben-Ari: Mathematical Logic for Computer Science ... (previous) ... (next): Chapter $2$: Propositional Calculus: $\S 2.1$: Boolean operators
- 1993: Keith Devlin: The Joy of Sets: Fundamentals of Contemporary Set Theory (2nd ed.) ... (previous) ... (next): $\S 1$: Naive Set Theory: $\S 1.1$: What is a Set?
- 1996: H. Jerome Keisler and Joel Robbin: Mathematical Logic and Computability ... (previous) ... (next): $\S 1.1$: Introduction
- 1998: David Nelson: The Penguin Dictionary of Mathematics (2nd ed.) ... (previous) ... (next): disjunction (alternation)
- 1998: David Nelson: The Penguin Dictionary of Mathematics (2nd ed.) ... (previous) ... (next): or
- 1999: András Hajnal and Peter Hamburger: Set Theory ... (previous) ... (next): $1$. Notation, Conventions
- 2000: Michael R.A. Huth and Mark D. Ryan: Logic in Computer Science: Modelling and reasoning about systems ... (previous) ... (next): $\S 1.1$: Declarative sentences
- 2000: James R. Munkres: Topology (2nd ed.) ... (previous) ... (next): $1$: Set Theory and Logic: $\S 1$: Fundamental Concepts
- 2008: David Joyner: Adventures in Group Theory (2nd ed.) ... (previous) ... (next): Chapter $1$: Elementary, my dear Watson: $\S 1.1$: You have a logical mind if...
- 2008: David Nelson: The Penguin Dictionary of Mathematics (4th ed.) ... (previous) ... (next): disjunction (alternation)
- 2008: David Nelson: The Penguin Dictionary of Mathematics (4th ed.) ... (previous) ... (next): or
- 2010: Raymond M. Smullyan and Melvin Fitting: Set Theory and the Continuum Problem (revised ed.) ... (previous) ... (next): Chapter $1$: General Background: $\S 6$ Significance of the results
- 2012: M. Ben-Ari: Mathematical Logic for Computer Science (3rd ed.) ... (previous) ... (next): $\S 2.2.3$
- 2014: Christopher Clapham and James Nicholson: The Concise Oxford Dictionary of Mathematics (5th ed.) ... (previous) ... (next): disjunction
- 2014: Christopher Clapham and James Nicholson: The Concise Oxford Dictionary of Mathematics (5th ed.) ... (previous) ... (next): inclusive disjunction