I've read somewhere that the kernel of a linear map is closed iff the map is bounded.
Consider the derivative operator $D: \mathcal C^1([0,1],\mathbb C) \to \mathcal C([0,1],\mathbb C)$, i.e. $Df = f'$.
Since this map is not bounded, the kernel must not be closed.
I'm a bit confused. I thought the kernel of this map was the constant functions. I don't see why this kernel wouldn't be closed.
Suppose that $T$ is a continuous linear map. There exist $x_n \subseteq X$ with $|x_n| = 1$ for all $n$ such that $|T(x_n)| \rightarrow \infty$.
If $a \not\in$ ker$(T)$. Let $x'_n := a - \frac{T(a)}{T(x_n)}x_n$. Then $T(x'_n) = T(a) - \frac{T(a)}{T(x_n)}T(x_n) = 0$. So $x'_n \in$ ker$(T)$ and $x'_n \rightarrow a$.
– Joe G. Nov 17 '12 at 20:49