Knowing that $z + \frac{1}{z} = 3$ ($z \in \mathbb{R}$), prove that $z^n + \frac{1}{z^n} \in \mathbb{Q}$ ($n \in \mathbb{N}$ and $n \geq 1$).
I've tried to find a general formula for $z^n + \frac{1}{z^n}$. $$\left(z + \frac{1}{z}\right)^n = \binom{n}{0}z^n + \binom{n}{1}z^{n-2} + ... + \binom{n}{n-1}z^{2-n} + \binom{n}{n}z^{-n}$$ $$\left(z + \frac{1}{z}\right)^n = \binom{n}{0}(z^n + z^{-n}) + \binom{n}{1}(z^{n-2} + z^{2-n}) + ...$$
However, this formula seems to be wrong and I currently have no idea how to correct it and what to do next.
Thank you in advance for your help!
Hint $ $ Exploit innate $\rm\color{#c00}{symmetry}$. For $\rm\:y = z^{-1}\:$ we've $\rm\:\color{#c00}{yz,\ y+z\in\Bbb Q}.\,$ Now use the recurrence
$$\rm\quad\ \: y^{n+1}+z^{n+1}\ =\ (\color{#c00}{y+z})\ (y^n+z^n) -\ \color{#c00}{yz}\: (y^{n-1}+z^{n-1})\quad for\ \ all\ \ \ n \ge 0\qquad\quad $$
to deduce by induction that $\rm\,y^n+z^n\in\Bbb Q\,$ for all $\rm\,n\ge 0$.
Remark $ $ Above is a special case of Newton's identities for expressing power sums in terms of elementary $\rm\color{#c00}{symmetric}$ polynomials.