Theorems · Theorem · measure theory
MeasureTheory.lintegral_eq_lintegral_meas_lt
∀ {α : Type u_1} [inst : MeasurableSpace α] {f : α → ℝ} (μ : MeasureTheory.Measure α),
0 ≤ᵐ[μ] f → AEMeasurable f μ → ∫⁻ (ω : α), ENNReal.ofReal (f ω) ∂μ = ∫⁻ (t : ℝ) in Set.Ioi 0, μ {a | t < f a}The standard case 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 ∂μ = ∫⁻ t in 0..∞, μ {ω | f(ω) > t}.
See lintegral_eq_lintegral_meas_le for a version with sets of the form {ω | f(ω) ≥ t}
instead.
- Defined in
- Mathlib.MeasureTheory.Integral.Layercake
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 261 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 by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Integrable.integral_eq_integral_meas_ltproof · cited by 1