Theorems · Theorem · real analysis
HasFDerivAt.comp_hasDerivAt
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {E : Type w} [inst_3 : NormedAddCommGroup E] [inst_4 : NormedSpace 𝕜 E] {f : 𝕜 → F}
{f' : F} (x : 𝕜) {l : F → E} {l' : F →L[𝕜] E},
HasFDerivAt l l' (f x) → HasDerivAt f f' x → HasDerivAt (l ∘ f) (l' f') xThe composition l ∘ f where l : F → E and f : 𝕜 → F, has a derivative equal to the
Fréchet derivative of l applied to the derivative of f.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Comp
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 171 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.
- DFunLike.coestatement · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement and proof · cited by 5,352
- HasDerivAtstatement and proof · cited by 493
- HasFDerivAtstatement and proof · cited by 350
- HasDerivAt.hasDerivWithinAtproof · cited by 86
- hasDerivWithinAt_univproof · cited by 18
- HasFDerivAt.comp_hasDerivWithinAtproof · cited by 7
Cited by10
Results whose statement or proof uses this declaration.
- fderiv_comp_derivproof · cited by 6
- spectrum.hasDerivAt_resolvent_const_leftproof · cited by 3
- MeasureTheory.tendsto_zero_of_hasDerivAt_of_integrableOn_Iicproof · cited by 2
- MeasureTheory.tendsto_zero_of_hasDerivAt_of_integrableOn_Ioiproof · cited by 2
- Complex.norm_deriv_le_of_forall_mem_sphere_norm_leproof · cited by 1
- norm_sub_le_integral_of_norm_deriv_le_of_leproof · cited by 1
- ContinuousLinearMap.dslope_compproof · cited by 1
- exists_isMIntegralCurveAt_of_contMDiffAtproof · cited by 1
- HasDerivAt.clog_realproof · cited by 0
- HasFDerivAt.comp_hasDerivAt_of_eqproof · cited by 0