Prove ${\forall x, y \in \mathbb{N}}$ there does not exist $x, y$ s.t. $y^ 2 = x^2 + 2 x y$ without using $\sqrt{2}$.
Proving the statement with $\sqrt{2}$ is just a matter of taking the square-root of both sides:
$$\Longrightarrow y^2 = x^2 + 2xy$$ $$\Longrightarrow 2y^2 = (x+y)^2$$ $$\Longrightarrow y\sqrt{2} = (x+y)$$
Since $\sqrt{2}$ is irrational, and $x+y$ is a natural number, there is a contradiction.
There is also a geometric aid for this (the binomial expansion), there is a missing $y^2$. But how can I prove this algebraically?
I tried to factor $x^2 + 2xy$ into $x(x + 2y)$, and assuming that $x$ and $x + 2y$ are perfect squares, but that reasoning may be too specific. I tried rearranging the terms and finding a contradiction but nothing works. Any guidance or answer will be greatly appreciated.