There is a question from lecture notes whose answer I do not quite understand. The question is
Let $X$ have a cdf $F$. Let $x$ be any point and suppose $x_n$ is a decreasing sequence such that $x_n \rightarrow x$ as $n \rightarrow \infty$. Show $F(x_n) \rightarrow F(x)$ as $n \rightarrow \infty$.
The solution according to lecture notes is:
If $x_n \downarrow -\infty$ Then $\lim_{m\to\infty}F(x_m) = \lim_{m\to\infty}P(X \leq x_m) = P(\lim_{m\to\infty}(X \leq x_m)) = P(\bigcap_{m}(X \leq x_m)) = P(\varnothing) = 0$ Hence $\lim_{x\to -\infty}F(x) = 0$ which can be written as $F(-\infty) = 0$. Then this implies the conclusion.
Can someone help me understand how this argument answers the question or suggest an alternative answer?