I am a beginner in convex analysis and optimization, and am teaching myself the basics using Boyd's archived lectures(CVX101/Stanford).
I've run into a problem statement described here : [is this set convex?]
We definte $(x)_+ = \max\{0,x\}$ and $(x)_- = \max\{0, -x\}$, so $x = (x)_+ - (x)_-$. Is $$ \left\{x \in \mathbf R^n: 1^T(x)_- \le \frac 12 1^T(x)_+ \right\} $$ a convex set?
I am unable to figure out the approach to use for this problem; especially on handling the split between positive and negative elements. Any tips on how to think or go about this will be appreciated.