You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Proof is the heartbeat of mathematics: the discipline of establishing a statement beyond any doubt, by pure logic from agreed truths. A-Level Maths introduces direct proof, proof by exhaustion and disproof by counterexample; Further Mathematics adds the two most powerful weapons — proof by contradiction and proof by contrapositive — and demands genuine rigour in writing them. These are the techniques that prove 2 is irrational, that there are infinitely many primes, and a host of results no amount of checking examples could ever settle.
This lesson treats each method as a precise logical structure, not a recipe to mimic: what you assume, what you must derive, and how you conclude. We work the classic proofs with examiner commentary, consolidate proof by induction (covered fully earlier in this course), and drill the meta-skill that exam questions really test — choosing the right method and writing it with watertight logic.
This is the proof strand of the compulsory pure content examined on Paper 1 and Paper 2 (each 2 hours, 100 marks, 33⅓% of the A-Level), and proof threads through every topic. It extends the A-Level Maths proof toolkit (direct, exhaustion, counterexample, the introduction to contradiction) with full proof by contradiction and contrapositive, and consolidates induction. Proof is overwhelmingly AO2 — constructing a rigorous, well-communicated argument — and the rigour of your writing (clear assumptions, logical flow, explicit conclusion) is assessed as much as the idea.
Every proof method is a fixed logical template. Knowing the template tells you exactly what to assume and what to establish.
Assume the hypotheses and deduce the conclusion by a chain of valid steps: P⟹⋯⟹Q. Best when the implication is "forward-flowing".
Example. The sum of two consecutive integers is odd. Let them be n and n+1; then n+(n+1)=2n+1, which is odd by definition. ■
To prove P, assume ¬P (the negation) and derive a logical impossibility. Since the negation forces an absurdity, P must be true. This is the tool of choice for proving irrationality, non-existence, and "there is no largest …" statements — anywhere the negation is more concrete to work with than the statement itself. The power of the method is that the negation often hands you something specific to manipulate: "assume 2 is rational" gives you an actual fraction ba to square; "assume finitely many primes" gives you a finite list to multiply together. The art lies in choosing what to do with that concrete object so that an unavoidable contradiction emerges — typically a quantity that is forced to be two incompatible things at once (even and odd; in the list and not in the list; a common factor where there should be none).
The contrapositive of "P⟹Q" is "¬Q⟹¬P", and the two are logically equivalent (identical truth tables). When the converse-direction "¬Q⟹¬P" is easier to handle than the original, prove that instead. Especially powerful for statements about n where assuming "n is odd" (i.e. ¬Q) gives a concrete n=2k+1 to compute with. The classic signal that the contrapositive will help is a statement of the form "if [something about n2 or n3] then [something about n]": going forwards forces you to extract information about n from n2 (awkward, since square-rooting loses sign and parity), whereas the contrapositive lets you start from a clean n=2k+1 and compute n2 directly. Beware the common confusion with the converse "Q⟹P": the converse is not equivalent to the original, whereas the contrapositive is — mixing them up is a fatal logical error.
Exhaustion splits the claim into finitely many cases and verifies each — legitimate only when the cases are genuinely exhaustive and finite (e.g. "n even or n odd", or the residues n≡0,1,2(mod3)). The two obligations are that the cases be mutually exhaustive (every possibility falls into at least one) and that each case be verified; a top answer states explicitly that the cases cover all possibilities, since an incomplete case split is a silent gap. Counterexample is the asymmetry at the heart of logic: a universal statement "∀n, P(n)" is disproved by a single n with ¬P(n) — one exception is fatal, whereas no number of confirming examples ever proves a universal. This asymmetry is not a quirk but a direct consequence of the meaning of the quantifiers: "for all" is falsified by "there exists a counterexample", while "there exists" is established by a single witness. Internalising this saves you from the commonest beginner's error — believing that checking the first few cases of a pattern constitutes a proof.
The contradiction/contrapositive distinction. Both start by negating something, which causes confusion. In contrapositive you assume only ¬Q and derive ¬P — a self-contained direct proof of an equivalent statement. In contradiction you assume the entire statement is false (for "P⟹Q" that means P and ¬Q) and derive any absurdity. Contrapositive is cleaner when it applies; contradiction is more general.
Prove that 2 is irrational.
Assume the negation: suppose 2 is rational, so 2=ba with a,b∈Z, b=0, and the fraction in lowest terms (no common factor). (M1: correct assumption + "lowest terms")
Square and rearrange:
2=b2a2⇒a2=2b2.(M1)
So a2 is even, hence a is even (by the contrapositive result of Example 2). Write a=2k:
(2k)2=2b2⇒4k2=2b2⇒b2=2k2.(M1)
So b2 is even, hence b is even. But then a and b share the factor 2 — contradicting "lowest terms". (A1: identify the contradiction)
Therefore 2 is irrational. ■ (A1: conclude)
(M1 assumption stated with "no common factor"; M1 reach a2=2b2; M1 deduce both even; A1 the contradiction with coprimality; A1 explicit conclusion. The "lowest terms" assumption is essential — it is the thing contradicted; omit it and the proof collapses.)
Prove: if n2 is even then n is even.
A direct attack is awkward (you would factor n2). The contrapositive is "if n is odd then n2 is odd", which gives a concrete n to compute. (M1: state the contrapositive)
Let n=2k+1. Then
n2=(2k+1)2=4k2+4k+1=2(2k2+2k)+1,(M1)
which is odd. (A1) Since the contrapositive is true, so is the original statement. ■ (A1: link back)
(M1 correctly state the contrapositive; M1 expand (2k+1)2; A1 conclude n2 odd; A1 the crucial "hence the original holds". Forgetting that final link — treating the contrapositive proof as if it were the original — is a common lost mark.)
Prove there are infinitely many primes.
Assume the negation: suppose there are only finitely many primes, p1,p2,…,pn. (M1) Consider
N=p1p2⋯pn+1.(M1: the construction)
Now N>1, so N has at least one prime factor p. But dividing N by any pi leaves remainder 1, so p=pi for every i — a prime not in the list. (A1) This contradicts the assumption that p1,…,pn were all the primes. Hence there are infinitely many primes. ■ (A1)
(M1 assume finitely many; M1 the key construction N=∏pi+1; A1 the "remainder 1, so a new prime" argument; A1 contradiction + conclusion. The construction is the whole idea — note we do not claim N itself is prime, only that its prime factor is new.)
Prove that n2+n is even for every integer n.
Every integer is either even or odd, so two exhaustive cases cover all possibilities. (M1: set up the two cases)
Case 1 (n even): write n=2k. Then n2+n=4k2+2k=2(2k2+k), which is even. (A1)
Case 2 (n odd): write n=2k+1. Then
n2+n=(2k+1)2+(2k+1)=4k2+4k+1+2k+1=4k2+6k+2=2(2k2+3k+1),
which is even. (A1)
Both cases give an even result, and they exhaust all integers, so n2+n is even for every integer n. ■ (A1: state cases are exhaustive)
(M1 the two-case split; A1 each case; A1 the explicit "the cases are exhaustive" closure. Note the slicker direct alternative: n2+n=n(n+1) is a product of two consecutive integers, one of which must be even — a one-line proof that a top candidate might offer alongside the exhaustion. Showing you can do it both ways demonstrates command of method choice.)
(specimen-style — not from any past paper)
(a) Prove by contradiction that if n2 is a multiple of 3, then n is a multiple of 3. (b) Hence prove by contradiction that 3 is irrational.
(a) Suppose, for contradiction, that n2 is a multiple of 3 but n is not. Then n≡1 or n≡2(mod3), i.e. n=3k+1 or n=3k+2. Squaring: (3k+1)2=9k2+6k+1=3(3k2+2k)+1, and (3k+2)2=9k2+12k+4=3(3k2+4k+1)+1. In both cases n2≡1(mod3), so n2 is not a multiple of 3 — contradicting the hypothesis. Hence n is a multiple of 3. ■
(b) Suppose 3 is rational: 3=ba in lowest terms. Then a2=3b2, so a2 is a multiple of 3; by part (a), a is a multiple of 3, say a=3k. Then 9k2=3b2⇒b2=3k2, so b2 and hence b is a multiple of 3. Now a and b share the factor 3, contradicting "lowest terms". Therefore 3 is irrational. ■
The structure rewards precision in two places. First, part (a)'s case analysis must cover all non-multiples of 3 — both 3k+1 and 3k+2 — and a top answer notes this is itself a small proof by exhaustion. Second, part (b) is a textbook "hence": it uses part (a) as a lemma at exactly the step "a2 a multiple of 3 ⇒a a multiple of 3", rather than re-deriving it. Spotting that the irrationality of 3 needs the 3-analogue of "even ⇒ even" — and that this analogue is precisely part (a) — is the synoptic insight the examiner is probing. (The same scaffold proves p irrational for any prime p.)
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.