You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Disproof by counterexample is one of the simplest yet most important techniques in mathematical reasoning. To disprove a universal statement — one that claims something is true for all values — you need only find one single example where the statement fails. This single example is called a counterexample.
The AQA A-Level Mathematics specification (7357) requires students to understand disproof by counterexample as one of the four key proof techniques. Questions on this topic appear regularly in exam papers and are typically accessible marks if you understand the technique.
A universal statement has the form "For all x in S, property P(x) holds." In mathematical notation: ∀x ∈ S, P(x).
To disprove this, you need to find at least one x₀ ∈ S such that P(x₀) is false. In notation: ∃x₀ ∈ S such that ¬P(x₀).
One counterexample is sufficient to disprove a universal statement. It does not matter if the statement holds for millions of other values — a single failure is enough.
Conversely, no number of confirming examples constitutes a proof of a universal statement (unless you check every case, which is proof by exhaustion).
When looking for a counterexample to disprove a statement, try the following systematic approach:
Exam Tip: Most A-Level counterexample questions can be answered with small, simple values. Do not overthink it — try n = 1, 2, 3, or common values like 0 and −1 first.
Try n = 1: n² = 1 and 2n = 2. Since 1 < 2, we have n² < 2n, not n² > 2n.
Counterexample: n = 1. When n = 1, n² = 1 < 2 = 2n, so the statement is false. ∎
Also try n = 2: n² = 4 and 2n = 4. Since 4 = 4, we have n² = 2n, not n² > 2n.
So n = 2 is also a counterexample (equality, not strict inequality).
Try values:
Counterexample: n = 3. When n = 3, 2³ + 1 = 9 = 3², which is not prime. ∎
This is a famous example. Let us try a few values first:
In fact, this expression gives primes for n = 1 through n = 40! But:
Counterexample: n = 41. When n = 41, n² − n + 41 = 41², which is not prime. ∎
Key Lesson: Even if a statement holds for the first 40 values, it can still be false. This is why proof (not just checking examples) is essential in mathematics.
Consider √2 and −√2. Both are irrational.
Their sum is √2 + (−√2) = 0, which is rational.
Counterexample: √2 and −√2 are both irrational, but their sum is 0, which is rational. ∎
Try n = 6, a = 4, b = 3: then a × b = 12, and 6 | 12. But 6 ∤ 4 and 6 ∤ 3.
Counterexample: 6 divides 4 × 3 = 12, but 6 does not divide 4 and 6 does not divide 3. ∎
(Note: this statement is true when n is prime — this is a key property of primes.)
Try x = −4: x² = 16 > 9, but x = −4 < 3.
Counterexample: x = −4 satisfies x² = 16 > 9, but x = −4 is not greater than 3. ∎
Try a = 1, b = 1: √(1 + 1) = √2 ≈ 1.414, but √1 + √1 = 1 + 1 = 2.
Since √2 ≠ 2, the statement is false.
Counterexample: a = 1, b = 1. √2 ≠ 2. ∎
The following are frequently used in AQA exam questions:
| False Conjecture | Counterexample |
|---|---|
| All prime numbers are odd | 2 is prime and even |
| n² > n for all integers n | n = 0: 0² = 0 = n, not > n; or n = 1: 1² = 1 |
| n² ≥ n for all integers n | n = −1: (−1)² = 1 but need to check... actually 1 ≥ −1 is true. Try the original: "n² > 2n for all positive integers" — use n = 1 |
| If a > b, then a² > b² | a = −1, b = −2: a > b but a² = 1 < 4 = b² |
| 2ⁿ > n² for all n ≥ 1 | n = 3: 2³ = 8 < 9 = 3² |
| n² + n + 41 is always prime | n = 41: gives 41² |
| The product of two irrationals is irrational | √2 × √2 = 2, which is rational |
When writing a disproof by counterexample:
A complete answer might look like:
"Consider n = 1. Then n² = 1 and 2n = 2. Since 1 < 2, we have n² < 2n, which contradicts the claim that n² > 2n. Therefore the statement is false. ∎"
Exam Tip: Counterexample questions are usually worth 2–3 marks on AQA papers. The marks are typically: (1) identifying the counterexample, (2) showing the computation, and (3) stating that the statement is therefore false. Do not skip the computation — even if the counterexample is obvious, you must show that it fails.
AQA 7357 specification, Paper 1 — Pure Mathematics, Section A: Proof. The specification requires students to "use methods of proof, including proof by deduction, proof by exhaustion, disproof by counter-example, and proof by contradiction." Disproof by counter-example is the logical complement of universal proof: if a claim has the form "for all x∈S, P(x) holds", a single x0∈S for which P(x0) fails is sufficient to disprove the claim entirely. The technique is examined explicitly on Paper 1 and synoptically on Paper 2 wherever a generalisation is offered (sequences, functions, inequalities). The AQA formula booklet contains nothing relevant — counter-example questions test logical literacy, not formula recall.
Question (8 marks):
(a) Disprove the claim: "Every prime number is odd." (2)
(b) A student claims that "for every real number n, n2>n." Disprove this claim by giving two distinct counter-examples and explain why a single counter-example would be sufficient. (4)
(c) Decide whether the following claim is true or false, justifying your answer: "There exists a real number x with x2<0." Explain why a counter-example cannot be used to disprove this claim. (2)
Solution with mark scheme:
(a) B1 — identify the counter-example p=2: 2 is prime (its only positive divisors are 1 and 2) and 2 is even, not odd.
B1 — state the conclusion: "since 2 is a prime that is not odd, the claim that every prime is odd is false."
(b) Step 1 — choose a counter-example. Take n=0. Then n2=0 and n=0, so n2>n is the assertion 0>0, which is false.
M1 — substituting a value of n into the inequality.
A1 — correct conclusion that n=0 violates the inequality.
Step 2 — second counter-example. Take n=21. Then n2=41 and n=21, so the claim says 41>21, which is false.
A1 — second valid counter-example with working shown.
Step 3 — explain sufficiency of one. "A universal claim asserts P(n) holds for every n; the negation is ∃n:¬P(n). Producing one such n exhibits the existential negation directly, so a single counter-example is logically sufficient to disprove the universal claim."
B1 — coherent explanation of why one counter-example suffices (logical-structure mark).
(c) The claim is false: x2≥0 for all real x, so no real x satisfies x2<0.
B1 — correct verdict with reason.
B1 — explanation: "the claim is existential (∃x), and an existential claim cannot be disproved by a counter-example. Disproof requires a general argument showing the property fails for every x — here, the argument that x2≥0 universally."
Total: 8 marks (B2 + M1 A2 B1 + B2).
Question (6 marks): A student writes:
"For all positive integers n, the value of n2+n+41 is prime."
(a) Verify the claim for n=1, n=2 and n=3. (2)
(b) By choosing a suitable value of n, disprove the claim. (3)
(c) Explain why verifying many cases — even thousands — does not constitute proof. (1)
Mark scheme decomposition by AO:
(a)
(b)
(c)
Total: 6 marks split AO1 = 3, AO2 = 2, AO3 = 1. This is a representative AQA proof question — the AO3 strategic mark for choosing the counter-example is what separates a confident counter-example response from a guesswork response.
Connects to:
Proof by deduction and exhaustion (Pure A): counter-example is the logical mirror image of universal proof. Where deduction shows ∀nP(n), counter-example shows ∃n¬P(n). Recognising which technique fits a claim is itself an examined skill.
Proof by contradiction (Pure A): contradiction often uses a counter-example internally. To prove 2 is irrational, one assumes 2=p/q in lowest terms and derives that p and q share factor 2 — a direct contradiction with the lowest-terms assumption.
Sequences and series (Pure E): claims about general terms ("un is increasing for all n") are routinely disproved by exhibiting a single n where un+1≤un. The signature is that students must check every claimed property, not just the first few terms.
Functions (Pure B): "every function with f(0)=0 satisfies f(x+y)=f(x)+f(y)" is disproved by f(x)=x2 — a key Cauchy-equation counter-example bridging A-Level and undergraduate analysis.
Differentiation and stationary points (Pure G): "if f′(a)=0 then f has a maximum or minimum at a" is disproved by f(x)=x3 at a=0 — a stationary point of inflection. This counter-example is examined repeatedly.
Counter-example questions on AQA 7357 split AO marks distinctively because they test reasoning rather than computation:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 30–40% | Substituting the chosen value into the claim, computing both sides, stating the comparison |
| AO2 (reasoning / interpretation) | 40–50% | Identifying the claim's logical form (universal vs existential), explaining why one counter-example suffices, distinguishing disproof from proof |
| AO3 (problem-solving) | 15–25% | Choosing a counter-example strategically — particularly where the "obvious" small values verify the claim and the disproof requires insight (n=41 in the n2+n+41 example) |
Examiner-rewarded phrasing: "the claim is universal, so a single counter-example suffices"; "since the claim is existential, disproof requires a general argument, not a counter-example"; "we exhibit n=…, for which P(n) is false; hence the claim is disproved." Phrases that lose marks: "the claim is wrong because it doesn't always work" (no counter-example given); "for some values it fails" (vague — name the value); "I tested many values and they all worked" (verification is not proof).
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.