Showing $A-I$ is invertible, when $A$ is a skew-symmetric matrix

If $A - I$ is not invertible, we can find a non-zero vector $x \in \ker(A - I)$ which will satisfy $Ax = x$. Calculating, we have

$$ \left< x, x \right>_{\mathbb{R}^n} = \left< Ax, x \right>_{\mathbb{R}^n} = (Ax)^T x = x^T A^T x = -x^T A x = -x^T x = - \left< x, x \right>_{\mathbb{R}^n}, $$

a contradiction. To see that $B := (A - I)^{-1}(A + I)$ is orthogonal, we can calculate

$$ B B^T = (A - I)^{-1}(A + I) \left( (A - I)^{-1}(A + I) \right)^T = (A - I)^{-1} (A + I) (A^T + I)(A^T - I)^{-1} \\ = (A - I)^{-1}(A + I)(-A + I)(-A - I)^{-1} = (-1)(I - A)^{-1}(I - A)(I + A)(-1)(A + I)^{-1} \\ = (-1)(-1)I = I.$$


If $(A-I)x=0$ then $Ax=x$. Note that $x^TA^T=x^T$, hence $-x^TA=x^T$. After multiplying both sides by $x$ you get $$-x^T(Ax)=x^Tx\implies 2x^Tx=0\implies ||x||^2=0 \implies x=0 $$

This means $A-I$ is invertible.


Can $1$ be an eigenvalue of a skew-symmetric matrix?

If $Av=v$, then $$ v^Tv=v^TAv=(A^Tv)^Tv=(-Av)^Tv=-v^Tv $$ which implies $v=0$.

Similarly, $-1$ is not an eigenvalue of $A$.

Next $$ \bigl((A-I)^{-1}(A+I)\bigr)^T=(A^T+I)(A^T-I)^{-1}=(A-I)(A+I)^{-1} $$ and the product $$ \bigl((A-I)^{-1}(A+I)\bigr)\bigl((A-I)^{-1}(A+I)\bigr)^T $$ is the identity if and only if $$ (A-I)^{-1}(A+I)(A-I)(A+I)^{-1}=I $$

Can you finish?