Theorems · Theorem · probability
ProbabilityTheory.Kernel.indepFun_iff_measure_inter_preimage_eq_mul
∀ {α : Type u_1} {Ω : Type u_2} {β : Type u_4} {β' : Type u_5} {mα : MeasurableSpace α} {mΩ : MeasurableSpace Ω}
{κ : ProbabilityTheory.Kernel α Ω} {μ : MeasureTheory.Measure α} {f : Ω → β} {g : Ω → β'} {mβ : MeasurableSpace β}
{mβ' : MeasurableSpace β'},
ProbabilityTheory.Kernel.IndepFun f g κ μ ↔
∀ (s : Set β) (t : Set β'),
MeasurableSet s → MeasurableSet t → ∀ᵐ (a : α) ∂μ, (κ a) (f ⁻¹' s ∩ g ⁻¹' t) = (κ a) (f ⁻¹' s) * (κ a) (g ⁻¹' t)- Cited by
- 3 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.
Cites12
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
- Set.ofPredproof · cited by 6,101
- Set.preimagestatement and proof · cited by 4,946
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.aestatement and proof · cited by 2,352
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- ProbabilityTheory.Kernel.IndepFunstatement and proof · cited by 70
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.indepFun_iff_indepSet_preimageproof · cited by 2
- ProbabilityTheory.Kernel.IndepFun.measure_inter_preimage_eq_mulproof · cited by 1