Theorems · Theorem · probability
ProbabilityTheory.condIndepSets_iff
∀ {Ω : Type u_1} (m' : MeasurableSpace Ω) {mΩ : MeasurableSpace Ω} [inst : StandardBorelSpace Ω] (hm' : m' ≤ mΩ)
(s1 s2 : Set (Set Ω)),
(∀ s ∈ s1, MeasurableSet s) →
(∀ s ∈ s2, MeasurableSet s) →
∀ (μ : MeasureTheory.Measure Ω) [inst_1 : MeasureTheory.IsFiniteMeasure μ],
ProbabilityTheory.CondIndepSets m' hm' s1 s2 μ ↔
∀ (t1 t2 : Set Ω),
t1 ∈ s1 →
t2 ∈ s2 →
μ[(t1 ∩ t2).indicator fun ω => 1 | m'] =ᵐ[μ]
μ[t1.indicator fun ω => 1 | m'] * μ[t2.indicator fun ω => 1 | m']- Cited by
- 2 results in Mathlib
- Foundations
- Depth 302 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- Filter.Eventuallyproof · cited by 3,134
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.condIndepSets_singleton_iffproof · cited by 1
- ProbabilityTheory.condIndep_iffproof · cited by 1