Suppose that $X, Y$ are normed linear space and that $T:X\to Y$ is a linear map, then prove that
a) $T$ is continuous on $X$ iff $T$ is continuous at $0$.
and using a), prove that $T$ is continuous on $X$ iff there exists a $C>0$ such that $||Tx||\le C||x||$ for all $x\in X$.
I tried to prove it as follows:
a) ($\Rightarrow$) is straightforward.
($\Leftarrow$) Let $x\in X$ be arbitrary. Let $x_n\to x$. Suppose that $r_n:=x_n-x$. Clearly, $r_n\to 0$. $Tr_n+Tx=Tx_n$. By continuity of $T$ at $0$, $Tr_n\to 0$; and therefore, it follows that $Tx_n\to Tx$. Since $x$ is arbitrary, it follows that $T$ is continuous on $X$. This completes the proof of part $(a)$.
The second part is where I get stuck.
($\Leftarrow$) This direction is straightforward.
$(\Rightarrow)$ By a), $T$ is continuous at $0$ so there is a $\delta>0$ such that $||Tx||\lt 1$ for all $x: ||x||<\delta$. I don't know how to proceed from here to introduce $C$. Any hints on this? Thanks.