The standard proof that \sqrt{2} is irrational is beautiful: assume \sqrt{2} = p/q in lowest terms, square, deduce p and q are both even, contradict "lowest terms." It is short. It works. But it is algebraic — you have to trust the symbol-pushing.
Stanley Tennenbaum's proof does the same thing with shapes. No algebra. Just squares, with integer side lengths, pushed around on a page. This article walks through it.
The algebraic version, in one line
If \sqrt{2} were rational, then p^2 = 2 q^2 would have solutions in positive integers. Equivalently, there would exist positive integers p and q such that
Read that geometrically. It says: you can take a p \times p square and re-cut it into two q \times q squares — same total area. Or equivalently, two q \times q squares can be fit, without overlap or gap, inside a p \times p square of equal area.
Tennenbaum's proof shows that this is geometrically impossible, if p and q are the smallest such positive integers. The picture does all the work.
Setup
Suppose, for contradiction, that there do exist positive integers p and q with
Choose p and q to be the smallest such pair — the smallest p, and the corresponding q. This is the infinite-descent setup: if we find an even smaller pair (p', q') with (p')^2 = 2(q')^2, we contradict the choice.
Now picture the equation. You have one big square of side p, total area p^2. You have two small squares of side q, total area 2q^2. The equation says these two totals are equal.
The packing
Try to fit the two q \times q squares inside the p \times p square. Note first that q < p, because otherwise two squares of side q would have area \ge 2p^2 > p^2 and couldn't fit. Note also that p < 2q, because p = q\sqrt{2} < 2q.
So you can place one of the q \times q squares in the top-left corner of the p \times p square, and the other in the bottom-right corner. Since p < 2q, the two q-squares overlap in the middle — there is a small square where they cover each other, and two small corners near the corners of the big square that are not covered.
The balance equation
Total area of the big square: p^2. Total area covered if you just sum the two q-squares' areas: q^2 + q^2 = 2q^2. But we have assumed these are equal! So the overlap counts once too many in the sum, and the uncovered corners are missing from it — the surplus in the overlap must exactly equal the deficit in the uncovered corners:
Check this algebraically as a sanity test:
Subtract:
By our assumption p^2 = 2q^2, that right-hand side is zero. So the two sides are equal.
Why the balance equation is the whole trick: it is a new equation of the form "a square equals twice a square," but now with smaller sides. The original equation was p^2 = 2q^2. The new one is (2q - p)^2 = 2(p - q)^2 — the same shape of equation, with p' = 2q - p and q' = p - q.
The smaller pair
Let
Both are positive integers, because q < p < 2q (so p - q > 0 and 2q - p > 0), and both are differences of integers, so they are themselves integers. From the balance equation above,
But also, p' = 2q - p < p, because 2q < 2p (since q < p is false — wait, check: q < p implies 2q < 2p, so 2q - p < p). And q' = p - q < q, because p < 2q implies p - q < q.
So (p', q') is another pair of positive integers satisfying the same equation — and p' < p, q' < q.
That contradicts the choice of (p, q) as the smallest such pair. So no such pair can exist. So no rational p/q can satisfy (p/q)^2 = 2. So \sqrt{2} is irrational.
Why this proof is special
The algebraic proof you have seen is "even-ness percolates." Tennenbaum's proof is geometry. It makes the contradiction visible: you literally see the leftover overlap and the leftover corners, you see that they have to match in area, and you see that this produces a smaller version of the same puzzle.
The technique has a name: infinite descent, first used by Fermat. The structure is always the same. Assume a solution in positive integers exists. Build a smaller positive-integer solution out of it. Since positive integers cannot decrease forever, no solution can exist.
Try it with $p = 7$, $q = 5$ (a near-miss)
7^2 = 49 and 2 \cdot 5^2 = 50. Not equal — 49 \neq 50 — so 7/5 is not \sqrt{2}. But 7/5 = 1.4 is pretty close.
If you did try to pack two 5 \times 5 squares into a 7 \times 7 square, the overlap would be of side 2 \cdot 5 - 7 = 3, so area 9. The two uncovered corners would each be of side 7 - 5 = 2, total area 2 \cdot 4 = 8. Overlap area 9 \neq uncovered area 8. The picture is off by exactly the amount by which 7^2 \neq 2 \cdot 5^2 — namely 1.
If the equation p^2 = 2q^2 were satisfied exactly, the overlap and corners would balance to zero difference, as in the balance equation. The fact that no integer pair actually achieves this balance is the content of \sqrt{2}'s irrationality.
What the picture actually proves
Not just that \sqrt{2} is irrational. The same geometric trick, with slight modifications, proves that \sqrt{n} is irrational for any positive integer n that is not a perfect square. You still build a square, still try to pack smaller squares inside, still get an overlap-vs-corners balance equation, still deduce a smaller pair of integer squares, still infinite-descend.
The version for \sqrt{3}: three q-squares inside a p-square. The version for \sqrt{5}: five. The overlaps get more elaborate but the logic is identical. Tennenbaum's picture generalises to a whole family of irrationality results, all proved not by algebra but by watching shapes misbehave.
This is why the proof is worth memorising. It is short, it is visual, and it is one of the cleanest examples of "the picture is the argument" in all of elementary mathematics.
This satellite sits inside Number Systems.