Theorems · Theorem · real analysis
intervalIntegral.integral_deriv_smul_comp_of_deriv_nonpos
∀ {a b : ℝ} {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f f' : ℝ → ℝ} {g : ℝ → E},
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, f' x • (g ∘ f) x = ∫ (u : ℝ) in f a..f b, g uChange of variables for antitone functions.
If f is continuous on [a, b] and has a nonpositive derivative f' in (a, b),
then we can substitute u = f x to get ∫ x in a..b, f' x • (g ∘ f) x = ∫ u in f a..f b, g u.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 282 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · 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
- LT.lt.leproof · cited by 2,189
- MeasureTheory.integralproof · cited by 1,779
- Set.Iccproof · cited by 1,702
- MeasureTheory.Measure.restrictproof · cited by 1,646
- ContinuousOnstatement and proof · cited by 1,411
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Set.Ioostatement and proof · cited by 1,214
- neg_negproof · cited by 960
Cited by1
Results whose statement or proof uses this declaration.
- intervalIntegral.integral_comp_mul_deriv_of_deriv_nonposproof · cited by 1