strong law of large numbers when mean goes to infinity

344 Views Asked by At

Let $X_1,X_2,...,X_n$ be independent and identically distributed (iid) random variables with mean $\mathbb{E}[X_i] = \sqrt{n}$. I am a bit confused about using the strong law of large numbers (SLLN) in this case, because $\mathbb{E}[X_i] = \sqrt{n}$ goes to infinity as $n\to\infty$. I wonder if the assumptions of SLLN holds here and whether we can conclude that $$ \frac{\sum_{i=1}^n X_i}{n} \to \infty $$ almost surely or not? I appreciate any response/comment.

1

There are 1 best solutions below

6
On

The strong law of large numbers requires that you have an infinite sequence of random variables, from which you can average any number of terms you like. This gives us an infinite sequence $$ X_1, \frac{X_1 + X_2}{2}, \frac{X_1 + X_2 + X_3}{3}, \dots $$ and the strong law of large numbers is about the limit of this sequence.

Here, you have a finite sequence of random variables, and you aren't just extending it as you increase $n$: if you change $n$, the distributions also change, because the expected value changes. So the strong law of large numbers doesn't apply to this situation.

For an example where the conclusion also does not hold, suppose that each of $X_1, \dots, X_n$ is $n^2$ with probability $\frac1{n\sqrt n}$ and $0$ otherwise. Then with probability $(1 - \frac1{n \sqrt n})^n \ge 1 - \frac1{\sqrt n}$, we have $X_1 = X_2 = \dots = X_n = 0$. As a result, $\frac{\sum_{i=1}^n X_i}{n}$ converges in probability to $0$, not $\infty$. (It does not almost surely converge to anything because, in particular, we don't have a common sample space for different values of $n$.)