Currently, I am preparing for a next semester course and trying to figure out some basic concepts in functional analysis.
Let $T:\mathcal{D}(T)\to \ell^2$ be defined by
$$T((x_n)_{n\in\mathbb{N}})=(nx_n)_{n\in\mathbb{N}}$$
where $\mathcal{D}(T)\subset \ell^2$ consist of all sequences $(x_n)$ with finitely many nonzero elements. (cf. Erwin Kreyszig: Introductory Functional Analysis, problem 10.1 8)
(a) Show that $T$ is unbounded. (b) Does $T$ have proper linear extensions? (c) Can $T$ be linearly extended to the whole space $\ell^2$?
(a) First I am interested in proving the unboundedness: Basically I need to show $\lVert T\rVert=\infty$. My first attempt, where I am stuck at, was to prove it directly.
$$\lVert Tx \rVert=\left(\sum_n|nx_n|^2\right)^{1/2}=\left(\sum_nn^2|x_n|^2\right)^{1/2}$$
But I am unable to work it out. Any help is appreciated.