Let $f$ be convex and twice differentiable. I can't prove that $$ \nabla^2f(x)\preceq LI \implies ||\nabla f(x)-\nabla f(y)||_2\leq L||x-y||_2 $$ I only established the converse.
edit:
There exists a $z\in\text{conv}\{x,y\}$ such that $$ \nabla f(y) = \nabla f(x) + \nabla^2 f(z)(y-x) $$ By multiplying on the left by $(y-x)^T$ we get $$ \begin{align} (y-x)^T \nabla f(y) &= (y-x)^T \nabla f(x) + (y-x)^T \nabla^2 f(z)(y-x)\\ &\leq (y-x)^T \nabla f(x) + L||y-x||_2^2 \end{align} $$ Now how do we prove that $$ (\nabla f(y) - \nabla f(x))^T (y-x) \leq L||y-x||_2^2 \implies \nabla f\text{ is }L\text{-lipschitz continuous}? $$ I think I'm missing something very easy.