Theorems · Theorem · real analysis
intervalIntegral.integral_hasDerivAt_right
∀ {E : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : ℝ → E} {a b : ℝ},
IntervalIntegrable f MeasureTheory.volume a b →
StronglyMeasurableAtFilter f (nhds b) MeasureTheory.volume →
ContinuousAt f b → HasDerivAt (fun u => ∫ (x : ℝ) in a..u, f x) (f b) bFundamental theorem of calculus-1: if f : ℝ → E is integrable on a..b and f is
continuous at b, then u ↦ ∫ x in a..u, f x has derivative f b at b.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- nhdsstatement and proof · cited by 5,554
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- ContinuousAtstatement and proof · cited by 697
- intervalIntegralstatement · cited by 546
- HasDerivAtstatement · cited by 493
- IntervalIntegrablestatement and proof · cited by 316
- StronglyMeasurableAtFilterstatement and proof · cited by 64
- HasStrictDerivAt.hasDerivAtproof · cited by 52
Cited by2
Results whose statement or proof uses this declaration.
- intervalIntegral.differentiable_integral_of_continuousproof · cited by 1
- intervalIntegral.deriv_integral_rightproof · cited by 0