Skip to main content

04. Law of Large Numbers, Central Limit Theorem, and Stability — Universal Laws of Sums

Background 4/5. The law of large numbers (LLN), central limit theorem (CLT), and stable distributions emerge in sequence from one question: "what shape does the sum of many independent factors take?" This page covers why Gaussians appear everywhere—and why the Gaussian is not the only answer.

Problem setup

Let X1,X2,X_1, X_2, \dots be independent and identically distributed (i.i.d.) random variables, and define the partial sum Sn=X1++XnS_n = X_1 + \cdots + X_n. The subject is the behavior of SnS_n as nn grows.

Law of large numbers (LLN)

If the mean μ=E[Xi]\mu = \mathbb{E}[X_i] exists, the sample mean converges to the true mean.

Snn a.s. μ(n)\frac{S_n}{n} \xrightarrow{\ \text{a.s.}\ } \mu \qquad (n \to \infty)
  • The weak LLN gives convergence in probability, while the strong LLN (Kolmogorov) gives almost-sure convergence.
  • If the variance is finite, Chebyshev's inequality gives a three-line proof:
P(Snnμε)Var(X1)nε20P\Big( \Big\lvert \frac{S_n}{n} - \mu \Big\rvert \ge \varepsilon \Big) \le \frac{\mathrm{Var}(X_1)}{n \varepsilon^2} \to 0
  • Notice the precondition: E[X1]\mathbb{E}[\lvert X_1 \rvert] must be finite. The Cauchy distribution violates this condition, and in fact the mean Sn/nS_n / n of Cauchy samples again follows a Cauchy distribution—nothing improves regardless of how large nn becomes. The belief that "collecting more data stabilizes the mean" stands on a distributional assumption.

Central limit theorem (CLT)

The LLN only says that Sn/nS_n/n collapses to a constant; it says nothing about the fluctuations around it. The CLT magnifies and examines those fluctuations.

Snnμσn d N(0,1)(σ2=Var(X1)<)\frac{S_n - n\mu}{\sigma\sqrt{n}} \xrightarrow{\ d\ } \mathcal{N}(0, 1) \qquad (\sigma^2 = \mathrm{Var}(X_1) \lt \infty)

Whatever the original distribution of XiX_i—coin tosses, a uniform distribution, or a skewed discrete distribution—the standardized sum approaches the same limit. This universality is why Gaussians appear throughout nature and engineering.

Proof sketch (characteristic functions)

With characteristic functions, the skeleton of the proof takes only a few lines. Standardize with Yi=(Xiμ)/σY_i = (X_i - \mu)/\sigma. Since E[Yi]=0\mathbb{E}[Y_i] = 0 and E[Yi2]=1\mathbb{E}[Y_i^2] = 1, near the origin

φY(t)=1t22+o(t2)\varphi_Y(t) = 1 - \frac{t^2}{2} + o(t^2)

The characteristic function of an independent sum is a product, so

φSn(t)=[φY(tn)]n=[1t22n+o(1n)]net2/2\varphi_{S_n^*}(t) = \Big[ \varphi_Y\Big(\frac{t}{\sqrt{n}}\Big) \Big]^n = \Big[ 1 - \frac{t^2}{2n} + o\Big(\frac{1}{n}\Big) \Big]^n \longrightarrow e^{-t^2/2}

The limit et2/2e^{-t^2/2} is the characteristic function of the standard normal distribution, and Lévy's continuity theorem guarantees convergence in distribution. The crucial point is that the existence of the second moment enabled the second-order term of the Taylor expansion.

Rate of convergence — Berry–Esseen

If the third moment exists, the convergence rate is O(1/n)O(1/\sqrt{n}):

supxFn(x)Φ(x)CE[Y13]n\sup_x \big\lvert F_n(x) - \Phi(x) \big\rvert \le \frac{C\,\mathbb{E}[\lvert Y_1 \rvert^3]}{\sqrt{n}}

Practical lesson: there is no magic number such as n=30n = 30. The more asymmetric or heavy-tailed the original distribution, the more slowly the Gaussian approximation improves, and tail probabilities in particular converge far later than the center.

Stability — when the CLT's assumptions break

What happens if the CLT condition σ2<\sigma^2 \lt \infty fails? To answer, first reframe the question.

Definition of a stable distribution

A distribution is stable if, for independent copies X1,X2X_1, X_2 and arbitrary a,b>0a, b > 0, there exist suitable c>0c > 0 and dd such that

aX1+bX2=dcX+daX_1 + bX_2 \overset{d}{=} cX + d

In other words, taking independent sums does not change the shape of the distribution after adjusting scale and location. The Gaussian is a representative example:

N(0,a2)+N(0,b2)=N(0,a2+b2)\mathcal{N}(0,a^2) + \mathcal{N}(0,b^2) = \mathcal{N}(0, a^2+b^2)

Why every limit must be a stable distribution

Suppose Snbnan\frac{S_n - b_n}{a_n} converges to some distribution ZZ. Since S2nS_{2n} is the sum of two independent blocks of size nn, in the limit ZZ must have the same distribution as a normalized sum of two independent copies of itself. Pushing this argument through yields:

Only stable distributions can arise as limits of normalized i.i.d. sums.

The Gaussian is merely one point in this family selected by the privileged condition of "finite variance." The entire stable family is parameterized by an exponent α(0,2]\alpha \in (0, 2], with α=2\alpha = 2 giving the Gaussian.

Generalized central limit theorem

If the tails of XiX_i decay polynomially—P(X1>x)CxαP(\lvert X_1 \rvert > x) \sim C x^{-\alpha}, 0<α<20 \lt \alpha \lt 2—the classical CLT does not apply because the variance is infinite. Instead (Gnedenko–Kolmogorov),

Snbnn1/αL(n) d (alpha-stable distribution with exponent α)\frac{S_n - b_n}{n^{1/\alpha} L(n)} \xrightarrow{\ d\ } \text{(alpha-stable distribution with exponent } \alpha\text{)}
  • The scaling is n1/αn^{1/\alpha} rather than n=n1/2\sqrt{n} = n^{1/2}. The sum grows much faster because a few enormous terms dominate it.
  • The tail exponent α\alpha of the original distribution determines the limiting distribution. This is described by saying that it "belongs to the domain of attraction of an α\alpha-stable distribution."
  • The classical CLT is subsumed as the special case α=2\alpha = 2.
Intuition: what dominates the sum?

When the variance is finite, the contribution of each term to the sum SnS_n is evenly spread and no single term dominates—the result is a smooth Gaussian. When the tail is thick, decaying as xαx^{-\alpha} (α<2\alpha \lt 2), a single maximum has the same order of magnitude as the entire sum—the result is a jump-dominated alpha-stable distribution. The boundary between the two regimes of "accumulating average factors" and "domination by extremes" is α=2\alpha = 2.

What to remember from this page

  1. The LLN and CLT are theorems resting on assumptions about moment existence. Distributions that violate those assumptions really exist (Cauchy).
  2. The CLT proof takes three lines with characteristic functions: independent sum = product of characteristic functions, second-order Taylor expansion, and et2/2e^{-t^2/2}.
  3. Stable distributions are all the possible limits of i.i.d. sums, and the Gaussian is the α=2\alpha = 2 case.
  4. Sums of data with tail exponent α<2\alpha \lt 2 scale as n1/αn^{1/\alpha} and converge to an alpha-stable distribution.

Next step