I'm trying to prove that the map $f:U \rightarrow V$, where $U$ consists of anti-symmetric matrices $a$ such that $(I_n+a)$ and $(I_n-a)$ are invertible, and V consists of matrices $b \in O(n)$ such that $(I_n + b)$ is invertible, and $f(a) = (I_n + a)(I_n - a)^{-1}$.
To show that the map is surjective, I let $b \in V$ and consider an $a \in U$ such that $a = (b - I_n)(b + I_n)^{-1}$. I can show that $(I+a)$ and $(I-a)$ are invertible, but if I'm not mistaken, I have to show that $a$ is antisymmetric, which I'm having trouble doing.
$U$ and $V$ have the same dimension, but $f$ is not a linear map, so I can't see a way to get out of showing surjectivity directly. Is there a matrix identity that would make it easier to show that $a$ is antisymmetric? Thanks.