[step:Compute the conditional Gaussian law of the forecast error]
Define the coefficient vector $a \in \mathbb R^h$ by
\begin{align*}
a := (\psi_{h-1},\psi_{h-2},\dots,\psi_0).
\end{align*}
Define the future innovation vector $Z_{t,h}: \Omega \to \mathbb R^h$ by
\begin{align*}
Z_{t,h}: \Omega &\to \mathbb R^h \\
\omega &\mapsto (\varepsilon_{t+1}(\omega),\varepsilon_{t+2}(\omega),\dots,\varepsilon_{t+h}(\omega)).
\end{align*}
Then
\begin{align*}
E_{t,h}
=
\sum_{j=0}^{h-1}\psi_j \varepsilon_{t+h-j}
=
a \cdot Z_{t,h}.
\end{align*}
Because the components of $Z_{t,h}$ are independent $\mathcal N(0,\sigma^2)$ random variables, the linear combination $a \cdot Z_{t,h}$ is Gaussian with mean
\begin{align*}
\mathbb E[E_{t,h}]
=
\sum_{j=0}^{h-1}\psi_j \mathbb E[\varepsilon_{t+h-j}]
=
0
\end{align*}
and variance
\begin{align*}
\operatorname{Var}(E_{t,h})
&=
\operatorname{Var}\left(\sum_{j=0}^{h-1}\psi_j \varepsilon_{t+h-j}\right) \\
&=
\sum_{j=0}^{h-1}\psi_j^2 \operatorname{Var}(\varepsilon_{t+h-j}) \\
&=
\sigma^2 \sum_{j=0}^{h-1}\psi_j^2,
\end{align*}
where the cross-covariance terms vanish because distinct innovations are independent.
Since $E_{t,h}$ is independent of $\mathcal F_t$, its conditional distribution given $\mathcal F_t$ equals its unconditional distribution. Therefore, conditional on $\mathcal F_t$,
\begin{align*}
Y_{t+h}-\hat Y_t(h)
=
E_{t,h}
\sim
\mathcal N\left(0,\sigma^2\sum_{j=0}^{h-1}\psi_j^2\right).
\end{align*}
[/step]