Documentation

Graphon.ForMathlib.CondIndepSup

Three closure properties of conditional independence #

All three are glue Mathlib does not currently provide.

Neither statement mentions this repository's signatures. The [StandardBorelSpace Ω] hypotheses come with Mathlib's definition of CondIndep/CondIndepFun through condExpKernel.

theorem ProbabilityTheory.CondIndep.sup_right {Ω : Type u_1} {m' m₁ m₂ : MeasurableSpace Ω} [ : MeasurableSpace Ω] [StandardBorelSpace Ω] {μ : MeasureTheory.Measure Ω} [MeasureTheory.IsFiniteMeasure μ] {hm' : m' } (h : CondIndep m' m₁ m₂ hm' μ) (h1 : m₁ ) (h2 : m₂ ) :
CondIndep m' m₁ (m'm₂) hm' μ

Joining the conditioning algebra to one side of a conditional independence is free: if m₁ ⊥⊥ m₂ ∣ m', then m₁ ⊥⊥ (m' ⊔ m₂) ∣ m'.

theorem ProbabilityTheory.CondIndepFun.congr {Ω : Type u_1} {m' : MeasurableSpace Ω} [ : MeasurableSpace Ω] [StandardBorelSpace Ω] {μ : MeasureTheory.Measure Ω} [MeasureTheory.IsFiniteMeasure μ] {hm' : m' } {β : Type u_2} {β' : Type u_3} { : MeasurableSpace β} {mβ' : MeasurableSpace β'} {f f' : Ωβ} {g g' : Ωβ'} (h : CondIndepFun m' hm' f g μ) (hfm : Measurable f) (hgm : Measurable g) (hfm' : Measurable f') (hgm' : Measurable g') (hff' : f =ᵐ[μ] f') (hgg' : g =ᵐ[μ] g') :
CondIndepFun m' hm' f' g' μ

CondIndepFun respects a.e. equality of the functions — the conditional analogue of IndepFun.congr.

theorem ProbabilityTheory.CondIndepFun.congr_cond {Ω : Type u_2} {β : Type u_3} {γ : Type u_4} [ : MeasurableSpace Ω] [StandardBorelSpace Ω] {μ : MeasureTheory.Measure Ω} [MeasureTheory.IsFiniteMeasure μ] [MeasurableSpace β] [MeasurableSpace γ] {f : Ωβ} {g : Ωγ} {m₁ m₂ : MeasurableSpace Ω} {h1 : m₁ } (h : CondIndepFun m₁ h1 f g μ) (h12 : m₁ = m₂) (h2 : m₂ ) :
CondIndepFun m₂ h2 f g μ

The conditioning σ-algebra may be replaced by an equal one. The dependent proof is handled by proof irrelevance once the σ-algebra equality is substituted. Shared glue: the rank-one coupling and screening arguments both need it, and so does any transport of a conditional independence statement whose conditioning map has been reindexed.