22

I am given this definition:

A function $f:A\subset\mathbb R^n\to\mathbb R^m$ is locally Lipschitz if for each $x_0\in A$, there exist constants $M>0$ and $\delta_0 >0$ such that $||x-x_0||<\delta_0\implies||f(x)-f(x_0)||\leq M||x-x_0||$.

Source: Marsden's Elementary Classical Analysis; note that the scan below is from an old edition of the textbook; in the latest edition, the last sentence has been changed to read "This is called the local Lipschitz property."enter image description here

1) Is the correct inequality $M\geq 0$ or $M>0$?

2) Does $M$ depend on $x_0$, just like $\delta_0$ does?

EDIT: After pondering further, I've revised the definition to this:

A function $f:A\subset\mathbb R^n\to\mathbb R^m$ is locally Lipschitz at $x_0\in A$ if there exist constants $\delta >0$ and $M\in \mathbb R$ such that $||x-x_0||<\delta\implies||f(x)-f(x_0)||\leq M||x-x_0||$.

Unlike regular/global Lipschitz, local Lipschitz can be defined at a point, and implies pointwise continuity.

ryang
  • 38,879
  • 14
  • 81
  • 179
  • 4
  • $M = 0$ would be allowed, then $f$ would be constant in a neighbourhood of $x_0$. 2) $M$ depends on $x_0$, otherwise you'd get a global Lipschitz constant.
  • – Daniel Fischer Oct 08 '13 at 01:20
  • 2
    I think it is not important if you use $M \ge 0$ or $M > 0$. About locality, I believe $M$ and $\delta_0$ can both depend on $x_0$. – Tunococ Oct 08 '13 at 01:20
  • 1
    @DanielFischer Thanks, I was wondering why the statement indicated the dependence on $x_0$ (via the subscript $0$) only for $\delta$. Could you post the above as the answer? – ryang Oct 08 '13 at 06:47
  • @DanielFischer Could I also insert a "$\forall x\in A$" after the "such that" ? – ryang Oct 08 '13 at 07:16
  • 2
    I see there's a mistake in the condition. It ought to be $(\exists M,\delta > 0)(\forall x,z\in A)(\lVert x-x_0\rVert < \delta \land \lVert z-x_0\rVert < \delta \Rightarrow \lVert f(x)-f(z)\rVert \leqslant M\cdot \lVert x-z\rVert$. – Daniel Fischer Oct 08 '13 at 09:56
  • Indeed, $x \mapsto x^2 \sin(1/x)$ (extended by continuity) is an example of a function that satisfies the property in the question (as any differentiable function must) but is not Lipschitz on any neighbourhood of $0$ (which I agree is what ‘locally Lipschitz’ should mean). Perhaps this property should be called ‘pointwise Lipschitz’ or something? – Toby Bartels Oct 22 '17 at 05:24
  • Oops, $x \mapsto x^2 \sin(1/x)$ is locally Lipschitz; $x \mapsto x^2 \sin(1/x^2)$ is the counterexample that we need. – Toby Bartels Oct 22 '17 at 05:36
  • 2
    You can get proper double norm bars by using \| instead of ||. – joriki Mar 14 '23 at 17:03