let $E, F$ be two Banach spaces and $T : E \to F$ be a continuous linear operator.
show that :
$$T \text{ is injective and has closed range } \iff \exists c > 0, \, \forall x \in E, \, \, \|T(x)\| \geq c\|x\|$$
my Attempt :
"$\implies$"
case 1 : $x = 0$ is trivial
case 2 : $x \neq 0$
assume that $\forall c > 0, \, \exists z \neq 0 \in E, \frac{\| T(z)\|}{\|z\|} < c$
this means that $\|T(z)\| = 0 \iff T(z) = 0 \iff z \in \ker T \iff z =0$, since $T$ is injective.
$z$ can't be zero so it's a contradiction.
"$\impliedby$"
let $x, y \in E$ such that $T(x) = T(y)$
then :
there exists $c > 0$ such that : $T(x -y ) = \|T(x-y)\|0 \geq c \| x - y \|$
therefore $x = y$ so $T$ is injective.
let $(y_n)_n \subset T(E)$, for one we know that $y_n \to y \in F$ and that there exists $(x_n)_n \subset E$ such that $Tx_n = y_n$ and $x_n \to x \in E$
both the norm and $T$ are continuous :
$$ 0\leq \|y_n - Tx\|=\|T(x_n - x)\| \leq \|T\| \| x_n - x \|$$
by the squeeze theorem then $y_n \to y = Tx \in T(E)$ so $T(E)$ is closed
could someone please check if my work is correct, I have some doubts because I haven't used all assumptions.
it can be shown by contraposition, it's equivalent to saying that every nonzero number is either negative or positive
– the_firehawk Jan 26 '20 at 22:09