Let $X$ and $Y$ be Banach spaces, $T_j \in L(X,Y)$ for each $j$ and let $E_n = \left\lbrace x \in X: \sup_{j \geq 1} \|T_jx\| \leq n\right\rbrace$.
- Show $E_n$ is closed for each $n$
- If there exists $x_0 \in X$ such that $\sup\limits_{j \geq 1} \|T_jx_0\| = \infty$, then each $E_n$ is nowhere dense in $X$.
Here $L(X,Y)$ is the set of bounded linear operators from $X$ to $Y$.
First fix $n$ and a sequence $\left\lbrace x_k\right\rbrace_{k=1}^\infty \in E_n$. I need to show that $x = \lim\limits_{k \rightarrow \infty} x_k$ is in $E_n$. I know that $\|T_j(x_k)\| \leq n$ for each $k$. Since $T_j$ is continuous and $Y$ is Banach, then it's complete so $\lim_k Tj(x_k) = T_j(x) \in Y$
I feel like I'm running around in circles on this problem and don't see an obvious reason why $x \in E_n$. It should have something to do with the continuity of $T_j$, but I'm unable to see why.
Because each $T_j$ is continuous and $x_k\to x$, you have $T_jx_k\to T_jx,\,\forall j\ge 1\Rightarrow \|T_jx_k\|\to \|T_jx\|$. But $\|T_jx_k\|\leq n,\,\forall k\in\mathbb N\,\forall j\ge 1\Rightarrow \|T_jx\|\leq n,\,\forall j\ge 1\Rightarrow x\in E_n$