MathematicsDiscrete MathematicsMedium

Proof by Contradiction

Also known as:Reductio ad AbsurdumIndirect Proof

Proof by contradiction (reductio ad absurdum) is a logical proof technique in which one assumes the negation of the statement to be proved, then derives a logical contradiction, thereby establishing the original statement's truth. It relies on the law of the excluded middle: a proposition is either true or false, with no middle ground. Classic examples include proofs that √2 is irrational and that there are infinitely many prime numbers.

Worked Example

Problem

Prove that √2 is irrational.

Solution

Step 1 (Assume negation): Suppose √2 is rational. Then √2 = p/q where p, q ∈ ℤ, q ≠ 0, and gcd(p, q) = 1 (fraction in lowest terms). Step 2: Square both sides: 2 = p²/q², so p² = 2q². Step 3: p² is even, so p must be even (if p were odd, p² would be odd). Write p = 2m. Step 4: Then (2m)² = 2q², so 4m² = 2q², giving q² = 2m². Step 5: q² is even, so q must be even. Step 6 (Contradiction): Both p and q are even, contradicting gcd(p, q) = 1. Conclusion: The assumption that √2 is rational is false.

Answer

√2 is irrational. (Proven by contradiction.)

Comparison of Proof Techniques in Discrete Mathematics

TechniqueAssumptionMechanismBest Used When
Direct ProofP is trueDerive Q step by stepClear algebraic chain exists
Proof by ContradictionNegate the conclusionReach absurdityNegation is easier to manipulate
Proof by ContrapositiveAssume ¬QDerive ¬P¬Q → ¬P is simpler than P → Q
Mathematical InductionP(1) true + P(k) trueExtend to P(k+1)Statement involves all naturals
Existence ProofNoneConstruct or countNeed to show something exists

Interactive Tools

Khan Academy — Proof by Contradiction

Open Tool

Brilliant — Proof Techniques

Open Tool

Wolfram MathWorld — Reductio ad Absurdum

Open Tool
Visual representation of Euclid's proof of infinite primes using contradiction

Wikimedia Commons, CC BY-SA

Related Terms

The Latin phrase reductio ad absurdum means "reduction to the absurd." The technique was used extensively by ancient Greek mathematicians, including Euclid (c. 300 BCE) in his proof that there are infinitely many primes, and by Aristotle who discussed it in Prior Analytics.

logicproof-techniqueirrational-numbersdiscrete-mathnumber-theory