I am reading the book "characterizations of c*-algebras" by Doran and Belfi. On the page 299, the book reads "It can also be shown that if $xy=yx$, then $\nu(x+y)\le\nu(x)+\nu(y)$." The definition of $\nu$ is as follows: in normed algebra, $$\nu(x)=\limsup_{n\to\infty}\|x^n\|^{\frac1n}$$
Note that the algebra is not assumed to be complete and is also not assumed to be complex scalar(we can have real scalars)
This is my trial: I just tried to mimic the proof of the Minkowski inequality, but failed.
Thank you
Fix $\varepsilon > 0$, and take $m$ sufficiently large so that $\|x^n\|^{1/n} < \nu(x) + \varepsilon$ and $\|y^n\|^{1/n} < \nu(y) + \varepsilon$ for all $n \geq m$. For convenience, write $A = \nu(x) + \varepsilon$ and $B = \nu(y) + \varepsilon$, so this means $\|x^n\| < A^n$ and $\|y^n\| < B^n$ for $n \geq m$. Then for $n \geq 2m$, we have \begin{align*} \|(x + y)^n\| &= \left\|\sum_{k=0}^n \binom{n}{k} x^k y^{n-k}\right\| \\ &\leq \sum_{k=0}^n \binom{n}{k} \|x^k\|\|y^{n-k}\| \\ &= \sum_{k=0}^{m-1} \binom{n}{k} \|x^k\| \|y^{n-k}\| + \sum_{k=m}^{n-m} \binom{n}{k} \|x^k\| \|y^{n-k}\| + \sum_{k=n-m+1}^n \binom{n}{k} \|x^k\| \|y^{n-k}\| \\ &\leq \sum_{k=0}^{m-1} \binom{n}{k} \|x^k\| B^{n-k} + \sum_{k=m}^{n-m} \binom{n}{k} A^k B^{n-k} + \sum_{k=0}^{m-1} \binom{n}{k} \|y\|^k A^{n-k} \\ &\leq p(n) B^n + (A + B)^n + q(n) A^n \end{align*} where $p(n)$ and $q(n)$ are the polynomials in $n$ of degree $m-1$ given by $p(n) = \sum_{k=0}^{m-1} \binom{n}{k} \|x^k\| B^{-k}$ and $q(n) = \sum_{k=0}^{m-1} \binom{n}{k} \|y^k\| A^{-k}$. It follows that \begin{align*} \limsup_{n \to \infty} \|(x + y)^n\|^{1/n} &\leq \limsup_{n \to \infty} \left(p(n) B^n + (A + B)^n + q(n) A^n \right)^{1/n} \\ &= (A+B) \cdot \limsup_{n \to \infty} \left(1 + p(n) \left(\frac{B}{A+B}\right)^n + q(n) \left(\frac{A}{A+B}\right)^n \right)^{1/n} \\ &= A+B \end{align*} So $\nu(x + y) \leq \nu(x) + \nu(y) + 2 \varepsilon$. Since this holds for each $\varepsilon > 0$, $\nu(x + y) \leq \nu(x) + \nu(y)$.