Proving AB is Idempotent: A=A^2, AB=BA

  • Context: Graduate 
  • Thread starter Thread starter eyehategod
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 19K views
eyehategod
Messages
82
Reaction score
0
If A and B are idempotent(A=A^2) and AB=BA, prove that AB is idempotent.

this is what i got so far.
AB=BA
AB=B^(2)A^(2)
AB=(BA)^(2)

this is where I get stuck.
Do A and B have inverses? if so, why?
should I be thinking about inverses or is there another way of approaching this problem?
 
Physics news on Phys.org
eyehategod said:
If A and B are idempotent(A=A^2) and AB=BA, prove that AB is idempotent.

this is what i got so far.
AB=BA
AB=B^(2)A^(2)
AB=(BA)^(2)

this is where I get stuck.
Do A and B have inverses? if so, why?
should I be thinking about inverses or is there another way of approaching this problem?

(AB)^2 = ABAB = AABB = A^2B^2 = AB
 
can you just switch the B and A from ABAB to get AABB?
 
ABAB = A(BA)B = A(AB)B = AABB. Is that OK ?
 
Last edited:
i doubt you can switch those matrices b/c youre multiplying the two of them. This has got be wrong. there has to be a different way to get what I am trying to get.
 
eyehategod said:
i doubt you can switch those matrices b/c youre multiplying the two of them. This has got be wrong. there has to be a different way to get what I am trying to get.

It is given in the question that AB = BA... so it's ok to switch them.
 
eyehategod said:
i doubt you can switch those matrices b/c youre multiplying the two of them. This has got be wrong. there has to be a different way to get what I am trying to get.

YOU said in the first post AB=BA, IF that is true then you can switch the order like that.
 
so if i start the proof off with AB=BA then I can use AB=BA later on in the proof I started off with in the firszt place?
 
Last edited:
eyehategod said:
so if i start the proof off with AB=BA then I can use AB=BA later on in the proof I started off with in the firszt place?

Yes. you're given AB = BA is true... so you can use that anywhere in your proof...