Sometimes a question has only a handful of possibilities — the few teams left in a knockout round, the ways four friends can sit in a row, the settings on a simple lock. When the list is short enough to write out, you can settle the matter for certain by simply trying every case. Computers love this: the famous four-colour map theorem was finally proved by a machine grinding through every case.
Then you can do the most honest thing imaginable: check every single one. Line up all the cases, verify the statement in each, and — since there is nothing left to test — you have proved it. This brute-force but perfectly valid method is called proof by exhaustion: you literally exhaust the cases.
Suppose we claim that every integer from 1 to 5, when squared, is less than 30. There are only five cases, so we just check them all:
Every result is below 30, and there are no other cases to try, so the statement is proved. ✓
Exhaustion lives or dies on two questions. First, is the list of cases finite — can you actually get to the end? Second, do the cases cover every possibility, with no gaps? Miss one case, or leave the door open to infinitely many, and the "proof" proves nothing.
Claim: the square of any whole number ends in one of the digits
There are infinitely many whole numbers — so surely exhaustion is hopeless? Here is the insight:
the final digit of
Reading off the units digits:
The most common exhaustion proof at A-level has just two cases: every integer is either even or odd, so proving both settles it for all integers.
Claim:
Case 1 —
Case 2 —
Every integer is even or odd — those two cases leave no gaps — and the claim holds in
both. So it is proved for all integers. (Neat shortcut:
Claim: no single-digit whole number (
Only ten values are possible, so check them:
Exhaustion means every case, not "several convincing ones". Two ways to wreck the proof:
The rule of thumb: before you write a single case, ask "does my list of cases, taken together, catch literally everything?" If not, stop.
Proof by exhaustion powered one of the most famous — and most controversial — proofs in history. The Four Colour Theorem says any map can be coloured with just four colours so that no two neighbouring regions share a colour. Mathematicians chased it for over a century.
In 1976, Kenneth Appel and Wolfgang Haken finally cracked it — by reducing the infinite variety of maps down to about 2000 special cases, then setting a computer loose to check every one. It was the first major theorem proved by machine. And it sparked a genuine philosophical storm: no human could ever verify all those cases by hand, so is it really a "proof"? If you can't follow every step yourself, do you truly know it's true? That question is very much alive today, in the age of computer-assisted and AI-driven mathematics.