Does bounded and continuous implies Lipschitz?

3.2k Views Asked by At

If a function $f : \mathbb{R} \rightarrow \mathbb{R}$ is integrable, bounded and continuous, is it also Lipschitz continuous?

1

There are 1 best solutions below

2
On BEST ANSWER

No. Let $$ f(x)=\left\{ \begin{array}{ll} 0&, x\leq 0\\ \sqrt{x} &,x\in [0,1]\\ -x^2+2x &, x\in [1,2]\\ 0&, x\geq 2. \end{array}\right. $$ $f$ is continuous, bounded and integrable, but it is not Lipschitz, since $f|_{[0,1]}$ is not Lipschitz.