[guided]The statistic in the test compares $F_n$ with the null distribution function $F_0$, but the theorem we can use directly compares $F_n$ with the true distribution function $F$. The bridge is the triangle inequality: if $F$ is separated from $F_0$ by $\Delta$, and $F_n$ is uniformly close to $F$, then $F_n$ must also be close to distance $\Delta$ from $F_0$.
Recall from the previous step that $E_n:\Omega \to [0,\infty]$ is defined by
\begin{align*}
E_n(\omega)=\sup_{y \in \mathbb{R}} |F_n(y,\omega)-F(y)|,
\end{align*}
and that there is an event $\Omega_0 \in \mathcal{F}$ with $\mathbb{P}(\Omega_0)=1$ such that $E_n(\omega) \to 0$ for every $\omega \in \Omega_0$. For each $n \in \mathbb{N}$, define $D_n:\Omega \to [0,\infty]$ by
\begin{align*}
D_n(\omega)=\sup_{x \in \mathbb{R}} |F_n(x,\omega)-F_0(x)|.
\end{align*}
Since $F_0$ and the empirical distribution functions are distribution functions, their one-sided continuity and monotonicity make $D_n$ measurable by reducing the supremum to a countable supremum over a dense set adapted to their continuity points. Fix $\omega \in \Omega_0$. For a fixed point $x \in \mathbb{R}$, apply the reverse triangle inequality to the [real numbers](/page/Real%20Numbers) $F_n(x,\omega)-F_0(x)$ and $F(x)-F_0(x)$:
\begin{align*}
|F_n(x,\omega)-F_0(x)| \geq |F(x)-F_0(x)| - |F_n(x,\omega)-F(x)|.
\end{align*}
Because $E_n(\omega)$ is defined as the supremum of $|F_n(y,\omega)-F(y)|$ over all $y \in \mathbb{R}$, we have
\begin{align*}
|F_n(x,\omega)-F(x)| \leq E_n(\omega)
\end{align*}
for every $x \in \mathbb{R}$. Hence
\begin{align*}
|F_n(x,\omega)-F_0(x)| \geq |F(x)-F_0(x)| - E_n(\omega).
\end{align*}
Taking the supremum over $x \in \mathbb{R}$ gives
\begin{align*}
D_n(\omega) \geq \Delta - E_n(\omega).
\end{align*}
The matching upper bound uses the ordinary triangle inequality. For every $x \in \mathbb{R}$,
\begin{align*}
|F_n(x,\omega)-F_0(x)| \leq |F_n(x,\omega)-F(x)| + |F(x)-F_0(x)|.
\end{align*}
Taking the supremum over $x \in \mathbb{R}$ and bounding the two terms separately gives
\begin{align*}
D_n(\omega) \leq E_n(\omega) + \Delta.
\end{align*}
Thus
\begin{align*}
\Delta - E_n(\omega) \leq D_n(\omega) \leq \Delta + E_n(\omega).
\end{align*}
Since $\omega \in \Omega_0$, the previous step gives $E_n(\omega) \to 0$. Therefore the [squeeze theorem](/theorems/627) for real sequences implies
\begin{align*}
D_n(\omega) \to \Delta.
\end{align*}
This is the key consistency mechanism: the unscaled statistic does not shrink to zero under the fixed alternative; it converges to the positive separation $\Delta$.[/guided]