Centered Variable Infrastructure for L² Proofs #
This file provides infrastructure for working with centered random variables in the context of exchangeable/contractable sequences. The key result is that centering preserves the uniform covariance structure needed for L² convergence proofs.
Main results #
centered_uniform_covariance: Centered variables from a contractable sequence have uniform variance and covariance structurecentered_variable_bounded: Centered variables from bounded functions are boundedcorrelation_coefficient_bounded: Correlation coefficient is bounded by 1 via Cauchy-Schwarz
References #
- Kallenberg (2005), Probabilistic Symmetries and Invariance Principles, Chapter 1
Helper lemma: Uniform covariance structure of centered variables.
Given contractable sequence X and function f, the centered variables Z_i = f(X_i) - m have uniform covariance structure:
- Z is contractable
- Uniform variance: E[Z_i²] = E[Z_0²] for all i
- Zero mean: E[Z_i] = 0 for all i
- Uniform covariance: E[Z_i Z_j] = E[Z_0 Z_1] for all i ≠ j
This is the key infrastructure for applying l2_contractability_bound.
Helper lemma: Centered variables Z = f(X) - m are bounded by 2.
When |f| ≤ 1 and m = E[f(X_0)], then |Z i ω| = |f(X i ω) - m| ≤ 2.
Helper lemma: Correlation coefficient is bounded by 1 via Cauchy-Schwarz.
Given variables Z with uniform variance σSq > 0 and bound |Z i ω| ≤ M, proves |ρ| ≤ 1 where ρ = cov(Z_0,Z_1)/σSq.