Let $X$ denote a Euclidean space; take $X = \mathbb{R}^n$ for concreteness. Now consider $x,y \in X$. Then the line segment joining $x$ and $y,$ hereafter denoted $[x,y]$, can be described in algebraic terms as the set of all possible convex combinations of $x$ and $y$. That is, $[x,y]$ is the convex hull of $\{x,y\}$. This line segment can also be described in geometric terms as the set of all points that minimizes the sum of distances to $x$ and $y$. Symbolically:
$$[x,y] = \mathop{\mathrm{arg}\,\mathrm{min}}_{p:X}\left( d(p,x)+d(p,y)\right)$$
Now suppose we have $3$ points, $x,y$ and $z$. Then their convex hull is a (filled-in) triangle. I'd like to describe this triangle as the set of all points minimizing something. The expression
$$(*) \qquad \mathop{\mathrm{arg}\,\mathrm{min}}_{p:X}\left( d(p,x)+d(p,y)+d(p,z)\right)$$
doesn't do the trick, since this is just the Fermat point of the triangle under question. Sum of squares doesn't work, either.
Question. Does there exist a function $f : \mathbb{R}_{\geq 0}^3 \rightarrow \mathbb{R}_{\geq 0}$ such that for all Euclidean spaces $X$ and all $x,y,z \in X$, the convex hull of $\{x,y,z\}$ equals the following? $$\qquad \mathop{\mathrm{arg}\,\mathrm{min}}_{p:X}f(d(p,x),d(p,y),d(p,z))$$
That would be really cool. But there is no such function, even for triples of points in $\mathbb{R}^1$.
Indeed, take a triple $(a,b,c)$ of positive numbers. Let $x=-a$, $y=b$, $z=c$. The point $t=0$ is an interior point of the convex hull, and has distances $a,b,c$ to the points $x,y,z$. Consider moving $t$ slightly to the left or to the right of $0$: it stays within the convex hull, so the function $f$ does not change. Conclusion:
This implies that $f$ is identically constant, because one can go from $(a,b,c)$ to any other point $(a',b',c')$ moving along such lines. Indeed, the combination $$ (a,b,c)+\epsilon(1,1,-1)+\epsilon(1,-1,1) = (a+2\epsilon,b,c) $$ enables one to move along the first coordinate axis, and similarly for others.
If the collinear triples are excluded, the situation doesn't change. One can slightly perturb the triple $x=-a$, $y=b$, $z=c$ to make it non-collinear; moving $t$ along a line as before, conclude that $f$ is constant on certain almost-linear curves. Put together short pieces of such curves to move around in the $3$-space.