Consider the subset C of the banach space $l^2(\mathbb{N})$ defined by \begin{equation} C = \left\{ x \in l^2(\mathbb{N}) \,\Bigg|\, \sum_{n = 0}^{\infty} (n+1) x(n) = 1, \, \, x(n) \geq 0 \, \forall n \in \mathbb{N} \right\} \end{equation} It is easy to prove this set is convex. If $x, y \in C$ then $\lambda x + (1-\lambda)y \in C$ for $\lambda \in [0,1]$ since \begin{align} \sum_{n = 0}^{\infty} (n+1)(\lambda x(n) + (1-\lambda)y(n)) &= \lambda \sum_{n = 0}^{\infty} (x+1)x(n) + (1-\lambda) \sum_{n = 0}^{\infty} (n+1)y(n) \\&= \lambda + (1- \lambda) = 1. \end{align} It is given that it's extreme points are the following elements
\begin{equation} \delta_n: \mathbb{N} \to \mathbb{C}: m \mapsto \begin{cases} \frac{1}{n+1} \,\, &\text{for} \,\, m = n\\ 0 \,\, &\text{else}\end{cases} \end{equation}
My question is: how does one prove these are the only extreme points of $C$. And also what is the closure of $C$?