Strong and weak laws of large numbers

1.9k Views Asked by At

Let $X_1,X_2,\ldots$ be a sequence of random variables.

Weak (strong) law of large numbers states that:

If $X_1,X_2,\ldots$ are i.i.d. RVs and they have finite expectation $m$, then $\frac{X_1+\dots+X_n}{n}\rightarrow m$ stochastically (almost surely).

I wonder if those laws hold without assumption about independence/identical distribution or if we can exchange one assumption with some other one. Thanks for any input.

2

There are 2 best solutions below

3
On BEST ANSWER

A theorem by Markov states that if a sequence of random variables $X_1, X_2, \ldots$ with finite variances fulfills one of conditions:

  • $\lim_{n \to \infty} \frac{1}{n^2} \mathrm{Var} \sum_{i = 1}^n X_n = 0$;
  • $X_1, X_2, \ldots$ are independent and $\lim_{n \to \infty}\frac{1}{n^2}\sum_{i = 1}^n \mathrm{Var} X_i = 0$;

then the sequence $Y_n = \frac{1}{n}\sum_{i=1}^n (X_i - \mathsf{E} X_i)$ converges for $n \to \infty$ to $0$ in probability.

In addition, if random variables $X_1, X_2, \ldots$ are identically distributed, have finite variance and are uncorrelated (instead of independent), then the proof of the weak law of large numbers using Chebyshev's inequality still holds.

EDIT: Corrected the first condition, thanks to @Michael.

0
On

As the other answer has used independence, I want to present a version which doesn't need any independence at all.

Let $X_n$ be random variables fulfilling:

  • $ \mathbb{E} [X_n^2] \leq C $ for some constant $C$ not depending on n.
  • $ | Cov(X_m,X_n) | \leq r(| m - n |) $, with $ r : \mathbb{N_0} \mapsto [0,\infty) $ such that $ \lim\limits_{k \to \infty} r(k) = 0 $

Then, $$ \frac 1 n \sum\limits_{l=1}^n (X_l - \mathbb{E}[X]) \to 0 $$ in probability and $L^2$ as $n \to \infty$.

Thus the weak law also holds if you have random variables which are not uncorrelated but merely decorrelate.