Theorems · Theorem · real analysis
intervalIntegral.integral_deriv_smul_deriv_comp
∀ {a b : ℝ} {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f f' : ℝ → ℝ} {g g' : ℝ → E}
[CompleteSpace E],
(∀ x ∈ Set.uIcc a b, HasDerivAt f (f' x) x) →
(∀ x ∈ Set.uIcc a b, HasDerivAt g (g' (f x)) (f x)) →
ContinuousOn f' (Set.uIcc a b) → Continuous g' → ∫ (x : ℝ) in a..b, f' x • (g' ∘ f) x = (g ∘ f) b - (g ∘ f) a- 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.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · 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
- Continuousstatement and proof · cited by 2,592
- CompleteSpacestatement and proof · cited by 2,532
- ContinuousOnstatement and proof · cited by 1,411
- MeasureTheory.MeasureSpace.volumestatement · cited by 1,323
- intervalIntegralstatement · cited by 546
- HasDerivAtstatement and proof · cited by 493
- Set.uIccstatement and proof · cited by 393
- Continuous.comp_continuousOnproof · cited by 52
Cited by2
Results whose statement or proof uses this declaration.
- intervalIntegral.integral_deriv_comp_smul_derivproof · cited by 0
- intervalIntegral.integral_deriv_comp_mul_derivproof · cited by 0