Let $f : \mathbb{R}^n \rightarrow \mathbb{R}$ be defined by $f(x) = \max\limits_{1\leq i < j \leq n} \{ |x_i| + |x_j| \}$.
Furthermore, let $\operatorname{Epi}(f) = \{ [x; t] \; : \; f(x)\leq t\}$.
How would you build an explicit polyhedral representation of $f$ of the form:
$\operatorname{Epi}(f) = \{ [x; t] \in \mathbb{R}^n \times \mathbb{R} \; : \; \exists u\in \mathbb{R}^m \text{ s.t. } Ax + tb + Cu \leq d \} $
where we have that the number $\dim(u)$ of additional variables and the number $\dim(d)$ of constraints on variables $x, t, u$ grow linearly with $n$.
I tried finding a way to make $u$ related to the absolute value and max functions, but I can't seem to in a way that makes $\dim(u)$ and $\dim(d)$ linear in $n$. Could someone please point me in the right direction.
Not sure if this is what you are looking for:
Note that you can write $f(x) = \max_k b^T_k x$, where $\{b_k\}_k = \{ \pm e_i \pm e_j \}_{i<j}$.
Note that $(x,t) \in \operatorname{epi} f $ iff $f(x) \le t$ iff $b^T_k x +(-1) t \le 0$ for all $k$ iff $\binom{b_k}{-1}^T \binom{x}{t} \le 0$ for all $k$.