Theorems · Theorem · probability
MeasureTheory.pdf.integral_pdf_smul
∀ {Ω : Type u_1} {E : Type u_2} [inst : MeasurableSpace E] {m : MeasurableSpace Ω} {ℙ : MeasureTheory.Measure Ω}
{μ : MeasureTheory.Measure E} {F : Type u_3} [inst_1 : NormedAddCommGroup F] [inst_2 : NormedSpace ℝ F]
[MeasureTheory.IsFiniteMeasure ℙ] {X : Ω → E} [MeasureTheory.HasPDF X ℙ μ] {f : E → F},
MeasureTheory.AEStronglyMeasurable f μ →
∫ (x : E), (MeasureTheory.pdf X ℙ μ x).toReal • f x ∂μ = ∫ (x : Ω), f (X x) ∂ℙThe Law of the Unconscious Statistician: Given a random variable X and a measurable
function f, f ∘ X is a random variable with expectation ∫ x, pdf X x • f x ∂μ
where μ is a measure on the codomain of X.
- Defined in
- Mathlib.Probability.Density
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 266 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- ENNReal.toRealstatement and proof · cited by 859
- MeasureTheory.Measure.mapproof · cited by 858
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- MeasureTheory.Measure.withDensityproof · cited by 265
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.pdf.integral_mul_eq_integralproof · cited by 0