$g\in C^2(\mathbb R^n)$ is called semi concave, if there exists $c>0$ such that for all $x,y\in\mathbb R^n$ the following holds: $$g(x+y) - 2g(x) + g(x-y) \leq c|y|^2$$
Now, in Evans "Partial Differential Equations", it is said that "it is easy to check that" $g$ is semi concave iff the mapping $x\mapsto \frac c 2 |x|^2 - g(x)$ is convex.
I do not find it that easy to check. I tried showing that $x\mapsto \frac C 2 |x|^2 -g(x)$ is convex by straigtforward calculation and estimation, but this did not get me very far.
Using $(a+b)^2 \leq 2a^2+2b^2$ I got this far:
\begin{align*} & \frac C 2 |\lambda x+(1-\lambda)y|^2 - g(\lambda x + (1-\lambda)y) \\ \leq & C\left(\lambda^2 |x|^2 + (1-\lambda)^2|y|^2\right) - g(\lambda x + (1-\lambda)y) \end{align*}
How can I do this?