Let $F$ be a c.d.f for a random variable X and let $$x_1<x_2<\cdots<x_n<x_{n+1}<\cdots$$ be a monotonic increasing sequence that converges to $+\infty$. I've managed to do a tight proof of the fact that: $$\lim_{n\to\infty}F(x_n)=1$$ But now I am a bit worried that this implies that $\lim_{x\to\infty}F(x)=1$. Here is my attempt at proving this second fact. Suppose $\lim_{x\to\infty}F(x)\ne1$. Then there exists an $\epsilon_0$ such that:
- There exists an $x_1^*>1$ so that $|F(x_1^*)-1|\ge \epsilon_0$
- There exists an $x_2^*>\text{max}\{x_1^*,2\}$ so that $|F(x_2^*)-1|\ge \epsilon_0$
- There exists an $x_3^*>\text{max}\{x_2^*,3\}$ so that $|F(x_3^*)-1|\ge \epsilon_0$
- Etc, etc, etc, ...
Thus, I've created a sequence $$x_1^*<x_2^*<\cdots<x_n^*<x_{n+1}^*<\cdots$$ that converges to $+\infty$, but $\lim_{n\to\infty}F(x_n^*)\ne 1$, which contradicts my first proof. Hence, $\lim_{x\to\infty}F(x)=1$.
Does this look like a valid proof to folks?