Theorems · Definition · global analysis
HasGradientAtFilter
{𝕜 : Type u_1} →
{F : Type u_2} →
[inst : RCLike 𝕜] →
[inst_1 : NormedAddCommGroup F] → [InnerProductSpace 𝕜 F] → [CompleteSpace F] → (F → 𝕜) → F → F → Filter F → PropA function f has the gradient f' as derivative along the filter L if
f x' = f x + ⟨f', x' - x⟩ + o (x' - x) when x' converges along the filter L.
- Defined in
- Mathlib.Analysis.Calculus.Gradient.Basic
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- NormedAddCommGroupstatement and proof · cited by 15,752
- Filterstatement and proof · cited by 8,121
- InnerProductSpacestatement and proof · cited by 3,523
- RCLikestatement and proof · cited by 2,829
- CompleteSpacestatement and proof · cited by 2,532
- SProd.sprodproof · cited by 1,750
- HasFDerivAtFilterproof · cited by 81
- InnerProductSpace.toDualproof · cited by 45
Cited by12
Results whose statement or proof uses this declaration.
- HasGradientAtproof · cited by 24
- HasGradientWithinAtproof · cited by 20
- hasGradientAtFilter_conststatement · cited by 2
- hasGradientAtFilter_iff_isLittleOstatement · cited by 2
- HasGradientAtFilter.congr_of_eventuallyEqstatement and proof · cited by 2
- HasGradientAtFilter.tendsto_nhdsstatement and proof · cited by 2
- Filter.EventuallyEq.hasGradientAtFilter_iffstatement · cited by 1
- HasGradientAtFilter.hasDerivAtFilterstatement and proof · cited by 1
- HasDerivAtFilter.hasGradientAtFilterstatement · cited by 1
- HasGradientAtFilter.hasDerivAtFilter'statement and proof · cited by 0
- HasGradientAtFilter.isBigO_substatement and proof · cited by 0
- HasDerivAtFilter.hasGradientAtFilter'statement · cited by 0