3

Let A,B,C,D be complex matrices $n \times n$ such that $AB^T,CD^T$ are symmetric and $AD^T-BC^T=I$. Prove that $A^TD-C^TB=I$. Can anyone give me any idea? Thank you.

user62138
  • 1,167

1 Answers1

11

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$.

user1551
  • 139,064
  • 1
    Readers should note that the trick user1551 used of bundling operators on $H$ into operators on $H \oplus H$ can be quite handy in general, cf. the slick proof of Putnam's theorem from Fulgede's theorem (http://en.wikipedia.org/wiki/Fuglede's_theorem, Second Proof of Putnam's Theorem). – Branimir Ćaćić Aug 10 '13 at 09:53
  • 2
    The nicest example of such bundling that I have ever seen is given by N.S.'s answer in another thread. The classical proof that $AB$ and $BA$ have identical characteristic polynomials also uses such bundling. – user1551 Aug 10 '13 at 10:40