Theorems · Theorem · global analysis
hasFDerivAt_iff_isLittleO_nhds_zero
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {f : E → F}
{f' : E →L[𝕜] F} {x : E}, HasFDerivAt f f' x ↔ (fun h => f (x + h) - f x - f' h) =o[nhds 0] fun h => h- Defined in
- Mathlib.Analysis.Calculus.FDeriv.Basic
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · 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
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- ContinuousLinearMapstatement and proof · cited by 5,352
- map_addproof · cited by 964
- map_subproof · cited by 565
- Asymptotics.IsLittleOstatement and proof · cited by 375
- HasFDerivAtstatement · cited by 350
Cited by7
Results whose statement or proof uses this declaration.
- HasFDerivAt.le_of_lip'proof · cited by 4
- HasFDerivAt.comp_semilinearproof · cited by 3
- hasFDerivAt_exp_smul_const_of_mem_ballproof · cited by 3
- LipschitzWith.hasFDerivAt_of_hasLineDerivAt_of_closureproof · cited by 1
- hasFDerivAt_exp_of_mem_ballproof · cited by 1
- hasDerivAt_iff_isLittleO_nhds_zeroproof · cited by 1
- hasGradientAt_iff_isLittleO_nhds_zeroproof · cited by 0