Proof that the square root of 2 is irrational

(N.B. this blog post is mainly directed at my undergraduate students for their first year Mathematics for Computing module!)

The square root of 2 (\sqrt{2}, root 2) is the positive algebraic number that, when multiplied by itself, gives the number 2. Geometrically, the square root of 2 is the length of a diagonal across a square with sides of one unit of length; this follows from the Pythagorean theorem. A quick approximation for the square root of two is \tfrac{99}{70} (despite having a denominator of only 70, it differs from the correct value by less than \tfrac{1}{10000}).

In the first few lectures we have covered the basics of logic and the propositional calculus, including the idea of reductio ad absurdum, or more specifically, proof by contradiction (indirect proof). One of the examples given in the lecture was proving that the square root of 2 is irrational using infinite descent:

Assume that \sqrt{2} is rational; this means that we can represent it as the ratio of two integers:

\dfrac{a}{b} = \sqrt{2}

Then \sqrt{2} can be written as an irreducible fraction \tfrac{a}{b} such that a and b are co-prime integers:

\left(\dfrac{a}{b}\right)^2 = 2

It follows that:

\dfrac{a^2}{b^2} = 2
a^2 = 2b^2

Therefore a^2 is even because it is equal to 2b^2 (2b^2 is necessarily even because it is 2 times another whole number and even numbers are multiples of 2); it follows that a must be even (as squares of odd integers are never even). Because a is even, there exists an integer k that fulfils:

a = 2k

Substituting in 2k for a in the earlier equation:

2b^2 = (2k)^2
2b^2 = 4k^2
b^2 = 2k^2

Because 2k^2 is divisible by 2 and therefore even, and because 2k^2 = b^2, it follows that b^2 is also even which means that b is even. As we have shown that a and b are both even, this contradicts that \tfrac{a}{b} is irreducible. \square

Because there is a contradiction, the original assumption that \sqrt{2} is a rational number must be false. By the law of excluded middle, the opposite is proven: \sqrt{2} is irrational.

This proof was hinted at by Aristotle, in his Analytica Priora, but it appeared first as a full proof in Euclid‘s Elements (as proposition 117 of Book X). There are a number of other methods of proving that the square root of 2 is irrational, including a simple geometric proof and proof by unique factorisation (using that fact that every integer greater than 1 has a unique factorisation into powers of primes). Check them out!

2 thoughts

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.