Theorems · Theorem · measure theory
MeasureTheory.lintegral_rpow_eq_lintegral_meas_lt_mul
∀ {α : Type u_1} [inst : MeasurableSpace α] (μ : MeasureTheory.Measure α) {f : α → ℝ},
0 ≤ᵐ[μ] f →
AEMeasurable f μ →
∀ {p : ℝ},
0 < p →
∫⁻ (ω : α), ENNReal.ofReal (f ω ^ p) ∂μ =
ENNReal.ofReal p * ∫⁻ (t : ℝ) in Set.Ioi 0, μ {a | t < f a} * ENNReal.ofReal (t ^ (p - 1))An application of the layer cake formula / Cavalieri's principle / tail probability formula:
For a nonnegative function f on a measure space, the Lebesgue integral of f can
be written (roughly speaking) as: ∫⁻ f^p ∂μ = p * ∫⁻ t in 0..∞, t^(p-1) * μ {ω | f(ω) > t}.
See MeasureTheory.lintegral_rpow_eq_lintegral_meas_le_mul for a version with sets of the form
{ω | f(ω) ≥ t} instead.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 271 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.ofPredstatement and proof · cited by 6,101
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.univ_mem'proof · cited by 1,672
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- Filter.mp_memproof · cited by 1,537
- Set.Ioistatement and proof · cited by 1,463
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.