Prove that for any $a\in\mathbb{R}^n$ the following holds
$$\min a^Tx+\|x\|_\infty=\left\{\begin{array}{rcl} 0&\|a\|_1\leq1\\-\infty&\text{else}\end{array}\right.$$
I've tried looking at $\|x\|\cdot\|a\| \cos(\theta)+\|x\|_\infty$ and bound it from below by looking at the norm of $a$ but it didn't get me anywhere.
edit:
I've tried taking norm 1 on $a^Tx+\|x\|_\infty\geq-\|a\|_1 \|x\|_\infty + \|x\|_\infty$ from holder's inequality and from here i got $\|x\|_\infty(1-\|a\|_1) > -\infty\iff\|a\|_1\leq1$ but to get that the minimum is zero still stuck
any hint will be welcome :)
Denote $f(x) = a^Tx + \Vert x \Vert_\infty$.
Case $\Vert a \Vert_1 \gt 1$
Suppose that $\Vert a \Vert = \vert a_1 \vert + \dots + \vert a_n \vert \gt 1$ and denote for $\lambda \gt 0$ $x_\lambda = -\lambda(\text{sign}(a_1), \dots, \text{sign}(a_n))$ where $\text{sign}$ denotes the sign function.
You have $f(x_\lambda) = - \lambda \Vert a \Vert_1 + \lambda = \lambda (1 - \Vert a \Vert_1)$ and therefore $\lim\limits_{\lambda \to \infty} f(x_\lambda) = -\infty$.
Case $\Vert a \Vert_1 \le 1$
Then $$ 0 \le -\Vert a \Vert_1 \Vert x \Vert_\infty + \Vert x \Vert_\infty\le f(x)$$ and $f(0) = 0$. Therefore $\min\limits_x f(x) = 0$