How do I prove:
$$\forall \space a,b \in \mathbb Z, \exists \space c,d \in \mathbb Z: 2*(a^2+b^2) = c^2 + d^2$$ $$d<>a, d<> b$$
For example, : $$2*(1^2 + 2^2) = 1^2 + 3^2 = 10$$ $$2*(2^2 + 3^2) = 1^2 + 5^2 = 26$$ $$2*(2^2 + 4^2) = 2^2 + 6^2 = 40$$ $$etc$$
Multiplying by a square number would be trivial, but are there any other non-square multiples other than two where this may also be true?