Theorems · Theorem · probability
ProbabilityTheory.IndepSets_iff
∀ {Ω : Type u_1} {x : MeasurableSpace Ω} (s1 s2 : Set (Set Ω)) (μ : MeasureTheory.Measure Ω),
ProbabilityTheory.IndepSets s1 s2 μ ↔ ∀ (t1 t2 : Set Ω), t1 ∈ s1 → t2 ∈ s2 → μ (t1 ∩ t2) = μ t1 * μ t2- Defined in
- Mathlib.Probability.Independence.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Filter.Eventuallyproof · cited by 3,134
- MeasureTheory.ae_dirac_eqproof · cited by 31
- ProbabilityTheory.IndepSetsstatement · cited by 29
Cited by3
Results whose statement or proof uses this declaration.
- IndepFun.singleton_indepSets_of_indicatorproof · cited by 5
- ProbabilityTheory.Indep_iffproof · cited by 2