Prove AB & BA Have Same Eigenvalues

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
Kolahal Bhattacharya
Messages
133
Reaction score
1

Homework Statement




Two square matrices A and B of the same size do not commute.Prove that AB and BA has the same set of eigenvalues.

I did in the following way:Please check if I am correct.
Consider: det(AB-yI)*det(A) where y represents eigenvalues and
I represents unit matrix
=det[(AB-yI)A]
=det[(AB)A-(yI)A]
=det[A(BA)-A(yI)]
=det(A)*det(BA-yI)
det(A) is not equal to zero,in general.
So,if det(AB-yI)=0,det(BA-yI)=0 also.
hence, conclusion.
 
Physics news on Phys.org
That's basically it, but the argument is dubious. det(A) certainly could be zero. Try framing it this way. Let L be an eigenvalue of AB. Then ABx=Lx for some x. Act on both sides with B and conclude Bx is an eigenvector with eigenvalue L of BA. So if L is an eigenvalue of AB, it's a eigenvalue of BA.
 
Oh!It's fantastic.I salute you whole-heartedly.