4.9.15 · D1Probability Theory & Statistics

Foundations — Central Limit Theorem — statement, proof sketch, significance

2,243 words10 min readBack to topic

0. What is a "random variable"?

Before any Greek letter, we need the object everything else describes.

The picture: imagine a machine with a lever. Pull it and a number pops out. You don't know which number in advance, but you know the rules of how likely each number is.

Figure — Central Limit Theorem — statement, proof sketch, significance
  • A die roll: , each equally likely.
  • A coin flagged for heads, for tails: — this is the Bernoulli building block.

Why the topic needs it: the CLT is a statement about many such machines, so we must name one first.


1. The probability operator , and how likelihood is stored

Before we can average outputs we need to say how likely each output is.

There are two flavours of machine, and they store their likelihood differently:

The picture: a PMF is a row of spikes (bars) whose heights sum to ; a PDF is a smooth curve whose total shaded area is .

Why the topic needs it: every later formula weights outputs by their likelihood, so we must fix what "likelihood" means — and note it works for both discrete and continuous machines.


2. The mean and the symbol

The picture: the mean is the balance point of the probability picture — the spot where the bars (or the area under the curve) would balance on a pencil tip.

Figure — Central Limit Theorem — statement, proof sketch, significance

Why the tool and not just "average of my data"? The average of data is a number that changes every time you sample. is the true fixed target — a property of the machine, not of any one sample. The CLT is all about how the noisy data-average dances around this fixed .


3. Variance and standard deviation

The mean tells you where the machine centres. It says nothing about how wild the outputs are.

The picture: is the typical "arm span" of the picture — how far a single output usually strays from the balance point.

Why the topic needs it: the CLT requires to be finite and positive. If the spread is infinite (like the Cauchy Distribution), the whole theorem collapses — the mean never settles.


4. "i.i.d." — independent and identically distributed

This four-letter tag is the load-bearing assumption of the classical CLT. First fix the counter :

The picture: a row of identical, separately-wired machines, each pulled once — no wire connects any two.

Figure — Central Limit Theorem — statement, proof sketch, significance

Why the topic needs it: independence is exactly what lets the proof factor a product of expectations (see Characteristic Functions), and it makes variances add. Relax "identically distributed" a little and you need the Lindeberg–Feller Condition instead.


5. The sample mean and why its spread is

Now the crucial fact the parent note asserts, built from the two variance rules of Section 3:

The picture: as you use more machines, the histogram of the average pulls in tight around — its arm span shrinks like .

Figure — Central Limit Theorem — statement, proof sketch, significance

Why matters so much: because the spread shrinks (that's the Law of Large Numbers) but only slowly, we can't just subtract — we'd get a shrinking-to-zero object. We must rescale by exactly this standard error to keep a stable, non-trivial shape. That is the Standard Error that appears everywhere in the topic.


6. Standardizing: the symbol

Reading it in words: how many standard errors is my sample average away from the truth?

Why the topic needs it: the limit the CLT proves is a fixed shape, so we must strip out and (which differ per problem). is that stripped, universal version.


7. The target shape: , , and "converges in distribution"

The picture: is the hill; is the running total of shaded area as you sweep left to right — it climbs from up to .

Why the topic needs it: this arrow is the exact meaning of the CLT's conclusion. Everything downstream — Confidence Intervals, Hypothesis Testing — z and t tests — reads off values of .


The prerequisite map

Random variable X

Probability P and PMF or PDF

Expectation E of X = mu

Variance sigma squared

Sample mean X-bar

i.i.d. assumption

Variances add: n sigma squared

Standard error sigma over root n

Standardize into Z-n

Converges to N of 0 and 1

Phi = area under bell

Central Limit Theorem


Equipment checklist

Give yourself a tick only if you can answer out loud:

What does the capital mean versus lowercase ?
is the random variable (the machine); is one specific value it produced.
What does measure, and what is a PMF versus a PDF?
is likelihood between 0 and 1; a PMF gives for discrete values, a PDF gives a height whose area is probability for continuous ones.
What is in plain words, and how do you compute it for continuous ?
The long-run average ; compute it as (integral replaces the discrete sum).
Why do we square deviations in the variance?
To kill the sign and because squared spreads add for independent variables.
State the two variance rules used to get .
Scaling and adding for independent variables.
What is ?
The number of machines pulled / outputs averaged, a whole number that the CLT sends to infinity.
What are the two halves of "i.i.d."?
Identically distributed (same machine) and independent (no pull affects another).
Why does ?
The sum has variance ; the mean is that sum times , and scaling squares the constant: .
What is the standard error and why ?
, the SD of the sample mean; the sum's SD grows like , so that's the right rescaler.
What does measure?
How many standard errors the sample average sits from the true mean .
What is ?
The area under the standard bell to the left of , i.e. .
What does actually claim?
The shape of 's distribution approaches the standard bell — not that the raw data becomes normal.