Mathlib Map

Theorems · Definition · global analysis

HasLineDerivWithinAt

(𝕜 : Type u_1) →
  [inst : NontriviallyNormedField 𝕜] →
    {F : Type u_2} →
      [inst_1 : NormedAddCommGroup F] →
        [NormedSpace 𝕜 F] →
          {E : Type u_3} → [inst_3 : AddCommGroup E] → [Module 𝕜 E] → (E → F) → F → Set E → E → E → Prop

f has the derivative f' at the point x along the direction v in the set s. That is, f (x + t v) = f x + t • f' + o (t) when t tends to 0 and x + t v ∈ s. Note that this definition is less well behaved than the total Fréchet derivative, which should generally be favored over this one.

Defined in
Mathlib.Analysis.Calculus.LineDeriv.Basic
Cited by
22 results in Mathlib
Foundations
Depth 156 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceAddCommGroupModule

Around this declaration

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

LineDifferentiableWithinAt.hasLineDerivWithinAt · cited by 9LineDifferentiableWithinA…HasLineDerivWithinAt.lineDifferentiableWithinAt · cited by 7HasLineDerivWithinAt.line…HasLineDerivWithinAt.smul · cited by 3HasLineDerivWithinAt.smulIsExtrOn.hasLineDerivWithinAt_eq_zero · cited by 3IsExtrOn.hasLineDerivWith…Filter.EventuallyEq.hasLineDerivWithinAt_iff · cited by 3EventuallyEq.hasLineDeriv…HasLineDerivWithinAt.hasLineDerivAt' · cited by 2HasLineDerivWithinAt.hasL…HasFDerivWithinAt.hasLineDerivWithinAt · cited by 2HasFDerivWithinAt.hasLine…HasLineDerivWithinAt.congr_mono · cited by 2HasLineDerivWithinAt.cong…HasLineDerivWithinAt.hasLineDerivAt · cited by 1HasLineDerivWithinAt.hasL…HasLineDerivWithinAt.mono · cited by 1HasLineDerivWithinAt.monoHasLineDerivWithinAt.mono_of_mem_nhdsWithin · cited by 1HasLineDerivWithinAt.mono…hasLineDerivWithinAt_congr_set · cited by 1hasLineDerivWithinAt_cong…hasLineDerivWithinAt_univ · cited by 1hasLineDerivWithinAt_univhasLineDerivWithinAt_zero · cited by 1hasLineDerivWithinAt_zeroHasLineDerivWithinAt.congr · cited by 1HasLineDerivWithinAt.congrSet · cited by 53352SetModule · cited by 20661ModuleNormedAddCommGroup · cited by 15752NormedAddCommGroupAddCommGroup · cited by 12871AddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldSet.preimage · cited by 4946Set.preimageHasDerivWithinAt · cited by 333HasDerivWithinAtHasLineDerivWithinAtCITED BYCITES

Cites8

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

Cited by22

Results whose statement or proof uses this declaration.