4

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?

UfmdFkiF
  • 503
  • I would think that the given answer is very elegant. It rephrases the conditions as a block matrix multiplication, and you can easily read off the result. If you don't understand it, I suggest you try it out with pen and paper yourself. – Arthur Jan 07 '17 at 01:24
  • @Arthur Yea, I see it works. but my question is How to come up with this block matrix multiplication? – UfmdFkiF Jan 07 '17 at 01:39
  • Because you've seen the trick before, and try it to see whether it works this time. Most proofs go like that, except you don't see that part in writing very often. – Arthur Jan 07 '17 at 01:40
  • @Arthur So to construct it i take $AD^T-BC^T=I$ and only this. So it has to give me Identity matrix? – UfmdFkiF Jan 07 '17 at 01:50
  • "So it has to give me Identity matrix?" and if so, why? – UfmdFkiF Jan 07 '17 at 02:03
  • By given condition I can fill in $A, -B, D^T, C^T$ and $I$. or anything else? – UfmdFkiF Jan 07 '17 at 02:32
  • To answer your first question: if $B=0$ or $C=0$, the statement reduces to $AD^T=I\ \Rightarrow\ A^TD=I$; if $A=0$ or $D=0$, the statement reduces to $-BC^T=I\ \Rightarrow\ -C^TB=I$. So, both special cases follow from the equivalences of $XY=I,\ YX=I$ and $X^TY^T=I$, and it is natural to try to put the original problem in the context of matrix multiplications. This is where the intuition comes from. It's partly experience and partly epiphany. – user1551 Jan 07 '17 at 06:52
  • @user1551 whether it uses determinants? – UfmdFkiF Jan 07 '17 at 11:31
  • You don't need determinants. See If $AB=I$ then $BA=I$. – user1551 Jan 07 '17 at 12:54
  • @user1551 Ok I think, I'm close. But how do I use that if (B=0 or C=0)? – UfmdFkiF Jan 07 '17 at 14:23
  • $AD^T=I\ \Rightarrow D^TA=I\ \Rightarrow A^TD=(AD^T)^T=I^T=I$. – user1551 Jan 07 '17 at 15:01
  • @user1551 I did it, thanks :) – UfmdFkiF Jan 07 '17 at 20:08

0 Answers0