Let $A$, $B$, $C$ and $D$ be square matrices $n\times n$ over $ \mathbb{R} $
.
Assume that $AB^T$ and $CD^T$ are symmetric .
and $AD^T-BC^T=I$
Prove that: $A^TD-C^TB=I$
I know this question has answer here:
Prove that $A^TD-C^TB=I$
But I don't understand the accepted answer(Where that equation came from?):
Hint: The given condition says that $$ \pmatrix{A&-B\\ -C&D}\pmatrix{D^T&B^T\\ C^T&A^T} = \pmatrix{I&0\\ 0&I}. $$ Now, note that $XY=I$ implies that $YX=I$ and in turn $X^TY^T=I$.
Is there any simpler way?
Do $A^TD $ and $C^TB$ must be symmetric?
And if so, how to prove it?