Theorems · Theorem · probability
ProbabilityTheory.indepFun_prod
∀ {Ω : Type u_10} {Ω' : Type u_11} {mΩ : MeasurableSpace Ω} {mΩ' : MeasurableSpace Ω'} {μ : MeasureTheory.Measure Ω}
{ν : MeasureTheory.Measure Ω'} [MeasureTheory.IsProbabilityMeasure μ] [MeasureTheory.IsProbabilityMeasure ν]
{𝓧 : Type u_12} {𝓨 : Type u_13} [inst : MeasurableSpace 𝓧] [inst_1 : MeasurableSpace 𝓨] {X : Ω → 𝓧} {Y : Ω' → 𝓨},
Measurable X → Measurable Y → ProbabilityTheory.IndepFun (fun ω => X ω.1) (fun ω => Y ω.2) (μ.prod ν)Given random variables X : Ω → 𝓧 and Y : Ω' → 𝓨, they are independent when viewed as random
variables defined on the product space Ω × Ω'.
- Defined in
- Mathlib.Probability.Independence.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 224 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- ENNRealproof · cited by 9,879
- Measurablestatement and proof · cited by 1,499
- one_smulproof · cited by 1,374
- MeasureTheory.Measure.mapproof · cited by 858
- MeasureTheory.IsProbabilityMeasurestatement and proof · cited by 392
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- ProbabilityTheory.IndepFunstatement · cited by 192
- MeasureTheory.IsProbabilityMeasure.measure_univproof · cited by 135
- measurable_sndproof · cited by 94
- measurable_fstproof · cited by 79
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.indepFun_prod₀proof · cited by 2
- ProbabilityTheory.charFun_map_add_prod_eq_mulproof · cited by 0
- ProbabilityTheory.charFunDual_map_add_prod_eq_mulproof · cited by 0