4.9.15Probability Theory & Statistics

Central Limit Theorem — statement, proof sketch, significance

2,073 words9 min readdifficulty · medium2 backlinks

WHAT the theorem says

WHAT each piece means:

  • Xˉnμ\bar X_n - \mu: how far the sample average is from the truth.
  • Dividing by σ/n\sigma/\sqrt n: the standard deviation of Xˉn\bar X_n is exactly σ/n\sigma/\sqrt n (the standard error), so we are rescaling so the spread is always 11.
  • The limit doesn't care about the shape of XiX_i — only that mean and variance are finite.
Figure — Central Limit Theorem — statement, proof sketch, significance

HOW we prove it (characteristic-function sketch)

Step 1 — Center and scale. Define Yi=XiμσY_i = \dfrac{X_i - \mu}{\sigma}. Then E[Yi]=0E[Y_i]=0, Var(Yi)=1\mathrm{Var}(Y_i)=1, and Zn=1ni=1nYi.Z_n = \frac{1}{\sqrt n}\sum_{i=1}^n Y_i. Why this step? It removes μ,σ\mu,\sigma so we only need to prove the standardized case; cleaner algebra.

Step 2 — Use independence to factor the CF. φZn(t)=E ⁣[exp ⁣(it1nYi)]=i=1nE ⁣[ei(t/n)Yi]=[φY ⁣(tn)]n.\varphi_{Z_n}(t) = E\!\left[\exp\!\left(it\,\tfrac1{\sqrt n}\sum Y_i\right)\right] = \prod_{i=1}^n E\!\left[e^{i(t/\sqrt n)Y_i}\right] = \left[\varphi_Y\!\left(\tfrac{t}{\sqrt n}\right)\right]^n. Why this step? Independence ⇒ expectation of a product = product of expectations; identical distribution ⇒ all factors equal, giving an nn-th power.

Step 3 — Taylor-expand the CF near 00. Since E[Y]=0E[Y]=0, E[Y2]=1E[Y^2]=1, φY(s)=1+isE[Y]s22E[Y2]+o(s2)=1s22+o(s2).\varphi_Y(s) = 1 + i s\,E[Y] - \tfrac{s^2}{2}E[Y^2] + o(s^2) = 1 - \tfrac{s^2}{2} + o(s^2). Why this step? The first two moments are the only data the CLT uses; everything else vanishes as nn\to\infty. Put s=t/ns = t/\sqrt n: φY ⁣(tn)=1t22n+o ⁣(1n).\varphi_Y\!\left(\tfrac{t}{\sqrt n}\right) = 1 - \frac{t^2}{2n} + o\!\left(\tfrac1n\right).

Step 4 — Take the limit of the nn-th power. φZn(t)=(1t22n+o(1n))n n et2/2.\varphi_{Z_n}(t) = \left(1 - \frac{t^2}{2n} + o(\tfrac1n)\right)^n \xrightarrow{\ n\to\infty\ } e^{-t^2/2}. Why this step? The classic limit (1+ann)nea\left(1+\frac{a_n}{n}\right)^n \to e^{a} when anaa_n\to a, with a=t2/2a=-t^2/2.

Step 5 — Recognize the limit. et2/2e^{-t^2/2} is exactly the CF of N(0,1)N(0,1). By Lévy's continuity theorem, ZndN(0,1)Z_n \xrightarrow{d} N(0,1). \blacksquare

Recall Reconstruct the proof in 5 words each
  1. Standardize. 2) Independence factors CF. 3) Taylor to second moment. 4) (1t22n)net2/2(1-\tfrac{t^2}{2n})^n\to e^{-t^2/2}. 5) That's N(0,1)N(0,1)'s CF.

WHY n\sqrt n and not nn? (the key scaling)


Worked examples


Common mistakes (steel-manned)


Significance (WHY it matters)

Recall Feynman: explain to a 12-year-old

Imagine each kid in school guesses the number of candies in a jar. One kid's guess is wild — way off. But if you take the average of the whole school's guesses, the too-high guesses and too-low guesses cancel, and the average lands close to the truth. The Central Limit Theorem says something extra magical: if you imagine many different schools each making their own average, those averages, when you plot them, always make the same smooth hill shape — the "bell" — even if individual kids guess in totally crazy ways. And the more kids per school, the skinnier and more reliable that hill gets.


Flashcards

What does the classical CLT require of the XiX_i?
Independent, identically distributed, with finite mean μ\mu and finite variance σ2>0\sigma^2>0.
What is the standard error of Xˉn\bar X_n?
σ/n\sigma/\sqrt n.
The CLT limit distribution of Zn=(Xˉnμ)/(σ/n)Z_n=(\bar X_n-\mu)/(\sigma/\sqrt n) is?
N(0,1)N(0,1).
Why divide by n\sqrt n specifically?
Because SD(Xi)=σn\mathrm{SD}(\sum X_i)=\sigma\sqrt n; this normalization gives a non-degenerate limit (dividing by nn → 0, the LLN; by 1 → ∞).
What tool turns "sum of independent vars" into a product?
The characteristic function φX(t)=E[eitX]\varphi_X(t)=E[e^{itX}] (CFs multiply for independent sums).
Taylor expansion of a standardized CF near 0?
φY(s)=1s22+o(s2)\varphi_Y(s)=1-\tfrac{s^2}{2}+o(s^2) (since E[Y]=0,E[Y2]=1E[Y]=0,E[Y^2]=1).
Which limit identity finishes the proof?
(1t22n)net2/2(1-\tfrac{t^2}{2n})^n\to e^{-t^2/2}, the CF of N(0,1)N(0,1).
Which theorem lets CF convergence imply distributional convergence?
Lévy's continuity theorem.
Does CLT make the raw data normal?
No — only the sampling distribution of the mean/sum.
When does the classical CLT fail?
When the variance is infinite (e.g. Cauchy distribution).
Continuity correction for P(Xk)P(X\le k), XX discrete?
Use Φ((k+0.5μ)/σ)\Phi\big((k+0.5-\mu)/\sigma\big).
To halve the standard error, how much more data?
4×4\times (error 1/n\propto 1/\sqrt n).
Mean and variance of a sum i=1nXi\sum_{i=1}^n X_i?
nμn\mu and nσ2n\sigma^2.
Name the discrete special case of the CLT for Bernoulli sums.
de Moivre–Laplace theorem (normal approximation to the binomial).

Connections

Concept Map

standardize

converges in distribution

rescales spread to 1

equivalent forms

linear transform of normal

multiplies under indep sums

center and scale Yi

Levy continuity theorem

explains

examples

i.i.d. Xi, finite mean and var

Standardized mean Zn

N 0,1 standard normal

Standard error sigma over sqrt n

Xbar, sum Xi, Zn all Gaussian

Characteristic function fingerprint

Factor CF into product

Bell curve everywhere

Heights, errors, polls, casinos

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Central Limit Theorem ka core idea bahut simple hai: chahe tumhara original data kitna bhi tedha-medha (skewed, ajeeb shape) ho, jab tum bahut saare independent samples ka average (ya sum) lete ho, toh us average ka distribution hamesha ek bell curve (Normal distribution) ki taraf jaata hai. Condition sirf itni: XiX_i independent ho, same distribution se ho, aur unka mean μ\mu aur variance σ2\sigma^2 finite ho. Yeh "magic" isliye hota hai kyunki upar-niche ke random errors ek doosre ko cancel kar dete hain.

Proof ka shortcut sketch yaad rakho: pehle data ko standardize karo (Y=(Xμ)/σY=(X-\mu)/\sigma), phir characteristic function (E[eitX]E[e^{itX}]) use karo — kyunki independent variables ka sum lene par yeh functions multiply ho jaate hain (convolution se aasan). Taylor expansion karne par sirf pehle do moments (mean=0, variance=1) bachte hain, baaki gayab. Phir (1t22n)net2/2(1-\frac{t^2}{2n})^n \to e^{-t^2/2} — aur yeh N(0,1)N(0,1) ka exact fingerprint hai. Bas, proof khatam.

Sabse important practical baat: sample mean ki spread (standard error) σ/n\sigma/\sqrt{n} hoti hai. Iska matlab error 1/n1/\sqrt{n} ke rate se kam hota hai — error aadha karne ke liye data chaar guna chahiye. Isi wajah se confidence intervals, z-test, t-test, opinion polls, aur Monte Carlo simulations sab kaam karte hain. Yeh CLT hi reason hai ki bell curve har jagah dikhti hai.

Ek warning: CLT raw data ko normal nahi banata — sirf mean/sum ke sampling distribution ko banata hai. Aur agar variance infinite ho (jaise Cauchy distribution), toh CLT fail ho jaata hai. Discrete sums (jaise Binomial) ke liye continuity correction (±0.5\pm 0.5) lagana mat bhoolna.

Go deeper — visual, from zero

Test yourself — Probability Theory & Statistics

Connections