Before you can read the parent note's derivation, you need every letter and squiggle it uses to mean something concrete. Below we build each one from nothing, in the order they depend on each other. Nothing is used before it is drawn.
Everything in this topic lives in a tension between two things: the whole world we cannot fully see, and the tiny scoop we actually measured.
Look at the figure: the big cloud on the left is the population (thousands of dots). The little circle on the right is your sample — just a few dots you happened to grab. The whole game of confidence intervals is: guess a fact about the big cloud using only the little circle.
Why the topic needs this: every symbol below is tagged as either a population fact (hidden, fixed, usually Greek letters) or a sample fact (measured, changes each scoop, usually Latin letters). Keeping these two worlds separate is the single most common thing beginners mix up.
The picture: on the big cloud, μ is the exact centre of balance — the one spot where the cloud would perfectly balance on a pin.
Why the topic needs it: μ is the fish we are trying to catch. The entire confidence interval exists to bracket this one hidden number. Because it is fixed, we never say "the probability μ is here" — μ doesn't move.
The picture shows two bell-shaped clouds with the same centre μ but different widths. The narrow one has small σ (everyone close to average); the wide one has large σ (values scattered far). σ is literally the typical distance from the middle.
Why the topic needs it: a confidence interval's width grows with σ. If the world is very spread out, your net must be wider to be trustworthy. We square then square-root so that distances above and below μ don't cancel out — squaring kills the minus signs.
Let's decode that formula symbol by symbol, because the parent note uses it constantly:
The picture for xˉ: on your little sample circle, xˉ is its balance point — the sample's own centre. It is our best single guess for the hidden μ, but it wobbles.
Why the topic needs it: n is the knob you can actually control. It appears as n in the denominator of the interval width, so measuring more shrinks your net. This is the entire reason "more data = more confidence."
The figure: imagine repeating "grab a fresh sample, compute xˉ" thousands of times. Each xˉ is a dot. Pile them up and you get a bell shape centred on μ. This pile is the sampling distribution of the mean. Crucially, it is narrower than the raw data cloud — averages jitter less than individual measurements.
Why the topic needs it: the whole derivation asks "how far can xˉ stray from μ?" That question is answered by the shape of this bell. No distribution, no interval.
This bell being normal (for large n) is exactly what the Central Limit Theorem guarantees — the parent leans on it, and it deserves its own study.
Note the width σ2/n: the sample-mean bell has the population spread σ2shrunk by dividing by n. That's the maths behind "averages jitter less" — bigger n, tighter bell.
Why the topic needs it: we know exact cut-off points on the one standard bell. By converting to Z, we borrow those universal cut-offs for any problem. This is the "standardize to control probability" step in the parent.
The picture: the standard bell with two small shaded tails, each holding area α/2. The vertical lines where the shading starts are at ±zα/2. The unshaded middle holds 1−α of the area — that's the region we trust.
Why n and not n? Variance divides by n; standard deviation is its square root, so the spread divides by n. This is exactly why quadrupling your data only halves your error — see Standard Error for the full story.