Let $X$ and $Y$ be Banach spaces and let $T:X\to Y$ be a bounded linear operator such that $T(X)$ is dense in $Y$ but not equal to $Y$. Show that there exists some $y\in Y$ such that each sequence $(x_k)\subset X$ with $Tx_k\to y$ has the property that $||x_k||\to\infty$.
Example: Let $X=Y=\ell^2$ and define $T(x_k):=(x_k/2^k)$. Then the set $F:=\{(x_1,\ldots,x_m,0,0,0,\ldots)\ |\ m\in\mathbb N\}$ of finite sequences belongs to $T(X)$ and is dense in $\ell^2$, so $T(X)$ is dense as well. But $(x_k)=(1/k)_k\in\ell^2$ does not have a preimage.
This is what I did so far: Since $T(X)$ is dense, we find for each $y\in Y$ a sequence $(x_k)\subset X$ such that $Tx_k\to y$. Since $T$ is bounded there is some $c>0$ such that $c||Tx_k||\leq ||x_k||$. From this it follows that $$ \liminf_{k\to\infty}||x_k||\geq c||y||, $$ which is not so bad. However, I haven't used the fact that $T$ is not surjective. I know that this implies that $T$ cannot be open, but I don't know yet how to work this in. I also have the feeling that the assertion is only true for some $y\in Y\backslash T(X)$.
Since this is homework, please do not provide a full solution. Light hints, however, are highly appreciated. Thank you in advance.
Suppose there didn't exist a $y\in Y$ with the given property. So for every $y\in Y$ there exists a sequence $(x_k)$ in $X$ with $Tx_k \to y$ and $\liminf \lVert x_k\rVert < +\infty$.
Then look at the open mapping theorem to conclude that $T$ would then be surjective. Depending on the version of the open mapping theorem, it may suffice to look at the statement, or one may need to look at the proof.
– Daniel Fischer Nov 24 '16 at 11:55