Let $\textbf{M} = I-\mathbf{A}$ (with $\mathbf{A}^T = -\mathbf{A}$) be a matrix and $\textbf{M}^{-1}$ its inverse. From the identities:
\begin{equation} \textbf{M}^{-1}\textbf{M} = I\\ \textbf{M}\textbf{M}^{-1} = I. \end{equation} it is easy to see that: \begin{equation} \textbf{M}\textbf{M}^{-1} \left(\textbf{M}^{-1}\right)^{T}\textbf{M}^T = I. \end{equation}
Now I have to show that $B = (1+\textbf{A})(1-\textbf{A})^{-1}$ is orthogonal. To do so I wanted to show that $\mathbf{B}\mathbf{B}^T = I$, so I have to show that: $\mathbf{M}^T\mathbf{M}^{-1}\left(\mathbf{M}^{-1}\right)^T\mathbf{M}=I$ holds, but I've been unable to do it. What am I missing?
This identity is not correct. If $M = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}$ and thus $M^{-1} = \begin{pmatrix} 1 & 0 \\ -1 & 1 \end{pmatrix}$, then $M^TM^{-1}(M^{-1})^TM = \begin{pmatrix} 1 & 1 \\ 1 & 2 \end{pmatrix} $.