Theorems · Theorem · real analysis
intervalIntegral.integral_hasDerivWithinAt_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 → HasDerivWithinAt (fun u => ∫ (x : ℝ) in a..u, f x) (f b) s bFundamental theorem of calculus: if f : ℝ → E is integrable on a..b and f x is continuous
from the left or from the right at b, then u ↦ ∫ x in a..u, f x has left (resp., right)
derivative f b at b.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 266 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 by3
Results whose statement or proof uses this declaration.
- intervalIntegral.integral_deriv_smul_comp'''proof · cited by 4
- ODE.hasDerivWithinAt_picard_Iccproof · cited by 3
- intervalIntegral.derivWithin_integral_rightproof · cited by 0