Theorems · Definition · global analysis
lineDerivWithin
(𝕜 : 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 → FLine derivative of f at the point x in the direction v within the set s, if it exists.
Zero otherwise.
If the line derivative exists (i.e., ∃ f', HasLineDerivWithinAt 𝕜 f f' s x v), then
f (x + t v) = f x + t lineDerivWithin 𝕜 f s x v + o (t) when t tends to 0 and x + t v ∈ s.
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- NormedAddCommGroupstatement and proof · cited by 15,752
- AddCommGroupstatement and proof · cited by 12,871
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Set.preimageproof · cited by 4,946
- derivWithinproof · cited by 258
Cited by14
Results whose statement or proof uses this declaration.
- LineDifferentiableWithinAt.hasLineDerivWithinAtstatement · cited by 9
- IsExtrOn.lineDerivWithin_eq_zerostatement · cited by 2
- lineDerivWithin_zero_of_not_lineDifferentiableWithinAtstatement · cited by 1
- Filter.EventuallyEq.lineDerivWithin_eqstatement · cited by 1
- Filter.EventuallyEq.lineDerivWithin_eq_nhdsstatement · cited by 1
- lineDerivWithin_congrstatement · cited by 1
- lineDerivWithin_of_mem_nhdsstatement · cited by 1
- lineDerivWithin_univstatement · cited by 1
- IsMaxOn.lineDerivWithin_eq_zerostatement · cited by 0
- Filter.EventuallyEq.lineDeriv_eqproof · cited by 0
- IsMinOn.lineDerivWithin_eq_zerostatement · cited by 0
- lineDerivWithin_congr'statement · cited by 0