Well, I have been trying to prove that:
$$x^2 + y^2 + z^2 = 2xyz \implies x = y = z = 0$$
and have made little progress. Till now, I have only been able to prove that if this is to happen then $x$, $y$ and $z$ must be even. I am explaining how I arrived to this result but don't know how to proceed further or even figuring this out would make sense.
If $x^2 + y^2 + z^2 = 2xyz$, then at least one of $x$, $y$ or $z$ must be a multiple of 2. Let that one number be x and now $2|x$. Also let $x = 2a$.Then, $4a^2 + y^2 + z^2 = 4ayz$.
Now assume that one of $y$ or $z$ is odd. So the other must be odd as well as odd and odd add upto even and we need an even number to make the equality true. But it can be proved that the sum of squares of two odd numbers is never a multiple of $4$. Then the LHS would no longer be a multiple of 4 ($4a^2$ is a multiple of $4$ but $y^2 + z^2$ isn't) while the RHS would be. This is a contradition. Hence, $y$ and $z$ both are even. That's what I have been able to prove till now and still don't know if that is useful.
Please help if you have an answer.
Your proof that $x,y,z$ are all even is correct. You can use similar reasoning to continue.
Lemma $1$: If $x^2+y^2+z^2=2^n xyz$ for some $x,y,z\in\mathbb Z$, $n\in\mathbb Z^+$, then $x,y,z$ are all even.
The proof is analogous. $x,y,z$ cannot all be odd (because the LHS would then be odd and the RHS even), so WLOG let $x=2x_1$.
The equation becomes $4x_1^2+y^2+z^2=2^{n+1}x_1yz$, so $4\mid y^2+z^2$, so $y,z$ are both even (you know how to prove it).
Lemma $2$: If $x^2+y^2+z^2=2^nxyz$ for some $n\in\mathbb Z^+$, $x,y,z\in\mathbb Z$, $x=2x_1$, $y=2y_1$, $z=2z_1$, then $x_1^2+y_1^2+z_1^2=2^{n+1}x_1y_1z_1$.
The proof is trivial. Lemma $1$ and $2$ together imply that if $x^2+y^2+z^2=2^nxyz$ for some $n\in\mathbb Z^+$, $x,y,z\in\mathbb Z$, then $x,y,z$ are divisible by arbitrarily large powers of $2$.
I.e., for all $k\in\mathbb Z^+$ we have $2^k\mid x,y,z$, which can only be possible if $x=y=z=0$.