I am trying to prove $1+\sqrt 2$ is an irrational number.
I start with contradiction
Proof: assume that $1+\sqrt 2$ is a rational number such that $1+\sqrt 2=\frac{m}{n}$ where m and n are some integers. Then, $$1+\sqrt 2=\frac{m}{n}$$ $$\implies \sqrt 2 =\frac{m}{n}-1$$ $$\implies \sqrt 2=\frac{m-n}{n}$$ $$\implies \sqrt{2} n=m-n$$ $$\implies 2n^2=(m-n)^2$$
I get stuck at this step, can anyone give a hint or a suggestion? Thanks!