Mathlib Map

Theorems · Definition · global analysis

LineDifferentiableWithinAt

(𝕜 : 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) → Set E → E → E → Prop

f is line-differentiable at the point x in the direction v in the set s if there exists f' such that f (x + t v) = f x + t • f' + o (t) when t tends to 0 and x + t v ∈ s.

Defined in
Mathlib.Analysis.Calculus.LineDeriv.Basic
Cited by
19 results in Mathlib
Foundations
Depth 104 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…IsExtrOn.lineDerivWithin_eq_zero · cited by 2IsExtrOn.lineDerivWithin_…LineDifferentiableWithinAt.congr_mono · cited by 1LineDifferentiableWithinA…LineDifferentiableWithinAt.smul · cited by 1LineDifferentiableWithinA…Filter.EventuallyEq.lineDifferentiableWithinAt_iff · cited by 1EventuallyEq.lineDifferen…lineDerivWithin_zero_of_not_lineDifferentiableWithinAt · cited by 1lineDerivWithin_zero_of_n…LineDifferentiableWithinAt.congr_of_eventuallyEq · cited by 0LineDifferentiableWithinA…LineDifferentiableWithinAt.lineDifferentiableAt · cited by 0LineDifferentiableWithinA…LineDifferentiableWithinAt.mono · cited by 0LineDifferentiableWithinA…LineDifferentiableWithinAt.mono_of_mem_nhdsWithin · cited by 0LineDifferentiableWithinA…Filter.EventuallyEq.lineDifferentiableWithinAt_iff_of_mem · cited by 0EventuallyEq.lineDifferen…lineDifferentiableWithinAt_congr_set · cited by 0lineDifferentiableWithinA…lineDifferentiableWithinAt_smul_iff · cited by 0lineDifferentiableWithinA…lineDifferentiableWithinAt_univ · cited by 0lineDifferentiableWithinA…Set · cited by 53352SetModule · cited by 20661ModuleNormedAddCommGroup · cited by 15752NormedAddCommGroupAddCommGroup · cited by 12871AddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldSet.preimage · cited by 4946Set.preimageDifferentiableWithinAt · cited by 453DifferentiableWithinAtLineDifferentiableWithinAtCITED BYCITES

Cites8

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

Cited by19

Results whose statement or proof uses this declaration.