Suppose that $X$ and $Y$ are random variables with the equal variance.
Show that $X-Y$ and $X+Y$ are uncorrelated.
I get I should use the equation $$E[XY] = E[X]E[Y]$$ For the first part I get $$E[(X-Y)(X+Y)] = E[X^2-Y^2] = E[X^2] - E[Y^2]$$ And I don't know how to follow. Someone has any ideas?
Thank you.
$\newcommand{\Var}{\operatorname{Var}}\newcommand{\Cov}{\operatorname{Cov}}$ Recall that covariance satisfies bilinearity, and so \begin{align*} \Cov(X-Y,X+Y) &=\Cov(X,X+Y)-\Cov(Y, X+Y)\\ &=\Cov(X,X)+\Cov(X,Y)-[\Cov(Y,X)+\Cov(Y,Y)]\\ &=\Var(X)-\Var(Y)\\ &=0 \end{align*} where we recall that $\Cov(X,X) = \Var(X)$, etc. and $\Var(X) = \Var(Y)$.
Hence the correlation is $0$.