Let $A$ be a $n \times n$ matrix. Show that if $A^2=O$ then $A$ is singular, but $I−A$ is nonsingular and $(I−A)^{-1}=I+A$.
What I have tiedy: $(I-A)*(I+A)=I-A+A-A^2$
$=I-A^2$
$=I-0$ since A^2=0
$=I$
Therefore $I-A$ is nonsingular.
I am not sure if is complete and correct.