This mini-lesson covers the whole of Topic 1 — Proof in Edexcel 9MA0: the structure of a mathematical argument (⇒, ⇐, ⇔, ∴, ≡), proof by deduction, proof by exhaustion, disproof by counter-example, and — new at A-level — proof by contradiction, including the two classics: √2 is irrational and there are infinitely many primes.
Work through each screen, answer the questions as you go (some are wordy, most are calculations) and collect ⭐ stars. Watch for the Exam trap notes — that is where the marks get thrown away. Press Start when you are ready.
A proof is a watertight chain of reasoning from things already agreed (definitions, axioms, established results) to the statement you want. Every line must follow from the last — an example is not a proof.
Exam trap: markers penalise the lazy ⇔. Only use it when both directions genuinely hold. Also: squaring is not reversible, so a ⇒ b does not give you b ⇒ a for free.
Deduction is the workhorse: take a general object, argue algebraically, land on the result. The trick is choosing the right general form.
Let n be odd, so n = 2k + 1 for some integer k.
n² = (2k + 1)² = 4k² + 4k + 1 = 2(2k² + 2k) + 1
2k² + 2k is an integer, so n² is 2 × (integer) + 1, i.e. odd. ∎
(n + 1)³ − n³ = 3n² + 3n + 1 = 3n(n + 1) + 1
n and n + 1 are consecutive, so one of them is even ⇒ n(n + 1) is even ⇒ 3n(n + 1) is even.
Even + 1 is odd. ∎
Exam trap: writing “let n = 2k + 1 and m = 2k + 1” for two odd numbers forces them to be equal. Use different letters: 2k + 1 and 2m + 1.
Exhaustion splits the problem into a finite list of cases that between them cover every possibility, then checks each one. It is only valid if the cases really are exhaustive.
Every integer is 6k, 6k ± 1, 6k ± 2 or 6k + 3.
6k, 6k ± 2 are even; 6k + 3 is a multiple of 3. So any prime bigger than 3 must be 6k ± 1.
Check: 5 = 6−1, 7 = 6+1, 11 = 12−1, 13 = 12+1, 17 = 18−1, 19 = 18+1, 23 = 24−1, 29 = 30−1. ∎
Case-splitting is exhaustion too: to prove n² + n is even for all integers n, split into n even and n odd — two cases that cover ℤ.
Exam trap: exhaustion with a huge or infinite number of cases is not a proof. If you cannot list the cases, deduce instead.
If n = 40: 40² + 40 + 41 = 1600 + 40 + 41 = 1681. And 1681 = 41 × 41, so it is composite.
(All of n = 1 … 39 do give primes — the pattern really does hold that far, which is exactly why one counter-example matters.)
To disprove a universal statement (“for all …”) you need exactly one case where it fails. One counter-example is a complete disproof — no more work needed.
Exam trap: a counter-example must be stated and checked. Write the numbers in and show the statement fails — quoting the value alone is usually 1 mark of 2. And a counter-example can never prove a statement, only disprove one.
New at A-level. To prove a statement P: assume P is false, reason correctly, and arrive at something impossible. Since the reasoning was sound, the assumption must have been wrong — so P is true.
Assume the opposite: n² is even but n is odd. Then n = 2k + 1.
n² = 4k² + 4k + 1 = 2(2k² + 2k) + 1, which is odd.
That contradicts n² being even. So n must be even. ∎
Exam trap: negate the statement properly. The negation of “for all x, P(x)” is “there exists an x with not P(x)” — not “for all x, not P(x)”.
Assume √2 is rational: √2 = a/b with a, b integers, b ≠ 0, and the fraction in lowest terms (no common factor).
Then 2 = a²/b² ⇒ a² = 2b², so a² is even ⇒ a is even (previous screen) ⇒ a = 2c.
So 4c² = 2b² ⇒ b² = 2c² ⇒ b² is even ⇒ b is even.
But then a and b are both even — they share a factor 2, contradicting “lowest terms”. ∴ √2 is irrational. ∎
Assume there are finitely many: p₁, p₂, …, p_n is the complete list.
Let N = p₁ × p₂ × … × p_n + 1. Dividing N by any p_i leaves remainder 1, so no p_i is a factor of N.
But every integer > 1 has a prime factor. That prime is not on the list — contradiction. ∴ there are infinitely many primes. ∎
Subtlety worth a mark: N itself need not be prime. With the list 2, 3, 5, 7, 11, 13 you get N = 30031 = 59 × 509 — composite, but its prime factors (59, 509) are missing from the list. The contradiction still lands.
2 × 3 = 6; 6 × 5 = 30; 30 × 7 = 210; 210 × 11 = 2310; 2310 × 13 = 30030.
N = 30030 + 1 = 30031 = 59 × 509 — and 59 and 509 are primes that were not on the list.
Tap a card, then tap the method of proof it belongs to.
Most deduction marks come down to writing the right general form and then factorising to reveal the structure.
1 + 3 + 5 + … + (2n − 1) is an arithmetic series with a = 1, d = 2.
S = n/2 [2a + (n − 1)d] = n/2 [2 + 2n − 2] = n/2 × 2n = n². ∎
n³ − n = n(n² − 1) = (n − 1)n(n + 1): three consecutive integers.
Among any 3 consecutive integers one is a multiple of 3, and at least one is even. So the product is divisible by 2 × 3 = 6. ∎
The last term is 2n − 1 = 49 ⇒ n = 25 terms.
Sum = 25² = 625. (Check with the AP formula: 25/2 × (1 + 49) = 25/2 × 50 = 625. ✓)
Identity: (2n+1)² − (2n−1)² = (4n² + 4n + 1) − (4n² − 4n + 1) = 8n — always a multiple of 8.
At n = 7: 15² − 13² = 225 − 169 = 56, and 8 × 7 = 56. ✓
n³ − n = 1000 − 10 = 990.
990 ÷ 6 = 165 — an integer, exactly as the proof guarantees. (990 = 9 × 10 × 11, three consecutive integers. ✓)
Tap a card on the left, then its partner on the right.
Where this reappears: differentiation from first principles is a proof; the arithmetic-series sum formula is proved by reversal; compound-angle and R-form results are proved in Topic 5. Proof is not one topic — it is the whole paper.
Deduction: general form (2k, 2k+1, n, n+1) ⇒ algebra ⇒ conclusion in words
Exhaustion: finite, genuinely complete list of cases — check every one
Counter-example: one failing case disproves a universal claim (n = 40 kills n² + n + 41)
Contradiction: assume the negation ⇒ absurdity. √2 irrational; infinitely many primes
Notation: ⇒ one way · ⇔ both ways · ≡ identity (true for all values)
That is the whole of Topic 1 — and the reasoning style the rest of 9MA0 is marked against. Press Finish to see your score.
You have worked through Proof for Edexcel A-level Mathematics (9MA0). 🎉
Your stars: 0 / 0
Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.