Suppose $T_1$ and $T_2$ are bounded linear operators in a complex banach space and $r(A)$ is the spectral radius of $A$, satisfying $$ r(A) = \inf_{n>0} \|A^n\|^{1/n} = \lim_{n\rightarrow \infty} \|A^n\|^{1/n} = \sup_{x\in \sigma(A)} \|x\|, $$ where $\sigma(A)$ is the spectrum of $A$. If $T_1T_2 = T_2T_1$, we want to prove that $$ r(T_1+T_2) \leq r(T_1) + r(T_2) \tag{*}. $$
I was thinking maybe I can use $$ (T_1+T_2)^n = \sum_{k=1}^n \begin{pmatrix}n \\ k\end{pmatrix}T_1^kT_2^{n-k} $$ to get some useful results. But still I cannot figure out how to prove $(*)$.
$\exists n_0$, s.t. $\|T_1^{n_0}\| \leq (r(T_1)+\epsilon )^{n_0}$ and $\|T_2^{n_0}\| \leq (r(T_2)+\epsilon )^{n_0}$. $$ \begin{split} \|(T_1+T_2)^n\| &\leq \sum_{k=1}^n \begin{pmatrix}n \\ k \end{pmatrix} \|T_1^k T_2^{n-k}\|\\ &\leq \sum_{k=1}^n \begin{pmatrix}n \\ k \end{pmatrix} \|T_1^{n_0}\|^{\lfloor k/n_0 \rfloor} \|T_1\|^{r_k} \|T_2^{n_0}\|^{\lfloor (n-k)/n_0 \rfloor} \|T_2\|^{r_{n-k}} \\ &\leq \frac{\|T_1\|^{n_0}\|T_2\|^{n_0}}{\|T_1^{n_0}\|\|T_2^{n_0}\|}\sum_{k=1}^n \begin{pmatrix}n \\ k \end{pmatrix} \|T_1^{n_0}\|^{k/n_0}\|T_2^{n_0}\|^{(n-k)/n_0} \\ & = Const \cdot (\|T_1^{n_0}\|^{1/{n_0}} + \|T_2^{n_0}\|^{1/{n_0}})^{n} \end{split} $$ Let $n\rightarrow \infty$, we have $$ r(T_1+T_2) \leq r(T_1) + r(T_2) + 2\epsilon. $$