Prove A Invertible, Idempotent Matrix A = In Sub n

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
11 replies · 2K views
ephemeral1
Messages
28
Reaction score
0

Homework Statement



Prove that if A is an n x n matrix that is idempotent and invertible, then A=I sub n

Homework Equations



none

The Attempt at a Solution



I don't know how to prove this. Can anyone help me with this? Thank you
 
Physics news on Phys.org
A is idempotent if A=A^2 and invertible if there exists an n x n matrix B such that AB=AB=I sub n.
 
I meant to write AB=BA=I sub n.
A^2 - A= 0
 
ephemeral1 said:
I meant to write AB=BA=I sub n.
Yeah, that's more like it.
ephemeral1 said:
A^2 - A= 0
OK, now what can you do with that?
 
Since B is the inverse of A, I can write AB=I as I=AA^-1. So A^2 - AA^-1 = I
 
No, A2 - AA-1 = A - I
But so what?

What I asked was whether you could do anything with A2 - A = 0?

You said
ephemeral1 said:
(a^2)- (a^-1) i=0
I still don't know how you got that or how it relates to A2 - A = 0.
 
I could factor out A^2 - A=0, which will become A(A-1)=0
 
OK, now you're on the right track, with a correction.

A2 - A = 0
<==> A(A - I) = 0

Everything in the equation above is a matrix. You can't subtract a scalar (1) from a matrix (A), so that's the reason I wrote it this way. I has the same role in matrix multiplication that 1 has in scalar multiplication.

There are two obvious things you can say about the equation above, and one not-so-obvious thing. For starters, what are the obvious things you can say?