[step:Apply the multivariate central limit theorem to the true-centred covariance]
Define the true-centred covariance fluctuation
\begin{align*}
A_n:\Omega &\to \mathbb{R}^{p \times p}, \\
\omega &\mapsto \frac{1}{n}\sum_{i=1}^{n}Y_i(\omega)Y_i(\omega)^\top-\Sigma .
\end{align*}
Also define the product vector
\begin{align*}
V_i:\Omega &\to \mathbb{R}^{p^2}, \\
\omega &\mapsto \operatorname{vec}\left(Y_i(\omega)Y_i(\omega)^\top-\Sigma\right).
\end{align*}
Then $V_1,V_2,\dots$ are independent and identically distributed, $\mathbb{E}[V_i]=0$, and every second moment is finite because Gaussian random variables have finite moments of all orders. Define the covariance matrix $\Gamma \in \mathbb{R}^{p^2 \times p^2}$ by
\begin{align*}
\Gamma := \operatorname{Cov}(V_1).
\end{align*}
The hypotheses of the multivariate [central limit theorem](/theorems/1848) are therefore satisfied: the summands are independent and identically distributed in $\mathbb{R}^{p^2}$, have mean zero, and have finite second moments. The multivariate [central limit theorem](/theorems/521) gives
\begin{align*}
\sqrt n\,\operatorname{vec}(A_n)
=
\frac{1}{\sqrt n}\sum_{i=1}^{n}V_i
\xrightarrow{d}
\mathcal{N}_{p^2}(0,\Gamma).
\end{align*}
In coordinates, this definition of $\Gamma$ means
\begin{align*}
\Gamma_{(j,k),(l,m)}
=
\operatorname{Cov}(Y_{1,j}Y_{1,k},Y_{1,l}Y_{1,m}).
\end{align*}
It remains to compute this covariance. Since $Y_1$ is centred Gaussian, its moment generating function
\begin{align*}
M:\mathbb{R}^p &\to \mathbb{R}, \\
t &\mapsto \mathbb{E}\left[e^{t^\top Y_1}\right]
=
\exp\left(\frac{1}{2}t^\top\Sigma t\right)
\end{align*}
is smooth. Differentiating four times at $t=0$ gives the Gaussian fourth moment identity
\begin{align*}
\mathbb{E}[Y_{1,j}Y_{1,k}Y_{1,l}Y_{1,m}]
=
\Sigma_{jk}\Sigma_{lm}
+
\Sigma_{jl}\Sigma_{km}
+
\Sigma_{jm}\Sigma_{kl}.
\end{align*}
Therefore
\begin{align*}
\Gamma_{(j,k),(l,m)}
&=
\mathbb{E}[Y_{1,j}Y_{1,k}Y_{1,l}Y_{1,m}]
-
\mathbb{E}[Y_{1,j}Y_{1,k}]
\mathbb{E}[Y_{1,l}Y_{1,m}] \\
&=
\left(
\Sigma_{jk}\Sigma_{lm}
+
\Sigma_{jl}\Sigma_{km}
+
\Sigma_{jm}\Sigma_{kl}
\right)
-
\Sigma_{jk}\Sigma_{lm} \\
&=
\Sigma_{jl}\Sigma_{km}+\Sigma_{jm}\Sigma_{kl}.
\end{align*}
[/step]