Let $S\subset R^n$. Prove that the convex hull of $S$ is a convex set.
By definition of convex hull we know
$$S=\{x=\lambda_1x_1+\cdots+\lambda_mx_m\mid \lambda_1,\ldots,\lambda_m\geq0,\lambda_1+\cdots+\lambda_m=1, \text{ and } x_1,\ldots,x_m\in S \} $$
Using Proof by Induction $m=1$ is trivial and $m=2$ is the definition of a convex set. To prove $m+1$ is true I force factored a $\lambda$ to result in...
Let $\lambda = \lambda_1+\cdots+\lambda_m = 1-\lambda_{m+1}$ then
$$\lambda \left(\frac{\lambda_1}{\lambda}x_1+\cdots+\frac{\lambda_m}{\lambda}x_m \right) + (1-\lambda)x_{m+1}.$$
This is a convex combination. I believe this would finish proving that the convex hull of $S$ is a convex set.
Can this be proved without using Proof by Induction?
If $s_1, s_2 \in \operatorname{co} S$, then there are (a finite number of) $\lambda_k(1), \lambda_k(2)$ and $x_k \in S$ such that $s_i = \sum_k \lambda_k(i) x_k$ with $\lambda_k(i) \ge 0$ and $\sum_k \lambda_k(i) = 1$.
Now choose $t \in [0,1]$ and pick $s = ts_1 + (1-t) s_2$, then $s = \sum_k (t \lambda_k(1)+ (1-t) \lambda_k(2)) x_k$ and we can see that $t \lambda_k(1)+ (1-t) \lambda_k(2) \ge 0$ and we can quickly check that $\sum_k (t \lambda_k(1)+ (1-t) \lambda_k(2)) = 1$. Hence $s \in \operatorname{co} S$.