The title is clear, I want to proof that the convex hull of the vertices of an hypercube contain the hypercube itself. Geometrically, it is pretty obvious, but I can't come up with a rigorous proof.
I tried inducting on the dimension of $\mathbb R^n$ but this doesn't seem to work nicely. A manual approach would be better I think but for dimension higher than 3 it is really confusing for me to construct a specific linear combination.
Induction on dimension works just fine. The point $(x_1, \ldots, x_n) \in [0,1]^n$ is a convex combination of the points $(x_1, \ldots, x_{n-1}, 0)$ and $(x_1, \ldots, x_{n-1}, 1)$, which lie on the top and bottom faces of the hypercube and therefore by induction in the convex hull of the top and bottom vertices respectively.
The resulting convex combination is explicitly given by
$$x = \sum_{p \in \{0,1\}^n}\left(\prod_{i=1}^n(1-|x_i-p_i|)\right)p~.$$