Theorems · Theorem · measure theory
MeasureTheory.integrableOn_image_iff_integrableOn_deriv_smul_of_monotoneOn
∀ {F : Type u_1} [inst : NormedAddCommGroup F] [inst_1 : NormedSpace ℝ F] {s : Set ℝ} {f f' : ℝ → ℝ},
MeasurableSet s →
(∀ x ∈ s, HasDerivWithinAt f (f' x) s x) →
MonotoneOn f s →
∀ (g : ℝ → F),
MeasureTheory.IntegrableOn g (f '' s) MeasureTheory.volume ↔
MeasureTheory.IntegrableOn (fun x => f' x • g (f x)) s MeasureTheory.volumeIntegrability in the change of variable formula for differentiable functions: if a real
function f is monotone and differentiable on a measurable set s, then a function
g : ℝ → F is integrable on f '' s if and only if f' x • g ∘ f is integrable on s .
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 278 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites45
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
- RingHom.idproof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Top.topproof · cited by 9,680
- Set.imagestatement and proof · cited by 5,609
- ContinuousLinearMapproof · cited by 5,352
- LE.le.transproof · cited by 3,151
- MeasurableSetstatement and proof · cited by 3,075
- one_mulproof · cited by 2,841
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_image_eq_integral_deriv_smul_of_monotoneOnproof · cited by 2
- MeasureTheory.integrableOn_Icc_deriv_smul_iff_of_deriv_nonnegproof · cited by 1