I had a question because I'm currently working on a Homework Question, and seem to have reached a point where I think I may be right but am not sure. So let $X$ ~ $N(0,1)$, and similarly $Y$ ~ $N(0,1)$, and $X$ and $Y$ are independent. Then let: $$U = \frac{X+Y}{\sqrt2}, V = \frac{X-Y}{\sqrt2}$$
Then I am supposed to prove that $U, V$ are independent and both have the standard normal distribution. Now, I know by showing by the MGF's, one can see this right away. But my logic is this.
I know that the sum of two Gaussian RV's multiplied by a constant is also Gaussian. Further, I know that:
$\mathbb{E}[U] = 0$ by linearity, and by independence, $Var(U) = \frac{1}{2}(Var(X)+Var(Y)) = 1$
Now, for $V$, I also know that $\mathbb{E}[V]$ is $0$ by linearity of Expectation. But, for Variance, is it correct to assume:
$$Var(V) = \frac{1}{2}(Var(X+(-Y))) = \frac{1}{2}(Var(X)+Var(-Y)) = \frac{1}{2}(Var(X) + Var(Y))$$
This is the only way this would make sense to show that $Var(V) = 1$. Thanks for your help.

One easy way would be to note that( X,Y) follows standard bivariate normal distribution and the transformation matrix that takes (X,Y) to (U,V) is orthogonal. So (U,V) will also follow standard bivariate normal. Hence done.