Theorems · Theorem · real analysis
AbsolutelyContinuousOnInterval.integral_mul_deriv_eq_deriv_mul
∀ {f g : ℝ → ℝ} {a b : ℝ},
AbsolutelyContinuousOnInterval f a b →
AbsolutelyContinuousOnInterval g a b →
∫ (x : ℝ) in a..b, f x * deriv g x = f b * g b - f a * g a - ∫ (x : ℝ) in a..b, deriv f x * g xIntegration by parts for absolutely continuous functions.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 273 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
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- derivstatement and proof · cited by 676
- intervalIntegralstatement and proof · cited by 546
- add_sub_cancel_leftproof · cited by 198
- AbsolutelyContinuousOnIntervalstatement and proof · cited by 31
- intervalIntegral.integral_subproof · cited by 26
- IntervalIntegrable.addproof · cited by 10
- IntervalIntegrable.continuousOn_mulproof · cited by 8
- IntervalIntegrable.mul_continuousOnproof · cited by 7
- AbsolutelyContinuousOnInterval.intervalIntegrable_derivproof · cited by 2
- AbsolutelyContinuousOnInterval.continuousOnproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- taylor_integral_remainder_of_absolutelyContinuousproof · cited by 0