Methods of Proof · Topic 1 of 5
1. Direct Proof & Counterexample
Theory
A direct proof starts from the definitions and assumptions and deduces the conclusion through valid steps. The key is translating words into algebra: an even number is , an odd number is , for some integer .
To disprove a statement claimed to hold for all cases, a single counterexample is enough.
The Golden Rule: for a direct proof, turn the words into general algebra and manipulate to the required form. To disprove a “for all” claim, you need only one case that fails.
⚠️ Common Examiner Traps
- Testing numbers instead of proving: checking a few cases does not prove a general statement — use a general , etc.
- Invalid counterexample: a counterexample must satisfy the hypothesis but break the conclusion.
- Not reaching the required form: finish by showing the result is exactly what was asked (e.g. of the form ).
Worked examples
Example 1
Prove that the sum of any two odd numbers is even.
Step 1: Let the two odd numbers be and , where are integers.
Step 2: Add them:
Step 3: Since is an integer, the sum is a multiple of , and is therefore even, as required.
Example 2
Disprove the statement: “ is prime for every positive integer .”
Step 1: Look for a value of that makes the expression factorise. Try :
Step 2: But , which is not prime. So is a counterexample, and the statement is false.