$B(X,Y)$ denotes the space of bounded linear operators from $X$ to $Y$.
Question: Let $T\in B(X,Y)$ such that $T(X)=Y$. Show that there exists $k>0$ such that given $y\in Y$, there is an $x\in X$ such that $T(x)=y$ and $\|x\|\leq k\|y\|$.
Clearly, it is surjective. So we just need to prove the second part, i.e. prove that $\|x\|\leq k\|y\|$. I was thinking that I can use the corollary of Open Mapping Theorem to prove it:
Corollary: Let $X,Y$ be Banach spaces and let $T\in B(X,Y)$ be bijective. Then $T^{-1}\in B(X,Y)$ and there exist $c_1,c_2>0$ such that
$\|x\|\leq c_1\|Tx\|\leq c_2\|x\|,\;x\in X.$
Applying this corollary, we get $\|x\|\leq c_1\|y\|$.
But how can we prove $T$ is injective? Assuming that $Tx_1=Tx_2,\;\forall x_1,x_2\in X.$ How can we get $x_1=x_2$?
Could you please give me some ideas? Thank you so much.