Let $u \in X$, let $G$ be a Eucildean space and let $L:X \to G$ be a linear operator. Show that convexity of the following function:
$h(x)=\begin{cases} -\sqrt{|\langle x, u \rangle|^2 - \lVert Lx \rVert^2}, & \text{if } \langle x, u \rangle > 0 \text{ and } \lVert Lx \rVert < \langle x, u \rangle \\ +\infty, & \text{otherwise} \end{cases}$
My attempt:
$L$ is convex, and $||.||^2$ is convex and increasing, thus $||Lx||^2$ is convex. Thus, $-||Lx||^2$ is concave.
$f(x)=\langle x, u \rangle$ is linear(convex). $h(x)=|.|^2$ is convex and increasing, thus I get $|\langle x,u \rangle|^2$ to be convex. But, I am unable to say something about the sum of a convex and concave function.