Theorems · Theorem · real analysis
intervalIntegral.integral_deriv_smul_eq_sub_of_hasDeriv_right
∀ {a b : ℝ} {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAlgebra ℝ 𝕜] {E : Type u_2}
[inst_2 : NormedAddCommGroup E] [inst_3 : NormedSpace 𝕜 E] [inst_4 : NormedSpace ℝ E] [CompleteSpace E]
[IsScalarTower ℝ 𝕜 E] {u u' : ℝ → 𝕜} {v v' : ℝ → E},
ContinuousOn u (Set.uIcc a b) →
ContinuousOn v (Set.uIcc a b) →
(∀ x ∈ Set.Ioo (min a b) (max a b), HasDerivWithinAt u (u' x) (Set.Ioi x) x) →
(∀ x ∈ Set.Ioo (min a b) (max a b), HasDerivWithinAt v (v' x) (Set.Ioi x) x) →
IntervalIntegrable u' MeasureTheory.volume a b →
IntervalIntegrable v' MeasureTheory.volume a b →
∫ (x : ℝ) in a..b, u' x • v x + u x • v' x = u b • v b - u a • v aThe integral of the derivative of a scalar multiplication.
- 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.
Cites23
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
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- IsScalarTowerstatement and proof · cited by 3,896
- CompleteSpacestatement and proof · cited by 2,532
- add_commproof · cited by 1,535
- Set.Ioistatement and proof · cited by 1,463
- ContinuousOnstatement and proof · cited by 1,411
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Set.Ioostatement and proof · cited by 1,214
Cited by1
Results whose statement or proof uses this declaration.
- intervalIntegral.integral_smul_deriv_eq_deriv_smul_of_hasDeriv_rightproof · cited by 1