I have a stochastic vector $\mu = \begin{bmatrix}1 \\ 0 \\ 1\end{bmatrix}$ and $\Sigma= \begin{bmatrix}1 & 0 & -1\\0 & 2 & 0 \\ -1 & 0 & 3\end{bmatrix}$.
I have to proof that $X_2$ and $X_3$ are independent. I can tell from the covariance matrix that $\operatorname{Cov}(X_2,X_3) = 0$, but the solution manual also states that $X_2$ and $X_3$ have the property of being bivariate normally distributed.
How can I tell this is the case? The proof for this seems way more complicated than these simple matrices suggest.
What is the definition of the 'stochastic vector' $\mu$? It looks like the stochastic vector is supposed to have normally distributed components. If this is the case, then any linear combination of its components (eg a component of $\Sigma \mu$) is also normally distributed.