According to wikipedia a function $f\colon \mathbb{R}^n\to\mathbb{R}^n$ that is continuously, is also locally Lipschitz.
I there someone who knows a good reference which contains a proof of this statement?
|
According to wikipedia a function $f\colon \mathbb{R}^n\to\mathbb{R}^n$ that is continuously, is also locally Lipschitz. I there someone who knows a good reference which contains a proof of this statement? |
|||||||
|
|
The exact quote on wiki was:
The logic here is we would like to show the gradient of a $C^1$-function is locally bounded on a locally compact space, thus to obtain the Lipschitz continuity. Hence your question boils down to how to prove:
While I am not one hundred percent sure which real analysis textbook has the exact result, you may refer to this Wikipedia entry, we could use Stone-Weierstrass theorem to prove: roughly speaking, since $\mathbb{R}^n$ is locally compact, for any point $x\in \mathbb{R}^n$, choose a compact neighborhood $S$ of $x$, we could use S-W theorem to prove that, for a continuous function on $S$, there exists a sequence of vector-valued polynomials $\{p_n\}$ that converge uniformly to the function of interest $f$ on $S$, and use the triangle inequality in the supreme norm, we could see $f$ is bounded on $S$. Thus the local boundedness of $f$ is proved. To sum up: Gradient of $C^1$-function is continuous $\to$ A continuous function on a locally compact space(notice the gradient of $f$ you gave is the Jacobian matrix but the argument still applies) is locally bounded $\to$ Gradient of $C^1$-function is locally bounded $\to$ By mean value theorem $C^1$-function is locally Lipschitz.
|
|||||||
|
|
The proof on $\mathbb{R}^n$ is fairly straightforward. Choose some ball $B(\hat{x},\epsilon)$. The closure is compact, so the derivative $\frac{\partial f}{\partial x}$ is bounded by some $L$ on the ball. Now suppose $x,y \in B(\hat{x},\epsilon)$, then using Taylor's formula, we have: $$f(x)-f(y) = \int_o^1 \frac{\partial f (y+t(x-y))}{\partial x}(x-y)\;dt.$$ Hence we can get the bound: $$\|f(x)-f(y) \| \leq \int_o^1 \|\frac{\partial f (y+t(x-y))}{\partial x}\|\; \|(x-y)\| \;dt \leq L \|x-y\|.$$ |
||||
|
|