Proving Simple Linear Algebra Statement: A^2 = A implies A is either 0 or I

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

Homework Statement


Prove that given a matrix A, and A^2 = A, then A must be either the zero matrix or the identity matrix.

The Attempt at a Solution


By multiplying both sides by A, you can deduce that A = A^2 = A^3 = A^4 ...
From there I think it's obvious that A must be either 0 or I, but I don't know how to start proving it formally.

Thanks very much for your help
-Patrick
 
Physics news on Phys.org
Try taking the determinant of A
 
Is there a way to prove it without using the determinant. This exercise is given before determinants are introduced.

Thanks
-Patrick
 
Is that true? What about A = [1,0;0,0]? This is not zero or I but A^2 = A
 
Ah. I didn't spot that buzzmath. Thank you. The question actually does say either prove or find a counterexample. I was just too sure that it was true.

Thanks
-Patrick