Theorems · Theorem · real analysis
intervalIntegral.integral_deriv_mul_eq_sub_of_hasDeriv_right
∀ {a b : ℝ} {A : Type u_1} [inst : NormedRing A] [inst_1 : NormedAlgebra ℝ A] [CompleteSpace A] {u v u' v' : ℝ → A},
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 product of two maps.
For improper integrals, see MeasureTheory.integral_deriv_mul_eq_sub,
MeasureTheory.integral_Ioi_deriv_mul_eq_sub, and MeasureTheory.integral_Iic_deriv_mul_eq_sub.
- Cited by
- 2 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.
Cites19
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
- CompleteSpacestatement and proof · cited by 2,532
- 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
- NormedAlgebrastatement and proof · cited by 1,165
- NormedRingstatement and proof · cited by 924
- intervalIntegralstatement · cited by 546
- Set.uIccstatement and proof · cited by 393
- HasDerivWithinAtstatement and proof · cited by 333
Cited by2
Results whose statement or proof uses this declaration.
- intervalIntegral.integral_mul_deriv_eq_deriv_mul_of_hasDeriv_rightproof · cited by 2
- intervalIntegral.integral_deriv_mul_eq_sub_of_hasDerivAtproof · cited by 1