Mathlib Map

Theorems Ā· Theorem Ā· real analysis

intervalIntegral.hasDerivAt_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] {a b : ā„} {bound : ā„ → ā„} {F : š•œ → ā„ → E} {F' : ā„ → E} {xā‚€ : š•œ}
  {s : Set š•œ},
  s ∈ nhds xā‚€ →
    (āˆ€į¶  (x : š•œ) 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 → HasDerivAt (fun x => F x t) (F' t) xā‚€) →
                IntervalIntegrable F' μ a b ∧
                  HasDerivAt (fun x => ∫ (t : ā„) in a..b, F x t āˆ‚Ī¼) (∫ (t : ā„) in a..b, F' t āˆ‚Ī¼) 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ā‚€.

Defined in
Mathlib.Analysis.Calculus.ParametricIntervalIntegral
Cited by
0 results in Mathlib
Foundations
Depth 264 from the axioms Ā· uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupNormedSpaceNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites30

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.