Theorems · Theorem · measure theory
MeasureTheory.lintegral_withDensity_eq_lintegral_mul
∀ {α : Type u_1} {m0 : MeasurableSpace α} (μ : MeasureTheory.Measure α) {f : α → ENNReal},
Measurable f → ∀ {g : α → ENNReal}, Measurable g → ∫⁻ (a : α), g a ∂μ.withDensity f = ∫⁻ (a : α), (f * g) a ∂μThis is Exercise 1.2.1 from [tao2010]. It allows you to express integration of a measurable
function with respect to (μ.withDensity f) as an integral with respect to μ, called the base
measure. μ is often the Lebesgue measure, and in this circumstance f is the probability density
function, and (μ.withDensity f) represents any continuous random variable as a
probability measure, such as the uniform distribution between 0 and 1, the Gaussian distribution,
the exponential distribution, the Beta distribution, or the Cauchy distribution (see Section 2.4
of [wasserman2004]). Thus, this method shows how to one can calculate expectations, variances,
and other moments as a function of the probability density function.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 204 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
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
- iSupproof · cited by 2,415
- mul_commproof · cited by 2,262
- Disjointproof · cited by 2,201
- le_reflproof · cited by 2,061
- MeasureTheory.Measure.restrictproof · cited by 1,646
- Measurablestatement and proof · cited by 1,499
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_withDensity_eq_lintegral_mul₀'proof · cited by 3
- MeasureTheory.lintegral_withDensity_eq_lintegral_mul_non_measurableproof · cited by 2
- MeasureTheory.lintegral_withDensity_le_lintegral_mulproof · cited by 1
- MeasureTheory.setLIntegral_withDensity_eq_setLIntegral_mulproof · cited by 1
- ProbabilityTheory.Kernel.lintegral_withDensityproof · cited by 0