I know that If $U$ is invertible, then the following are equivalent.
(i) $E$ and $U+E$ are idempotent;
(ii) $E(-U^{-1})E=E$ and $(I-E)U^{-1}(I-E)=I-E;$
(iii) $-EU^{-1}$ and $(I-E)U^{-1}$ are idempotent;
(iv) $-EU^{-1}$ and $U^{-1}-EU^{-1}$ are idempotent.
I have an invertible matrix $U=F-E$ and an idempotent matrix $E=\begin{pmatrix} 0 & 0 \\ 0 & I_{r} \end{pmatrix}$ for some $0<r<n$ and $F$ is and idempotent matrix. Using one of those equivalent propositions above I am suppose to show that $U^{-1}= \begin{pmatrix} I_{s} & C_{s\times r} \\ B_{r\times s} & -I_{r} \end{pmatrix}$ for some matrices $B$ and $C$.
The first thing I would like to do is to put $U^{-1}$ alone in one side of one those equations.
Any hint?