If $ S \subseteq \mathbb{R}^n$ is finite, show that conv(S) is a closed set. Is the statement still true if S is not finite? Where conv(S) is the convex hull of S.
From what I've read, the convex hull's aren't necessarily closed. Why would finiteness be a sufficient condition for this?
Take $S$ to be an open half-plane. Then $\operatorname{Conv}(S) = S$ isn't closed.
Now assume $S \subseteq \mathbb{R}^n$ is finite, say $S = \{s_1,\dots,s_p\}$. Let $\Delta = \{(x_1,\dots,x_p) \mid x_1, \dots, x_p \geq 0, x_1 + \dots + x_p = 1\}$, and define $f: \mathbb{R}^p \to \mathbb{R}^n$ by $f(x_1,\dots,x_p) = x_1s_1 +\dots + x_ps_p$. Then $\operatorname{Conv}(S) = f(\Delta)$. Since $\Delta$ is compact and $f$ continuous (in fact linear), $\operatorname{Conv}(S)$ must be compact.