Does this condition imply that $f$ is locally Lipschitz or Lipschitz?

53 Views Asked by At

Suppose there are constants $\delta > 0$ and $M < \infty$ such that for all $x \in \mathbb{R}$, $|f(x+t)−f(x)| \leq M|t|$ for all $t \in (−\delta,\delta)$. Then is $f$ locally Lipschitz or Lipschitz on $\mathbb{R}$? And if so, why?

Thank you.

2

There are 2 best solutions below

0
On BEST ANSWER

$f$ is Lipschitz.

To prove this, consider arbitrary $x,y \in \Bbb R$ with $x<y$. Divide the interval $[x,y]$ into $N$ small subintervals $[x_i,x_{i+1}]$ (with $x_{i+1}-x_i < \delta$, $x_0=x$ and $x_N=y$).

Then

$$|f(y)-f(x)| = |f(x_N)-f(x_0)| \le \sum_{i=0}^{N-1} |f(x_{i+1})-f(x_i)| \le M \sum_{i=0}^{N-1} |x_{i+1}-x_i| = M|y-x|$$

0
On

$f : X \to Y$ is locally Lipschitz if and olny if $$\forall x \in X,\, \exists \delta > 0,\, \exists M > 0 \,\forall t,\, |t| < \delta \Rightarrow |f(x+t) - f(x)| \le M |t|$$ In the definition $\delta$ and $M$ could depend on $x$. In your question they do not depend on $x$ which is stronger.