Law of Large Numbers
- Sample average converges to the expectationnot yet tested
- Weak versus strong law, and why it holdsnot yet tested
- Why deviations don't get 'balanced out'not yet tested
- Casinos, insurance, and Monte Carlonot yet tested
Run an experiment with random outcomes — a coin flip, a die roll, a draw from any probability distribution — repeatedly, and average the results. As the number of trials grows, the average converges to the expectation. This is the law of large numbers. It was first proved rigorously by Jacob Bernoulli in his posthumous Ars Conjectandi (1713) for the special case of binary outcomes; Khinchin (1929) gave the weak form for general distributions; Kolmogorov (1933) the strong form. The theorem is the conceptual foundation of all of frequentist statistics: probabilities are observable as long-run frequencies precisely because the law of large numbers makes them so. It is also the reason casinos always win.
Let X₁, X₂, X₃, … be independent and identically distributed random variables with finite expectation μ = 𝔼[Xᵢ], and let X̄ₙ = (X₁ + … + Xₙ)/n be the sample average. The weak law of large numbers says X̄ₙ converges to μ in probability: for any ε > 0, P(|X̄ₙ − μ| > ε) → 0 as n → ∞. The strong law says X̄ₙ converges to μ almost surely. The proof of the weak law follows from Chebyshev's inequality applied to the sample average, whose variance σ²/n shrinks linearly in n. What the law does not say: it does not say individual deviations get smaller (the sum Σ Xᵢ continues to fluctuate, with fluctuations of order √n by the central limit theorem); it says the average of deviations gets smaller. The gambler's fallacy treats the law as enforcing balance — a string of bad luck "due to be balanced" by good luck — but each trial is independent, and the long-run convergence is not enforced by a mechanism that catches up. Casinos exploit the law as their business model: each game is a small expected loss for the customer; aggregated over millions of games, the law makes the casino's gross income statistically near-deterministic. Insurance operates on the same principle: individual loss outcomes are unpredictable, but the aggregate loss across a large pool of policyholders is predictable enough to price. The failure modes are correlated samples (when Xᵢ are not independent, the law can fail), infinite variance (the Cauchy distribution is the classical example), and fat-tailed distributions where convergence is technically valid but very slow.