Let $A \in \mathbb{R}^{n, n}$, $B \in \mathbb{R}^{n, m}$, $C \in \mathbb{R}^{m, n}$ and $D \in \mathbb{R}^{m, m}$ be matrices.
Now, I have seen on Wikipedia the explanation of why determinant of $\left[\begin{matrix} A & 0 \\ C & D\end{matrix}\right] = \det{A}\cdot \det{D}$, but I still did not get it.
Specifically, the explanation is:
This can be seen ... from a decomposition like:
$\left[\begin{matrix} A & 0 \\ C & D\end{matrix}\right] = \left[\begin{matrix} A & 0 \\ C & I_{m}\end{matrix}\right]\left[\begin{matrix} I_n & 0 \\ 0 & D\end{matrix}\right]$
I understood that the equation is true from the standard rules of matrix-matrix multiplication, but it is still not too clear why this should prove what we want to prove or show.
If $A$, $B$, $C$ and $D$ were regular reals (and $I_{i}$ was $1$), then the equation and the explanation would be obvious, because of the standard rules of calculating determinants...
But in this case, I cannot understand why the equation shows that the final determinant is $$\det{A} \cdot \det{D}$$
Those 2 matrices $\left[\begin{matrix} A & 0 \\ C & I_{m}\end{matrix}\right]$ and $\left[\begin{matrix} I_n & 0 \\ 0 & D\end{matrix}\right]$ basically could not be triangular or diagonal matrices, from my understanding...