Theorems · Theorem · measure theory
MeasureTheory.lintegral_comp_eq_lintegral_meas_le_mul
∀ {α : Type u_1} [inst : MeasurableSpace α] {f : α → ℝ} {g : ℝ → ℝ} (μ : MeasureTheory.Measure α),
0 ≤ᵐ[μ] f →
AEMeasurable f μ →
(∀ t > 0, IntervalIntegrable g MeasureTheory.volume 0 t) →
(∀ᵐ (t : ℝ) ∂MeasureTheory.volume.restrict (Set.Ioi 0), 0 ≤ g t) →
∫⁻ (ω : α), ENNReal.ofReal (∫ (t : ℝ) in 0..f ω, g t) ∂μ =
∫⁻ (t : ℝ) in Set.Ioi 0, μ {a | t ≤ f a} * ENNReal.ofReal (g t)The layer cake formula / Cavalieri's principle / tail probability formula:
Let f be a non-negative measurable function on a measure space. Let G be an
increasing absolutely continuous function on the positive real line, vanishing at the origin,
with derivative G' = g. Then the integral of the composition G ∘ f can be written as
the integral over the positive real line of the "tail measures" μ {ω | f(ω) ≥ t} of f
weighted by g.
Roughly speaking, the statement is: ∫⁻ (G ∘ f) ∂μ = ∫⁻ t in 0..∞, g(t) * μ {ω | f(ω) ≥ t}.
See MeasureTheory.lintegral_comp_eq_lintegral_meas_lt_mul for a version with sets of the form
{ω | f(ω) > t} instead.
- Defined in
- Mathlib.MeasureTheory.Integral.Layercake
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 259 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.
Cites50
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 and proof · 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
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- LT.lt.leproof · cited by 2,189
- Filter.EventuallyEqproof · cited by 1,912
- Filter.univ_mem'proof · cited by 1,672
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_eq_lintegral_meas_leproof · cited by 2
- MeasureTheory.lintegral_rpow_eq_lintegral_meas_le_mulproof · cited by 1
- MeasureTheory.lintegral_comp_eq_lintegral_meas_lt_mulproof · cited by 0