Convergence in probability and almost surely
(WIP, private notes)

Fact 1

In a topological space, let pnp_n be a sequence of points, pp another point, and assume the following holds: all subsequences of pnp_n have a subsubsequence converging to pp. Then, pnp_n converges to pp.

Indeed, if this were not the case, there would exist an open set containing pp but not infinitely many of the pnp_ns, and no subsequence of those infinitely many pnp_ns can converge to pp.

Fact 2

Convergence in almost surely implies convergence in probability.

(Not indeeded here.)

Fact 3

If XnX_n is a sequence of random variables, XX another one (all on the same space), and any subsequence has a subsubsequence converging almost surely to XX, then XnX_n converges itself in proba to XX.

Indeed,

Fact 4

Convergence almost surely is not topological:

The typewriter sequence is an example of a sequence of random variables that satisfy that any subsequence has a subsubsequence converging almost surely to zero. But it does not itself converge almost surely to zero. See https://en.wikipedia.org/wiki/Pointwise_convergence#Almost_everywhere_convergence.

Morale

And now I realize this is already covered by wikipedia, so it will just serve as a reminder. The important part for me is that Fact 3 which is often an exercise, and often proved in an ad-hoc manner (as far as I have seen), actually decomposes into two very much independent parts, Fact 1 and Fact 2.