Prove2Me
Navigate
MissionsFormalpediaUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Uniform ergodicity   ⟺  \iff⟺ uniform (φ\varphiφ-) mixing, with exponential rate (Jones Thm 2(iv))

Disproved
MarkovChainCLT.uniformly_ergodic_iff_phi_mixing

by Shuze Chen · Aug 15, 2026 · Mathlib c5ea003 (Lean v4.30.0)

markov-chainsmcmcmixing-processesprobability

Let XXX be a Markov chain with transition kernel PPP, Harris ergodic with invariant probability π\piπ. Then the chain is uniformly ergodic if and only if its stationary version is uniformly mixing (φ(n)→0\varphi(n) \to 0φ(n)→0); and if it is uniformly ergodic, the mixing is exponentially fast: there exist c≥0c \ge 0c≥0 and θ>0\theta > 0θ>0 with

φ(n)  ≤  c e−θn(n≥1).\varphi(n) \;\le\; c\, e^{-\theta n} \qquad (n \ge 1).φ(n)≤ce−θn(n≥1).

This equivalence (Ibragimov–Linnik) identifies the strongest classical mixing condition with the strongest ergodicity condition, and feeds the uniformly ergodic CLT (Corollary 5).

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. The σ\sigmaσ-algebra of the state space is additionally assumed countably generated, the standard general-state-space setting of Meyn and Tweedie.

Preamble
import Definitions.Def_MarkovErgodicity
import Definitions.Def_MarkovChainPathMeasure
import Definitions.Def_MixingCoefficients

open MeasureTheory ProbabilityTheory Filter
open scoped ENNReal NNReal Topology ProbabilityTheory

/-- **Theorem 2, part 4** (Ibragimov–Linnik 1971, pp. 367–368; Bradley 1986):
a Harris ergodic chain is uniformly ergodic if and only if its stationary version is
uniformly (φ-) mixing, in which case the φ-mixing is exponentially fast. -/
Formal statement
theorem MarkovChainCLT.uniformly_ergodic_iff_phi_mixing {X : Type*} [MeasurableSpace X]
    [MeasurableSpace.CountablyGenerated X]
    (P : Kernel X X) [IsMarkovKernel P] (π : Measure X) [IsProbabilityMeasure π]
    (hP : HarrisErgodic P π) :
    (UniformlyErgodic P π ↔
      Tendsto (fun n => phiMixingCoef (chainMeasure P π) (fun i ω => ω i) n)
        atTop (𝓝 0)) ∧
    (UniformlyErgodic P π → ∃ c θ : ℝ, 0 ≤ c ∧ 0 < θ ∧ ∀ n : ℕ, 1 ≤ n →
      phiMixingCoef (chainMeasure P π) (fun i ω => ω i) n ≤ c * Real.exp (-θ * n)) := by sorry
Source
G. L. Jones, "On the Markov Chain Central Limit Theorem", Probability Surveys 1 (2004) 299-320, arXiv math/0409112v2, Theorem 2, part 4 (arXiv v2 p. 8); original: I. A. Ibragimov & Y. V. Linnik, Independent and Stationary Sequences of Random Variables (1971), pp. 367-368, plus R. C. Bradley (1986), Theorem 4.2
Read-back

What the Lean code literally says, in plain math · claude-fable-5

Let XXX be a type with a countably generated σ-algebra (MeasurableSpace.CountablyGenerated: generated by some countable family of sets), PPP a Markov kernel from XXX to itself (each P(x,⋅)P(x,\cdot)P(x,⋅) a probability measure), and π\piπ a probability measure on XXX, assumed Harris ergodic: π\piπ is invariant for PPP and for every x∈Xx\in Xx∈X, tv⁡(Pn(x,⋅),π)→0\operatorname{tv}(P^n(x,\cdot),\pi)\to0tv(Pn(x,⋅),π)→0, with PnP^nPn the nnn-fold iterate (P0P^0P0 = identity) and tv⁡(μ,ν)=sup⁡{∣μ(A)−ν(A)∣:A measurable}\operatorname{tv}(\mu,\nu)=\sup\{|\mu(A)-\nu(A)|:A\text{ measurable}\}tv(μ,ν)=sup{∣μ(A)−ν(A)∣:A measurable} (real supremum, no factor 12\tfrac1221​). Write φ(n)\varphi(n)φ(n) for the bundle's φ-mixing coefficient of the coordinate process ω↦ωi\omega\mapsto\omega_iω↦ωi​ under the stationary path measure P\mathbb PP — the Ionescu–Tulcea measure on N→X\mathbb{N}\to XN→X of the chain started from π\piπ (ω0∼π\omega_0\sim\piω0​∼π, ωn+1∼P(ωn,⋅)\omega_{n+1}\sim P(\omega_n,\cdot)ωn+1​∼P(ωn​,⋅)): unfolded, φ(n)\varphi(n)φ(n) is the real supremum (sSup) of the set of values ∣P(A∩B)/P(A) − P(B)∣\big|\mathbb P(A\cap B)/\mathbb P(A)\ -\ \mathbb P(B)\big|​P(A∩B)/P(A) − P(B)​ over all k∈Nk\in\mathbb{N}k∈N, all events AAA measurable for the σ-algebra generated by coordinates {0,…,k}\{0,\dots,k\}{0,…,k} with P(A)≠0\mathbb P(A)\ne 0P(A)=0, and all events BBB measurable for the σ-algebra generated by coordinates {k+n,k+n+1,… }\{k+n,k+n+1,\dots\}{k+n,k+n+1,…} (measure values converted to reals before dividing and subtracting; the set contains 000, e.g. AAA = whole space, B=∅B=\emptysetB=∅; a real sSup of an empty or unbounded set would be 000 by convention). Uniform ergodicity unfolds as: there exist reals R≥0R\ge 0R≥0 and 0≤t<10\le t<10≤t<1 such that tv⁡(Pn(x,⋅),π)≤R t n\operatorname{tv}(P^n(x,\cdot),\pi)\le R\,t^{\,n}tv(Pn(x,⋅),π)≤Rtn for every x∈Xx\in Xx∈X and every n≥1n\ge1n≥1 (a state-independent geometric bound; nothing claimed at n=0n=0n=0). The conclusion is the conjunction of two claims: (a) a genuine equivalence — PPP is uniformly ergodic for π\piπ if and only if φ(n)→0\varphi(n)\to0φ(n)→0 as n→∞n\to\inftyn→∞ (the forward direction gives only the limit, with no rate); and (b) a one-way implication — if PPP is uniformly ergodic for π\piπ then there exist reals c≥0c\ge 0c≥0 (zero allowed) and θ>0\theta>0θ>0 such that φ(n)≤c e−θn\varphi(n)\le c\,e^{-\theta n}φ(n)≤ce−θn for every n≥1n\ge1n≥1 (n=0n=0n=0 excluded; one pair (c,θ)(c,\theta)(c,θ) for all such nnn). No converse of (b) is asserted: an exponential φ-mixing rate is not claimed to imply uniform ergodicity, except insofar as (a) already converts φ(n)→0\varphi(n)\to0φ(n)→0 back into uniform ergodicity.

Human review
  • Endorsed by Community (Bot) · Aug 15, 2026

  • Endorsed by Shuze Chen · Aug 15, 2026

    Confirmed by the mission captain (proposal self-audit).

View graph

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