What is the most unusual proof you know that $\sqrt{2}$ is irrational?

12.6k Views Asked by At

What is the most unusual proof you know that $\sqrt{2}$ is irrational?

Here is my favorite:

Theorem: $\sqrt{2}$ is irrational.

Proof: $3^2-2\cdot 2^2 = 1$.

(That's it)

That is a corollary of this result:

Theorem: If $n$ is a positive integer and there are positive integers $x$ and $y$ such that $x^2-ny^2 = 1$, then $\sqrt{n}$ is irrational.

The proof is in two parts, each of which has a one line proof.

Part 1:

Lemma: If $x^2-ny^2 = 1$, then there are arbitrarily large integers $u$ and $v$ such that $u^2-nv^2 = 1$.

Proof of part 1:

Apply the identity $(x^2+ny^2)^2-n(2xy)^2 =(x^2-ny^2)^2 $ as many times as needed.

Part 2:

Lemma: If $x^2-ny^2 = 1$ and $\sqrt{n} = \frac{a}{b}$ then $x < b$.

Proof of part 2:

$1 = x^2-ny^2 = x^2-\frac{a^2}{b^2}y^2 = \frac{x^2b^2-y^2a^2}{b^2} $ or $b^2 = x^2b^2-y^2a^2 = (xb-ya)(xb+ya) \ge xb+ya > xb $ so $x < b$.

These two parts are contradictory, so $\sqrt{n}$ must be irrational.

Two things to note about this proof.

First, this does not need Lagrange's theorem that for every non-square positive integer $n$ there are positive integers $x$ and $y$ such that $x^2-ny^2 = 1$.

Second, the key property of positive integers needed is that if $n > 0$ then $n \ge 1$.

16

There are 16 best solutions below

11
On BEST ANSWER

Suppose that $\sqrt{2} = a/b$, with $a,b$ positive integers. Meaning $a = b\sqrt{2}$. Consider $$A = \{ m \in \Bbb Z \mid m > 0 \text{ and }m\sqrt{2} \in \Bbb Z \}.$$

Well, $A \neq \varnothing$, because $b \in A$. By the well-ordering principle, $A$ has a least element, $s$. And $s,s\sqrt{2} \in \Bbb Z_{>0}$. Then consider the integer: $$r= s\sqrt{2}-s.$$ We have $r =s(\sqrt{2}-1) < s$, and $r > 0$. But $r\sqrt{2} = 2s-s\sqrt{2}$ is again an integer. Hence $r \in A$ and $r < s$, contradiction.

16
On

Here is something that I just came up with.

If $\sqrt2$ were rational, it would have been in every field of characteristics $0$.

It is also well-known that there are infinitely many prime numbers $p$, such that $x^2-2$ has no root over $\Bbb F_p$. Let $P$ be the set of these primes, and let $U$ be a free ultrafilter over $P$. Now consider $F=\prod_{p\in P}\Bbb F_p/U$.

Using Los theorem we have that:

  1. $F$ is a field.
  2. $F$ has characteristics $0$.
  3. $\lnot\exists x(x^2-2=0)$.

This means exactly that we found a field which extends the rational numbers, but has no roots for $x^2-2$, which in other words means $\sqrt2\notin F$ and therefore $\sqrt2\notin\Bbb Q$.

2
On

Consider the linear application $A:\mathbb{R}^2\to \mathbb{R}^2$ given by $$A=\begin{pmatrix} -1&2 \\ 1&-1 \end{pmatrix} .$$ $A$ maps $\mathbb{Z}^2$ into itself and $V=\{y=\sqrt 2 x\}$ is an eigenspace relative to the eigenvalue $\sqrt 2-1$. But $A\mid_V$ is a contraction mapping, so $\mathbb{Z}^2\cap V=\emptyset$.

1
On

Piggy backing on Asaf's answer:

If $\sqrt{2}$ were rational it would have to live in every field of characteristic zero. There exist primes $p$ where $x^2-2$ has no roots. By Hensel's lemma, a polynomial with simple roots $f\in \mathbb{Q}_p[x]$ has a root in $\mathbb{Q}_p$ if and only if its reduction has a root in $\mathbb{F}_p$. For any $p$ such that $x^2-2$ has no roots, it then follows that $\sqrt{2}\notin \mathbb{Q}_p$, but the latter is a field of characteristic zero, contradiction.

4
On

Consider $\mathbb Z[\sqrt{2}]= \{a + b\sqrt 2 ; a,b \in \mathbb Z\}$. Take $\alpha = \sqrt 2 - 1 \in \mathbb Z [\sqrt 2]$, then $$0 < \alpha < 1 \implies \alpha ^k \to 0 \,\,\text{as} \,\, k \to \infty \tag {*}$$

Say $\sqrt 2 = \frac{p}{q}$, since $\mathbb Z[\sqrt 2]$ is closed under multiplication and addition we have

$$\alpha^k = e + f \sqrt 2 = \frac{eq + fp}{q} \geq \frac{1}{q}$$

which contradicts $(*)$.

1
On

Here is my favorite but perhaps a little too sophisticated. It make use of the theorem which says that if $K$ is an extension of some field $F$ then $[K:F]=1$ iff $K=F$.

From this fact consider the minimum polynomial of $\sqrt{2}$ over $\mathbb{Q}$ which is $m(x)=x^2-2$ by Eisenstein's Criterion. Thus, $[\mathbb{Q}(\sqrt{2}):\mathbb{Q}] > 1$ and so by the contrapositive of the previous remarks $\mathbb{Q} (\sqrt{2}) \neq \mathbb{Q}$. That is, $\sqrt{2} \notin \mathbb{Q}$.

This uses the notion $[K:F]$ means the degree of the minimum polynomial of the extension(s) element(s).

2
On

Below is a simple way to implement the (Euclidean) denominator descent implicit in Ivo Terek's answer (which was John Conway's favorite way to present this proof).

Theorem $\quad \rm r = \sqrt{n}\:$ is an $\rm\color{#c00}{integer}$ if rational,$\:$ for $\:\rm n\in\mathbb{N}$

Proof $\ \ \ $ Put $\ \ \displaystyle\rm r = \frac{A}B ,\;$ least $\rm\; B>0.\,$ $\ \displaystyle\rm\sqrt{n}\; = \frac{n}{\sqrt{n}} \ \Rightarrow\ \frac{A}B = \frac{nB}A.\ $ Taking fractional parts: $\rm\displaystyle\ \frac{b}B = \frac{a}A\ $ for $\rm\ 0 \le b < B.\ $ If $\,\rm\displaystyle\ \color{#c00}{B\nmid A}\,$ then $\rm\ b\ne 0,\ $ so $\rm\,\ \displaystyle \frac{A}B = \frac{a}b,\ $ contra leastness of $\,\rm B$.

Remark $\ $ See here for a conceptual view of the proof (principality of denominator ideals). Though the proof may seem unusual to those who have not yet studied advanced number theory, it is quite natural once one learns about conductor and denominator ideals.

0
On

I just thought of this one:

Consider the equation $x^2-n=0$ for natural $n$. Evidently, $\sqrt n$ is a solution to the equation. Now the rational root theorem implies that for a root to be rational for that equation, it must be a factor of $n$ (up to sign). If $\sqrt n$ is a factor of $n$ ($n$ is a perfect square), then $\sqrt n$ is rational. If $\sqrt n$ is not a factor of $n$ ($n$ is not a perfect square), then $\sqrt n$ must be irrational.

Now just plug in $n=2$.

1
On

Define the $2$-adic valuation $\nu_2(r)$ of a nonzero rational number $r = \frac{p}{q}$ to be the number of times $2$ divides $p$ minus the number of times $2$ divides $q$. The $2$-adic valuation of the square of a rational number is even. But the $2$-adic valuation of $2$ is odd. Hence $2$ is not the square of a rational number.

This argument generalizes with no difficulty to the following: if $n$ is a positive integer, then $\sqrt[k]{n}$ is rational iff the $p$-adic valuation $\nu_p(n)$ of $n$ is always divisible by $k$.

5
On

Ever so slightly off-topic, but I can't resist reminding folks of the proof that $\sqrt[n]{2}$ is irrational for $n \ge 3$ using Fermat's Last Theorem:

Suppose that $\sqrt[n]{2} = a/b$ for some positive integers $a$ and $b$. Then we have $2 = a^n / b^n$, or $b^n + b^n = a^n$. But Andrew Wiles has shown that there are no nonzero integers $a, b$ satisfying the last equation. Thus $\sqrt[n]{2}$ must be irrational. [This proof is due to W. H. Schultz and appeared in the May, 2003 issue of the American Mathematical Monthly.]

4
On

I want to add the following figure. I might not call it unusual but perhaps not common enough to be widely available.

enter image description here


Update: I later checked the image from wikipedia article (linked in comments to the current question) and it presents the same proof in a bit complex fashion. There is no need for two arcs. Just note that if $m$ is hypotenuse of larger triangle and $n$ is one of the other sides then after this construction the length of side of smaller triangle is $(m - n)$ (this is the obvious part). The slightly hard part is to show that the hypotenuse of smaller triangle is $(2n - m)$ and for this wiki article draws two arcs.

However we can easily see that tangents drawn from external point to a circle are of equal length. Hence both the tangents are equal to side of smaller triangle i.e. $(m - n)$. Hence the hypotenuse of smaller triangle is $(n - (m - n)) = 2n - m$.

3
On

The irrationality of $\sqrt{2}$ can be deduced from the following

Theorem (Fermat, 1640): The number $1$ is not congruent.

Reasoning: If $\sqrt{2}$ were rational then $\sqrt{2},\sqrt{2}$,and $2$ would be the sides of a rational right triangle with area $1$. This is a contradiction of $1$ not being a congruent number.

A positive rational number $n$ is called a congruent number if there is a rational right triangle with area $n$: there are rational $a,b,c>0$ such that $$a^2+b^2=c^2\qquad\text{ and }\qquad\frac{1}{2}ab=n$$

A proof of this theorem based upon Fermat's method of descent is given in The congruent number problem Theorem 2.1 by Keith Conrad.

0
On

Using the rational root theorem on $x^2 - 2 = 0$ is a very simple and elegant way of proving the irrationality of $ \sqrt{2} $. Peersonally, I like it beacuse it can be explained easily to high school students

0
On

Suppose $\sqrt2$ is arational, then there exist $p,q$ two natural numbers such that $$\color{Red}{p^2=q^2+q^2.}$$ Then by the parametric solution of Pythagoras Equation there exist two natural numbers $a,b$ such that $a\gt b\ge 1$ and $p=a^2+b^2,$ $$\color{Green}{q=a^2-b^2=2ab.}$$
Now, if $r=a+b$ and $s=a,$ then $$\color{Red}{r^2=s^2+s^2}$$ with $r\lt p,\ s\lt q.$ Hence, by the Infinite Descent there are no such $p$ and $q$ natural numbers.

0
On

This proof will look much better if someone can add a diagram to it.

Suppose $\sqrt2=a/b$ with $a$ and $b$ positive integers chosen as small as possible. Draw a square of side $a$. In the upper left corner, place a square of side $b$, and another one in the lower right corner. The two $b$-squares have total area $2b^2=a^2$, the same as the area of the $a$-square. Thus, the overlap of the two $b$-squares, which is a square we'll call a $c$-square, must have area equal to that of the two corners of the $a$-square not covered by the $b$-squares. Those corners are squares, call them $d$-squares. Then $c^2=2d^2$, so $\sqrt2=c/d$, where $c$ and $d$ are integers (indeed, $c=2b-a$, $d=a-b$) and are less than $a$ and $b$. Contradiction!

You can see this, with diagram, here. It also appears, with many other proofs, here.

1
On

The final decimal digit of $a^2$ and the final decimal digit of $2b^2$ can't agree unless $a$ and $b$ are both multiples of five, leading to an infinite descent. (Check: the possible last digits of $a^2$ are 0,1,4,5,6,9 and the possible last digits of $2b^2$ are 0,2,8.)