I was struggling with this problem:
Let $f : \mathbb{R}^n \to \mathbb{R}$ be continuously differentiable convex function. Show that for any $\epsilon > 0$ the function $g_\epsilon (x) = f(x) + \epsilon \|x\|^2$ is coercive.
I'm a little confused as to the relationship between a continuously differentiable convex function and coercivity. I know the definitions of a convex function and a coercive function, but I'm unsure if they're related in some way that would help me prove this. Any hints?
Thanks
We have $f(x) \geq f(z)+\langle \nabla f (z),x-z\rangle$ for a fixed $z$. Now estimate below using Cauchy-Schwarz as follows: \begin{align*} \epsilon\|x\|^2 + f(x) &\geq \epsilon\|x\|^2+ f(z)+\langle \nabla f (z),x-z\rangle\\ &\geq \epsilon \|x\|^2 +f(z) - \|\nabla f(z)\|\cdot\|x-z\|\\ &\geq \epsilon \|x\|^2 +f(z) - \|\nabla f(z)\|\cdot \left(\|x\|-\|z\|\right)\\ &\to \infty \quad \text{as $\|x\|\to\infty$.} \end{align*}