Theorems · Theorem · measure theory
MeasureTheory.integral_image_eq_integral_abs_deriv_smul
∀ {F : Type u_1} [inst : NormedAddCommGroup F] [inst_1 : NormedSpace ℝ F] {s : Set ℝ} {f f' : ℝ → ℝ},
MeasurableSet s →
(∀ x ∈ s, HasDerivWithinAt f (f' x) s x) →
Set.InjOn f s → ∀ (g : ℝ → F), ∫ (x : ℝ) in f '' s, g x = ∫ (x : ℝ) in s, |f' x| • g (f x)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 Bochner integral of a
function g : ℝ → F on f '' s coincides with the integral of |(f' x)| • g ∘ f on s.
- Cited by
- 5 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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Set.imagestatement and proof · cited by 5,609
- MeasurableSetstatement and proof · cited by 3,075
- absstatement and proof · cited by 1,814
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Set.InjOnstatement and proof · cited by 543
- HasDerivWithinAtstatement and proof · cited by 333
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_comp_rpow_Ioiproof · cited by 3
- MeasureTheory.integral_image_eq_integral_deriv_smul_of_antitoneOnproof · cited by 2
- MeasureTheory.integral_comp_exp_Ioiproof · cited by 1
- mellin_eq_fourierproof · cited by 1
- MeasureTheory.integral_comp_rpow_Ioi_of_pos'proof · cited by 0