Theorems · Theorem · real analysis
Continuous.deriv_integral
∀ {E : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] (f : ℝ → E),
Continuous f → ∀ (a b : ℝ), deriv (fun u => ∫ (x : ℝ) in a..u, f x) b = f bFundamental theorem of calculus-1, derivative in the right endpoint.
If f : ℝ → E is continuous, then the derivative of u ↦ ∫ x in a..u, f x at b is f b.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 268 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Continuousstatement and proof · cited by 2,592
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.MeasureSpace.volumestatement · cited by 1,323
- derivstatement · cited by 676
- intervalIntegralstatement · cited by 546
- HasDerivAt.derivproof · cited by 147
- HasStrictDerivAt.hasDerivAtproof · cited by 52
- Continuous.integral_hasStrictDerivAtproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.