Disjunction Formula
The Formula
When to use: At least one must be true. Logical OR is inclusive โ "P or Q or both" โ unlike the exclusive everyday "either/or."
Quick Example
Notation
What This Formula Means
A disjunction P \vee Q is a compound statement that is true whenever at least one of its parts is true.
At least one must be true. Logical OR is inclusive โ "P or Q or both" โ unlike the exclusive everyday "either/or."
Formal View
Worked Examples
Example 1
easySolution
- 1 p: '2 is even' โ True. q: '2 is odd' โ False.
- 2 p \lor q = T \lor F = T.
- 3 In logic, p \lor q (inclusive or) is true when at least one of p, q is true.
Answer
Example 2
mediumCommon Mistakes
- Using exclusive-or reasoning โ in logic, P \vee Q is true when both are true, unlike everyday 'or'
- Thinking P \vee Q means exactly one is true โ that is XOR (P \oplus Q), not OR
- Confusing \vee (or) with \wedge (and) โ P \vee Q is false ONLY when both are false
Why This Formula Matters
Disjunction expresses alternatives and is the logical backbone of union, piecewise definitions, and compound probability.
Frequently Asked Questions
What is the Disjunction formula?
A disjunction P \vee Q is a compound statement that is true whenever at least one of its parts is true.
How do you use the Disjunction formula?
At least one must be true. Logical OR is inclusive โ "P or Q or both" โ unlike the exclusive everyday "either/or."
What do the symbols mean in the Disjunction formula?
P \vee Q
Why is the Disjunction formula important in Math?
Disjunction expresses alternatives and is the logical backbone of union, piecewise definitions, and compound probability.
What do students get wrong about Disjunction?
Logical OR is inclusive (includes 'both'). 'XOR' is exclusive (one but not both).
What should I learn before the Disjunction formula?
Before studying the Disjunction formula, you should understand: logical statement.