For example,
$$ |x| + |2x + y| + |x + 2y| + |y| + |x+y| < 4 $$ describes an octagon. I'm wondering whether an equation of this form always exist for any convex polygon, and if so, whether there is a systematic way to obtain it from a set of inequalities whose intersections form the polygon.
For example, this describes a square:
$$ y < x + 1 \cap y > x - 1 \cap y < -x + 1 \cap y > -x -1 $$
but this is the same as $$ |x| + |y| < 1 $$
Is there a general procedure to get from the intersection form to a single equation?
The sum $|t|+t$ is null on one side and positive on the other, so the inside of any convex polygon can be defined as
$$\sum_kw_k\left(|a_kx+b_ky+c_k|+a_kx+b_ky+c_k\right)\le0,$$ where the $w_k$ are positive weights and $(a_k,b_k,c_k)$ are the coefficients of the equations of the edges.
In addition, for a closed polygon you can always ensure that $$\sum_k w_ka_k=\sum_k w_kb_k=0.$$
For example, take the triangle through $(0,0), (1, 0), (0, 1)$, i.e sides $-x=0$, $-y=0$ and $x+y-1=0$ (LHS negative inside). Using equal weights,
$$|-x|+|-y|+|x+y-1|\le 1.$$