An elementary way to prove that $\sqrt{2}+\sqrt{3}$ is irrational?
- Disclaimer: I know about the rational root theorem. I am trying to answer it without using it.
I did the following:
$$\sqrt{2}+\sqrt{3}=\frac{a}{b}$$
$$5+2\sqrt{6}=\frac{a^2}{b^2}$$
$$24=\frac{a^4}{b^4}-10\frac{a^2}{b^2} + 25$$
$$\frac{a^2}{b^2}\left(10-\frac{a^2}{b^2} \right)= 1$$
At this point, I am a bit confused. I thought about this: If $A=\frac{a^2}{b^2}$ then $A^{-1}=\left(10-\frac{a^2}{b^2} \right)$ and then:
$$AA^{-1}=A\left(10-A \right)=10A-A^2=1\tag{$\star$}$$
This is a polynomial with roots: $A=5\pm 2\sqrt{6}$ which means that:
$$\frac{a^2}{b^2}=5\pm 2\sqrt{6}$$
$$\frac{a^2}{2b^2}-\frac{5}{2}=\pm \sqrt{6}$$
As $\frac{a^2}{2b^2}-\frac{5}{2}$ is rational and $\sqrt{6}$ is irrational, then we obtain a contradiction. Is this correct?