Mathlib Map

Theorems · Theorem · real analysis

intervalIntegral.differentiable_integral_of_continuous

∀ {E : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : ℝ → E} {a : ℝ},
  Continuous f → Differentiable ℝ fun u => ∫ (x : ℝ) in a..u, f x

The integral of a continuous function is differentiable on a real set s.

Defined in
Mathlib.MeasureTheory.Integral.IntervalIntegral.FundThmCalculus
Cited by
1 results in Mathlib
Foundations
Depth 268 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceCompleteSpace

Around this declaration

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

Cites14

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

Cited by1

Results whose statement or proof uses this declaration.