Cesàro Helper Lemmas #
Helper lemmas for the L¹ Cesàro convergence framework:
condexp_precomp_iterate_eq- CE of shifted function equals CE of originalshift_iterate_apply- evaluation formula for shift iterationcesaro_ce_eq_condexp- Cesàro average CE equals point CEcondexp_product_eq_at_one- lag constancy for productsproduct_ce_constant_of_lag_const- full lag constancyproduct_ce_constant_of_lag_const_from_one- tower from lag constancy
These lemmas are used by both the Cesàro convergence section and the kernel independence framework.
Lag constancy chain for j ≥ 1: CE[f(ω₀)·g(ω_j)|ℐ] = CE[f(ω₀)·g(ω₁)|ℐ] for j ≥ 1.
This uses only k ≥ 1 lag constancy (avoiding the false k=0 case). The induction has base case j=1 (reflexivity) and step uses k = j-1 ≥ 1.
Section 2 helper: Product CE is constant in n under lag-constancy.
Given lag-constancy (CE[f·g_{k+1}] = CE[f·g_k] for all k), proves that
CE[f·A_n | mSI] = CE[f·g₀ | mSI] for all n, where A_n is the Cesàro average.
This uses the lag-constancy hypothesis to collapse the sum termwise.
Product CE constant from index 1: CE[f·A'_n | mSI] = CE[f·g₁ | mSI] where A'n = (1/n)·Σ{j=1}^n g(ω_j) is the Cesàro average starting from index 1.
This avoids the false k=0 lag constancy by only using k ≥ 1. Each term CE[f·g_{j+1}] = CE[f·g₁] for j ∈ range n (so j+1 ≥ 1).