Prove that the golden ratio is irrational by contradiction

Here's one idea that works directly without showing anything about $\sqrt 5$:

We know $\varphi > 1$ so if it is rational, we could write $$ \varphi = \frac{a}{b},$$ where $a > b > 0$ are integers and $\operatorname{gcd}(a,b) = 1$. Then using the relation $\frac{1}{\varphi} = \varphi - 1$ gives $$ \frac{b}{a} = \frac{a - b}{b},$$ which is a contradiction since $\operatorname{gcd}(a,b) = 1$ by construction and $a > b$ (it would be a further reduction of a fraction that we already chose to be completely reduced).


HINT: $$\sqrt{5}=\frac{2a-b}{b}$$ is a contradiction, since the numbers $a,b$ are rational and $$\frac{2a-b}{b}$$ is also rational and $\sqrt{5}$ is irrational


If $\phi=\frac ab$ with $\gcd(a,b)=1$ then $\frac 1{\phi}=\phi-1\implies\frac ba=\frac ab-1\implies b^2=a^2-ab=a(a-b)$

This means $b\mid a(a-b)$ but since $\gcd(a,b)=1$ then $b\mid a-b\implies b\mid a$ which is a contradiction.


Though Nitin showed an excellent solution (much better than mine), I've already typed the routine solution approach. So I'm posting it anyway:

If it is rational, we can write it in the form of the fraction $m/n$ where $m$ and $n$ are integers and have no common factors – always, otherwise it is not rational. So we have $$\frac{\sqrt5+1}{2}=\frac{m}{n}$$ $$\sqrt5=\frac{2m}{n}-1$$ But $\frac{2m}{n}-1$ is rational because $\frac{m}{n}$ is rational. Therefore $\sqrt5$ is rational. But it is not. We have a contradition, so the whole number must be irrational. q.e.d.

If you want to prove that $\sqrt5$ is irrational. Do the same: if it is rational, we can write it in the form of the fraction $m/n$ where $m$ and $n$ are integers and have no common factors (We can factor out any common factors). So we have $$\sqrt5=\frac{m}{n}$$ $$5=\frac{m^2}{n^2}$$ $$5n^2=m^2$$ Therefore $m$ is divisible by $5$ and we can re-rewrite it as $m=5k$. So we have $$5n^2=25k^2$$ $$n^2=5k^2$$ Therefore $n$ is also divisible by 5 and we can re-rewrite it as $n=5p$. Therefore, the fraction $\frac{m}{n}$ can be simplified because the numerator and denominator have a common factor of $5$, which contradicts our assumption that there will be no common factors. This cannot be, so $\sqrt5$ cannot be rational. Therefore it’s irrational. q.e.d.


Suppose $\phi$ is rational. From $\frac{1}{\phi} = \phi - 1$, we see that $\phi$ satisfies the polynomial $\phi^2 - \phi - 1 = 0$. By the rational root theorem , $\phi = p/q$ where $p | -1$ and $q | 1$, forcing $\phi = \pm 1$. But neither of these is a root, contradicting that $\phi$ is rational. Therefore, $\phi$ is not rational.