MathIsimple
6 min read
beginner

The Proof That Shook Ancient Greece: Why √2 Can't Be a Fraction

Hippasus proved it around 520 BC. His fellow Pythagoreans allegedly drowned him for it.

May 2, 2026
Math Basics
Algebra
Study Tips
Education

The Number That Broke a Brotherhood

Around 520 BC, a Greek mathematician named Hippasus was working with the Pythagorean brotherhood — a philosophical and mathematical society that believed, fundamentally, that every number could be expressed as a ratio of two integers.

Then he proved that √2 couldn't.

The legend — historically uncertain but enduring — is that his fellow Pythagoreans threw him overboard into the sea for it. Whether the story is true almost doesn't matter. The mathematical discovery was real, the implications were disruptive, and the proof he or someone from that era constructed is still used today, essentially unchanged.

It's one of the oldest, cleanest arguments in mathematics. And it begins by assuming the opposite of what you want to prove.

What "Irrational" Actually Means

An irrational number is simply a number that cannot be written as a fraction pq\frac{p}{q} where pp and qq are integers and q0q \neq 0.

Not "crazy." Not "unpredictable." Just: no ratio of whole numbers equals this.

Rational numbers include all fractions and all terminating or repeating decimals — which is covered in the fraction-to-decimal article. Irrational numbers have decimal expansions that go on forever without any repeating block.

Rational

1/3 = 0.333...

7/8 = 0.875

22/7 ≈ 3.142857142857...

Irrational

√2 = 1.41421356...

π = 3.14159265...

φ = 1.61803398...

Note that 22/7 is rational — it repeats. π is irrational — it never repeats, even though it's close to 22/7. The decimal resemblance is coincidental.

The Proof by Contradiction

Proof by contradiction works like this: assume the thing you want to disprove is true. Then show that the assumption leads to an impossible conclusion. Therefore the assumption must be false.

Claim: √2 is irrational.

Proof: Suppose for the sake of argument that √2 is rational. Then there exist integers pp and qq, with no common factors (the fraction is in lowest terms), such that:

2=pq,gcd(p,q)=1\sqrt{2} = \frac{p}{q}, \quad \gcd(p, q) = 1

Square both sides:

2=p2q2    p2=2q22 = \frac{p^2}{q^2} \implies p^2 = 2q^2

So p2p^2 is even (it equals 2 times something). If a perfect square is even, its square root must also be even — because odd numbers have odd squares. So pp is even. Write p=2kp = 2k for some integer kk.

Substitute back:

(2k)2=2q2    4k2=2q2    q2=2k2(2k)^2 = 2q^2 \implies 4k^2 = 2q^2 \implies q^2 = 2k^2

So q2q^2 is also even, which means qq is also even.

But now both pp and qq are even — they share a common factor of 2. That contradicts our starting assumption that the fraction was in lowest terms.

Conclusion: the assumption that √2 is rational leads to a logical contradiction. Therefore √2 must be irrational. No fraction, however precisely measured, will ever equal it exactly.

This same argument extends: √3, √5, √7, and the square root of any integer that isn't a perfect square are all irrational. You can prove each one using the same contradiction structure.

Square Roots in Practice — Where They Actually Appear

The diagonal of a unit square is √2. That follows directly from the Pythagorean theorem: 12+12=2\sqrt{1^2 + 1^2} = \sqrt{2}. Every 45-45-90 triangle has a hypotenuse of leg×2\text{leg} \times \sqrt{2}.

Standard deviation uses the square root of variance — because variance squares the deviations (to remove sign), and you need to square-root back to return to the original units. The standard deviation article explains why we don't just take absolute values instead.

The quadratic formula produces square roots when the discriminant isn't a perfect square — which happens for most real-world equations.

Square roots of imperfect squares are irrational. Your calculator shows a decimal approximation. The exact answer — the infinitely precise one — is the radical expression: 2\sqrt{2}, not 1.41421356.

Perfect Squares, Imperfect Squares, and Simplifying What You Can

A perfect square is an integer whose square root is also an integer: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100...

For everything else, simplification means pulling perfect-square factors out of the radical:

72=362=62\sqrt{72} = \sqrt{36 \cdot 2} = 6\sqrt{2}
50=252=52\sqrt{50} = \sqrt{25 \cdot 2} = 5\sqrt{2}
75=253=53\sqrt{75} = \sqrt{25 \cdot 3} = 5\sqrt{3}

The simplified radical form is exact. The decimal approximation is not. This distinction matters in multi-step calculations — rounding early lets errors compound.

The simplifying radicals article covers the systematic method for any radical, including cube roots and higher.

Quick Questions

Is every square root irrational?

No — only square roots of non-perfect-square integers. √4 = 2, √9 = 3, √100 = 10 are all rational. √2, √3, √5 are irrational. Square roots of fractions can go either way: 4/9=2/3\sqrt{4/9} = 2/3 is rational, 1/2=22\sqrt{1/2} = \frac{\sqrt{2}}{2} is irrational.

Why do we write √2 instead of a decimal?

Because √2 is the exact value. Any decimal you write — 1.41, 1.414, 1.41421356 — is a truncated approximation. Using the radical form preserves precision through subsequent calculations. When you square it at the end, you get exactly 2, not 1.9999999998.

Are there numbers even more "irrational" than √2?

In a sense, yes. Numbers like √2 are called algebraic irrationals — they're roots of polynomial equations with rational coefficients (√2 satisfies x22=0x^2 - 2 = 0). Numbers like π and ee are transcendental — they can't be expressed as roots of any polynomial with rational coefficients. There are vastly more transcendental numbers than algebraic ones, though they're harder to encounter in everyday math.

Calculate and Simplify Any Square Root

Get exact simplified radical form, decimal approximation, and step-by-step factoring for any number — so you know exactly what the calculator is hiding.

*Shows simplified radical form alongside decimal — because 6√2 is a different answer than 8.485.

Ask AI ✨