I am trying to understand a proof of the following theorem:
$X_n$ is a sequence of random variables.
$X_n \to X$ in probability $\implies$ that each sub-sequence of $X_n$ has a sub-sequence which almost surely converges to $X$.
The proof goes as follows: $X_{n_l}$ is a sub-sequence of $X_n$, thus $\forall j$ $P(|X_{n_l}-X|>\frac{1}{j}) \to 0$ as $l \to \infty$ (because $X_n \to X$ in probability).
Then it follows that $\exists X_{n_{l_j}}$ such that $P(|X_{n_{l_j}}-X|>\frac{1}{j}) \le \frac{1}{j^2}$. I do not really see why such a sub-sub-sequence necessarily must exist. Any hints?