i am reading a paper which says that if
- a function $f: \mathbb{R}^d\to \mathbb{R}$ is twice continiously differentiable
and
- the gradient of $f$ i.e. $\nabla f$ ist L-Lipschitz-continious
then
the Hessian of $f$ has a bounded norm i.e. $||\nabla^2 f(x)||\leq L$ $\forall x$
i am not quite sure whether this is true; it is explicitly not given, that $f$ is convex
This follows from the definition of the derivative.
In one dimension, you have $$ f'(x + h) = f'(x) + h f''(x) + o(h), \quad \mbox{as}~h \to 0. $$ This implies upon rearrangement that $|f''(x)| \leq L$, since $|f'(x + h) - f'(x)| \leq L h$.
In multiple dimensions, consider $f \colon \mathbb{R}^n \to \mathbb{R}$.
We similarly have
$$\nabla f(x + h) = \nabla f(x) + \langle \nabla^2 f(x), h \rangle + o(\|h\|) \quad \mbox{as}~h \to 0. $$ Upon re-arrangement, $$ \frac{|\langle \nabla^2f(x), h \rangle|}{\|h\|} \leq L \ + o(1), \quad \mbox{as}~h \to 0. $$ By considering $h = tu$, $t \to 0$, and $u$ a fixed unit vector, we immediately see that $\|\nabla^2 f(x)\| \leq L$.