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 — also known as reductio ad absurdum — is one of the most elegant and powerful techniques in mathematics. The method works by assuming the opposite of what you want to prove and then showing that this assumption leads to a logical impossibility (a contradiction). Since the assumption produces a contradiction, it must be false, and therefore the original statement must be true.
The AQA A-Level Mathematics specification (7357) explicitly lists proof by contradiction as a required technique. The classic examples — the irrationality of √2 and the infinitude of primes — are staple exam and interview questions.
The logical structure of proof by contradiction is as follows:
This method relies on the law of excluded middle: a mathematical statement is either true or false; there is no third option.
Exam Tip: When writing a proof by contradiction, begin with: "Assume, for contradiction, that..." This signals clearly to the examiner that you are using this technique.
This is the most important proof by contradiction at A-Level and is frequently examined.
Theorem: √2 is irrational.
Proof:
Assume, for contradiction, that √2 is rational. Then we can write:
√2 = a/b
where a and b are positive integers with no common factors (i.e., the fraction a/b is in its simplest form, or equivalently, a and b are coprime with gcd(a, b) = 1).
Squaring both sides:
2 = a²/b²
So a² = 2b².
This means a² is even. Since the square of an odd number is odd (as proved earlier), a must be even.
Write a = 2k for some integer k.
Then:
(2k)² = 2b²
4k² = 2b²
b² = 2k²
So b² is even, which means b must be even.
But now both a and b are even, so they share a common factor of 2. This contradicts our assumption that a/b is in its simplest form (i.e., that a and b have no common factors).
Therefore, our assumption is false, and √2 is irrational. ∎
Key Point: The proof works because assuming rationality and lowest terms leads inevitably to the conclusion that the fraction is not in lowest terms — a contradiction.
Theorem: √3 is irrational.
Proof:
Assume, for contradiction, that √3 = a/b where a and b are coprime positive integers.
Then a² = 3b².
So a² is divisible by 3. We need the fact that if p is prime and p | n², then p | n. (This follows from the Fundamental Theorem of Arithmetic.)
Therefore 3 | a, so write a = 3k.
Then 9k² = 3b², giving b² = 3k².
So 3 | b² and hence 3 | b.
But then both a and b are divisible by 3, contradicting gcd(a, b) = 1.
Therefore √3 is irrational. ∎
The same argument applies, replacing 3 with 5 throughout. In general, √p is irrational for any prime p.
This is Euclid's famous proof from around 300 BC and is one of the most celebrated proofs in all of mathematics.
Theorem: There are infinitely many prime numbers.
Proof:
Assume, for contradiction, that there are only finitely many primes. List them all:
p₁, p₂, p₃, ..., pₙ
Consider the number:
N = p₁ × p₂ × p₃ × ... × pₙ + 1
Now, N is greater than 1. Every integer greater than 1 is either prime or has a prime factor.
Divide N by any prime pᵢ from our list:
N ÷ pᵢ = (p₁ × p₂ × ... × pₙ)/pᵢ + 1/pᵢ
The first term is an integer, but 1/pᵢ is not (since pᵢ ≥ 2). So N is not divisible by pᵢ.
This means N is not divisible by any prime on our list. Therefore, either:
Either way, there exists a prime not on our list. This contradicts the assumption that we listed all primes.
Therefore, there are infinitely many primes. ∎
Common Misconception: The proof does NOT claim that N itself is prime. It claims that N has a prime factor not on the list — which could be N itself or a smaller prime that was not included.
Proof by contradiction is particularly useful when:
Examples of statements well-suited to contradiction:
Assume, for contradiction, that there is a largest even number, call it M.
Consider M + 2. Since M is even, M + 2 is also even. And M + 2 > M.
This contradicts the assumption that M is the largest even number.
Therefore, there is no largest even number. ∎
Assume, for contradiction, that n² is even but n is odd.
Let n = 2k + 1.
n² = (2k + 1)² = 4k² + 4k + 1 = 2(2k² + 2k) + 1
This is odd. But we assumed n² is even — a contradiction.
Therefore, if n² is even, then n is even. ∎
Exam Tip: In AQA papers, proof by contradiction questions are often worth 4–6 marks. The mark scheme typically awards marks for: (1) stating the assumption, (2) performing the key algebraic steps, (3) identifying the contradiction, and (4) writing a concluding statement. Practise the √2 proof until you can write it fluently from memory.
AQA 7357 Pure Mathematics, Section A — Proof, sub-strand A2 (Year 2 content) covers proof by contradiction (refer to the official specification document for exact wording). The technique sits inside the broader Year 2 Pure paper (Paper 2, Section A) but is examined synoptically — a contradiction step can appear inside a number-theory question, a sequences/series question, or a logarithms question without being signposted. The AQA formula booklet provides nothing for this topic; the entire technique is procedural memory plus disciplined logical phrasing.
The required exemplars are listed explicitly in the AQA subject content: prove that 2 is irrational, prove there are infinitely many primes, prove that there is no greatest even integer, prove that if n2 is even then n is even. Examiners assume fluency with at least the first two — the irrationality of 2 is the canonical contradiction proof and appears in some form across most Year-2 mock series. Confidence with these named examples is the price of entry; A* candidates can also recognise when a novel question is asking for contradiction rather than direct proof.
Question (8 marks): Prove, by contradiction, that 2 is irrational.
Solution with mark scheme:
Step 1 — state the assumption (the negation of the conclusion).
Assume, for contradiction, that 2 is rational. Then there exist integers p and q with q=0 such that
2=qp
where the fraction qp is written in lowest terms — that is, p and q share no common factor greater than 1, so gcd(p,q)=1.
B1 — correct opening assumption: stating that 2 is rational and writing it as p/q with integer p,q and q=0. Common slip: writing only "let 2=p/q" without naming p,q as integers. The integrality is the entire point.
B1 — explicit "lowest terms" / coprimality clause. Without this, the contradiction at the end has no force, because every rational has some representation as p/q. Examiners look for the words "lowest terms", "coprime", or "gcd(p,q)=1".
Step 2 — algebraic manipulation.
Square both sides:
2=q2p2⟹p2=2q2
M1 — squaring and rearranging to expose the parity relationship.
So p2 is even (it equals 2q2, which is twice an integer).
Step 3 — first parity deduction.
If p2 is even, then p is even. (Because if p were odd, then p2 would be odd: an odd number times an odd number is odd.)
M1 — invoking the standard lemma "if p2 is even then p is even", with a one-line justification. AQA mark schemes for Year 2 contradiction proofs accept either a brief contrapositive remark or a citation of a previously proved result.
So write p=2k for some integer k.
A1 — correct substitution form.
Step 4 — second parity deduction.
Substitute p=2k back into p2=2q2:
(2k)2=2q2⟹4k2=2q2⟹q2=2k2
M1 — algebraic substitution and simplification.
So q2 is even, and by the same lemma, q is even.
Step 5 — derive the contradiction.
We now have that both p and q are even — so 2 divides both. But this contradicts the assumption that p and q were coprime (gcd(p,q)=1).
A1 — explicit naming of the contradiction. The candidate must identify what contradicts what: "p and q are both even, contradicting gcd(p,q)=1." Saying merely "this is a contradiction" without identifying the contradicted statement loses this mark.
Step 6 — conclusion.
Therefore the assumption that 2 is rational must be false. Hence 2 is irrational, as required.
B1 — concluding sentence that names the original conjecture and asserts it. The phrase "as required" or "QED" or "which was to be shown" is examiner-rewarded because it closes the logical loop.
Total: 8 marks.
Question (6 marks): Prove, by contradiction, that there is no greatest even integer.
Mark scheme decomposition by AO:
Total: 6 marks split AO1 = 2, AO2 = 4. Notice the AO2 dominance: contradiction proofs are reasoning-heavy by design. Examiners reward logical hygiene — the named contradiction, the coherent conclusion — more than they reward technical algebra.
Connects to:
Direct deduction (Section A1): contradiction is the logical mirror of direct proof. A direct proof goes "assume P, deduce Q"; contradiction goes "assume P and not-Q, deduce a falsehood". Choosing between them is itself an AO2 skill — irrationality and infinity statements often cannot be tackled directly because there is no constructive object to reason from.
Logic and quantifiers (cross-cutting): the negation of "for all x, P(x)" is "there exists x with ¬P(x)". Contradiction proofs of universal claims open with a "there exists" assumption. Misnegating the statement at the start dooms the proof — see the misconceptions section.
Sequences and induction (Further Maths Pure): induction proves "for all n, P(n)" by chaining P(k)⟹P(k+1). Contradiction is the alternative when no clean inductive structure exists. Many Further Maths students learn both and choose by problem shape.
Number theory (synoptic Pure): primes, divisibility, parity, and the fundamental theorem of arithmetic provide the raw material for most contradiction proofs at A-Level. Euclid's infinitude-of-primes proof rests on contradiction plus the existence of prime factorisations.
Limits and convergence (Year 2 Calculus): rigorous ε-δ arguments at university often proceed by contradiction — "suppose the limit is not L; then there exists ε>0 such that...". The seed of this style is planted at A-Level.
AQA proof-by-contradiction questions split AO marks heavily toward AO2:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.