Theorems · Theorem · measure theory
MeasureTheory.lintegral_image_eq_lintegral_deriv_mul_of_monotoneOn
∀ {s : Set ℝ} {f f' : ℝ → ℝ},
MeasurableSet s →
(∀ x ∈ s, HasDerivWithinAt f (f' x) s x) →
MonotoneOn f s → ∀ (u : ℝ → ENNReal), ∫⁻ (x : ℝ) in f '' s, u x = ∫⁻ (x : ℝ) in s, ENNReal.ofReal (f' x) * u (f x)Change of variable formula for differentiable functions: if a real function f is
monotone and differentiable on a measurable set s, then the Lebesgue integral of a function
u : ℝ → ℝ≥0∞ on f '' s coincides with the integral of (f' x) * u ∘ f on s.
Note that the measurability of f '' s is given by MeasurableSet.image_of_monotoneOn.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 278 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites48
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idproof · cited by 18,349
- ENNRealstatement and proof · cited by 9,879
- Set.imagestatement and proof · cited by 5,609
- ContinuousLinearMapproof · cited by 5,352
- LE.le.transproof · cited by 3,151
- MeasurableSetstatement and proof · cited by 3,075
- one_mulproof · cited by 2,841
- zero_addproof · cited by 2,366
- MeasureTheory.aeproof · cited by 2,352
- Disjointproof · cited by 2,201
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_image_eq_lintegral_deriv_mul_of_antitoneOnproof · cited by 2
- Manifold.pathELength_comp_of_monotoneOnproof · cited by 2
- MeasureTheory.lintegral_deriv_eq_volume_image_of_monotoneOnproof · cited by 0