Methods of Proof · Topic 4 of 5
4. Proof by Contradiction
Theory
Some statements are hard to prove directly but easy to prove by ruling out the alternative. In proof by contradiction you assume the statement is false, then reason until you reach something impossible. Since the reasoning was sound, the only faulty step must have been the assumption — so the original statement is true.
To prove “if then ”, assume is true and is false, and derive a contradiction. The classic results proved this way are that is irrational and that there are infinitely many primes.
The most-used tool is the representation of integers: an even number is and an odd number is (or ) for integer . Squaring these keeps the parity visible.
The Golden Rule: state the assumption explicitly — “Assume, for contradiction, that…” — carry it through until two statements directly conflict, then name the contradiction before concluding. The examiner is looking for that named clash.
⚠️ Common Examiner Traps
- Negating the statement wrongly: the opposite of “ is even” is “ is odd”, and you must assume that alongside the given hypothesis, not instead of it.
- Never actually reaching a contradiction: the proof only works once you point to two things that cannot both be true. Circular reasoning that never conflicts proves nothing.
- Confusing it with contrapositive: contradiction assumes the hypothesis and the negated conclusion; contrapositive proves “not implies not ” directly, with no assumption of .
- Rushing the conclusion: after the contradiction, state plainly that the assumption was false and therefore the original statement holds.
Worked examples
Example 1
Prove by contradiction that if is even, then is even (for ).
Step 1: Assume, for contradiction, that is even but is odd.
Step 2: If is odd, write for some integer . Then:
Step 3: This has the form , so is odd.
Step 4: But we assumed was even. It cannot be both even and odd — a contradiction. Therefore the assumption that is odd is false, so must be even.
Example 2
Prove by contradiction that is irrational.
Step 1: Assume, for contradiction, that is rational. Then it can be written as a fraction in lowest terms:
Step 2: Square both sides and rearrange:
Step 3: So is even, which (by the previous result) means is even. Write :
Step 4: Then is even, so is even too.
Step 5: But now and are both even, so they share a factor of — contradicting the assumption that the fraction was in lowest terms. Therefore cannot be written as such a fraction, so it is irrational.
Example 3
Prove by contradiction that if is even, then is even (for ).
Step 1: Assume, for contradiction, that is even but is odd.
Step 2: If is odd, write :
Step 3: This has the form , so is odd.
Step 4: This contradicts the assumption that is even. Hence cannot be odd, so is even.