I am trying to prove the following:
Prove that there do not exist integers $x$, $y$ such that $x^2 = 5y^2$.
I have done the following up until now, but am unsure where to go from here:
By definition, it can be seen that $x^2$ is not even. Thus, $x^2$ must be odd. Suppose that $x$ is even. Then $x=2n$ for some $n \in Z$. Then, $x^2 = 4n^2$. So, $x^2$ is even. We have proved the contrapositive and therefore, $x$ is odd.
Suppose that there does exist a pair of integers $x,y$ such that $x^2 = 5y^2$. Choose a pair such that $x+y$ is minimal.
As $x$ is odd, $x=2t+1$ for some positive integer $t$.
But then $(2t+1)^2 = 5y^2$ so then $y^2 = \left (\frac{(2t+1)^2}{5}\right)$
Now I don't know how to use $y^2$ to actually prove that the theorem is true.