Two idempotent matrix

95 Views Asked by At

Let $A,G$ be two $n\times n$ matrix satisfying: $$A^2=A, GAG=G, im(G)\subset im(A).$$ Prove that $G^2=G$.

I do not know how to prove it.

1

There are 1 best solutions below

0
On BEST ANSWER

$im(G) \subset im(A)$,so for any vector $u$,there is a vector $v$ that

$$Gu=Av$$.

So we get:

$$Gu=GAGu=GAAv=GA^2v=GAv=GGu=G^2u$$

.

QED.