2
$\begingroup$

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.

  • 0
    @goblin, I think more PDE-oriented sources will pay attention to TVS topologies relevant to "taking a derivative". Brezis' expanded "Functional Analysis", G. Grubb's "Distributions and operators" (or opposite word order), Folland's PDE book (especially his earlier TATA inst. notes), and so on.2016-04-03

1 Answers 1

2

Your assumption is incorrect. It is not true that a closed kernel implies continuity of the operator. It is indeed true for finite-rank operators, but not in general.

As an example -- beyond yours -- let $X=P[0,1]$, i.e. polynomials on $[0,1]$ with the max norm (i.e. $\|\cdot\|_\infty$). Let $T$ be the operator $p\mapsto Tp$, where $Tp(t)=p(t+1)$. It is clear that $T:X\to X$ is a linear bijection, so $\ker T=\{0\}$. But $T$ is not continuous: let $p_n$ be a sequence of polynomials that converge to the continuous function $ f(t)=\begin{cases}0,&\text{ if }t\leq1\\ t-1,&\text{ if }t\geq1\end{cases} $ Then $p_n\to0$ in $X$, while $\|Tp_n\|=1$ for all $n$.

  • 3
    @Jose27: Take countable linearly independent set of unit vectors $e_n$ in $X$. Let $T e_n = n e_n$ and let $T$ be the identity on an algebraic complement of the span of the $e_n$. Then $T$ is injective, defined everywhere and unbounded. There's no way to avoid the axiom of choice, hence an example is necessarily unnatural and non-explicit, see [here](http://dx.doi.org/10.1007/BF02017496) and [here](http://dx.doi.org/10.1090/S0002-9904-1973-13399-3).2012-11-17