Given the A matrix as follow: $$A = \begin{pmatrix}B & D\\\ 0 & C\end{pmatrix}$$ Where B and C are square matrices. Matrix A is said to be in block (upper) triangular form with the formula for determinant as follow: $$det A = (det B)(det C)$$
Prove this formula in the case when A is a 4 x 4 matrix. Note that there are three cases for B and C to consider. Hint: The cases are about the possible sizes of B and C, not about what their entries are.
So far, what I have done is proving 1 easy case with B and C as a 2 x 2 square matrix by expanding down the first column. I'm really confuse by how to determine the other two cases.
So my question is how can I find the other two cases and how can I prove them?
Any help is appreciate. Thanks a lot.