If the elements of are mutually independent then for all and hence the covariance matrix is a diagonal matrix with the th diagonal element equal to .
In the other direction, zero covariance doesn’t in general imply independence, and pairwise independence doesn’t imply mutual independence. But once again, the multivariate normal turns out to have a wonderful property:
If has a multivariate normal density and its elements are pairwise uncorrelated – that is, for all – then the elements of are mutually independent.
That is, multivariate normal random variables are independent if and only if they are pairwise uncorrelated.
🎥 See More
This is easy to see from the form of the density of . If is a diagonal matrix then so is . The th diagonal element of is where . So
and therefore
In the constant of integration, .
Therefore the density of is the product of the marginal normal densities.
Thus for a multivariate normal random vector, “pairwise uncorrelated” is equivalent to “mutually independent” and is a much easier condition to check.
The result makes it easy to see if two coordinates of a multivariate normal vector are independent. All you have to do is find the covariance between the two. If the covariance is 0, they are independent.
23.4.1Sum and Difference, Revisited¶
Let have a bivariate normal distribution. Let and . We know that and have a bivariate normal distribution and that
If and have the same variance then and are uncorrelated, and hence also independent by what we have just proved.
Thus for example the sum and difference of two i.i.d. normal random variables are independent.
You have shown in exercises that the sum and differences of any two i.i.d. random variables are uncorrelated. If in addition the two variables are normal, then their sum and difference are independent, not just uncorrelated.