An integrable TV rate bounds centered-indicator covariance
ProvedMarkovChainCLT.indicator_even_covariance_decay_of_integrable_ratecovariancemarkov-chainspectral-gaptotal-variation
Let be a Markov kernel with probability law . Suppose that for a nonnegative integrable function and ,
Then for every measurable event and every , the stationary centered-indicator correlation at the even lag satisfies
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 sorrySource
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.