Suppose that $\ell^2 = \biggl\{(x_n)_n \in \mathbb{K}^{\mathbb{N}_0} \biggm| \sum_{n=1}^{\infty}|{x_n}^2| < +\infty \biggr\}$ is a Hilbert-space with the inproduct $\langle\cdot,\cdot\rangle_2: \ell^2 \to \ell^2: (x,y) \mapsto \sum_{n=1}^\infty \overline{x_n}y_n$.
Consider the operator $f: \ell^2 \to \ell^2: (x_0, x_1, \ldots) \mapsto (x_0, 0, x_1, 0, \ldots)$.
I'm supposed to check whether the image of $f$ is closed or not. First of all, I don't think the image can be the whole $\ell^2$-space, because there's no element that's mapped on $\left(\frac{1}{n}\right)_n$. I tried to reason on like this:
If one should show that $\operatorname{Im}(f)$ is closed, it's sufficient that $\overline{\operatorname{Im}(f)} \subset \operatorname{Im}(f)$ (I'm having the habit to use $\overline{\cdot}$ for closure). Therefore, choose an element $(x_n)_n$ in $\overline{\operatorname{Im}(f)}$. As the element lies in the closure of $\operatorname{Im}(f)$, there should be a sequence $(x_n^k)_n$ that converges to $(x_n)_n$. That means that $\forall n: \lim_{k\to\infty}x_n^k=x_n$. I'm stuck at this point, because I don't know what the image of $f$ is.
Is this a good start or is there an easier way?