Summable implies absolute autocovariance summability
ProvedMarkovChainCLT.summable_covariance_of_summable_rhocentral-limit-theoremmixing-processesprobability
Let be a measurable, centered, strictly stationary real-valued sequence on a probability space, and suppose . If its maximal-correlation mixing coefficients satisfy
then the positive-lag autocovariance series is absolutely convergent:
This isolates the covariance-control component of the summable- central limit theorem and makes the asymptotic-variance series well defined.
Formalization Note Positive lags are indexed as for , and real summability is unconditional, hence equivalent to absolute convergence.
Preamble
import Definitions.Def_MixingCoefficients open MeasureTheory ProbabilityTheory /-- The covariance-control component of the summable-rho CLT. -/
Formal statement
theorem MarkovChainCLT.summable_covariance_of_summable_rho
{Ω : Type*} [MeasurableSpace Ω]
(P : Measure Ω) [IsProbabilityMeasure P] (Y : ℕ → Ω → ℝ)
(hY : ∀ n, Measurable (Y n)) (hstat : IsStrictlyStationary P Y)
(hcent : ∫ ω, Y 0 ω ∂P = 0) (hL2 : MemLp (Y 0) 2 P)
(hρ : Summable (fun n => rhoMixingCoef P Y n)) :
Summable (fun k : ℕ => ∫ ω, Y 0 ω * Y (k + 1) ω ∂P) := by sorrySource
G. L. Jones, "On the Markov Chain Central Limit Theorem", Probability Surveys 1 (2004) 299–320, https://arxiv.org/abs/math/0409112, Theorem 7 and eq. (12), arXiv v2 p. 12; original result: I. A. Ibragimov, Theory of Probability and Its Applications 20 (1975).