Is $S$ a polyhedron?
$$S=\{x\in\mathbb{R}^n|\|x-x_0\|\le\|x-x_1\|\}$$ where $x_0, x_1$ are given. $S$ is the set of points that are closer to $x_0$ than to $x_1$.
I was thinking the answer is yes, since $S$ is a halfspace, but how do I show that $S$ is a halfspace?
Notice $$\|x-x_0\|\le\|x-x_1\| \iff \|x-x_1\|^2 - \|x-x_0\|^2 \ge 0$$ and the quadratic term in the LHS of last expression cancel each other. We find
$$S = \big\{\; x \in \mathbb{R}^n : 2 (x_0 - x_1) \cdot x + \|x_1\|^2 - \|x_0\|^2 \ge 0\;\big\}$$ This is the equation of a half-space.