Theorems · Theorem · real analysis
Continuous.integral_hasStrictDerivAt
∀ {E : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] {f : ℝ → E},
Continuous f → ∀ (a b : ℝ), HasStrictDerivAt (fun u => ∫ (x : ℝ) in a..u, f x) (f b) bFundamental theorem of calculus-1, strict differentiability in the right endpoint.
If f : ℝ → E is continuous, then u ↦ ∫ x in a..u, f x has derivative f b at b in the sense
of strict differentiability.
- 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.
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
- nhdsproof · cited by 5,554
- Continuousstatement and proof · cited by 2,592
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- intervalIntegralstatement · cited by 546
- Continuous.continuousAtproof · cited by 297
- HasStrictDerivAtstatement · cited by 163
- Continuous.intervalIntegrableproof · cited by 32
- intervalIntegral.integral_hasStrictDerivAt_rightproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Continuous.deriv_integralproof · cited by 0