[step:Exhibit a weakly sequentially closed set that is not weakly closed]We construct a concrete example in $\ell^2(\mathbb{N})$. Let $\{e_k\}_{k=1}^\infty$ denote the standard basis and define
\begin{align*}
A = \{e_m + m \cdot e_n : m, n \in \mathbb{N}, \; n > m\}.
\end{align*}
**$A$ is weakly sequentially closed.** Let $\{z_i\}_{i=1}^\infty \subset A$ be a sequence with $z_i \rightharpoonup z$ weakly. Write $z_i = e_{m_i} + m_i \cdot e_{n_i}$ with $n_i > m_i$. By the [Boundedness of Weakly Convergent Sequences](/theorems/983), $M := \sup_i \|z_i\|_{\ell^2} < \infty$. Since $\|z_i\|_{\ell^2}^2 = 1 + m_i^2$, we have $m_i \le M$ for all $i$, so $\{m_i\}$ takes values in the finite set $\{1, \ldots, \lfloor M \rfloor\}$. Passing to a subsequence, we may assume $m_i = m_0$ is constant. Then $z_i = e_{m_0} + m_0 \cdot e_{n_i}$.
Testing [weak convergence](/page/Weak%20Convergence) against the functional $e_{n_i}^*$ gives $z_{i,n_i} = m_0 \to z_{n_i}$ for each $i$, where $z_{n_i}$ is the $n_i$-th coordinate of $z$. If infinitely many $n_i$ are distinct, then $z$ has infinitely many coordinates equal to $m_0 \neq 0$, contradicting $z \in \ell^2$. So $n_i$ is eventually constant, say $n_i = n_0$, and $z_i = e_{m_0} + m_0 \cdot e_{n_0} \in A$ for all large $i$, giving $z = e_{m_0} + m_0 \cdot e_{n_0} \in A$.
**$0$ lies in the weak closure of $A$ but $0 \notin A$.** Given a basic weak neighbourhood of $0$,
\begin{align*}
W = \{x \in \ell^2 : |f_j(x)| < \varepsilon_j, \; j = 1, \ldots, k\}
\end{align*}
with $f_j \in (\ell^2)^* \cong \ell^2$ and $\varepsilon_j > 0$, we must find an element of $A \cap W$. Since $e_m \rightharpoonup 0$ weakly (Bessel's inequality gives $f_j(e_m) = f_{j,m} \to 0$ as $m \to \infty$ for each $j$, because $\sum_m |f_{j,m}|^2 < \infty$), choose $m$ large enough that $|f_j(e_m)| < \varepsilon_j/2$ for all $j = 1, \ldots, k$. Then, since $f_{j,n} \to 0$ as $n \to \infty$, choose $n > m$ large enough that $m \cdot |f_j(e_n)| = m|f_{j,n}| < \varepsilon_j/2$ for all $j$. By the triangle inequality,
\begin{align*}
|f_j(e_m + m \cdot e_n)| \le |f_j(e_m)| + m|f_j(e_n)| < \frac{\varepsilon_j}{2} + \frac{\varepsilon_j}{2} = \varepsilon_j.
\end{align*}
So $e_m + m \cdot e_n \in A \cap W$. Since $0 \notin A$ (every element of $A$ has $\ell^2$-norm $\ge 1$), the set $A$ is weakly sequentially closed but not weakly closed.[/step]