Theorems · Theorem · measure theory
MeasureTheory.lintegral_image_eq_lintegral_abs_deriv_mul
∀ {s : Set ℝ} {f f' : ℝ → ℝ},
MeasurableSet s →
(∀ x ∈ s, HasDerivWithinAt f (f' x) s x) →
Set.InjOn f s → ∀ (g : ℝ → ENNReal), ∫⁻ (x : ℝ) in f '' s, g x = ∫⁻ (x : ℝ) in s, ENNReal.ofReal |f' x| * g (f x)Integrability in the change of variable formula for differentiable functions (one-variable
version): if a function f is injective and differentiable on a measurable set s ⊆ ℝ, then the
Lebesgue integral of a function g : ℝ → ℝ≥0∞ on f '' s coincides with the Lebesgue integral
of |(f' x)| * g ∘ f on s.
- Cited by
- 1 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.
Cites15
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
- ENNRealstatement and proof · cited by 9,879
- Set.imagestatement and proof · cited by 5,609
- MeasurableSetstatement and proof · cited by 3,075
- absstatement and proof · cited by 1,814
- 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
- ENNReal.ofRealstatement and proof · cited by 863
- Set.InjOnstatement and proof · cited by 543
- HasDerivWithinAtstatement and proof · cited by 333
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_image_eq_lintegral_deriv_mul_of_antitoneOnproof · cited by 2