Theorems · Inductive type · functional analysis
HasFDerivAtFilter
{𝕜 : Type u_1} →
[inst : NontriviallyNormedField 𝕜] →
{E : Type u_2} →
[inst_1 : AddCommGroup E] →
[inst_2 : Module 𝕜 E] →
[inst_3 : TopologicalSpace E] →
{F : Type u_3} →
[inst_4 : AddCommGroup F] →
[inst_5 : Module 𝕜 F] → [inst_6 : TopologicalSpace F] → (E → F) → (E →L[𝕜] F) → Filter (E × E) → PropA function f has the continuous linear map f' as derivative along the filter L if
f x₁ = f x₂ + f' (x₁ - x₂) + o (x₁ - x₂) when x = (x₁, x₂) converges along the filter L.
This definition is designed to be specialized
- for L = 𝓝 (x, x) (in HasStrictFDerivAt),
giving rise to the derivative in the sense of strict differentiability;
- for L = 𝓝 x ×ˢ pure x (in HasFDerivAt), giving rise to the usual notion of Fréchet derivative;
- for L = 𝓝[s] x ×ˢ pure x (in HasFDerivWithinAt),
giving rise to the notion of Fréchet derivative along the set s.
- Defined in
- Mathlib.Analysis.Calculus.FDeriv.Defs
- Cited by
- 81 results in Mathlib
- Foundations
- Depth 45 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement · cited by 24,529
- Modulestatement · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommGroupstatement · cited by 12,871
- NontriviallyNormedFieldstatement · cited by 8,742
- Filterstatement · cited by 8,121
- ContinuousLinearMapstatement · cited by 5,352
Cited by88
Results whose statement or proof uses this declaration.
- HasFDerivWithinAtproof · cited by 356
- HasFDerivAtproof · cited by 350
- HasStrictFDerivAtproof · cited by 261
- HasDerivAtFilterproof · cited by 63
- hasFDerivWithinAt_univproof · cited by 14
- HasFDerivAtFilter.compstatement and proof · cited by 13
- ContinuousLinearMap.hasFDerivAtFilterstatement · cited by 11
- hasFDerivAtFilter_conststatement · cited by 10
- HasGradientAtFilterproof · cited by 10
- HasFDerivAt.uniqueproof · cited by 9
- HasFDerivAtFilter.hasDerivAtFilterstatement · cited by 9
- hasFDerivWithinAt_interproof · cited by 7