Theorems · Theorem · real analysis
intervalIntegral.integrable_deriv_smul_comp_iff_of_deriv_nonneg
∀ {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), 0 ≤ f' x) →
(IntervalIntegrable (fun x => f' x • (g ∘ f) x) MeasureTheory.volume a b ↔
IntervalIntegrable g MeasureTheory.volume (f a) (f b))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 280 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- Set.Iccproof · cited by 1,702
- ContinuousOnstatement and proof · cited by 1,411
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Set.Ioostatement and proof · cited by 1,214
- interiorproof · cited by 714
- derivproof · cited by 676
- MeasureTheory.IntegrableOnproof · cited by 548
Cited by1
Results whose statement or proof uses this declaration.
- intervalIntegral.integrable_comp_mul_deriv_iff_of_deriv_nonnegproof · cited by 0