I can prove that if $A$ has eigenvalues $a_1, a_2, .., a_k$, then $A^m$ has eigenvalues $a_1^m, a_2^m, ..., a_k^m$. How do I prove that these are the only eigenvalues $A^m$ has?
Suppose $A^m$$x = a_{k+1}x$ for some $x$. Then why is $a_{k+1}$ a power of one of the eigenvalues of $A$?
Thanks.
Edit : The field we are working over can be assumed to algebraically complete. (Or the complex plane, I don't want to focus on this too much)
Edit 2 : No knowledge of the Jordan form, sorry.
Hint. Over $\mathbb{R}$ or $\mathbb{C}$, you can write your matrix in its Jordan form. From the decomposition of $A$ in its Jordan from, the eigen values of $A^k$ become obvious.
Edit.
The Jordan form states (though I suggest a more detailed reading that this poor summary) that every matrix is similar to :
$\left(\begin{array}{ccc} \alpha_{1} & \ldots & a_{1}^{n}\\ \vdots & & \vdots\\ 0 & \ldots & \alpha_{n} \end{array}\right)$
Where the $\alpha_i$ are its eigen values, the lower part is 0 and the upper part may be non zero. Now if you raise this matrix to a power $m$, you obtain the eigenvalues of $A^m$.
Now $A^m$ is similar to:
$\left(\begin{array}{ccc} \alpha_{1}^m & \ldots & b_{1}^{n}\\ \vdots & & \vdots\\ 0 & \ldots & \alpha_{n}^m \end{array}\right)$
And :
$$\det(A^m-\lambda I)=(\alpha_1^m-\lambda)...(\alpha_n^m-\lambda)$$