Linear Algebra – Tricky Problem on Skew-Symmetric Matrices

linear algebramatrices

Problem: If $S$ is a skew-symmetric matrix, show that $(I+S)(I-S)^{-1}$ is orthogonal.

This appeared on a list of standard questions asked of Princeton graduate students. It has been a while since I've studied linear algebra, and frankly I cannot even see why $(I-S)$ must be invertible.

Best Answer

I will assume we are in $M_n(\mathbb{R})$, since you want your matrix to be orthogonal.

The spectrum of a skew-symmetric matrix is contained in $i\mathbb{R}$, so the spectrum of $A=I-S$ does not contain $0$ and $A$ is invertible, in $M_n(\mathbb{C})$ first, hence in $M_n(\mathbb{R})$.

The matrix we are interested in is $A^*A^{-1}$. Note that $A$ and $A^*$ commute.

Now $$ A^*A^{-1}(A^*A^{-1})^*=A^*AA^{-1}(A^{-1})^*=A^*AA^{-1}(A^*)^{-1}=A^*A(A^*A)^{-1}=I. $$

So $A^*A^{-1}$ is indeed orthogonal.