Change of variable formulas for integrals in dimension 1 #
We record in this file versions of the general change of variables formula in integrals for
functions from R
to ℝ
. This makes it possible to replace the determinant of the Fréchet
derivative with the one-dimensional derivative.
See also Mathlib.MeasureTheory.Integral.IntervalIntegral.IntegrationByParts
for versions of the
change of variables formula in dimension 1 for non-monotone functions, formulated with
the interval integral and with stronger requirements on the integrand.
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
.
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 a
function g : ℝ → F
is integrable on f '' s
if and only if |(f' x)| • g ∘ f
is integrable on
s
.
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
.