3
THE MODEL
Draw X₁,X₂,…,Xₙ i.i.d. from a fair six-sided die: each face 1..6 with probability 1/6. Exact moments:
μ = E[X] = 3.5 σ² = Var(X) = 35/12 ≈ 2.9167 (discrete uniform, (6²−1)/12).
The estimator is the sample mean x̄ₙ = (1/n)∑Xᵢ. By linearity E[x̄ₙ] = μ (unbiased) and, by independence, Var(x̄ₙ) = σ²/n — the spread collapses as n grows.
5
THE LINEAGE
This is the ground the-monte-carlo stands on. Every empirical estimate — a poll, an integral estimated by sampling, a training-loss average over a minibatch — is a sample mean betting on this theorem.
The sample mean is a consistent estimator: x̄ₙ → μ in probability. Averaging works not by faith but because Var(x̄ₙ)=σ²/n → 0. Chebyshev turns that shrinking variance into a hard probability bound.
7
THE WITNESS
Live re-check. At boot the panel sealed a known value x̄₂₀₀ and the four LLN invariants. This badge re-runs the verification on demand — if window 6 tampers with the divisor, the sealed value no longer matches and the badge flips red.
WITNESS — awaiting boot