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 be independent and identically distributed (i.i.d.) random variables, and define the partial sum . The subject is the behavior of as grows.
Law of large numbers (LLN)
If the mean exists, the sample mean converges to the true mean.
- 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:
- Notice the precondition: must be finite. The Cauchy distribution violates this condition, and in fact the mean of Cauchy samples again follows a Cauchy distribution—nothing improves regardless of how large becomes. The belief that "collecting more data stabilizes the mean" stands on a distributional assumption.
Central limit theorem (CLT)
The LLN only says that collapses to a constant; it says nothing about the fluctuations around it. The CLT magnifies and examines those fluctuations.
Whatever the original distribution of —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 . Since and , near the origin
The characteristic function of an independent sum is a product, so
The limit 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 :
Practical lesson: there is no magic number such as . 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 fails? To answer, first reframe the question.
Definition of a stable distribution
A distribution is stable if, for independent copies and arbitrary , there exist suitable and such that
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:
Why every limit must be a stable distribution
Suppose converges to some distribution . Since is the sum of two independent blocks of size , in the limit 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 , with giving the Gaussian.
Generalized central limit theorem
If the tails of decay polynomially—, —the classical CLT does not apply because the variance is infinite. Instead (Gnedenko–Kolmogorov),
- The scaling is rather than . The sum grows much faster because a few enormous terms dominate it.
- The tail exponent of the original distribution determines the limiting distribution. This is described by saying that it "belongs to the domain of attraction of an -stable distribution."
- The classical CLT is subsumed as the special case .
When the variance is finite, the contribution of each term to the sum is evenly spread and no single term dominates—the result is a smooth Gaussian. When the tail is thick, decaying as (), 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 .
What to remember from this page
- The LLN and CLT are theorems resting on assumptions about moment existence. Distributions that violate those assumptions really exist (Cauchy).
- The CLT proof takes three lines with characteristic functions: independent sum = product of characteristic functions, second-order Taylor expansion, and .
- Stable distributions are all the possible limits of i.i.d. sums, and the Gaussian is the case.
- Sums of data with tail exponent scale as and converge to an alpha-stable distribution.
Next step
- Bayesian Inference and Conjugate Priors — from frequentist limit theorems to Bayesian updating
- Gaussian Distribution — the protagonist of the universality proved today
- Alpha-Stable Distributions — a full exploration of the world