1
$\begingroup$

Let $U\subset \mathbb R^m$ be a convex subset and $f:U\to \mathbb R^n$ be a differentiable function and I would like to prove the following equivalence:

$$|f'(x)|\le d\ \text{for every $x\in U$}\Leftrightarrow |f(x)-f(y)|\le d|x-y|\ \text{for every $x, y\in U$}.$$

The $\Rightarrow$ is easy I used the Mean Value Theorem with the fact $U$ is convex. I'm having troubles to prove the converse. I had tried to use this fact $|f'(x)\cdot u|=|f(x+u)-f(u)-r(u)|$ and the triangle inequality to prove the converse and surprisingly I didn't have any progress. Are there some facts I'm missing to use?

  • 1
    what norm are you measuring the derivative with?2017-01-08
  • 0
    @JorgeFernándezHidalgo I think we can use whichever we want.2017-01-08
  • 1
    @user42912 actually not. Assuming it is a operator norm: take $u$ with $|f'(x)| = |f'(x)u|$ and $|u|=1$. Then consider $f(x+th) - f(x)$.2017-01-08

2 Answers 2

2

Fix $x\in U$ and let $\epsilon > 0$ be arbitrary. By differentiability, there exists $\delta > 0$ such that for $\|h\| < \delta$, we have:

$$\|Df(x)h\| - \|f(x+h) - f(x)\| \le \|f(x+h) - f(x) - Df(x)h\| < \epsilon \|h\|$$

Hence $\|Df(x)h\| < (d+\epsilon)\|h\|$, for all $\|h\| < \delta$. Now let $z \neq 0$, and $h_z = \frac{\delta}{2 \|z\|}z$. Then $\|Df(x) h_z\| < (d+\epsilon)\|h_z\|$, hence $\|Df(x)z\| < (d+\epsilon)\|z\|$. Thus, we get $\|Df(x)z\| \le (d+\epsilon)\|z\|$ for all $z \in \Bbb R^m$, hence $\|Df(x)\| \le (d+\epsilon)$. This is true for all $\epsilon >0$, hence $\|Df(x)\| \le d$.

  • 0
    Thank you for your answer. Which $z$ did you choose to have $|Df(z)z|=|Df(z)|$2017-01-08
  • 0
    @user42912 you're welcome. I don't quite understand your question.2017-01-08
  • 0
    We know that $\|Df(x)\| = \inf\{A>0: \forall z \in \Bbb R^m, \|Df(x)z\| \le A\|z\|\}$, so as $\|Df(x)z\| \le (d+\epsilon) \|z\|$ for all $z$, we get $\|Df(x)\| \le d + \epsilon$ (if that's what you are asking about).2017-01-08
  • 0
    For me the norm of a linear transformation is defined as $|A|=\{\sup |Ax|;|x|=1\}$ is your norm equivalent to mine? Thank you again!2017-01-09
  • 0
    @user42912 yes, they are equivalent2017-01-09
0

Pick some $h$ and define $\phi(t) = f(x+th)$, then $\|{\phi(t)-\phi(0) \over t}\| \le \| { f(x+th)-f(x) \over t} \| \le d \|h\|$.

Since $\lim_{t \to 0} {\phi(t)-\phi(0) \over t} = f'(x)h$, we see that $\|f'(x)h \| \le d \|h\|$ for all $h$. Setting $h= f'(x)^T$ shows that $\|f'(x)\| \le d$.