Let $A,B\in\mathit{M_{n}\left(\mathbb{C}\right)}$ and $c\in\mathbb{C}^{*}$ such that $AB-BA=c\left(A-B\right)$. Prove that $A$ and $B$ have the same eigenvalues.
My idea was to prove that $\operatorname{Tr}(A^k)=\operatorname{Tr}(B^k)$, $\forall k\in \mathbb{N}$.
For $k=1$ this is obvious since $\operatorname{Tr}(AB-BA)=0$.
I could prove this for $k=2$ by multiplying the given relation by $A$ to the left and to the right respectively and then doing the same thing for $B$. However, I was not able to use the same technique for higher powers and mathematical induction didn't work either.
I think that my idea works because this was shortlisted for Grade 11 students from Romania, who only learn linear algebra, so a solution without abstract algebra should be possible, and the result I mentioned seems suitable for such a question. Furthermore, since it works even for $k=2$ it is just a matter of finding a generalisation.
$$ \begin{align} \operatorname{trace}[A^jB^k] &= \operatorname{trace}[A^{j-1}(A - B)B^k + A^{j-1}B^{k+1}] \ &= \operatorname{trace}[c^{-1}A^{j-1}(AB - BA)B^k + A^{j-1}B^{k+1}] \ &= \operatorname{trace}[c^{-1}A^{j}B^{k+1} - c^{-1}A^{j-1}BAB^k + A^{k-1}B] \ &= \operatorname{trace}[c^{-1}A^{j}B^{k+1} - c^{-1}A^{j-1}BAB^{k-1} + A^{k-1}B] \end{align} $$ this tells us something when $j = 1$ or $k=1$. However, for other positive integers I see no way to deal with the second term using only cyclic permutations of products.
– Ben Grossmann Nov 08 '19 at 23:55