Documentation

Exchangeability.DeFinetti.ViaL2.MainConvergence

Main Convergence Theorems via L² Approach #

This file contains the main L¹ convergence theorem for the L² proof of de Finetti's theorem. The directing measure itself and the packaging theorem directing_measure_satisfies_requirements now live in DirectingMeasureCore.lean and MoreL2Helpers.lean respectively.

Main results #

References #

L¹ convergence via reverse martingale (main convergence theorem) #

theorem Exchangeability.DeFinetti.ViaL2.weighted_sums_converge_L1 {Ω : Type u_1} [MeasurableSpace Ω] {μ : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure μ] (X : Ω) (hX_contract : Contractable μ X) (hX_meas : ∀ (i : ), Measurable (X i)) (_hX_L2 : ∀ (i : ), MeasureTheory.MemLp (X i) 2 μ) (f : ) (hf_meas : Measurable f) (hf_bdd : ∃ (M : ), ∀ (x : ), |f x| M) :
∃ (alpha : Ω), Measurable alpha MeasureTheory.MemLp alpha 1 μ ∀ (n : ), ε > 0, ∃ (M : ), mM, (ω : Ω), |1 / m * k : Fin m, f (X (n + k + 1) ω) - alpha ω| μ < ε

Weighted sums converge in L¹ for contractable sequences.

For a contractable sequence X and bounded measurable f, the Cesàro averages (1/m) * ∑_{i<m} f(X_{n+i+1}) converge in L¹ to a limit α : Ω → ℝ that does not depend on n.

This is the key convergence result needed for de Finetti's theorem via the L² approach. The proof uses L² contractability bounds to show the averages form a Cauchy sequence in L¹.