Theorems · Theorem · probability
ProbabilityTheory.indepFun_iff_hasLaw_prodMk_prod
∀ {Ω : Type u_1} {𝓧 : Type u_2} {mΩ : MeasurableSpace Ω} {m𝓧 : MeasurableSpace 𝓧} {X : Ω → 𝓧}
{μ : MeasureTheory.Measure 𝓧} {P : MeasureTheory.Measure Ω} [MeasureTheory.IsFiniteMeasure P] {𝓨 : Type u_3}
{m𝓨 : MeasurableSpace 𝓨} {ν : MeasureTheory.Measure 𝓨} {Y : Ω → 𝓨},
ProbabilityTheory.HasLaw X μ P →
ProbabilityTheory.HasLaw Y ν P →
(ProbabilityTheory.IndepFun X Y P ↔ ProbabilityTheory.HasLaw (fun ω => (X ω, Y ω)) (μ.prod ν) P)- Defined in
- Mathlib.Probability.HasLaw
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 225 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.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Measure.mapproof · cited by 858
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- ProbabilityTheory.IndepFunstatement and proof · cited by 192
- ProbabilityTheory.HasLawstatement and proof · cited by 69
- AEMeasurable.prodMkproof · cited by 54
- ProbabilityTheory.HasLaw.map_eqproof · cited by 31
- ProbabilityTheory.HasLaw.aemeasurableproof · cited by 24
- ProbabilityTheory.indepFun_iff_map_prod_eq_prod_map_mapproof · cited by 12
- ProbabilityTheory.IndepFun.map_prod_eq_prod_map_mapproof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IndepFun.hasLaw_prodproof · cited by 0