Theorems · Theorem · real analysis
intervalIntegral.integral_comp_mul_deriv_of_deriv_nonpos
∀ {a b : ℝ} {f f' g : ℝ → ℝ},
ContinuousOn f (Set.uIcc a b) →
(∀ x ∈ Set.Ioo (min a b) (max a b), HasDerivAt f (f' x) x) →
(∀ x ∈ Set.Ioo (min a b) (max a b), f' x ≤ 0) → ∫ (x : ℝ) in a..b, (g ∘ f) x * f' x = ∫ (u : ℝ) in f a..f b, g uChange of variables for monotone functions.
If f is continuous on [a, b] and has a nonnegative derivative f' in (a, b),
then we can substitute u = f x to get ∫ x in a..b, (g ∘ f) x * f' x = ∫ u in f a..f b, g u.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 283 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- mul_commproof · cited by 2,262
- ContinuousOnstatement and proof · cited by 1,411
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Set.Ioostatement and proof · cited by 1,214
- intervalIntegralstatement and proof · cited by 546
- HasDerivAtstatement and proof · cited by 493
- Set.uIccstatement and proof · cited by 393
- intervalIntegral.integral_deriv_smul_comp_of_deriv_nonposproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.Chebyshev.integral_measureT_eq_integral_cosproof · cited by 3