The following two results are probably the most basic results in the spectral theory:
Let $a$ be an element in a unital Banach algebra $\mathcal{A}$ (over $\mathbb{C}$). The spectrum of $a$, $\sigma(a) = \{\lambda \in \mathbb{C} \mid (\lambda \mathbb{1} - a) \text{ isn't invertible} \}$, is non-empty.
This allows us to define the spectral radius $r(a) = \sup \{ \lvert \lambda \rvert \mid \lambda \in \sigma(a)\}$ for which
$r(a) = \lim_{n \to \infty} \lVert a^n \rVert^{1/n}$
holds. All proofs I've seen of these two theorems are essentially the same. The sketch of the proof of the first proposition goes as follows:
We prove this via contradiction, so suppose $\sigma(a)$ is empty. Define the resolvent of $a$ as the map $$ R:\mathbb{C} \to \mathcal{A}: \lambda \mapsto (\lambda \mathbb{1} - a)^{-1}. $$ It's analytic in the sense that $\phi \circ R$ is analytic for all $\phi$ continuous linear functionals on $\mathcal{A}$. Then it's not so hard to prove $R$ is bounded, so by Liouville's theorem $\phi \circ R$ must be constant for every $\phi$. This then implies $R$ must be constant and zero and thus we arrive at a contradiction.
The proof of the second theorem is very similar: First it's proven that $r(a) \leq \inf_n \lVert a^n \rVert^{1/n}$, which is not so hard. Then all that is left to prove is that $r(a) \geq \limsup_n \lVert a^n \rVert^{1/n}$. Let $\Omega$ be the open disk in $\mathbb{C}$ around $0$ with radius $\frac{1}{r(a)}$ and define $$ f:\Omega \to \mathbb{C}: \lambda \mapsto (\mathbb{1} - \lambda a )^{-1}. $$ We prove that $\phi \circ f$ is analytic for every $\phi$ as before. Then we can argue that $\phi(a^n) \lambda^n$ is a bounded sequence for every $\phi$ and $\lambda \in \Omega$ by using the power series of $\phi \circ f$. By Banach-Steinhaus we then have that $a^n \lambda^n$ is bounded for every $\lvert \lambda \rvert < \frac{1}{r(a)}$. It then follows that $r(a) \geq \limsup_n \lVert a^n \rVert^{1/n}$.
Every text I've encountered so far describe the same proof, maybe in a slightly different fashion but essentially the same. Are there any alternatives to these proofs? Preferably ones that use less complex analysis. I imagine this could be very hard, particularly for the second one. This because that formula is already very reminiscent of the root test for series, so it "screams" power series to me. But I would be very interested if there were any at all.
Edit: I would also like to add my interest in proving only the convergence of $\lVert a^n \rVert^{1/n}$ without relying on the proof described here. So no proof that it's equal to the spectral radius, but simply a proof that it converges.