Regarding the parametrization of the pythagora's triples:
$x=p^2-q^2$
$y=2pq$
$z=p^2+q^2$
When $x=0, p^2=q^2$. Given that $\gcd(p, q)=1$, is there a contradiction? Why(not)?
Regarding the parametrization of the pythagora's triples:
$x=p^2-q^2$
$y=2pq$
$z=p^2+q^2$
When $x=0, p^2=q^2$. Given that $\gcd(p, q)=1$, is there a contradiction? Why(not)?
That is an incomplete parameterization.
The correct form is
$x = r(p^2-q^2), y = 2rpq, z = r(p^2+q^2) $.
Also, if $x=0$ then $y=z$. (and $2pq=p^2+q^2$)
No contradiction.