Prompt:
Assume that $Y_1, Y_2, Y_3$ and $Y_4$ are independently and identically distributed $N(\mu,\sigma^2)$ random variables. Show that $Y_1 + Y_2 – Y_3 – Y_4$ and $Y_1 – Y_2 + Y_3 – Y_4$ are independent.
My first attempt to this question was to let $U_1=Y_1 + Y_2 – Y_3 – Y_4\sim N(0, 4\sigma^2)$ and $U_2= Y_1 – Y_2 + Y_3 – Y_4\sim N(0, 4\sigma^2)$ and try to prove that $$\mathrm{Cov}(U_1,U_2)=\mathrm E(U_1U_2)-\mathrm E(U_1)E(U_2)=0$$
However, I have no idea on how to find out what $E(U_1U_2)$ is. Am I on the right track? Is there any other way to prove that $U_1$ and $U_2$ are independent?
$$E[U_1U_2] = E[(Y_1+Y_2-Y_3-Y_4)(Y_1-Y_2+Y_3-Y_4)]$$ $$=E[Y_1^2]-E[Y_2^2]-E[Y_3^2]+E[Y_4^2]-2E[Y_1Y_4]+2E[Y_2Y3]$$ and the last two terms have the same magnitude so cancel, while the first four terms also cancel