The laws of large numbers say sample averages converge to the mean, while the central limit theorem (CLT) says the fluctuations around that mean are normal regardless of the underlying distribution. Together they justify most of inferential statistics.

Laws of Large Numbers

For i.i.d. with mean , let .

  • Weak LLN: in probability, so for every .
  • Strong LLN: almost surely.

The weak law follows from Chebyshev: . The LLN pins down the limit but says nothing about the rate or the shape of the error.

CLT Statement

For i.i.d. with mean and finite variance :

Equivalently, for large . Convergence in distribution means at every .

Intuition and Proof Sketch

  • The scaling is exactly what keeps fluctuations at a fixed size: the standard error shrinks, so we magnify by to see a nondegenerate limit.
  • Characteristic function argument (see Expectation and Moments): for the standardized variable , expand

The limit is the standard normal characteristic function, and convergence of characteristic functions implies convergence in distribution (Levy continuity).

Why the normal is everywhere

Any quantity that is a sum of many small independent effects is approximately normal. This is why measurement errors and aggregate noise tend to be Gaussian, and it does not depend on the shape of the individual terms.

Normal Approximation in Practice

  • Binomial: when and are both . Use the continuity correction .
  • Sample mean: build confidence intervals from (see Maximum Likelihood Estimation).
  • Rule of thumb: is often enough unless the distribution is very skewed or heavy-tailed.

Worked Example: Dice Average

Roll a fair die times. Each roll has and , so . The sample mean is approximately , giving standard error . Thus .

The Delta Method

If and is differentiable at with , then

extending asymptotic normality through smooth transformations.

When the CLT fails or is slow

Finite variance is required: heavy-tailed variables (e.g. Cauchy, infinite variance) do not obey the CLT. For strongly skewed data the approximation at can be poor, so check with a larger or a distribution-specific method.