Theorems · Theorem · measure theory
MeasureTheory.integrableOn_Icc_deriv_smul_iff_of_deriv_nonneg
∀ {F : Type u_1} [inst : NormedAddCommGroup F] [inst_1 : NormedSpace ℝ F] {f f' : ℝ → ℝ} {a b : ℝ} {g : ℝ → F},
ContinuousOn f (Set.Icc a b) →
(∀ x ∈ Set.Ioo a b, HasDerivAt f (f' x) x) →
(∀ x ∈ Set.Ioo a b, 0 ≤ f' x) →
a ≤ b →
(MeasureTheory.IntegrableOn (fun x => f' x • g (f x)) (Set.Icc a b) MeasureTheory.volume ↔
MeasureTheory.IntegrableOn g (Set.Icc (f a) (f b)) MeasureTheory.volume)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 279 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- Set.imageproof · cited by 5,609
- MeasureTheory.aeproof · cited by 2,352
- Filter.EventuallyEqproof · cited by 1,912
- Set.Iccstatement and proof · 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
Cited by1
Results whose statement or proof uses this declaration.
- intervalIntegral.integrable_deriv_smul_comp_iff_of_deriv_nonnegproof · cited by 1