Mathwords logoMathwords

Disjunctive Syllogism — Definition, Formula & Examples

Disjunctive syllogism is a rule of inference stating that if you know "P or Q" is true and P is false, then Q must be true. It lets you eliminate one option from an "or" statement to conclude the other.

Given premises PQP \lor Q and ¬P\lnot P, the conclusion QQ follows as valid. Symbolically: PQ, ¬PQP \lor Q,\ \lnot P \vdash Q. The rule applies symmetrically: from PQP \lor Q and ¬Q\lnot Q, one may conclude PP.

Key Formula

PQ,¬PQP \lor Q,\quad \lnot P \quad \Rightarrow \quad Q
Where:
  • PP = First proposition in the disjunction
  • QQ = Second proposition in the disjunction
  • ¬P\lnot P = Negation of P (P is false)

How It Works

Start with a disjunction — a statement of the form "P or Q." Then identify that one of the disjuncts is false (you have its negation as a separate premise). Since at least one part of an "or" statement must be true, the remaining disjunct must be the true one. This reasoning works because "or" in logic means at least one side holds.

Example

Problem: Given: (1) The shape is a triangle or a quadrilateral. (2) The shape is not a triangle. What can you conclude?
Identify the disjunction: Premise 1 has the form P ∨ Q, where P = "the shape is a triangle" and Q = "the shape is a quadrilateral."
PQP \lor Q
Identify the negation: Premise 2 tells us the shape is not a triangle, giving us ¬P.
¬P\lnot P
Apply disjunctive syllogism: Since one part of the "or" is false, the other must be true.
Q\therefore Q
Answer: The shape is a quadrilateral.

Why It Matters

Disjunctive syllogism appears frequently in two-column geometry proofs and discrete mathematics courses when you need to narrow down possibilities. It also mirrors everyday reasoning — if a number is even or odd, and you prove it is not even, you know it is odd.

Common Mistakes

Mistake: Trying to conclude ¬Q from P ∨ Q and P (affirming one disjunct to deny the other).
Correction: In an inclusive "or," both P and Q can be true simultaneously. Disjunctive syllogism only works by negating one disjunct, not by affirming one.