Theorems · Theorem · real analysis
intervalIntegral.integral_hasDerivWithinAt_left
∀ {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 a (nhdsWithin a s) (nhdsWithin a t)],
StronglyMeasurableAtFilter f (nhdsWithin a t) MeasureTheory.volume →
ContinuousWithinAt f t a → HasDerivWithinAt (fun u => ∫ (x : ℝ) in u..b, f x) (-f a) s aFundamental theorem of calculus: if f : ℝ → E is integrable on a..b and f x is continuous
from the left or from the right at a, then u ↦ ∫ x in u..b, f x has left (resp., right)
derivative -f a at a.
- Cited by
- 1 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.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- CompleteSpacestatement and proof · cited by 2,532
- nhdsWithinstatement and proof · cited by 1,912
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- intervalIntegralstatement · cited by 546
- ContinuousWithinAtstatement and proof · cited by 512
- HasDerivWithinAtstatement · cited by 333
- IntervalIntegrablestatement and proof · cited by 316
- inf_le_leftproof · cited by 286
Cited by1
Results whose statement or proof uses this declaration.
- intervalIntegral.derivWithin_integral_leftproof · cited by 0