Theorems · Theorem · probability
ProbabilityTheory.Kernel.iIndepSet_iff_meas_biInter
∀ {α : Type u_1} {Ω : Type u_2} {ι : Type u_3} {_mα : MeasurableSpace α} {_mΩ : MeasurableSpace Ω}
{κ : ProbabilityTheory.Kernel α Ω} {μ : MeasureTheory.Measure α} {f : ι → Set Ω},
(∀ (i : ι), MeasurableSet (f i)) →
(ProbabilityTheory.Kernel.iIndepSet f κ μ ↔
∀ (s : Finset ι), ∀ᵐ (a : α) ∂μ, (κ a) (⋂ i ∈ s, f i) = ∏ i ∈ s, (κ a) (f i))- Cited by
- 2 results in Mathlib
- Foundations
- Depth 206 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.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Filter.Eventuallystatement · cited by 3,134
- MeasurableSetstatement and proof · cited by 3,075
- Finset.prodstatement · cited by 2,356
- MeasureTheory.aestatement · cited by 2,352
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- Set.iInterstatement · cited by 1,084
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.iIndepSets.iIndepSet_of_memproof · cited by 1
- ProbabilityTheory.iIndepSet_iff_meas_biInterproof · cited by 0