Given $a,b,c,d \in \mathbb{Z}$, there is $x,y$ such that
$$(a^2 + b^2)(c^2 + d^2) = x^2 + y^2$$
One can show this by considering the complex number $a + bi$ and $c+ di$, using complex properties to deduce that $x = ac - bd, y = ad + bc$ is a solution. However, given that either $a^2, b^2$ are distinct or $c^2,d^2$ are distinct, then how can one can find nonzero solutions $x,y$?
Sorry, I am assuming $a,b,c,d$ are nonzero.