Theorems · Theorem · measure theory
MeasureTheory.lintegral_deriv_eq_volume_image_of_monotoneOn
∀ {s : Set ℝ} {f f' : ℝ → ℝ},
MeasurableSet s →
(∀ x ∈ s, HasDerivWithinAt f (f' x) s x) →
MonotoneOn f s → ∫⁻ (x : ℝ) in s, ENNReal.ofReal (f' x) = MeasureTheory.volume (f '' s)Change of variable formula for differentiable functions, set version: if a real function f is
monotone and differentiable on a measurable set s, then the measure of f '' s is given by the
integral of f' x on s .
Note that the measurability of f '' s is given by MeasurableSet.image_of_monotoneOn.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 279 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement · cited by 9,879
- Set.imagestatement and proof · cited by 5,609
- mul_oneproof · cited by 3,885
- MeasurableSetstatement and proof · cited by 3,075
- one_mulproof · cited by 2,841
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- MeasureTheory.lintegralstatement and proof · cited by 1,152
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.