Can AB-BA ever equal the identity matrix?

  • Thread starter Thread starter hamsterman
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 6K views
hamsterman
Messages
74
Reaction score
0
The task is to prove that for no two matrices A and B, A*B - B*A = I, where I is the identity matrix.
I tried multiplying by the inverses of A or B, but that doesn't seem to lead to a more manageable form. The only way I see this could be done is by writing down all n*n (assuming n by n matrices) linear equations. It's easy to do when n = 2, but the same contradiction may not be as obvious for higher n.
I hope there is a more intelligent way to go about this.
 
Physics news on Phys.org
I know that det(AB) = det(BA), but I don't know what are the properties when subtraction is involved. Except for the case when only one line is different.
 
hamsterman said:
I know that det(AB) = det(BA), but I don't know what are the properties when subtraction is involved.

Determinant is just a number, isn't it?
 
What I mean is that I don't know what is det(AB-BA) even if I do know det(AB) and det(BA).
I'm looking at Sylvester's determinant theorem which looks related, but I still don't see a solution. Now I need to prove that for no M, det(M+I) = det(M)[STRIKE], at least when M = AB..[/STRIKE] (now that I think about it, there is probably no matrix that can't be written as a product of two others, is there?)
 
hamsterman said:
What I mean is that I don't know what is det(AB-BA) even if I do know det(AB) and det(BA).
I'm looking at Sylvester's determinant theorem which looks related, but I still don't see a solution. Now I need to prove that for no M, det(M+I) = det(M)[STRIKE], at least when M = AB..[/STRIKE] (now that I think about it, there is probably no matrix that can't be written as a product of two others, is there?)

Try taking the trace.
 
So tr(AB-BA) = 0 ? Great. Thanks.