Prove that if A is idempotent and fullfills $A = A^{-1}$ then it follows that $A = I_n$

63 Views Asked by At

I'm currently learning linear algebra and I have stumbled across the following example in my book without a solution.

A matrix $B \in \mathbb {R}^{n x n} $ is called idempotent if $BB = B$. Prove that if A is idempotent and fullfills $A = A^{-1}$ then it follows that $A = I_n$.

Could someone please help me?

2

There are 2 best solutions below

0
On BEST ANSWER

$A = A^{-1}$ gives $A^2=I_n$. Since $A$ is idempotent, we have $A=A^2.$

0
On

Hint: $AA^{-1}=I_n$ by definition.