Consider the number $$ \alpha=\left(\frac{n+ \sqrt{n^2-4}}2\right)^m $$ where $n\geqslant2$ and $m$ are natural numbers. Prove that $$ \alpha=\frac{k+\sqrt{k^2-4}}2 $$ for some $k\in\Bbb N$.
What I've tried:
I noticed that $\alpha$ can be seen as a root raised to the $m$-th power, for a quadratic expression $x^2 -nx +1$. However, I am not sure how to leverage this to get to the required answer.
$n=2$ is trivial. For any integer $n>2$, let $\alpha_m = \displaystyle \left(\frac{n+\sqrt{n^2-4}}2\right)^m = \alpha_1^m$.
As $\alpha_1$ is a root of the quadratic $x^2-nx+1$, we can substitute $\alpha_1$ and multiply throughout by $\alpha_1^m$ to get that $\alpha_i$ satisfies the recursion $\alpha_{m+2}-n\,\alpha_{m+1}+\alpha_m=0$ or $2\alpha_{m+2}=2n\,\alpha_{m+1}-2\alpha_m$. It can be checked easily that $2\alpha_1, 2\alpha_2$ are of the form $a+b\sqrt{n^2-4}$ for integers $a, b$, hence the recursion guarantees $\alpha_m$ is also of desired form.