Let $T:X\to X$ be a linear bounded mapping. I have to prove $\|T^n\|\leq \|T\|^n$.
Let $Tx=cx$, where $c>0$. This is a linear mapping. $$T^2 x=T(Tx)=T(cx)=cTx=c^2 x.$$ Hence $\|T^2x\|=c^2\|x\|.$ Similarly, $\|T^n x\|=c^n\|x\|$.
$$\|Tx\|^n=c^n \|x\|^n.$$
Hence, if $\|T^n\|\leq \|T\|^n$, then $c^n\|x\|\leq c^n\|x\|^n\implies \|x\|^{n-1}\geq 1$.
How is this always true? Isn't this dependent on the condition that $\|x\|\geq 1$?
Thanks in advance!