Theorems · Theorem · probability
MeasureTheory.pdf.integral_mul_eq_integral
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {ℙ : MeasureTheory.Measure Ω} {X : Ω → ℝ} [MeasureTheory.IsFiniteMeasure ℙ]
[MeasureTheory.HasPDF X ℙ MeasureTheory.volume],
∫ (x : ℝ), x * (MeasureTheory.pdf X ℙ MeasureTheory.volume x).toReal = ∫ (x : Ω), X x ∂ℙIf X is a real-valued random variable that has pdf f, then the expectation of X equals
∫ x, x * f x ∂λ where λ is the Lebesgue measure.
- Defined in
- Mathlib.Probability.Density
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupproof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpaceproof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- mul_commproof · cited by 2,262
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- ENNReal.toRealstatement and proof · cited by 859
- measurable_idproof · cited by 89
- Measurable.aestronglyMeasurableproof · cited by 59
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.