In the book “Second Course in Probability”, by Ross and Peköz, simplified proof is given to Skorokhod’s representation theorem considering the case of continuous random variables.
The proof uses the following Lemma:
If $X_n \rightarrow_d X$, where $X$ and $X_n$ are continuous with distributions $F$ and $F_n$ respectively. If $F_n(x_n) \rightarrow F(x)$ with $0<F(x) < 1$, then $x_n\rightarrow x$.
With such lemma, the authors write the following:
Let $U$ be uniform $(0,1)$ r.v and set $Y_n = F^{-1} (U)$ and $Y=F^{-1}(U)$. Note that because $$ F_n(F_n^{-1}(u))=u=F(F^{-1}(u)) $$
it follows from the Lemma that $F_n^{-1}(u) \rightarrow F^{-1}(u) $ for all $u$. Thus, $Y_n \rightarrow_{a.s} Y$.
My question is in the final assertion. Why does this implies that $Y_n \rightarrow_{a.s} Y$? It would seem that the convergence would be everywhere and not only $a.s$.