Theorems · Theorem · probability
ProbabilityTheory.condIndepFun_iff_condDistrib_prod_ae_eq_prodMkRight
∀ {Ω : Type u_1} {β : Type u_3} {β' : Type u_4} {mΩ : MeasurableSpace Ω} [inst : StandardBorelSpace Ω]
{μ : MeasureTheory.Measure Ω} [inst_1 : MeasureTheory.IsFiniteMeasure μ] {f : Ω → β} {g : Ω → β'} {γ : Type u_5}
{mγ : MeasurableSpace γ} {mβ : MeasurableSpace β} {mβ' : MeasurableSpace β'} [inst_2 : StandardBorelSpace β]
[inst_3 : Nonempty β] [StandardBorelSpace β'] [Nonempty β'],
Measurable f →
Measurable g →
∀ {k : Ω → γ} (hk : Measurable k),
ProbabilityTheory.CondIndepFun (MeasurableSpace.comap k inferInstance) ⋯ g f μ ↔
⇑(ProbabilityTheory.condDistrib f (fun ω => (k ω, g ω))
μ) =ᵐ[MeasureTheory.Measure.map (fun ω => (k ω, g ω)) μ]
⇑(ProbabilityTheory.Kernel.prodMkRight β' (ProbabilityTheory.condDistrib f k μ))Two random variables f, g are conditionally independent given a third k iff the
conditional distribution of f given k and g is equal to the conditional distribution of f
given k.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 304 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites43
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.aestatement · cited by 2,352
- Filter.EventuallyEqstatement · cited by 1,912
- Measurablestatement and proof · cited by 1,499
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- DFunLikeproof · cited by 576
- Measurable.aemeasurableproof · cited by 304
- StandardBorelSpacestatement and proof · cited by 304
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.