If $x=a^2+b^2$ and $y=c^2+d^2$
how can i prove that xy is also the sum of two rational squares?
My teacher told me there are various methods to attack this problem but an easy way is to use the norms of guassian integers but I can't see how it would help.
The idea here is to do as your teacher said, write explicitly the gaussian integers norm and then rearrange the product to end up with the norm of another gaussian integer. $$ xy=(a^2+b^2)(c^2+d^2)\\ =(a+ib)(a-ib)(c+id)(c-id)\\ = (a+ib)(c-id)(a-ib)(c+id)\\ = (ac-iad+ibc+bd)(ac+iad-ibc+bd)\\ =((ac+bd)+i(bc-ad))((ac+bd)-i(bc-ad))\\ =(ac+bd)^2+(bc-ad)^2 $$