Suppose that $X$ and $Y$ are random variables with the same variance. Show that $X-Y$ and $X+Y$ are uncorrelated.
The solution is below, however, I am confused about a portion of the explanation.
Solution:
Because the covariance remains unchanged when we add a constant to a random variable, we can assume without loss of generality that $X$ and $Y$ have zero mean. We then have
$$\operatorname{cov}(X-Y, X+Y ) = \operatorname{E}[(X-Y )(X + Y )] = \operatorname{E}[X^2] -E[Y^2] = \operatorname{var}(X) - \operatorname{var}(Y ) = 0$$
since $X$ and $Y$ were assumed to have the same variance.
My question:
I cannot tie the relevance of the phrase "Because the covariance remains unchanged when we add a constant to a random variable" to this question. An explanation would be appreciated.
$\newcommand{\cov}{\operatorname{cov}}$Sometimes I'm amazed at how complicated people make their posted answers here. \begin{align} & \cov(X-Y,X+Y) \\[12pt] = {} & \operatorname{cov}(X,X+Y) - \cov(Y,X+Y) & & \text{because cov is linear} \\[-6pt] & & & \text{in the first argument} \\[12pt] = {} & \Big(\cov(X,X) + \cov(X,Y) \Big) - \Big( \cov(Y,X) + \cov(Y,Y)\Big) & & \text{because cov is linear} \\[-9pt] & & & \text{in the second argument} \\[12pt] = {} & \operatorname{var}(X) + \cov(X,Y) - \cov(Y,X) - \operatorname{var}(Y) = \cdots\cdots \end{align}