Theorems · Theorem · real analysis
intervalIntegral.hasFDerivAt_integral_of_dominated_loc_of_lip
∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] {μ : MeasureTheory.Measure ℝ} {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace ℝ E] [inst_3 : NormedSpace 𝕜 E] {H : Type u_3} [inst_4 : NormedAddCommGroup H]
[inst_5 : NormedSpace 𝕜 H] {s : Set H} {a b : ℝ} {bound : ℝ → ℝ} {F : H → ℝ → E} {F' : ℝ → H →L[𝕜] E} {x₀ : H},
s ∈ nhds x₀ →
(∀ᶠ (x : H) in nhds x₀, MeasureTheory.AEStronglyMeasurable (F x) (μ.restrict (Set.uIoc a b))) →
IntervalIntegrable (F x₀) μ a b →
MeasureTheory.AEStronglyMeasurable F' (μ.restrict (Set.uIoc a b)) →
(∀ᵐ (t : ℝ) ∂μ, t ∈ Set.uIoc a b → LipschitzOnWith (Real.nnabs (bound t)) (fun x => F x t) s) →
IntervalIntegrable bound μ a b →
(∀ᵐ (t : ℝ) ∂μ, t ∈ Set.uIoc a b → HasFDerivAt (fun x => F x t) (F' t) x₀) →
IntervalIntegrable F' μ a b ∧
HasFDerivAt (fun x => ∫ (t : ℝ) in a..b, F x t ∂μ) (∫ (t : ℝ) in a..b, F' t ∂μ) x₀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 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
- 0 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.
Cites31
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
- 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
- ContinuousLinearMapstatement and proof · cited by 5,352
- NNRealstatement · cited by 4,310
- Filter.Eventuallystatement and proof · cited by 3,134
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.