This is an exercise I have encountered in my functional analysis class.
Let $T$ be a bounded, linear operator on the Banach space $X$. We are asked to prove $\lim_{n\to\infty} \|T^n\|^{\frac{1}{n}}$ exists and equals $\inf_n \|T^n\|^{\frac{1}{n}}$ using the following steps
We define $a_n = \log \|T^n\|$ and we are asked to show $a_{m+n} \leq a_m + a_n$. This is simple using the fact that the operator norm is submultiplicative and we can take $log$ to get addition. I managed to do this.
For a fixed positive integer $m$ we define $n=mq+r$ for $q,r$ positive integers and $0 \leq r \leq m-1$. We are asked to use the previous step to establish $$ \limsup_n \frac{a_n}{n} \leq \frac{a_m}{m}. $$ This I could not do and I have no idea how to do this.
Finally, we are asked to show $\lim_{n \to \infty} \frac{a_n}{n} = \inf_n \frac{a_n}{n}$ and from this we are asked to conclude that $\lim_{n\to\infty} \|T^n\|^{\frac{1}{n}}$ exists and equals $\inf_n \|T^n\|^{\frac{1}{n}}$. This I also could not do and I have no idea how to do this.
Steps 2 and 3 have me stumped and I have no idea how to actually do them. I would appreciate all help with this. I thank all helpers.
****** Progress: I thought perhaps to normalize the operator $T$ so that $\|T\|=1$ and the powers have norm at most 1 so that the sequence $a_n \leq 0$ after taking $\log$. Can this make things simpler, and is this even allowed?