Proof of Idempotent Matrix with Inverse = Identity Matrix

  • Level: Undergrad 
  • Thread starter Thread starter keelejody
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 5K views
keelejody
Messages
6
Reaction score
0
is there a direct proof that an idempotent matrix with inverse, can only be an identity matirx

i can't find about how id prove it

i know A^2=A and A^-1 exists

so too AB=BA

its obvious to say elements must be 1 or 0 but finding an overal rule isn't obvious to me
 
Physics news on Phys.org
If you're feeling overly ambitious, you could also try setting up an arbitrary 3x3 matrix (like with entries a, b, c...). Multiply it by itself, and then set it equal to itself. You should come out with a system of equations that should end up proving that your arbitrary matrix is the identity.

The proof above (HallsofIvy) is much more elegant, and applicable for all nxn matrices, but setting up the arbitrary matrix would probably be a good way to practice your matrix math.