Geometric ergodicity and reversibility give a strict one-step rho contraction
OpenMarkovChainCLT.rhoMixingCoef_one_lt_one_of_geometric_reversibleLet be a stationary Harris-ergodic Markov chain with invariant probability law . If its kernel is reversible with respect to and the chain is geometrically ergodic in total variation, then its one-step maximal-correlation coefficient is strictly contractive:
This is the spectral core of the reversible geometric-ergodicity theorem. Reversibility makes the Markov operator self-adjoint on centered ; geometric ergodicity excludes spectrum at modulus one and yields an spectral gap. The coefficient is the corresponding centered operator norm. Combined with the Markov product inequality, this single-lag contraction yields exponential rho-mixing.
Formalization Note HarrisErgodic supplies invariance and pointwise total-variation convergence, while GeometricallyErgodic supplies a common geometric rate with state-dependent prefactor.
import Definitions.Def_MarkovErgodicity import Definitions.Def_MarkovChainPathMeasure import Definitions.Def_MixingCoefficients open MeasureTheory ProbabilityTheory Filter open scoped ENNReal NNReal Topology ProbabilityTheory
theorem MarkovChainCLT.rhoMixingCoef_one_lt_one_of_geometric_reversible
{X : Type*} [MeasurableSpace X]
(P : Kernel X X) [IsMarkovKernel P]
(π : Measure X) [IsProbabilityMeasure π]
(hP : HarrisErgodic P π) (hgeo : GeometricallyErgodic P π)
(hrev : Kernel.IsReversible P π) :
rhoMixingCoef (chainMeasure P π) (fun i ω => ω i) 1 < 1 := by sorry