Directing measure: Iic base case #
For each t : ℝ, the integral of the indicator of Iic t against the directing measure
agrees, almost everywhere in ω, with alphaIicCE X t ω. This is the Stieltjes-level
identification that the kernel bridge and the bounded-measurable extension both consume.
Main result #
directing_measure_integral_Iic_ae_eq_alphaIicCE: base case forIicindicators.
References #
- Kallenberg (2005), Probabilistic Symmetries and Invariance Principles, Chapter 1, "Second proof of Theorem 1.1"
theorem
Exchangeability.DeFinetti.ViaL2.directing_measure_integral_Iic_ae_eq_alphaIicCE
{Ω : 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 : ℝ)
:
Base case: For Iic indicators, the directing measure integral equals alphaIicCE.
Proof outline:
- Stieltjes construction:
∫ 1_{Iic t} dν(ω) = (ν(Iic t)).toReal - Measure value:
(ν(Iic t)).toReal = stieltjesOfMeasurableRat t - Stieltjes extension:
stieltjesOfMeasurableRat t = alphaIic ta.e. - Identification:
alphaIic t =ᵐ alphaIicCE t
Both the kernel bridge (directing_measure_ae_eq_condExpKernel_map) and the bounded-
measurable extension in DirectingMeasureIntegral consume this Iic identification.