[step:Transform the observations into independent Gaussian contrasts]Define the transformed data matrix $Z: \Omega \to \mathbb{R}^{n \times p}$ by
\begin{align*}
Z &= QY.
\end{align*}
Let $Z_a: \Omega \to \mathbb{R}^p$ denote the column vector whose transpose is the $a$-th row of $Z$. Thus
\begin{align*}
Z_a &= \sum_{i=1}^n q_{a i}Y_i,
\end{align*}
where $q_{a i}$ is the $i$-th component of $q_a$.
For $a \in \{1,\dots,n-1\}$, since $\sum_{i=1}^n q_{a i}=q_a^\top\mathbf{1}_n=0$, the mean of $Z_a$ is
\begin{align*}
\mathbb{E}[Z_a]
&= \sum_{i=1}^n q_{a i}\mu \\
&= 0.
\end{align*}
Its covariance matrix is
\begin{align*}
\operatorname{Cov}(Z_a)
&= \sum_{i=1}^n q_{a i}^2\Sigma \\
&= \Sigma,
\end{align*}
because $|q_a|^2=1$. If $a,b \in \{1,\dots,n-1\}$ with $a \neq b$, then
\begin{align*}
\operatorname{Cov}(Z_a,Z_b)
&= \sum_{i=1}^n q_{a i}q_{b i}\Sigma \\
&= (q_a^\top q_b)\Sigma \\
&=0.
\end{align*}
Since $(Z_1,\dots,Z_n)$ is obtained from the jointly Gaussian vector $(Y_1,\dots,Y_n)$ by a linear transformation, it is jointly Gaussian. Therefore the zero cross-covariances imply that $Z_1,\dots,Z_{n-1}$ are independent, and we have
\begin{align*}
Z_1,\dots,Z_{n-1} \overset{\mathrm{ind}}{\sim} \mathcal{N}_p(0,\Sigma).
\end{align*}[/step]