Theorems · Theorem · probability
ProbabilityTheory.iCondIndep_iff
∀ {Ω : Type u_1} {ι : Type u_2} (m' : MeasurableSpace Ω) {mΩ : MeasurableSpace Ω} [inst : StandardBorelSpace Ω]
(hm' : m' ≤ mΩ) (m : ι → MeasurableSpace Ω),
(∀ (i : ι), m i ≤ mΩ) →
∀ (μ : MeasureTheory.Measure Ω) [inst_1 : MeasureTheory.IsFiniteMeasure μ],
ProbabilityTheory.iCondIndep m' hm' m μ ↔
∀ (s : Finset ι) {f : ι → Set Ω},
(∀ i ∈ s, MeasurableSet (f i)) →
μ[(⋂ i ∈ s, f i).indicator fun ω => 1 | m'] =ᵐ[μ] ∏ i ∈ s, μ[(f i).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.
Cites18
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
- Finsetstatement and proof · cited by 13,712
- 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
- Finset.prodstatement and proof · cited by 2,356
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- Set.iInterstatement and proof · cited by 1,084
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.iCondIndepFun_iffproof · cited by 1