Distributional limit for a strongly mixing stationary sequence with a moment
ProvedMarkovChainCLT.tendstoInDistribution_of_alpha_pow_summablecentral-limit-theoremmixing-processesprobability
Let be a measurable, centered, strictly stationary real-valued sequence on a probability space , with for some and strong mixing coefficients satisfying . Assume also that the positive-lag autocovariance series is absolutely convergent, and define
If , then the normalized partial sums obey
This isolates the blocking and distributional-limit component of the moment case of the Ibragimov–Linnik central limit theorem (Jones, Theorem 5, condition 2), after covariance convergence has been established separately.
Formalization Note Convergence is weak convergence of the laws under the common probability measure ; the Gaussian variance is represented by the nonnegative-real coercion of , which equals under the positivity hypothesis.
Preamble
import Definitions.Def_MixingCoefficients import Mathlib.MeasureTheory.Function.ConvergenceInDistribution import Mathlib.Probability.Distributions.Gaussian.Real import Mathlib.Analysis.SpecialFunctions.Pow.Real open MeasureTheory ProbabilityTheory Filter open scoped ENNReal NNReal Topology ProbabilityTheory
Formal statement
/-- The blocking/limit component of the Ibragimov–Linnik moment-case CLT, after
covariance summability has been isolated. -/
theorem MarkovChainCLT.tendstoInDistribution_of_alpha_pow_summable
{Ω : Type*} [MeasurableSpace Ω]
(P : Measure Ω) [IsProbabilityMeasure P] (Y : ℕ → Ω → ℝ)
(hY : ∀ n, Measurable (Y n)) (hstat : IsStrictlyStationary P Y)
(hcent : ∫ ω, Y 0 ω ∂P = 0)
(δ : ℝ) (hδ : 0 < δ) (hmom : Integrable (fun ω => |Y 0 ω| ^ (2 + δ)) P)
(hα : Summable (fun n => alphaMixingCoef P Y n ^ (δ / (2 + δ))))
(hsum : Summable (fun k : ℕ => ∫ ω, Y 0 ω * Y (k + 1) ω ∂P))
(hvar : 0 < seqAsymptoticVariance P Y) :
TendstoInDistribution
(fun (n : ℕ) ω => (Real.sqrt n)⁻¹ * ∑ i ∈ Finset.range n, Y i ω)
atTop (id : ℝ → ℝ) (fun _ => P)
(gaussianReal 0 (seqAsymptoticVariance P Y).toNNReal) := 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 5, condition 2, eq. (10) (arXiv v2 p. 9); originals: I. A. Ibragimov, Theory Probab. Appl. 7 (1962); I. A. Ibragimov and Yu. V. Linnik, Independent and Stationary Sequences of Random Variables (1971), Theorem 18.5.3