IB Maths AA HL
Topic 1 β Number & Algebra
Paper 1 & 2
~7 min read
Disproof by Counter Example
A claim that “for all numbers, something is true” is destroyed the moment you find a single number where it isn’t. That single number is called a counterexample, and producing one is a disproof β the opposite of a proof. The skill is two-fold: knowing where to look (which is much easier than it sounds β the suspects are usually the same kind of number every time), and writing the disproof properly so the IB awards full marks.
π What you need to know
- To disprove a “for all” statement, find one counterexample β a single value of the variable for which the statement fails.
- One is enough. You don’t need to find more than one. But you do need to show why your example fails β not just write down the number.
- Look first at “unusual” values: 0, 1, 2 (the only even prime), negatives, fractions, and irrationals like β2 and Ο. The corner cases are usually where claims break.
- The structure is always the same: state the claim β state the counterexample β demonstrate why it fails β conclude.
- Disproof and proof are not symmetric. To prove a “for all” claim, you need a general argument; to disprove it, one specific failing case is enough.
What is disproof by counterexample?
Suppose someone makes a sweeping claim like “for all real x, x2 > x“. To disprove this, you don’t need an argument that covers every case β you just need one bad apple. Pick x = Β½: then x2 = ΒΌ, which is less than Β½, not greater. The single example demolishes the claim.
Logic in a nutshell
Claim: “for all x in S, P(x) is true”
Disproof: find one x0 β S where P(x0) is false
Conclusion: claim is false β
π€ Why is one counterexample enough?
Because the original claim says every case works. A single failing case shatters that. The mathematics doesn’t ask “how often does the claim work?” β only “does it work for absolutely all cases?”. One “no” turns the answer to “no”.
Where to look β the usual suspects
Most claims that fail break at the same kinds of “edge” numbers. Train your eye to test these first.
0
breaks inequalities and divisions; “always positive” claims often fail here
1
behaves oddly with powers (1n = 1) and fractions (Β½ behaves like a small number)
2
the only even prime β kills any “all primes are odd” type claim
β1
a small negative number β flips inequalities and signs
Β½
a fraction in (0, 1) β squaring makes it smaller, not larger
β2 or Ο
irrational β disproves any “rational” claim
When you see “for all real x“, quickly run through 0, 1, β1, Β½, and 2 in your head. One of these will often falsify a careless claim. If those don’t work, try a slightly more exotic value (a small irrational, or a large negative).
How to write a disproof properly
The IB awards marks for the structure as much as the chosen number. A counterexample alone β without showing why it fails β usually scores zero.
π§ Recipe β disproving a claim
- Re-state the claim briefly so it’s clear what you’re disproving.
- Choose a candidate number from the usual-suspect list. Try the simplest one that might fail.
- Substitute and compute both sides of the claim explicitly. Show the working.
- Point out the failure in plain words β “the LHS is X, the RHS is Y, so the claim does not hold for this value”.
- Conclude with a line stating the claim has been disproved.
Bare minimum that earns marks: the chosen value, the substitution, the comparison, and the conclusion. Skipping any one of these typically loses a mark.
Worked examples
WE 1Disprove a claim about multiples
Disprove the statement: “For every n β β€+, if n is a multiple of 6, then n is also a multiple of 12.”
Step 1: Try a small multiple of 6
let n = 6
Step 2: Check both parts
6 is a multiple of 6 β
6 Γ· 12 = 0.5 β not a whole number, so 6 is NOT a multiple of 12
Step 3: Conclude
n = 6 disproves the claim β
WE 2Disprove an inequality claim
Disprove the statement: “For all x β β, x2 > x.”
Step 1: Try a value in (0, 1)
let x = Β½
Step 2: Compute both sides
x2 = (Β½)2 = ΒΌ
x = Β½
Step 3: Compare
ΒΌ < Β½, so x2 is NOT greater than x
x = Β½ disproves the claim β
x = 0 also works β both make the strict inequality fail. Either is fine.
WE 3Disprove a claim about squares
Disprove the statement: “For all a, b β β, if a2 = b2, then a = b.”
Step 1: Use a positive and negative pair
let a = 2 and b = β2
Step 2: Check the hypothesis
a2 = 4, b2 = 4, so a2 = b2 β
Step 3: Check the conclusion
but a = 2 β β2 = b
(a, b) = (2, β2) disproves the claim β
squaring loses sign information β this is the classic example showing why
WE 4Disprove a claim about primes
Disprove the statement: “Every prime number is odd.”
Step 1: Try the smallest prime
let n = 2
Step 2: Check both properties
2 is prime (its only factors are 1 and 2) β
but 2 is even, not odd
n = 2 disproves the claim β
2 is the only even prime β that’s why it always wins this type of question
WE 5Disprove a false algebraic identity
Disprove the statement: “For all a, b β β, (a + b)2 = a2 + b2.”
Step 1: Try a simple non-zero pair
let a = 1, b = 1
Step 2: Compute both sides
LHS: (1 + 1)2 = 22 = 4
RHS: 12 + 12 = 1 + 1 = 2
Step 3: Compare
4 β 2, so LHS β RHS for this pair
(a, b) = (1, 1) disproves the claim β
the missing 2ab term is what makes this claim false; any non-zero pair where both are non-zero will work
π‘ Top tips
- Try the suspects first. 0, 1, β1, Β½, 2, β2, Ο. The simpler values work most of the time.
- Show the working, not just the number. Substitute, compute, compare, conclude. Examiners want all four steps visible.
- For claims with two variables, look for combinations that exploit the asymmetry β opposite signs, both equal, one zero.
- Pay attention to the set. If the claim says “for all n β β€+“, you can’t use n = 0 or n = β1 as a counterexample β they’re not in the set.
- If a claim has the form “if A then B“, a counterexample needs the hypothesis A to hold while the conclusion B fails. Both parts matter.
- One counterexample is enough. Don’t waste time finding more.
- End with a clear concluding line: “this disproves the statement”, “the claim is false”, or “as a counterexample, …”.
β Common mistakes
- Just writing down a number. “x = 2″ by itself proves nothing. You must show how 2 makes the claim fail.
- Picking a value outside the stated set. If the claim is about positive integers, your counterexample must be a positive integer.
- For “if-then” claims, ignoring the hypothesis. A counterexample to “if A then B” needs to have A true and B false. If A is also false in your example, you haven’t disproved anything.
- Trying to disprove with a general argument. Once you have one counterexample, the disproof is finished. No need for algebra.
- Confusing disproof with proof of the negation. Disproving “for all x, P(x)” needs only one example. Proving “for some x, Β¬P(x)” β the same thing β also needs only one. They’re equivalent.
- Assuming the simplest number is always wrong. 0 and 1 break a lot of claims, but not all of them. If they don’t work, try a fraction, a negative, or 2.
- Forgetting the conclusion. “Therefore the claim is false” β a single short line at the end. Don’t skip it.
Counterexamples are how mathematicians stress-test claims in everyday work β far before formal proofs. The skill of generating a quick mental list of “suspect values” carries beyond exams: it makes you a sharper thinker about any general claim, mathematical or otherwise.
Need help with Disproof by Counterexample?
Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.
Book Free Session β