Theorems · Theorem · real analysis
HasDerivAt.comp
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] (x : 𝕜) {𝕜' : Type u_1} [inst_1 : NontriviallyNormedField 𝕜']
[inst_2 : NormedAlgebra 𝕜 𝕜'] {h : 𝕜 → 𝕜'} {h₂ : 𝕜' → 𝕜'} {h' h₂' : 𝕜'},
HasDerivAt h₂ h₂' (h x) → HasDerivAt h h' x → HasDerivAt (h₂ ∘ h) (h₂' * h') xThe chain rule.
Note that the function h₂ is a function on an algebra. If you are looking for the chain rule
with h₂ taking values in a vector space, use HasDerivAt.scomp.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Comp
- Cited by
- 43 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.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- 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.compproof · cited by 3
Cited by43
Results whose statement or proof uses this declaration.
- HasDerivAt.comp_ofRealproof · cited by 11
- HasDerivAt.expproof · cited by 8
- deriv_compproof · cited by 8
- HasDerivAt.cpow_constproof · cited by 5
- HasDerivAt.cexpproof · cited by 4
- HasDerivAt.const_cpowproof · cited by 4
- HasDerivAt.lhopital_zero_atTop_on_Ioiproof · cited by 3
- HasDerivAt.lhopital_zero_left_on_Iooproof · cited by 3
- expNegInvGlue.hasDerivAt_polynomial_eval_inv_mulproof · cited by 2
- integral_exp_mul_complexproof · cited by 2
- UpperHalfPlane.hasDerivAt_denom_zpowproof · cited by 2
- circleIntegral.integral_sub_zpow_of_neproof · cited by 2