Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Laws of Large Numbers

The law of large numbers is the theorem that connects the axioms to the practice that motivated them: the average of many independent copies of a random variable approaches its expectation. It comes in two forms — weak (convergence in probability) and strong (almost surely) — differing only in the mode of convergence, and the gap between them is the difference between a statement about each large and a statement about the whole infinite sequence.

§5 states carefully what the theorem does not do, since it is the result most often enlisted in claims it cannot support.

References: Durrett, Probability, ch. 2; Williams, Probability with Martingales, ch. 12; Etemadi (1981) for the pairwise-independent strong law.

Throughout, are random variables and , .

1. The Weak Law

Weak law (i.i.d., finite variance). If the are uncorrelated with common mean and variance , then .

Proof. and, by uncorrelatedness, (expectation.md §3). Chebyshev gives

Three lines, and no independence beyond uncorrelatedness. The finite-variance hypothesis can be removed:

Khinchin's weak law. If the are i.i.d. with and mean , then .

Proof idea. Truncate at level : . The truncated variables have variance by dominated convergence, so Chebyshev applies to them, while because .

Truncation is the standard device throughout this part: replace a variable with no moments by a bounded one, control the error by a tail estimate, let the truncation level grow.

2. The Strong Law

Kolmogorov's strong law. Let be i.i.d. with and . Then

Conversely, if then a.s., so integrability is necessary as well as sufficient.

Proof sketch (Etemadi's argument). Reduce to by splitting into . Truncate ; the first Borel–Cantelli lemma with (independence.md §5) shows the two sequences have the same a.s. limit behaviour. Along a geometric subsequence (), Chebyshev plus a variance estimate gives a summable bound, so Borel–Cantelli again yields a.s. convergence along ; monotonicity of the partial sums fills the gaps, and completes the proof.

Two features of this proof are worth extracting, since they recur:

  • Borel–Cantelli is what upgrades "in probability" to "almost surely". A summable sequence of failure probabilities means only finitely many failures occur, which is an almost-sure statement about the whole sequence. This is the place countable additivity is spent.
  • Only pairwise independence is used. Etemadi's theorem holds for pairwise independent identically distributed integrable sequences — a genuine strengthening of Kolmogorov's original, and a reminder that "independent" in a theorem statement should be read for exactly what it is (independence.md §1).

Necessity of integrability. If then , so by the second Borel–Cantelli lemma infinitely often a.s.; since , the averages cannot converge. The Cauchy law is the standard illustration: has the same Cauchy law for every and converges to nothing.

3. Which Hypotheses Do What

HypothesisDelivers
uncorrelated, finite varianceweak law (Chebyshev, §1)
i.i.d., strong law (§2)
pairwise independent, identically distributed, strong law (Etemadi)
independent, not identically distributed, strong law (Kolmogorov's criterion)
stationary ergodicstrong law (Birkhoff, §4)
no law of any kind

4. The Ergodic Theorem

Independence is far more than the law of large numbers needs. The general statement replaces it with stationarity plus a triviality condition on invariant events.

Let be measure preserving (), and call invariant if . is ergodic if every invariant event has probability or .

Birkhoff's pointwise ergodic theorem (stated). For and measure preserving,

where is the invariant -algebra. If is ergodic, the limit is the constant .

An i.i.d. sequence is the shift on a product space, which is ergodic (indeed mixing) by Kolmogorov's zero–one law (zero-one-laws.md), so the strong law is the ergodic theorem's special case. Note what the general statement concedes: without ergodicity the limit is a random variable, the conditional expectation given the invariant events — a system that decomposes into non-communicating components converges to a per-component average. This is exactly the structure that reappears in de Finetti's theorem (exchangeability-de-finetti.md), where the limit is the mixing parameter.

5. What the Law Does and Does Not Say

  • It is a theorem about . The convergence asserted is convergence -almost surely, i.e. off a set the given measure assigns zero. The theorem therefore presupposes and cannot be used to define it in terms of frequencies without circularity. What it does establish is an internal consistency property: the axioms of kolmogorov-axioms.md imply that the frequency of an event in independent repetitions converges to its probability — take , giving a.s.
  • "Almost surely" is not "surely". The set where convergence fails is non-empty (it contains, e.g., the all-heads sequence); it merely has measure zero. No finite observation can distinguish a null set from an empty one, which is why the theorem gives no bound on any particular run.
  • There is no rate without further hypotheses, and no self-correction. The "gambler's fallacy" — that a deficit of heads must be repaid — is false: is a martingale with and , so the absolute deviation grows like while the average deviation shrinks like . The CLT quantifies exactly this, and the law of the iterated logarithm, gives the sharp almost-sure envelope.
  • It says nothing about a single trial. The statement is about the sequence, and every rearrangement of the axioms that tries to extract a single-case claim needs an additional principle that is not in the axioms.

6. Where This Is Used

  • The central limit theorem — the next-order term: fluctuations around the limit.
  • Zero–one laws — why the a.s. limit is a constant.
  • Martingales — a convergence theorem needing neither independence nor identical distribution.
  • Algorithmic randomness — the frequency behaviour the strong law asserts for a.e. sequence, imposed instead on individual sequences.