Prove that for any integers $a, b, c, d$ number $(a^2 + b^2)(c^2 + d^2)$ is a sum of two squares of integer.
In fact I have no idea how to do this and I'll appreciate any tips or the solution.
Prove that for any integers $a, b, c, d$ number $(a^2 + b^2)(c^2 + d^2)$ is a sum of two squares of integer.
In fact I have no idea how to do this and I'll appreciate any tips or the solution.
\begin{align} (a^2+b^2)(c^2+d^2)& =a^2c^2+a^2d^2+b^2c^2+b^2d^2 \\[10pt] & =a^2c^2+2abcd+b^2d^2+a^2d^2-2abcd+b^2c^2 \\[10pt] &=(ac+bd)^2+(ad-bc)^2 \end{align}
There is a nice way using complex numbers:
Let $z=a+bi, w=c+di$. Then $|z|^2=a^2+b^2$ and $|w|^2=c^2+d^2$, so $$|z|^2|w|^2 = (a^2+b^2)(c^2+d^2).$$ On the other hand, we have $zw=(a+bi)(c+di)$. Now calculate $|zw|^2$ by squaring both sides and use the fact that $|zw|^2=|z|^2|w|^2$.