Theorems · Theorem · probability
MeasureTheory.pdf.indepFun_iff_pdf_prod_eq_pdf_mul_pdf
∀ {Ω : Type u_1} {E : Type u_2} [inst : MeasurableSpace E] {m : MeasurableSpace Ω} {ℙ : MeasureTheory.Measure Ω}
{μ : MeasureTheory.Measure E} {F : Type u_3} [inst_1 : MeasurableSpace F] {ν : MeasureTheory.Measure F} {X : Ω → E}
{Y : Ω → F} [MeasureTheory.IsFiniteMeasure ℙ] [MeasureTheory.SigmaFinite μ] [MeasureTheory.SigmaFinite ν]
[MeasureTheory.HasPDF (fun ω => (X ω, Y ω)) ℙ (μ.prod ν)],
ProbabilityTheory.IndepFun X Y ℙ ↔
MeasureTheory.pdf (fun ω => (X ω, Y ω)) ℙ (μ.prod ν) =ᵐ[μ.prod ν] fun z =>
MeasureTheory.pdf X ℙ μ z.1 * MeasureTheory.pdf Y ℙ ν z.2Random variables are independent iff their joint density is a product of marginal densities.
- Defined in
- Mathlib.Probability.Density
- Cited by
- 0 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.
Cites36
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
- ENNRealstatement and proof · cited by 9,879
- MeasurableSetproof · cited by 3,075
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- MeasureTheory.Measure.restrictproof · cited by 1,646
- MeasureTheory.lintegralproof · cited by 1,152
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Measure.mapproof · cited by 858
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.