The Irrational Square Root of Two

March 14th, 2026

Happy π\pi day!

Here I will prove that no rational number, when squared, can equal 22.

A rational number is defined as a number p=mnp=\frac {m}{n} such that n0n\ne0 and mm,nn are in lowest terms, meaning their greatest common divisor is 11:

gcd(m,n)=1gcd(m,n)=1

Another way to say this is that mm and nn are not both even numbers. If they were both even then gcd(m,n)2gcd(m,n)\ge2.

First we’ll do a little groundwork to set the scene.

Even and Odd Squares

An even number is defined as any number that is a multiple of 22 and can be written as 2x2x. An odd number is any number that can be written as 2x+12x+1.

An interesting property of the even numbers is that any time you square an even number, you get another even number.

We can show this by squaring an even number 2a2a:

(2a)2=4a2=2(2a2)(2a)^2 = 4a^2 = 2(2a^2)

Since (2a)2(2a)^2 is in the form of 2x2x, this shows that it is even.

Similarly, the square of an odd number 2a+12a+1 is odd:

(2a+1)2=2(2a2+2a)+1(2a+1)^2 = 2(2a^2+2a) + 1

Since (2a+1)2(2a+1)^2 is in the form of 2x+12x+1 where x=2a2+2ax=2a^2+2a then (2a+1)2(2a+1)^2 is odd.

With these two facts in hand, we can prove that if x2x^2 is even then xx is even.

“if xx then yy” can be written as x    yx \implies y, read “x implies y”.

The contrapositive of “P implies Q” is “not Q implies not P”, and they are logically equivalent.

Since “not even” is “odd” and “not odd” is “even”, the contrapositive of xx is even     \implies x2x^2 is even is:

x2x^2 is odd     \implies xx is odd

Similarly, the contrapositive of xx is odd     \implies x2x^2 is odd is:

x2x^2 is even     \implies xx is even.

The Proof

We can prove by contradiction by assuming there is a rational number p=2p=\sqrt2

Substituting pp with mn\frac{m}{n} and squaring both sides we get:

p2=(mn)2=m2n2=2p^2 = (\frac{m}{n})^2 = \frac{m^2}{n^2} = 2

Multiplying both sides by n2n^2 we get:

m2=2n2m^2 = 2n^2

Since m2m^2 is in the form of 2x2x, m2m^2 is by definition an even number.

Based on what we proved above, m2m^2 is even implies that mm is even.

And since mm is even, we can write it as m=2km=2k. Then:

m2=(2k)2=4k2=2n2m^2 = (2k)^2 = 4k^2 = 2n^2

Dividing both side by 22 we get:

2k2=n22k^2 = n^2

Since n2n^2 is in the form of 2x2x, this implies that n2n^2 is even and therefore nn is even, which means that mm and nn are not in lowest terms!

Conclusion

I’ve shown that mm and nn are both even, meaning they share a factor of 2 and gcd(m,n)1gcd(m,n) \ne 1 which contradicts the initial assumption that m/nm/n is fully reduced. Therefore no such rational pp exists and 2\sqrt2 is irrational.

Tags: Math
© 2026, Oren Fromberg