2.5.4 · D2Number Theory (Intermediate)

Visual walkthrough — Irrational numbers — √2, π, e — proof that √2 is irrational

1,653 words8 min readBack to topic

We will keep meeting a small set of words. Let us pin them down before we use them.

The whole proof is a machine with one job: assume √2 is a fraction, then break that fraction. The tool that breaks it is even-versus-odd — because squaring interacts with even/odd in a rigid, predictable way. That is why we choose parity and not, say, size or decimals: parity is the property that survives squaring cleanly.


Step 1 — Assume √2 is a tidy fraction

WHAT. Suppose, just to see what happens, that √2 is rational. Then by the definition above we can write

WHY. This is Proof by Contradiction: we grant the enemy claim and hunt for nonsense. We demand lowest terms because any fraction can be reduced first — becomes — so assuming it costs us nothing but hands us a weapon later.

PICTURE. Every rational sits somewhere on the Real Number Line. We are betting √2 lands on one of the fraction tick-marks. The picture stamps a flag saying "lowest terms — no shared factors" onto that bet.

Figure — Irrational numbers — √2, π, e — proof that √2 is irrational

Step 2 — Square both sides to kill the root

WHAT. Multiply each side by itself:

WHY. The square root is awkward — it is not an integer operation. Squaring is its exact inverse (that is why we pick squaring and not, say, adding): un-does the root and leaves the clean integer . Now everything in sight is an integer or a ratio of integers.

PICTURE. Think of √2 as the side of a square whose area is 2. Squaring the equation is literally reading off that area. On the right, squared is the area of a square of side — and it must also equal .

Figure — Irrational numbers — √2, π, e — proof that √2 is irrational

Step 3 — Clear the fraction into a whole-number equation

WHAT. Multiply both sides by : Here equals .

WHY. Fractions are hard to reason about with parity; whole numbers are easy. Removing the denominator gives a pure integer equation where the even/odd argument can bite.

PICTURE. Picture two identical tiles laid side by side (total area ) exactly filling one tile. The two-of-them is the key: the left side is visibly double something.

Figure — Irrational numbers — √2, π, e — proof that √2 is irrational

Step 4 — So is even

WHAT. The left side is , so it is even by definition. It equals . Therefore

WHY. "Even" just means "a multiple of ", and wears its factor of on its sleeve. Whatever equals, it inherits that factor.

PICTURE. Split the big tile into two equal halves — you can, because its area is , a clean double. Evenness = "splits into two equal whole piles".

Figure — Irrational numbers — √2, π, e — proof that √2 is irrational

Step 5 — Therefore itself is even

WHAT. From " even" we get " even". Check the only other option and watch it fail: if were odd, write , then An odd forces an odd — but we just proved is even. So cannot be odd; is even. Write .

WHY. This is the heart of the machine: squaring preserves parity. even² is even, odd² is odd — never crossed. That rigidity is exactly why parity, not some fuzzy property, cracks the proof.

PICTURE. Two side-by-side columns: the "odd" column always ends with one leftover square after pairing (odd² stays odd); the "even" column pairs perfectly. Only the even column matches our even .

Figure — Irrational numbers — √2, π, e — proof that √2 is irrational

Step 6 — Feed back in

WHAT. Substitute into :

WHY. We learned something concrete about (it's even), so we push that fact back into the equation to see what it forces onto . Dividing both sides by isolates .

PICTURE. Replace the tile with a tile (). Two -tiles fill it, so one -tile equals — again a clean double.

Figure — Irrational numbers — √2, π, e — proof that √2 is irrational

Step 7 — So is even too

WHAT. says is even. By the exact same parity logic as Step 5, is even. Write .

WHY. The same "squaring preserves parity" rule runs a second time. We deliberately reuse it — one rule, applied twice, catches both and .

PICTURE. Mirror image of Step 4/5: the tile splits cleanly into two, so pairs up perfectly — is even.

Figure — Irrational numbers — √2, π, e — proof that √2 is irrational

Step 8 — The contradiction you can see

WHAT. We now know and . Both are even, so both are divisible by : But Step 1 flew the flag . A number cannot be both and . Contradiction.

WHY. The only thing we assumed was "√2 is a lowest-terms fraction." Everything after was forced. Since the assumption produced nonsense, the assumption is false.

PICTURE. The lowest-terms flag from Step 1 gets torn: both and carry a shared factor , exactly what "lowest terms" forbade.

Figure — Irrational numbers — √2, π, e — proof that √2 is irrational

Edge case — why the same machine does not break √4

WHAT. Run the identical machine on . Assume lowest terms . So is even, , giving . Then , so . No contradiction really is rational.

WHY. The √2 proof needs the number under the root to be not a perfect square. When you square a fraction, every prime in the answer appears an even number of times (see Prime Factorization). But would need the prime to appear an odd number of times — impossible. For (already a perfect square) no such clash exists. This is why √2, √3, √5, √6, … are irrational but √4, √9 are not.

PICTURE. Side-by-side: for the parity chain hits a wall (red stop); for it loops back to a consistent answer (green tick).

Figure — Irrational numbers — √2, π, e — proof that √2 is irrational

The one-picture summary

The whole argument is a loop that eats itself: assume lowest termsforce evenforce evennot lowest terms after all.

Figure — Irrational numbers — √2, π, e — proof that √2 is irrational
Recall Feynman retelling — the walkthrough in plain words

I claim √2 is a fraction, and I even tidy it up so top and bottom share nothing — that's my promise. I square the equation to lose the root: now . The left side is obviously double something, so is even, which drags itself to be even (because odd numbers square to odd, always). Even means ; I plug that back and — same trick — turns out even too. But wait: if both and are even, they share the factor . That breaks my tidy promise that they shared nothing. I can't keep both. So my very first claim — "√2 is a fraction" — must have been a lie. √2 slips between every fraction on the number line. Done.

Recall Quick self-check

Why must we assume lowest terms at the start? ::: So that "both even" becomes a genuine contradiction — if we didn't demand it, both being even would be allowed and no nonsense would appear. Which single fact makes the parity chain work? ::: Squaring preserves parity: even²=even, odd²=odd. So evenness of forces evenness of . Why does the same proof fail for √4? ::: is a perfect square, so has no odd-power-of-a-prime clash; the chain closes to the valid answer with no contradiction.