For every integer $n>2$ and $A,B,C,D \in M_{2}(\mathbb{R})$ we have :
$1) AC-BD=I_{n}$
$2) AD+BC=O_{n}$
Prove that $CA-DB=I_{n}$ and $DA+CB=O_{n}$.
I tried to prove that $AC=CA$ like the proof of theorem " $AB=I$ , then $BA=I$ " , after that I tried with multiply and add the relations but I didn't manage to prove that. Any idea?
Consider the block multiplication $$ \begin{bmatrix} A & -B \\ B & A \end{bmatrix} \begin{bmatrix} C & - D \\ D & C \end{bmatrix}= \begin{bmatrix} AC-BD & -(AD+BC) \\ BC+AD & -BD+AC \end{bmatrix} =\begin{bmatrix} I_n & O_n \\ O_n & I_n \end{bmatrix}=I_{2n} $$ Then also $$ \begin{bmatrix} C & - D \\ D & C \end{bmatrix} \begin{bmatrix} A & -B \\ B & A \end{bmatrix} =I_{2n} $$