We know that 1-norm is defined as $\|v \|_1 = |v_{1}| + \dots + |v_{n}|$ for the vector $v = \left(v_1, \dots, v_n\right)^T$. Suppose we have
program (a)
$$ \min\limits_{x} \|Ax-b\|_1 $$
and program (b)
$$ \min\limits_{u,x} e^{T}u $$ $$ \text{subject to} -u\le Ax-b \le u, $$
where $ e = (1, \dots, 1)^{T} $.
How to prove program (a) and program (b) are equivalent?