Mathlib Map

Theorems · Theorem · real analysis

intervalIntegral.derivWithin_integral_right

∀ {E : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : ℝ → E} {a b : ℝ},
  IntervalIntegrable f MeasureTheory.volume a b →
    ∀ {s t : Set ℝ} [intervalIntegral.FTCFilter b (nhdsWithin b s) (nhdsWithin b t)],
      StronglyMeasurableAtFilter f (nhdsWithin b t) MeasureTheory.volume →
        ContinuousWithinAt f t b →
          autoParam (UniqueDiffWithinAt ℝ s b) intervalIntegral.derivWithin_integral_right._auto_1 →
            derivWithin (fun u => ∫ (x : ℝ) in a..u, f x) s b = f b

Fundamental theorem of calculus: if f : ℝ → E is integrable on a..b and f x is continuous on the right or on the left at b, then the right (resp., left) derivative of u ↦ ∫ x in a..u, f x at b equals f b.

Defined in
Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
Cited by
0 results in Mathlib
Foundations
Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceCompleteSpaceintervalIntegral.FTCFilter

Around this declaration

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

Cites16

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.