Theorems · Theorem · measure theory
MeasureTheory.lintegral_comp_eq_lintegral_meas_le_mul_of_measurable_of_sigmaFinite
∀ {α : Type u_1} [inst : MeasurableSpace α] {f : α → ℝ} {g : ℝ → ℝ} (μ : MeasureTheory.Measure α)
[MeasureTheory.SFinite μ],
0 ≤ f →
Measurable f →
(∀ t > 0, IntervalIntegrable g MeasureTheory.volume 0 t) →
Measurable g →
(∀ t > 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)An auxiliary version of the layer cake formula (Cavalieri's principle, tail probability
formula), with a measurability assumption that would also essentially follow from the
integrability assumptions, and a sigma-finiteness assumption.
See MeasureTheory.lintegral_comp_eq_lintegral_meas_le_mul and
MeasureTheory.lintegral_comp_eq_lintegral_meas_lt_mul for the main formulations of the layer
cake formula.
- Defined in
- Mathlib.MeasureTheory.Integral.Layercake
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites68
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
- TopologicalSpaceproof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topproof · cited by 9,680
- LinearOrderproof · cited by 8,572
- Set.ofPredstatement and proof · cited by 6,101
- mul_oneproof · cited by 3,885
- MeasurableSetproof · cited by 3,075
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_comp_eq_lintegral_meas_le_mul_of_measurableproof · cited by 1