Derivatives of interval integrals depending on parameters #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
In this file we restate theorems about derivatives of integrals depending on parameters for interval integrals.
Differentiation under integral of x ↦ ∫ t in a..b, F x t
at a given point x₀
, assuming
F x₀
is integrable, x ↦ F x a
is locally Lipschitz on a ball around x₀
for ae a
(with a ball radius independent of a
) with integrable Lipschitz bound, and F x
is ae-measurable
for x
in a possibly smaller neighborhood of x₀
.
Differentiation under integral of x ↦ ∫ F x a
at a given point x₀
, assuming
F x₀
is integrable, x ↦ F x a
is differentiable on a ball around x₀
for ae a
with
derivative norm uniformly bounded by an integrable function (the ball radius is independent of a
),
and F x
is ae-measurable for x
in a possibly smaller neighborhood of x₀
.
Derivative under integral of x ↦ ∫ F x a
at a given point x₀ : 𝕜
, 𝕜 = ℝ
or 𝕜 = ℂ
,
assuming F x₀
is integrable, x ↦ F x a
is locally Lipschitz on a ball around x₀
for ae a
(with ball radius independent of a
) with integrable Lipschitz bound, and F x
is
ae-measurable for x
in a possibly smaller neighborhood of x₀
.
Derivative under integral of x ↦ ∫ F x a
at a given point x₀ : 𝕜
, 𝕜 = ℝ
or 𝕜 = ℂ
,
assuming F x₀
is integrable, x ↦ F x a
is differentiable on an interval around x₀
for ae a
(with interval radius independent of a
) with derivative uniformly bounded by an integrable
function, and F x
is ae-measurable for x
in a possibly smaller neighborhood of x₀
.