Theorems · Theorem · probability
ProbabilityTheory.iCondIndepSets_iff
∀ {Ω : Type u_1} {ι : Type u_2} (m' : MeasurableSpace Ω) {mΩ : MeasurableSpace Ω} [inst : StandardBorelSpace Ω]
(hm' : m' ≤ mΩ) (π : ι → Set (Set Ω)),
(∀ (i : ι), ∀ s ∈ π i, MeasurableSet s) →
∀ (μ : MeasureTheory.Measure Ω) [inst_1 : MeasureTheory.IsFiniteMeasure μ],
ProbabilityTheory.iCondIndepSets m' hm' π μ ↔
∀ (s : Finset ι) {f : ι → Set Ω},
(∀ i ∈ s, f i ∈ π i) →
μ[(⋂ i ∈ s, f i).indicator fun ω => 1 | m'] =ᵐ[μ] ∏ i ∈ s, μ[(f i).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.
Cites42
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
- Finsetstatement and proof · cited by 13,712
- 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
- SetLike.coeproof · cited by 8,199
- Filter.Eventuallyproof · cited by 3,134
- MeasurableSetstatement and proof · cited by 3,075
- Finset.prodstatement and proof · cited by 2,356
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iCondIndepSets_singleton_iffproof · cited by 1
- ProbabilityTheory.iCondIndep_iffproof · cited by 1