Theorems · Theorem · probability
ProbabilityTheory.condIndep_iff
∀ {Ω : Type u_1} (m' m₁ m₂ : MeasurableSpace Ω) {mΩ : MeasurableSpace Ω} [inst : StandardBorelSpace Ω] (hm' : m' ≤ mΩ),
m₁ ≤ mΩ →
m₂ ≤ mΩ →
∀ (μ : MeasureTheory.Measure Ω) [inst_1 : MeasureTheory.IsFiniteMeasure μ],
ProbabilityTheory.CondIndep m' m₁ m₂ hm' μ ↔
∀ (t1 t2 : Set Ω),
MeasurableSet t1 →
MeasurableSet t2 →
μ[(t1 ∩ t2).indicator fun ω => 1 | m'] =ᵐ[μ]
μ[t1.indicator fun ω => 1 | m'] * μ[t2.indicator fun ω => 1 | m']- Cited by
- 1 results in Mathlib
- Foundations
- Depth 303 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Set.ofPredproof · cited by 6,101
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- Set.indicatorstatement and proof · cited by 723
- StandardBorelSpacestatement and proof · cited by 304
- MeasureTheory.condExpstatement and proof · cited by 234
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.condIndepFun_iffproof · cited by 2