Having trouble with this homework question,
Determine if $f(x) = -|x + 2| \forall x ∈ [-2, 0]$ is convex using the below definition of convexity.
A function $f: X -\to\mathbb{R}^n$ is convex for every $x_1, x_2 ∈ X$ and every $λ ∈ [0,1]:$
$$f((1−λ)x_1 + λx_2) ≥ (1 − λ) f(x_1) + λ f (x_2).$$
I have looked at a simpler example like proving $f(x) = x^2$ is convex but I have no idea where to start with the above formula when dealing with an absolute value.
Any help would be appreciated.