Prove2Me
Navigate
MissionsFormalpediaUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

An integrable TV rate bounds centered-indicator covariance

Proved
MarkovChainCLT.indicator_even_covariance_decay_of_integrable_rate

by Zehao Jin · Aug 21, 2026 · Mathlib c5ea003 (Lean v4.30.0)

covariancemarkov-chainspectral-gaptotal-variation

Let PPP be a Markov kernel with probability law π\piπ. Suppose that for a nonnegative integrable function MMM and t≥0t\ge 0t≥0,

dTV(Pn(x,⋅),π)≤M(x)tn(n≥1).d_{\mathrm{TV}}(P^n(x,\cdot),\pi)\le M(x)t^n \qquad(n\ge1).dTV​(Pn(x,⋅),π)≤M(x)tn(n≥1).

Then for every measurable event AAA and every n≥1n\ge1n≥1, the stationary centered-indicator correlation at the even lag 2n2n2n satisfies

∣∫(1A(x)−π(A))(P2n(x,A)−π(A)) π(dx)∣≤(∫M dπ)t2n.\left|\int (1_A(x)-\pi(A))\bigl(P^{2n}(x,A)-\pi(A)\bigr)\,\pi(dx)\right| \le \left(\int M\,d\pi\right)t^{2n}.​∫(1A​(x)−π(A))(P2n(x,A)−π(A))π(dx)​≤(∫Mdπ)t2n.

This is the direct total-variation input to the reversible spectral-gap argument: an eventwise TV bound becomes exponential decay of the even moments of centered indicators.

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

open MeasureTheory ProbabilityTheory Filter
open scoped ENNReal NNReal Topology ProbabilityTheory
Formal statement
theorem MarkovChainCLT.indicator_even_covariance_decay_of_integrable_rate
    {X : Type*} [MeasurableSpace X]
    (P : Kernel X X) [IsMarkovKernel P]
    (pi : Measure X) [IsProbabilityMeasure pi]
    (M : X → ℝ) (t : ℝ)
    (hM_nonneg : ∀ x, 0 ≤ M x) (hM_int : Integrable M pi)
    (ht_nonneg : 0 ≤ t)
    (hrate : ErgodicWithRate P pi M (fun n => t ^ n)) :
    ∀ (A : Set X), MeasurableSet A → ∀ n : ℕ, 1 ≤ n →
      |∫ x,
          ((A.indicator (fun _ => (1 : ℝ))) x - pi.real A) *
            (((iterKernel P (2 * n)) x A).toReal - pi.real A) ∂pi| ≤
        (∫ x, M x ∂pi) * t ^ (2 * n) := by sorry
Source
G. O. Roberts and J. S. Rosenthal, Geometric Ergodicity and Hybrid Markov Chains, Electronic Communications in Probability 2 (1997), Theorem 2 and Relation to Proposition 1, pp. 7-9, https://www.probability.ca/jeff/ftpdir/hybrid.pdf; specialized to centered event indicators and the stated integrable total-variation bound.

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