Mathlib Map

Theorems · Theorem · real analysis

HasFDerivWithinAt.hasDerivWithinAt

∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : AddCommGroup F] [inst_2 : Module 𝕜 F]
  [inst_3 : TopologicalSpace F] {f : 𝕜 → F} {x : 𝕜} {s : Set 𝕜} [inst_4 : ContinuousSMul 𝕜 F] {f' : 𝕜 →L[𝕜] F},
  HasFDerivWithinAt f f' s x → HasDerivWithinAt f (f' 1) s x

Alias of the forward direction of hasFDerivWithinAt_iff_hasDerivWithinAt. Expressing HasFDerivWithinAt f f' s x in terms of HasDerivWithinAt

Defined in
Mathlib.Analysis.Calculus.Deriv.Basic
Cited by
14 results in Mathlib
Foundations
Depth 107 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldAddCommGroupModuleTopologicalSpaceContinuousSMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

DifferentiableWithinAt.hasDerivWithinAt · cited by 85DifferentiableWithinAt.ha…HasDerivWithinAt.mul · cited by 7HasDerivWithinAt.mulHasFDerivWithinAt.comp_hasDerivWithinAt · cited by 7HasFDerivWithinAt.comp_ha…HasDerivWithinAt.smul · cited by 6HasDerivWithinAt.smulHasDerivWithinAt.fun_finsetProd · cited by 4HasDerivWithinAt.fun_fins…HasDerivWithinAt.rpow · cited by 2HasDerivWithinAt.rpowHasDerivWithinAt.clm_comp · cited by 2HasDerivWithinAt.clm_compHasDerivWithinAt.fun_pow · cited by 1HasDerivWithinAt.fun_powHasDerivWithinAt.fun_pow' · cited by 1HasDerivWithinAt.fun_pow'ContinuousLinearMap.hasDerivWithinAt_of_bilinear · cited by 1ContinuousLinearMap.hasDe…HasDerivWithinAt.inner · cited by 1HasDerivWithinAt.innerHasDerivWithinAt.clm_apply · cited by 1HasDerivWithinAt.clm_applyHasDerivWithinAt.cpow · cited by 0HasDerivWithinAt.cpowHasDerivWithinAt.norm_sq · cited by 0HasDerivWithinAt.norm_sqDFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommGroup · cited by 12871AddCommGroupNontriviallyNormedField · cited by 8742NontriviallyNormedFieldContinuousLinearMap · cited by 5352ContinuousLinearMapContinuousSMul · cited by 1016ContinuousSMulHasFDerivWithinAt · cited by 356HasFDerivWithinAtHasDerivWithinAt · cited by 333HasDerivWithinAthasFDerivWithinAt_iff_hasDerivWithinAt · cited by 1hasFDerivWithinAt_iff_has…HasFDerivWithinAt.hasDerivWit…CITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by14

Results whose statement or proof uses this declaration.