Consider $Y=l^1$ and $X=\{(x_n) \in Y: \sum n|x_n|<\infty\}$ and the linear operator $T:X\to Y$ by $(Tx)_n=nx_n$.
I need to prove that the graph of $T$ is closed but $T$ is not continuous. The graph of $T$ is defined as $G(T)=\{(x,Tx):x\in X\}$.
How do I show that?
Furthermore the Closed Graph Theorem says " If $X$ and $Y$ are Banach spaces and $T$ a linear transformation such that $G(T)$ is closed, then T is continuous." Why can't I apply this theorem here? Is X not a Banach Space?
Also I need to show that there exists an inverse $S$ of $T$ and that $S$ is a bounded isomorphism but not boundly invertible.
Am I totally wrong if I just say that $S$ defined as $(Sx)_n=\frac x n$ is the inverse of $T$?
Again I can't apply the Bounded Inverse Theorem, which says that if $X$ and $Y$ are B.S. and T is bijective then T is invertible. Why is that?
I am happy about help!
Firstly, $T$ is not continuous because it is not bounded (recall that a linear transformation is continuous if and only if it is bounded, i.e. there is some real $c \ge 0$ such that $||T(x)||_y \le c||x||_x$ ). Take a set $S = \{s_i\} $ of sequences in $X$ of the form $s_i = (0, 0, ...1, ...)$ where the $1$ is in the $i^{th }$ position. Then $||s_i||_x = 1$ and $T(s_i) = i$ So, $||T(s_i)||_y = i = i||s_i||_x$ which is $< \infty$ for all $s_i$ (confirming that $s_i \in X$) but is not bounded.
Secondly, $X$ is not Banach because it is not complete. Consider a set of sequences in $X$ of the form $S = \{s_i\}_{i = 1, \infty} $ where $s_i = (1/n^{2 + 1/i})_{n = 1, \infty}$ .Then each $s_i \in X$ and the set of sequences converges to $s = (1/n^2)_{n = 1, \infty} $, but $s \not \in X$ because $T(x) = (n/n^2)_{i = 1, \infty} = (1/n)_{n = 1, \infty}$ which is infinite.
Thirdly, $T$ has a closed graph: to show this take set of sequences $S = \{s_i = (s_{i,n})_{n = 1, \infty} \}_{i = 1, \infty} $ which converge to a sequence $s = (s_n)_{n = 1, \infty} $: to clarify the notation, $s_{i, n}$ is the $n^{th}$ term in the $i^{th}$ sequence. Show that if $T(s_i)$ converges to some $y \in Y$ then $y = T(s)$ and $s \in X$. This is one definition of a closed graph.
$||T(s_i) - T(s) || = ||s_{i, 1} - s_1||_x + 2 ||s_{i,2} - s_2||_x + 3||s_{i, 3} - s_3||_x....$
(incomplete)