Theorems · Theorem · real analysis
HasDerivAt.scomp
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] (x : 𝕜) {𝕜' : Type u_1} [inst_3 : NontriviallyNormedField 𝕜'] [inst_4 : NormedAlgebra 𝕜 𝕜']
[inst_5 : NormedSpace 𝕜' F] [IsScalarTower 𝕜 𝕜' F] {h : 𝕜 → 𝕜'} {h' : 𝕜'} {g₁ : 𝕜' → F} {g₁' : F},
HasDerivAt g₁ g₁' (h x) → HasDerivAt h h' x → HasDerivAt (g₁ ∘ h) (h' • g₁') xThe chain rule.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Comp
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- IsScalarTowerstatement and proof · cited by 3,896
- NormedAlgebrastatement and proof · cited by 1,165
- HasDerivAtstatement and proof · cited by 493
- ContinuousAt.tendstoproof · cited by 103
- Filter.Tendsto.prodMapproof · cited by 38
- HasDerivAt.continuousAtproof · cited by 28
- Filter.tendsto_pure_pureproof · cited by 25
- HasDerivAtFilter.scompproof · cited by 6
Cited by11
Results whose statement or proof uses this declaration.
- HasDerivAt.ofReal_compproof · cited by 3
- hasDerivAt_ofReal_cpow_const'proof · cited by 2
- intervalIntegral.integral_deriv_smul_deriv_compproof · cited by 2
- HasDerivAt.scomp_of_eqproof · cited by 2
- intervalIntegral.integral_unitInterval_deriv_eq_subproof · cited by 2
- MeasureTheory.tendsto_limUnder_of_hasDerivAt_of_integrableOn_Iicproof · cited by 1
- HasDerivAt.comp_add_constproof · cited by 1
- HasDerivAt.comp_const_addproof · cited by 1
- deriv.scompproof · cited by 1
- HasDerivAt.comp_const_subproof · cited by 0
- HasDerivAt.comp_sub_constproof · cited by 0