I wish to prove that for any coprime (and positive) Pythagorean triple $(x,y,z)$, where $x$ is even, $x+z$ is always a square number.
By inspection, this appears true; $(3,4,5)$ gives $9$, $(5,12,13)$ gives $25$, $(8,15,17)$ gives $25$, $(7,24,25)$ gives $49$ et cetera. Yet I am stuck on the proof.
I do not know the original source of the problem.
For every Pythagorean triple $(x,y,z)$, with $d=\gcd(x,y,z)$;
there are coprime integers $a,b$ with different pairity, such that:
$$x=d(a^2-b^2) \ \text{and} \ y=d(2ab) \ \text{and} \ z=d(a^2+b^2); $$
Now notice that the coprime condition implies $d=1$; so we have the following:
$$(2ab)+(a^2+b^2)=(a+b)^2.$$