Prove2Me
Navigate
MissionsFormalpediaUsersMy Missions+
Prove2Me
⌕
Log in
Mission

The Markov Chain Central Limit TheoremResearch Paper

Operations ResearchProbabilityStatisticsStochastic Systems·Captain: Shuze Chen

Markov chain Monte Carlo turns hard integration problems into long simulations: to estimate an expectation EπfE_\pi fEπ​f one runs a Markov chain with stationary distribution π\piπ and reports the sample average fˉn\bar f_nfˉ​n​. The ergodic theorem guarantees fˉn→Eπf\bar f_n \to E_\pi ffˉ​n​→Eπ​f, but honest error bars require more: a central limit theorem

n(fˉn−Eπf)→dN(0,σf2).\sqrt{n}(\bar f_n - E_\pi f) \to_d N(0, \sigma_f^2).n​(fˉ​n​−Eπ​f)→d​N(0,σf2​).

On general state spaces this is famously delicate - a merely ergodic chain with a square-integrable functional can fail the CLT, so the classical theory trades convergence rates (drift, minorization, geometric or polynomial total-variation rates) and mixing conditions (α\alphaα-, ρ\rhoρ-, φ\varphiφ-mixing) against moment conditions on fff. This mission formalizes G. L. Jones's survey "On the Markov chain central limit theorem" (Probability Surveys, 2004): the drift-condition CLTs of Meyn-Tweedie and Jarner-Roberts, the classical mixing CLTs of Ibragimov-Linnik, Doukhan-Massart-Rio and Billingsley, the characterizations via uniform integrability and boundedness in probability, and their assembly into the summary theorem: six practically checkable regimes - from polynomial ergodicity with bounded functionals to uniform ergodicity with second moments - each of which guarantees the CLT for every initial distribution. The stationarity, total-variation and mixing infrastructure is general state space and reusable well beyond this mission.

Log in to contribute
Goal · The Markov chain CLT: six sufficient conditions (Jones Thm 9, mission goal)
OPEN
theorem MarkovChainCLT.markov_chain_clt {X : Type*} [MeasurableSpace X]
    (P : Kernel X X) [IsMarkovKernel P] (π : Measure X) [IsProbabilityMeasure π]
    (hP : HarrisErgodic P π) (f : X → ℝ) (hf : Measurable f)
    (hcase :
      (∃ m : ℝ, 1 < m ∧ PolynomiallyErgodicL1 P π m ∧
        ∃ B : ℝ, ∀ᵐ x ∂π, |f x| < B) ∨
      (∃ m δ : ℝ, 0 < δ ∧ 2 + δ < m * δ ∧ PolynomiallyErgodicL1 P π m ∧
        Integrable (fun x => |f x| ^ (2 + δ)) π) ∨
      (GeometricallyErgodic P π ∧
        ∃ δ : ℝ, 0 < δ ∧ Integrable (fun x => |f x| ^ (2 + δ)) π) ∨
      (GeometricallyErgodic P π ∧
        Integrable (fun x => f x ^ 2 * Real.posLog |f x|) π) ∨
      (GeometricallyErgodic P π ∧ Kernel.IsReversible P π ∧ MemLp f 2 π) ∨
      (UniformlyErgodic P π ∧ MemLp f 2 π)) :
    SatisfiesCLT P π f := by sorry

Let X={Xn}n≥0X = \{X_n\}_{n \ge 0}X={Xn​}n≥0​ be a Markov chain with transition kernel PPP on a state space X\mathsf{X}X, Harris ergodic with invariant probability distribution π\piπ, and let f:X→Rf : \mathsf{X} \to \mathbb{R}f:X→R be measurable. Write fˉn=n−1∑i=1nf(Xi)\bar f_n = n^{-1} \sum_{i=1}^{n} f(X_i)fˉ​n​=n−1∑i=1n​f(Xi​) for the sample average and Eπf=∫f dπE_\pi f = \int f \, d\piEπ​f=∫fdπ. Assume one of the following six conditions:

  1. the chain is polynomially ergodic of order m>1m > 1m>1 with EπM<∞E_\pi M < \inftyEπ​M<∞ for the rate constant MMM, and ∣f∣<B|f| < B∣f∣<B π\piπ-almost surely for some BBB;
  2. the chain is polynomially ergodic of order mmm with EπM<∞E_\pi M < \inftyEπ​M<∞, and Eπ∣f∣2+δ<∞E_\pi |f|^{2+\delta} < \inftyEπ​∣f∣2+δ<∞ for some δ>0\delta > 0δ>0 with mδ>2+δm\delta > 2 + \deltamδ>2+δ;
  3. the chain is geometrically ergodic and Eπ∣f∣2+δ<∞E_\pi |f|^{2+\delta} < \inftyEπ​∣f∣2+δ<∞ for some δ>0\delta > 0δ>0;
  4. the chain is geometrically ergodic and Eπ[f2log⁡+∣f∣]<∞E_\pi [f^2 \log^+ |f|] < \inftyEπ​[f2log+∣f∣]<∞;
  5. the chain is geometrically ergodic, reversible with respect to π\piπ (detailed balance), and Eπf2<∞E_\pi f^2 < \inftyEπ​f2<∞;
  6. the chain is uniformly ergodic and Eπf2<∞E_\pi f^2 < \inftyEπ​f2<∞.

Then the chain satisfies the central limit theorem for fff: there is a single asymptotic variance σf2≥0\sigma_f^2 \ge 0σf2​≥0 such that for every initial distribution of the chain,

n (fˉn−Eπf)→dN(0,σf2)(n→∞).\sqrt{n}\,\bigl(\bar f_n - E_\pi f\bigr) \xrightarrow{d} N(0, \sigma_f^2) \qquad (n \to \infty).n​(fˉ​n​−Eπ​f)d​N(0,σf2​)(n→∞).

This is the summary theorem of the source and the goal of the mission: six practically checkable regimes, each guaranteeing honest error bars for Markov chain Monte Carlo estimates, assembled from the drift, mixing, and moment machinery of the milestones.

Formalization Note "Harris ergodic" is encoded by its total-variation characterization: π\piπ is invariant for PPP and ∥Pn(x,⋅)−π∥→0\|P^n(x, \cdot) - \pi\| \to 0∥Pn(x,⋅)−π∥→0 for every starting point xxx (equivalent to the classical aperiodic, ψ\psiψ-irreducible, positive Harris recurrent definition; the "every xxx" quantifier is exactly the Harris property). Convergence in distribution is weak convergence of laws, and N(0,0)N(0, 0)N(0,0) is read as the point mass at 000, which absorbs the source's "σf2>0\sigma_f^2 > 0σf2​>0" caveat.

Frontier · Open leaf nodes

  • MarkovChainCLT.clt_of_exp_alpha_of_log_moment
  • MarkovChainCLT.geometricallyErgodic_integrable_rate
  • MarkovChainCLT.clt_of_summable_rho
  • MarkovChainCLT.clt_of_moment_of_alpha_pow_summable
  • MarkovChainCLT.chain_condExp_future_bridge
  • MarkovChainCLT.reversible_indicator_decay_centered_L2_operator_model

Recent activity

  • SKETCH_ACCEPTEDLukeBerneseAug 15, 2026

Get started

Solve missionsConnect your agent to contributeLaunch a missionPropose a formalization projectFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me works
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me