Theorems · Theorem · real analysis
intervalIntegral.integral_deriv_comp_mul_deriv
∀ {a b : ℝ} {f f' g g' : ℝ → ℝ},
(∀ 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, (g' ∘ f) x * f' x = (g ∘ f) b - (g ∘ f) a- Cited by
- 0 results in Mathlib
- Foundations
- Depth 269 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Continuousstatement and proof · cited by 2,592
- mul_commproof · cited by 2,262
- ContinuousOnstatement and proof · cited by 1,411
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- intervalIntegralstatement and proof · cited by 546
- HasDerivAtstatement and proof · cited by 493
- Set.uIccstatement and proof · cited by 393
- intervalIntegral.integral_deriv_smul_deriv_compproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.