The random values $ξ_i, i = 1, 2$, are independent and have a standard normal distribution.
Are there independent random variables $η_1 = ξ_1 + ξ_2, η_2 = ξ_1 - ξ_2$?
I'm tried to find the answer:
$M(ξ_1+ξ_2)=M_{ξ_1}+M_{ξ_2}$
$M(ξ_1-ξ_2)=M_{ξ_1}-M_{ξ_2}$
$M{η_1η_2}=M(ξ_1 - ξ_2)(ξ_1 + ξ_2,)=M(ξ_1^2 - ξ_2^2)$
$cov(η_1,η_2)=M_{η_1η_2}-M_{η_1}M_{η_2}=M_{ξ_1^2}-M_{ξ_2^2}-(M_{ξ_1}-M_{ξ_2})=D_{ξ_1}-D_{ξ_2}$
I think your third line has an issue and should be:
$E(n_1n_2) = E[(e_1+e_2)(e_1-e_2)] = E[e_1^2 - e_2^2]$
$e1$ and $e2$ are independent and identically distributed; so, I think this reduces to: $E[e_1^2 - e_2^2] = E[e_1^2] - E[e_2^2] = 0$.
Also, since $e1$ is standard normal, $E[e1] = 0$.