Prove by Induction on n that $\exists x,y,z \in Z$ s.t. $x\ge 2, y\ge 2, z\ge 2$ satisfies $x^2+y^2=z^{2n+1}$
I'm a lot more comfortable with proving induction with $\forall$ I haven't really seen one of this format yet where there's an $\exists$. Since this is obviously not true for all $x,y,z\in Z$ it's harder for me to figure out how to solve it.
Well, if $x^2 + y^2 = z^{2n+1}$ then
$x^2z^2 + y^2z^2 = z^{2n+1}z^2$