Theorems · Theorem · real analysis
hasDerivAt_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] {bound : α → ℝ}
{F : 𝕜 → α → E} {x₀ : 𝕜} {s : Set 𝕜} {F' : α → E},
s ∈ nhds x₀ →
(∀ᶠ (x : 𝕜) 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 : α) ∂μ, HasDerivAt (fun x => F x a) (F' a) x₀) →
MeasureTheory.Integrable F' μ ∧ HasDerivAt (fun x => ∫ (a : α), F x a ∂μ) (∫ (a : α), F' a ∂μ) 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 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
- 2 results in Mathlib
- Foundations
- Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites40
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.idproof · 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
- ContinuousLinearMapproof · cited by 5,352
Cited by2
Results whose statement or proof uses this declaration.
- hasDerivAt_integral_of_dominated_loc_of_deriv_leproof · cited by 4
- intervalIntegral.hasDerivAt_integral_of_dominated_loc_of_lipproof · cited by 0