I'm trying to work out how to compute the closures of the following sets:
- $$\left\{a ∈ ℓ^1(\mathbb{N}) \,\middle|\, \sum |a_j|^2 \le 1 \right\}$$
- $$\left\{a ∈ ℓ^1(\mathbb{N}) \,\middle|\, \sum |a_j|^2 < \infty \right\}$$
How do I go about doing this?
Define $T$ on $\ell^1(\mathbb{N})$ by $ T(a) = \sum_{j} |a_j|^2 $. Then
$$ |T(b) - T(a)| \leq \sum_j |a_j^2 - b_j^2| \leq \|a - b\|_{1} (\|a\|_{1} + \|b\|_{1}), $$
and so, $T$ is a well-defined function $\ell^1(\mathbb{N}) \to [0, \infty)$ that is locally Lipschitz and hence continuous. In particular, the inverse image of a closed set under $T$ is also closed. Now,
$$ \left\{a \in \ell^1(\mathbb{N}) \,\middle|\, \sum |a_j|^2 \leq 1 \right\} = T^{-1}([0, 1]) $$
and
$$ \left\{a \in \ell^1(\mathbb{N}) \,\middle|\, \sum |a_j|^2 < \infty \right\} = T^{-1}([0, \infty)) = \ell^1(\mathbb{N}). $$