Theorems · Theorem · real analysis
hasFDerivAt_integral_of_dominated_loc_of_lip
∀ {α : Type u_1} [inst : MeasurableSpace α] {μ : MeasureTheory.Measure α} {𝕜 : Type u_2} [inst_1 : RCLike 𝕜]
{E : Type u_3} [inst_2 : NormedAddCommGroup E] [inst_3 : NormedSpace ℝ E] [inst_4 : NormedSpace 𝕜 E] {H : Type u_4}
[inst_5 : NormedAddCommGroup H] [inst_6 : NormedSpace 𝕜 H] {F : H → α → E} {x₀ : H} {bound : α → ℝ} {s : Set H}
{F' : α → H →L[𝕜] E},
s ∈ nhds x₀ →
(∀ᶠ (x : H) in nhds x₀, MeasureTheory.AEStronglyMeasurable (F x) μ) →
MeasureTheory.Integrable (F x₀) μ →
MeasureTheory.AEStronglyMeasurable F' μ →
(∀ᵐ (a : α) ∂μ, LipschitzOnWith (Real.nnabs (bound a)) (fun x => F x a) s) →
MeasureTheory.Integrable bound μ →
(∀ᵐ (a : α) ∂μ, HasFDerivAt (fun x => F x a) (F' a) x₀) →
MeasureTheory.Integrable F' μ ∧ HasFDerivAt (fun x => ∫ (a : α), F x a ∂μ) (∫ (a : α), F' a ∂μ) x₀Differentiation under integral of x ↦ ∫ F x a at a given point x₀, assuming
F x₀ is integrable, x ↦ F x a is locally Lipschitz in a neighborhood of x₀ for ae a
(with a neighborhood independent of a) with integrable Lipschitz bound, and F x is ae-measurable
for x in a possibly smaller neighborhood of x₀.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 262 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Norm.normproof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
Cited by4
Results whose statement or proof uses this declaration.
- hasFDerivAt_integral_of_dominated_of_fderiv_leproof · cited by 5
- hasDerivAt_integral_of_dominated_loc_of_lipproof · cited by 2
- intervalIntegral.hasFDerivAt_integral_of_dominated_loc_of_lipproof · cited by 0
- hasFDerivAt_integral_of_dominated_loc_of_lip_intervalproof · cited by 0