Methods of Proof · Topic 2 of 5
2. Proof by Contrapositive
Theory
To prove “if then ”, it is sometimes easier to prove the logically equivalent contrapositive: “if not then not ”. The two statements are always true or false together.
The Golden Rule: the contrapositive negates and swaps the two parts. It is not the converse “if then ”, which is not equivalent.
⚠️ Common Examiner Traps
- Contrapositive vs converse: the converse is a different statement — do not prove that instead.
- Negating carelessly: the negation of “even” is “odd”; make sure the negations are exact.
- Stopping early: once the contrapositive is proved, state that the original statement therefore holds.
Worked examples
Example 1
Prove, by contrapositive, that for any integer , if is even then is even.
Step 1: The contrapositive is: “if is odd then is odd”. Assume is odd, so .
Step 2: Square it:
Step 3: This is of the form , so is odd. The contrapositive holds, so the original statement is true.
Example 2
Prove, by contrapositive, that for any integer , if is odd then is odd.
Step 1: The contrapositive is: “if is even then is even”. Assume is even, so .
Step 2: Substitute:
Step 3: This is even. The contrapositive holds, so the original statement is true.