Prove2Me
Navigate
MissionsFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

The centered L2L^2L2 operator of a stationary reversible Markov chain

Open
MarkovChainCLT.stationary_reversible_centered_L2_operator

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

l2markov-operatormaximal-correlationreversibility

Let PPP preserve the probability law π\piπ and be reversible with respect to it. Then the stationary chain has a bounded centered Markov operator KKK on real L2(π)L^2(\pi)L2(π). It is self-adjoint, kills constants, and dominates the one-step maximal correlation through

0≤ρ(1),ρ(1)2≤∥K2∥.0\le\rho(1),\qquad \rho(1)^2\le\lVert K^2\rVert.0≤ρ(1),ρ(1)2≤∥K2∥.

For every measurable event AAA, the power moments of its centered indicator are exactly the stationary event correlations:

⟨Km(1A−πA),1A−πA⟩=∫(1A(x)−πA)(Pm(x,A)−πA) π(dx).\langle K^m(1_A-\pi A),1_A-\pi A\rangle =\int (1_A(x)-\pi A)(P^m(x,A)-\pi A)\,\pi(dx).⟨Km(1A​−πA),1A​−πA⟩=∫(1A​(x)−πA)(Pm(x,A)−πA)π(dx).

The operator can be constructed from the coordinate-000 and coordinate-111 isometric embeddings into the path-space L2L^2L2 space and their Hilbert adjoints; the Markov property gives the power identity, while reversibility gives self-adjointness.

Preamble
import Definitions.Def_MarkovErgodicity
import Definitions.Def_MarkovChainPathMeasure
import Definitions.Def_MixingCoefficients
import Definitions.Def_MarkovChainCLT_centeredIndicatorLp
import Mathlib.Analysis.InnerProductSpace.Adjoint

open MeasureTheory ProbabilityTheory Filter Set
open scoped ENNReal NNReal Topology ProbabilityTheory
open MarkovChainCLT
Formal statement
theorem MarkovChainCLT.stationary_reversible_centered_L2_operator
    {X : Type*} [MeasurableSpace X]
    (P : Kernel X X) [IsMarkovKernel P]
    (pi : Measure X) [IsProbabilityMeasure pi]
    (hinv : Kernel.Invariant P pi)
    (hrev : Kernel.IsReversible P pi) :
    ∃ K : Lp ℝ 2 pi →L[ℝ] Lp ℝ 2 pi,
      (K : Lp ℝ 2 pi →ₗ[ℝ] Lp ℝ 2 pi).IsSymmetric ∧
      K (Lp.const 2 pi (1 : ℝ)) = 0 ∧
      0 ≤ rhoMixingCoef (chainMeasure P pi) (fun i omega => omega i) 1 ∧
      (rhoMixingCoef (chainMeasure P pi) (fun i omega => omega i) 1) ^ 2 ≤ ‖K ^ 2‖ ∧
      ∀ (A : Set X) (hA : MeasurableSet A) (m : ℕ),
        inner ℝ ((K ^ m) (centeredIndicatorLp pi A hA))
            (centeredIndicatorLp pi A hA) =
          ∫ x,
            ((A.indicator (fun _ => (1 : ℝ))) x - pi.real A) *
              (((iterKernel P m) x A).toReal - pi.real A) ∂pi := by sorry
Source
G. O. Roberts and J. S. Rosenthal, Geometric Ergodicity and Hybrid Markov Chains, Electronic Communications in Probability 2 (1997), proof of Theorem 2, pp. 7-9, https://www.probability.ca/jeff/ftpdir/hybrid.pdf; Richard C. Bradley, On Mixing Properties of Reversible Markov Chains, arXiv:1403.4895v1, p. 4, eq. (1.10), https://arxiv.org/abs/1403.4895.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

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 worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me