Let $$f(x) := \|x\|_2 + \lambda \|x-y\|_2^2$$ where $\lambda > 0$, and $x, y \in \Bbb R^n$. How to prove that function $f$ is strongly convex?
I tried to prove this using the definition of a strongly convex function:
If $f$ is twice differentiable then it is strongly convex with parameter $m$ if and only if $\nabla^2 f \geq m I$ for any $x$ in the domain
I computed
$$\nabla f = \frac{x}{\|x\|_2} + (x-a), \qquad\qquad \nabla^2f = \frac{I}{\|x\|_2} - \frac{1}{\|x\|_2^2} + I$$
but then I don't know how to proceed to show that $\nabla^2 f \geq mcI$. Moreover, I should prove this for all $x$ in the domain, but this expression is not defined for $x=0$.