4.9.16 · D5Probability Theory & Statistics
Question bank — Law of Large Numbers — weak and strong
This is a rapid-fire self-test on the ideas behind the Law of Large Numbers — no heavy arithmetic, just the traps. Cover the right side, answer out loud, then reveal. Each answer gives you the reasoning, not just a verdict.

True or false — justify
True or false: the Strong Law implies the Weak Law.
True. Almost-sure convergence (whole-path settling) is a strictly stronger mode than convergence in probability (per- closeness), so SLLN always gives WLLN — see Modes of Convergence. The reverse fails.
True or false: WLLN implies SLLN.
False. WLLN only pins down each fixed large ; the running average may still wander out again infinitely often, which SLLN forbids. In-probability does not force almost-sure.
True or false: the LLN requires the to have finite variance.
False. Finite powers only the easy Chebyshev proof. Khinchin's weak law and Kolmogorov's strong law for i.i.d. variables need only (a finite mean).
True or false: the LLN requires the to be independent.
Largely true for the classical statements — independence makes the covariances vanish so . There are LLNs for weakly-dependent sequences, but the standard theorem assumes i.i.d.
True or false: the LLN says converges to a Normal (bell) curve.
False — that's the Central Limit Theorem. The LLN says , a single constant; the CLT describes the leftover wiggle around it.
True or false: if the have no finite mean, the sample mean still settles down.
False. The Cauchy distribution has no mean, and its sample means never converge — they stay just as spread out as a single draw. Finite mean is the true minimal condition.
True or false: as grows, the sum shrinks toward zero.
False. The sum of deviations typically grows (like ). It's dividing by that tames the average, not the sum shrinking.
True or false: SLLN guarantees that for a specific infinite coin sequence, the head-fraction reaches exactly .
True for almost every sequence (probability 1). There exist exceptional sequences (e.g. all heads) where it fails, but they form a set of probability zero.
True or false: the Chebyshev bound is the tightest possible bound.
False. It is deliberately crude — the CLT gives far sharper tail estimates. Chebyshev is a safe overkill, useful because it needs only the variance .
True or false: "both the weak and strong laws just need a finite mean" is the complete story of the minimal conditions.
False — it is a simplification. It is exact for the i.i.d. case. For merely independent, non-identically distributed , Kolmogorov's strong law instead requires . So the minimal condition depends on the setting.
Spot the error
"By Chebyshev, is finite, so Borel–Cantelli gives SLLN." — where's the error?
The series diverges, so this bound is not summable. That's exactly why SLLN needs Kolmogorov's sharper maximal inequality, not the naive per- Chebyshev bound — see Borel–Cantelli Lemma.
"Markov's inequality applies to any random variable ." — spot the error.
Markov's Inequality needs (non-negative). Proof sketch in one line: , giving . The first step drops the mass, which is only harmless when can't go negative.
"Chebyshev gives , so with we get a probability — contradiction." — what's wrong?
Nothing is contradicted; the bound is simply vacuous (a probability something is trivially true). Bounds may exceed 1; that just means they carry no information there.
"Since , the average becomes deterministic at finite ." — error?
For any finite the variance is positive, so is genuinely random. Only in the limit does the spread vanish; convergence is a statement about .
"After 7 reds at roulette, black is more likely next spin because the LLN forces balance." — error?
Gambler's Fallacy. Spins are independent, so past outcomes don't shift future odds. The LLN balances by dilution — the streak becomes a tiny fraction of a huge — not by any corrective force.
" in probability means the sequence converges for every outcome ." — error?
Convergence in probability is about shrinking probabilities of deviation, not pointwise convergence of paths. Path-by-path convergence is the almost-sure (strong) statement.
Why questions
Why does the variance of shrink like and not ?
Two effects fight: dividing the sum by scales variance by , but the sum stacks independent variances (each ), giving . Multiply: . Independence is what lets the noises partially cancel instead of piling up like ; see the figure below.

Why is the SLLN harder to prove than the WLLN?
WLLN controls one at a time via Chebyshev's Inequality, but SLLN must control the entire tail of the path at once, needing a maximal inequality so the bad-event probabilities become summable for Borel–Cantelli Lemma.
Why does Monte Carlo integration actually work?
An integral equals for uniform , so the SLLN guarantees the sample average of converges almost surely to the integral — see Monte Carlo Methods.
Why does "summable probability of bad events" give almost-sure convergence?
If the total probability of all bad events is finite, only finitely many can occur; after the last one you stay in the good region forever, which is exactly almost-sure convergence.
Why doesn't the LLN contradict the fact that a fair coin can produce a long streak of heads?
Streaks are allowed and even certain to appear; they just get swamped as a fraction of ever-larger . The LLN constrains the ratio, not the raw counts.
Why can't we conclude "half the flips are heads" for any single finite ?
The LLN is a limiting statement. At finite the fraction fluctuates; the CLT says those fluctuations are of order , so exact balance is not required.
Edge cases
What does the LLN say if is a constant (zero variance)?
The average is for every , so it converges trivially — both laws hold instantly. Zero variance () means the Chebyshev bound is for all .
What happens to the LLN for a Cauchy distribution?
It fails entirely: with no finite mean , has the same Cauchy distribution as a single draw, so it never concentrates. This is the canonical counterexample.
What if the are identically distributed but correlated?
The classical breaks because covariance terms no longer vanish. Convergence may still hold under weak dependence, but the simple Chebyshev proof no longer applies.
Give a concrete "weakly dependent" case where an LLN still holds.
A stationary sequence whose correlations decay fast enough — e.g. an -dependent sequence (draws more than apart are independent) or a mixing chain where quickly. Then still (the covariance sum grows slower than ), so despite mild dependence.
At , what does the Chebyshev-based WLLN bound say?
It reduces to plain Chebyshev, — a valid but often useless single-sample statement, since one draw carries no averaging benefit.
If for fixed , what happens to the WLLN bound?
The bound blows up to infinity, i.e. becomes vacuous. You cannot demand arbitrarily tight closeness at a fixed finite ; you must send too.
Recall One-line summary to lock in
WLLN = "probably close at large " (in probability, via Chebyshev); SLLN = "eventually close forever" (almost surely, via Borel–Cantelli). Strong ⇒ weak; for i.i.d. variables both need only a finite mean (non-i.i.d. Kolmogorov needs ); neither is the CLT.