Let $S$ be a real skew-symmetric matrix. Prove that $I-S$ and $I+S$ are orthogonal, where $I$ is $n \times n$ identity matrix.
My approach: I am not sure whether the question is asking to prove I-S and I+S orthogonal individually or together. In either case I can't get the answer.
In first case it should be (I-S)'(I-S)=(I-S^2) which I don't think is equal to I.
In second case if we were to prove both are orthogonal to each other in my view we need to check X'Y=0 i.e. (I-S)'(I+S)=0. Which means (I+S)^2=0.
Can some one throw light on this question as in what the examiner is willing to ask and what is the solution.
Thanks.
The statement is false in general. Take $S = \begin{pmatrix} 0 & - 1 \\ 1 & 0 \end{pmatrix}$. Then
$$I + S = \begin{pmatrix} 1 & - 1 \\ 1 & 1 \end{pmatrix}, \qquad I - S = \begin{pmatrix} 1 & 1 \\ -1 & 1 \end{pmatrix}, $$
and both $I + S$ and $I - S$ are not orthogonal. Note that there is a result that $(I - S)(I + S)^{-1}$ is orthogonal, see here.