[step:Show that $S$ is a convex set containing $A$]
If $a \in A$, then
\begin{align*}
a = 1 \cdot a,
\end{align*}
so $a \in S$ by taking $m = 1$, $x_1 = a$, and $\lambda_1 = 1$. Hence $A \subset S$.
Now let $y,z \in S$ and let $t \in [0,1]$. By definition of $S$, there exist $m,k \in \mathbb{N}$, points $x_1,\dots,x_m \in A$, points $w_1,\dots,w_k \in A$, coefficients $\lambda_1,\dots,\lambda_m \geq 0$, and coefficients $\mu_1,\dots,\mu_k \geq 0$ such that
\begin{align*}
y &= \sum_{i=1}^{m} \lambda_i x_i,
&
z &= \sum_{j=1}^{k} \mu_j w_j,
&
\sum_{i=1}^{m} \lambda_i &= 1,
&
\sum_{j=1}^{k} \mu_j &= 1.
\end{align*}
Then
\begin{align*}
t y + (1-t) z
=
\sum_{i=1}^{m} t\lambda_i x_i
+
\sum_{j=1}^{k} (1-t)\mu_j w_j.
\end{align*}
The coefficients $t\lambda_i$ and $(1-t)\mu_j$ are nonnegative, and their sum is
\begin{align*}
\sum_{i=1}^{m} t\lambda_i + \sum_{j=1}^{k} (1-t)\mu_j
=
t \sum_{i=1}^{m} \lambda_i + (1-t)\sum_{j=1}^{k} \mu_j
=
t + (1-t)
=
1.
\end{align*}
Thus $t y + (1-t)z$ is a finite convex combination of points of $A$, so $t y + (1-t)z \in S$. Therefore $S$ is convex.
[/step]