Theorems · Theorem · real analysis
intervalIntegral.integral_unitInterval_deriv_eq_sub
∀ {𝕜 : Type u_2} {E : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E]
[inst_3 : RCLike 𝕜] [inst_4 : NormedSpace 𝕜 E] [IsScalarTower ℝ 𝕜 E] {f f' : 𝕜 → E} {z₀ z₁ : 𝕜},
ContinuousOn (fun t => f' (z₀ + t • z₁)) (Set.Icc 0 1) →
(∀ t ∈ Set.Icc 0 1, HasDerivAt f (f' (z₀ + t • z₁)) (z₀ + t • z₁)) →
z₁ • ∫ (t : ℝ) in 0..1, f' (z₀ + t • z₁) = f (z₀ + z₁) - f z₀A variant of intervalIntegral.integral_deriv_eq_sub, the Fundamental theorem
of calculus, involving integrating over the unit interval.
- Cited by
- 2 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.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · 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
- nhdsproof · cited by 5,554
- Norm.normproof · cited by 5,413
- IsScalarTowerstatement and proof · cited by 3,896
- Filter.Tendstoproof · cited by 3,814
- RCLikestatement and proof · cited by 2,829
- add_zeroproof · cited by 2,707
- CompleteSpacestatement and proof · cited by 2,532
- Filter.atTopproof · cited by 2,405
Cited by2
Results whose statement or proof uses this declaration.
- Complex.norm_log_sub_logTaylor_leproof · cited by 4
- Complex.log_eq_integralproof · cited by 1