Theorems · Theorem · probability
ProbabilityTheory.Kernel.indepFun_iff_compProd_map_prod_eq_compProd_prod_map_map
∀ {α : Type u_1} {Ω : Type u_2} {β : Type u_4} {γ : Type u_6} {mα : MeasurableSpace α} {mΩ : MeasurableSpace Ω}
{κ : ProbabilityTheory.Kernel α Ω} {μ : MeasureTheory.Measure α} {mβ : MeasurableSpace β} {mγ : MeasurableSpace γ}
[MeasureTheory.IsFiniteMeasure μ] [ProbabilityTheory.IsFiniteKernel κ] {f : Ω → β} {g : Ω → γ},
Measurable f →
Measurable g →
(ProbabilityTheory.Kernel.IndepFun f g κ μ ↔
μ.compProd (κ.map fun ω => (f ω, g ω)) = μ.compProd ((κ.map f).prod (κ.map g)))Two random variables f, g are independent given a kernel κ and a measure μ iff
μ ⊗ₘ κ.map (fun ω ↦ (f ω, g ω)) = μ ⊗ₘ (κ.map f ×ₖ κ.map g).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 229 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
- Setproof · cited by 53,352
- 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
- Set.preimageproof · cited by 4,946
- Filter.Eventuallyproof · cited by 3,134
- MeasurableSetproof · cited by 3,075
- MeasureTheory.aeproof · cited by 2,352
- Set.extproof · cited by 2,266
- Filter.EventuallyEqproof · cited by 1,912
Cited by1
Results whose statement or proof uses this declaration.