I feel that the title is a bit uninformative, please feel free to edit it.
This is a problem related to the Open Mapping Theorem. Let $T:X\to Y$ be a bounded linear operator from a Banach space X to a Banach space Y. Suppose that there exist a constant $C>0$ such that for any $y\in D\subset Y$, $D$ is dense in $Y$, these conditions are satisfied
- $\exists x\in X$ such that $Tx=y$.
- $\|x\|\le C\|y\|$.
I am trying to show that the result holds for any $y\in Y$, the closure of $D$.
Let $y\in Y$ be an arbitrary element, then we can write $y$ as $$ y=\sum_{n=1}^{\infty}y_n $$ where $y_n\in D$ for each $n\in \Bbb N$. We can chose $(y_n)$ so that $$ \sum_{n=1}^{\infty}\|y_n\|<\infty $$ since $Y$ is Banach. For each $n$, we let $x_n\in X$ be an element such that $Tx_n=y_n$ and $\|x_n\|\le C\|y_n\|$. Then $$ \sum_{n=1}^{\infty}\|x_n\|\le \sum_{n=1}^{\infty}C\|y_n\|<\infty $$ by our assumption, thus $x=\sum_{n=1}^{\infty}x_n\in X$ since $X$ is Banach.
It's not hard to see that $$ Tx=T(\sum_{n=1}^{\infty}x_n)=\sum_{n=1}^{\infty}y_n=y $$ but this is where I got stuck. I can't show that $\|x\|\le C\|y\|$. Can anyone please suggest me an idea on how to proceed? An alternative proof would be fine too if you can explain how my method is doomed to fail.
Solution 2 (without assuming $D$ to be linear)
This is continuation of your solution: you got to the point where $\forall y\in Y\,\exists x\in X: Tx=y$ and therefore $T$ is an open mapping. This means that $T$ maps the open unit ball $B_X(0,1)\subset X$ in an open set in $Y$ which contains $0_Y\Rightarrow\exists r>0:\,\overline{B_Y(0,r)}\subset T(B_X(0,1))$. From here we see that $\forall y\in Y:\|y\|\leq r\,\exists x\in X: \|x\|\leq 1$ and $ Tx=y$. Now for arbitrary $y\in Y$ take the element $\frac{r}{\|y\|}y$ which has norm $r\Rightarrow \exists x\in B_X(0,1): Tx=\frac{r}{\|y\|}y\Leftrightarrow T(\frac{\|y\|}{r}x)=y$. Set $u:=\frac{\|y\|}{r}x\Rightarrow \|u\|=\|\frac{\|y\|}{r}x\|\leq \frac{1}{r}\|y\|$ and so the constant is $C=\frac{1}{r}$.