Pure · Proof
1 / 9
Proof by contradiction
Assuming the opposite of what you want to prove, deriving a logical contradiction, and concluding the original must be true. Negating a statement correctly, the classic results (√2 is irrational), and why reaching an actual contradiction is the whole point. (A-level / Year 2.)
Pure · Proof
Proof by contradiction
Assuming the opposite of what you want to prove, deriving a logical contradiction, and concluding the original must be true. Negating a statement correctly, the classic results (√2 is irrational), and why reaching an actual contradiction is the whole point. (A-level / Year 2.)
Why it works
In a proof by contradiction you assume the opposite of what you want to prove, then reason until you hit something impossible — a statement that contradicts a known fact or your own assumption. Since the reasoning was valid, the only thing that can be wrong is the assumption, so the assumption is false and the original statement is true.The skeleton is always the same:
- Assume the negation of the claim.
- Reason by valid steps.
- Reach a contradiction (something that is false, or that conflicts with the
- Conclude: the assumption was false, therefore the original claim holds.