According to the Wikipedia page on the law of large numbers:
The strong law applies to independent identically distributed random variables having an expected value (like the weak law). This was proved by Kolmogorov in 1930. It can also apply in other cases. Kolmogorov also showed, in 1933, that if the variables are independent and identically distributed, then for the average to converge almost surely on something (this can be considered another statement of the strong law), it is necessary that they have an expected value (and then of course the average will converge almost surely on that).[11]
I was under the impression that the conditions of the weak law of large numbers are not enough to imply an application of the strong law. But it appears to me this Wikipedia snippet is saying otherwise?
Question: So, just to clarify, do the following conditions imply that one can safely apply the strong law of large numbers?
- $X_1, \ldots, X_n$ are IID random variables
- $E[X_1] = \ldots = E[X_n] = \mu \in \mathbb{R}$
That is, from these assumptions, can we then conclude both that
- $X_n \xrightarrow{a.s.} X$ (weak law)
- $X_n \xrightarrow{a.s.} X$ (strong law)?
or only just (1)?