Theorems · Theorem · measure theory
MeasureTheory.integral_deriv_smul_comp_Ioi
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f f' : ℝ → ℝ} {g : ℝ → E} {a : ℝ},
ContinuousOn f (Set.Ici a) →
Filter.Tendsto f Filter.atTop Filter.atTop →
(∀ x ∈ Set.Ioi a, HasDerivWithinAt f (f' x) (Set.Ioi x) x) →
ContinuousOn g (f '' Set.Ioi a) →
MeasureTheory.IntegrableOn g (f '' Set.Ici a) MeasureTheory.volume →
MeasureTheory.IntegrableOn (fun x => f' x • (g ∘ f) x) (Set.Ici a) MeasureTheory.volume →
∫ (x : ℝ) in Set.Ioi a, f' x • (g ∘ f) x = ∫ (u : ℝ) in Set.Ioi (f a), g uChange-of-variables formula for Ioi integrals of vector-valued functions, proved by taking
limits from the result for finite intervals.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 268 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.
- 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.imagestatement and proof · cited by 5,609
- nhdsproof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Filter.atTopstatement and proof · cited by 2,405
- LT.lt.leproof · cited by 2,189
- MeasureTheory.integralstatement and proof · cited by 1,779
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_comp_mul_deriv_Ioiproof · cited by 1
- MeasureTheory.integral_comp_smul_deriv_Ioiproof · cited by 0