Documentation

Exchangeability.DeFinetti.ViaL2.AlphaIic

Alpha_Iic: Raw CDF Functions for Directing Measure #

This file defines the raw CDF-building functions indIic, alphaIic, and alphaIicRat used in the L² proof of de Finetti's theorem. These are the building blocks for the directing measure construction via Carathéodory extension.

Main definitions #

Main results #

References #

Indicator of Iic #

The indicator function 1_{(-∞, t]} serves as the basic building block for CDF construction.

noncomputable def Exchangeability.DeFinetti.ViaL2.indIic (t : ) :

Indicator of (-∞, t] as a bounded measurable function ℝ → ℝ.

Equations
Instances For

    Raw CDF: alphaIic #

    The L¹-limit of Cesàro averages of indIic t ∘ X_i, clipped to [0,1] to ensure pointwise bounds. This is the "raw" CDF before regularization.

    noncomputable def Exchangeability.DeFinetti.ViaL2.alphaIic {Ω : 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 μ) (t : ) :
    Ω

    Raw "CDF" at level t: the L¹-limit α_{1_{(-∞,t]}} produced by Step 2, clipped to [0,1] to ensure pointwise bounds.

    The clipping preserves measurability and a.e. equality (hence L¹ properties) since the underlying limit is a.e. in [0,1] anyway (being the limit of averages in [0,1]).

    Equations
    Instances For
      theorem Exchangeability.DeFinetti.ViaL2.alphaIic_measurable {Ω : 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 μ) (t : ) :
      Measurable (alphaIic X hX_contract hX_meas hX_L2 t)

      Measurability of the raw α_{Iic t}.

      theorem Exchangeability.DeFinetti.ViaL2.alphaIic_bound {Ω : 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 μ) (t : ) (ω : Ω) :
      0 alphaIic X hX_contract hX_meas hX_L2 t ω alphaIic X hX_contract hX_meas hX_L2 t ω 1

      0 ≤ α_{Iic t} ≤ 1. Follows immediately from the max 0 (min 1 (·)) clipping in the definition of alphaIic.

      Rational restriction: alphaIicRat #

      We restrict alphaIic to rationals to use mathlib's stieltjesOfMeasurableRat construction, which patches the null set where pointwise CDF axioms fail.

      noncomputable def Exchangeability.DeFinetti.ViaL2.alphaIicRat {Ω : 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 μ) :
      Ω

      Restrict α_{Iic} to rationals for use with stieltjesOfMeasurableRat.

      Equations
      Instances For
        theorem Exchangeability.DeFinetti.ViaL2.measurable_alphaIicRat {Ω : 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 μ) :
        Measurable (alphaIicRat X hX_contract hX_meas hX_L2)

        alphaIicRat is measurable, which is required for stieltjesOfMeasurableRat.