Let $\alpha \geq 0$ and $f(x) = x^2$. Can we prove or disprove that the following function is convex?
$$g(x_1, x_2) = f(\max \{\alpha, x_1\} - x_2)$$
My Approach: It is clear that the function $\max \{\alpha, x_1\} - x_2$ is convex. For $x \geq 0$, $f$ is convex and increasing, so combination of these two functions is convex. But this does not seem to work in general because of the region that $\max \{\alpha, x_1\} - x_2$ might go negative.