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 by contradiction is one of the most powerful proof techniques in mathematics. It works by assuming the opposite of what you want to prove and showing that this assumption leads to a logical impossibility.
Prove that √2 is irrational.
Assume for contradiction that √2 is rational. Then √2 = a/b where a and b are integers with no common factors (the fraction is in its lowest terms).
Squaring: 2 = a²/b² → a² = 2b²
So a² is even, which means a is even. Write a = 2k.
Then (2k)² = 2b² → 4k² = 2b² → b² = 2k²
So b² is even, which means b is even.
But if both a and b are even, they share a common factor of 2. This contradicts our assumption that a/b is in its lowest terms.
Therefore √2 is irrational. ∎
Prove that there are infinitely many prime numbers.
Assume for contradiction that there are finitely many primes: p₁, p₂, …, pₙ.
Consider the number N = p₁ × p₂ × … × pₙ + 1.
N is greater than any of the primes p₁, p₂, …, pₙ, so N is not in our list.
Now, N is either prime or composite:
Either way, we reach a contradiction. Therefore there are infinitely many primes. ∎
Prove that √3 is irrational.
Assume √3 = a/b where a, b are integers with no common factors.
Then a² = 3b², so 3 divides a². Since 3 is prime, 3 divides a. Write a = 3k.
Then 9k² = 3b² → b² = 3k², so 3 divides b² and hence 3 divides b.
Both a and b are divisible by 3 — contradicting the assumption that a/b is in lowest terms.
Therefore √3 is irrational. ∎
Prove that if r is rational and x is irrational, then r + x is irrational.
Assume for contradiction that r + x is rational. Then r + x = p/q for some integers p, q.
Since r is rational, r = m/n for some integers m, n.
Then x = (r + x) − r = p/q − m/n = (pn − mq)/(qn)
This is a ratio of two integers (with qn ≠ 0), so x is rational. This contradicts the given fact that x is irrational.
Therefore r + x is irrational. ∎
Prove that there is no smallest positive rational number.
Assume for contradiction that there exists a smallest positive rational number, call it s.
Consider s/2. Since s is positive and rational, s/2 is also positive and rational.
But s/2 < s, which contradicts the assumption that s is the smallest positive rational.
Therefore no smallest positive rational number exists. ∎
Proof by contradiction is particularly useful when:
| Situation | Example |
|---|---|
| Proving something is impossible | “There is no integer n such that …” |
| Proving irrationality | “√p is irrational for prime p” |
| Proving infiniteness | “There are infinitely many primes” |
| The direct proof is not obvious | When the “forward” direction is hard to see |
| Method | Approach |
|---|---|
| Direct proof (deduction) | Start from hypotheses, reason forward to the conclusion |
| Proof by exhaustion | Check all possible cases |
| Disproof by counter-example | Find one case where a statement fails |
| Proof by contradiction | Assume the conclusion is false and derive an impossibility |
AQA 7357 specification, Paper 2 — Pure Mathematics, Section A: Proof. The Year 2 specification covers the structure of mathematical proof (proceeding from assumptions through logical steps to a conclusion) and the four methods of proof: deduction, exhaustion, disproof by counter-example, and proof by contradiction — with the irrationality of 2 and the infinity of primes as canonical examples (refer to the official AQA 7357 specification document for exact wording). Proof by contradiction extends the proof methods first met in Year 1 (direct proof, exhaustion, counter-example) and is examined synoptically alongside number theory, algebra, sequences and analysis. Although Section A is a small section by mark count, it is highly examinable: contradiction proofs appear on most Paper 2 papers, often as the final 4–6 mark question testing AO2 reasoning. The AQA formula booklet contains no proof templates — the structure must be memorised.
Question (8 marks):
(a) Prove, by contradiction, that 2 is irrational. (5)
(b) Hence, or otherwise, prove that 2+3 is irrational. (3)
Solution with mark scheme:
(a) Step 1 — assume the negation.
Assume, for contradiction, that 2 is rational. Then there exist integers a and b, with b=0, such that
2=ba
where the fraction ba is in its lowest terms (i.e. gcd(a,b)=1).
B1 — clear statement of the assumption to be contradicted, including the "lowest terms" condition. Markers expect both halves: "assume rational" and "in lowest terms". Omitting the coprimality condition loses this mark because the eventual contradiction depends on it.
Step 2 — manipulate algebraically.
Squaring both sides:
2=b2a2⟹a2=2b2(⋆)
M1 — squaring and rearranging to obtain a relation of the form a2=2b2.
Step 3 — deduce a is even.
From (⋆), a2 is even (it equals 2b2, a multiple of 2). Since the square of an odd integer is odd, a itself must be even. Write a=2k for some integer k.
M1 — recognising that a2 even forces a even, with the lemma stated or invoked.
Step 4 — substitute and deduce b is even.
Substituting a=2k into (⋆):
(2k)2=2b2⟹4k2=2b2⟹b2=2k2
By the same argument, b2 is even, so b is even.
M1 — substituting and deducing b is even.
Step 5 — extract the contradiction.
But a and b are both even, so 2 is a common factor of a and b, contradicting the assumption that ba was in lowest terms. The assumption that 2 is rational must be false. Therefore 2 is irrational, as required. ■
A1 — explicit identification of the contradiction (common factor of 2 versus gcd(a,b)=1) and a concluding statement that 2 is irrational. The "as required" / "QED" closure is part of the mark — a proof without a conclusion is incomplete.
(b) Step 1 — assume the negation.
Assume, for contradiction, that 2+3 is rational. Then 2+3=qp for integers p,q with q=0.
B1 — correct setup of the contradictory assumption.
Step 2 — rearrange.
2=qp−3=qp−3q
The right-hand side is a difference of a rational and an integer, hence rational. So 2 is rational.
M1 — isolating 2 and observing the right-hand side is rational (closure of Q under subtraction).
Step 3 — extract the contradiction.
But this contradicts part (a), which established that 2 is irrational. Therefore 2+3 is irrational. ■
A1 — explicit appeal to part (a) and a concluding statement.
Total: 8 marks (B2 M3 A2 + B1, structured as shown).
Question (6 marks): Prove, by contradiction, that there is no greatest even integer.
Mark scheme decomposition by AO:
Total: 6 marks split AO1 = 0, AO2 = 6, AO3 = 0. This is a pure AO2 question — every mark is for reasoning. Notice that no calculation appears; the entire question tests structural thinking. AQA's Section A reliably allocates contradiction proofs almost entirely to AO2, because the technique itself is the assessable content.
Connects to:
Pure 1 — proof methods (AS): direct proof, exhaustion and counter-example were introduced in Year 1. Contradiction is the Year 2 extension that handles propositions where direct proof is awkward — typically existence/non-existence or irrationality statements. Knowing which method to deploy is itself an A* skill: "no greatest X" is a contradiction signal; "for all even n, P(n)" is a direct-proof signal.
Algebra and indices (Pure 1): the 2 proof relies on the parity lemma (a2 even ⟺a even), which is itself a small direct proof. The infinite-primes proof uses the fundamental theorem of arithmetic, which underpins index manipulation.
Sequences and proof by induction (Pure 2 / Further Maths): induction is the opposite technique to contradiction in some senses — induction proves a positive statement P(n) for all n, while contradiction usually disproves a universal claim or proves a non-existence. Recognising which fits the question is examinable.
Number theory (synoptic): the proofs of irrationality of 2, 3, p (for any prime p), and the infinitude of primes all sit at the boundary of A-Level and undergraduate number theory. The techniques are identical; only the algebraic lemmas change.
Logic and reasoning (cross-curricular): the structure "assume ¬P, derive Q∧¬Q, conclude P" is the formal rule reductio ad absurdum. The same pattern is examined in Further Maths (Discrete) and is foundational in Computer Science theory of computation modules.
Proof-by-contradiction questions on AQA 7357 Paper 2 split AO marks heavily toward AO2:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 10–20% | Recalling the algebraic lemmas (parity, divisibility, fundamental theorem of arithmetic) used inside the proof |
| AO2 (reasoning / interpretation) | 70–85% | Constructing the assumption, executing the logical chain, identifying the contradiction, concluding correctly |
| AO3 (problem-solving) | 0–10% | Selecting contradiction over direct proof in less obvious cases; adapting standard proofs to novel statements |
Examiner-rewarded phrasing: "Assume, for contradiction, that …"; "in its lowest terms, so gcd(a,b)=1"; "this contradicts our assumption that …"; "therefore P, as required". Phrases that lose marks: "let's say 2 is rational" (informal — markers want "assume for contradiction"); "so 2 can't be rational" (no explicit identification of the contradiction); ending the proof at the contradiction without a final concluding sentence. The proof must read as a self-contained logical document, not a stream of working.
A specific AQA pattern: questions phrased "Prove, by contradiction, that …" require the contradiction method. A correct direct proof of the same statement scores zero — the method is part of the assessment. Read the command word precisely.
Question: Prove, by contradiction, that if n2 is odd then n is odd, where n is an integer.
Grade C response (~180 words):
Assume n is even. Then n=2k for some integer k. So n2=(2k)2=4k2=2(2k2), which is even. But this contradicts the fact that n2 is odd. So n must be odd.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.