The Question is to prove that :
For Commuting $n\times n$ matrices $A,B,C,D$ over a field $F$,
Determinant of $\left(\begin{array}{cccc} A & B \\ C & D \\ \end{array} \right)$ is given by $\det(AD-BC)$
I have no idea how to proceed for this except at the case of $n=1$ where $\left(\begin{array}{cccc} A & B \\ C & D \\ \end{array} \right)$=$\begin{pmatrix} a& b \\ c & d \\ \end{pmatrix}$ for some $a,b,c,d\in F$ and I know $\det\left(\begin{array}{cccc} a& b \\ c & d \\ \end{array} \right)=ad-bc=\det(ad-bc)=\det(AD-BC)$
So, for $n=1$ we have $\det\left(\begin{array}{cccc} A & B \\ C & D \\ \end{array} \right)=\det(AD-BC)$
I have no idea how to proceed for general $n$ not even when $n=2$
Do I need to proceed by induction?I doubt that it may not work..
please provide some hints to prove this case...
Thank You.