Theorems · Theorem · probability
ProbabilityTheory.Kernel.iIndepFun_iff_measure_inter_preimage_eq_mul
∀ {α : Type u_1} {Ω : Type u_2} {mα : MeasurableSpace α} {mΩ : MeasurableSpace Ω} {κ : ProbabilityTheory.Kernel α Ω}
{μ : MeasureTheory.Measure α} {ι : Type u_8} {β : ι → Type u_9} (m : (x : ι) → MeasurableSpace (β x))
(f : (i : ι) → Ω → β i),
ProbabilityTheory.Kernel.iIndepFun f κ μ ↔
∀ (S : Finset ι) {sets : (i : ι) → Set (β i)},
(∀ i ∈ S, MeasurableSet (sets i)) →
∀ᵐ (a : α) ∂μ, (κ a) (⋂ i ∈ S, f i ⁻¹' sets i) = ∏ i ∈ S, (κ a) (f i ⁻¹' sets i)- Cited by
- 5 results in Mathlib
- Foundations
- Depth 179 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.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Set.ofPredproof · cited by 6,101
- Set.preimagestatement and proof · cited by 4,946
- Set.univproof · cited by 3,945
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasurableSetstatement and proof · cited by 3,075
- Finset.prodstatement and proof · cited by 2,356
Cited by5
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.iIndepFun.indepFun_finsetproof · cited by 8
- ProbabilityTheory.Kernel.iIndepFun.congr'proof · cited by 7
- ProbabilityTheory.Kernel.iIndepSet.iIndepFun_indicatorproof · cited by 2
- ProbabilityTheory.Kernel.iIndepFun.compproof · cited by 2
- ProbabilityTheory.Kernel.iIndepFun.measure_inter_preimage_eq_mulproof · cited by 1