Skip to content

CLT 1

If the Law of Large Numbers is the first-order approximation to the sample mean, the Central Limit Theorem is the second-order correction. Together they mirror the first two terms of a Taylor expansion:

  • LLN gives a point estimate: Xnμ\overline{X}_n \to \mu.
  • CLT describes how far the point estimate sits from the true value, giving an interval estimate with a universal Gaussian shape.
  • The role of finite variance. The proof uses E[X12]<\mathbb{E}[X_1^2] < \infty in exactly one place: to get the second-order expansion of φ\varphi at 00 with an o(t2)o(t^2) error. Without finite variance, no such expansion exists, and the n\sqrt{n} scaling is no longer the right one. (Heavy-tailed sums obey different limit laws, the stable distributions.)

  • Universality. The conclusion depends on X1X_1 only through μ\mu and σ2\sigma^2. Two i.i.d. sequences with the same mean and variance have asymptotically indistinguishable normalized sums, regardless of how different their individual distributions look.

  • CLT vs. LLN. Both follow from i.i.d. assumptions on {Xn}\{X_n\}, but they describe complementary phenomena. LLN says Sn/nμ0S_n / n - \mu \to 0; CLT says Sn/nμ=Op(1/n)S_n / n - \mu = O_p(1/\sqrt{n}) with a Gaussian distributional shape. The CLT requires strictly more (finite variance) than the classical WLLN (finite mean).