Let $$\det (A) = \det \begin{bmatrix} B & 0\\ 0 & I_m\end{bmatrix}$$ where $B$ is a square matrix and where $I_m$ means an $m \times m$ identity matrix.
I keep reading that it is obvious that we can view the RHS as a function of the $n$ rows of $A$ and that this function satisfies all three axioms for a determinant.
However, I fail to see that this is true.
- $\det(\begin{bmatrix}B& 0\\ 0 &I_m\end{bmatrix}) = \det(\begin{bmatrix}B& 0\\ 0& I_m\end{bmatrix})$?
- $F = tA$, then $\det F = \det(\begin{bmatrix}tB &0\\ 0& tI_m\end{bmatrix}) = t\det(A)$?
- determinant of the identity matrix = 1. ?
The question marks mean that these facts are apparently so obvious to everyone else that no one proves them but just states them.
(Big picture. I'm hoping getting clear on this will help me on my bigger question: how to prove $\det(\begin{bmatrix}B& 0\\ C &D\end{bmatrix}) = \det(B)(\det(D))$ for square matrices $B$ and $D$ and a rectangular matrix $C$). I have found this question elsewhere (Determinant of a block lower triangular matrix) but it seems way too handwavy. Other answers seem way too convoluted with too little explanation.)
To understand that $$\det A = \det(\begin{bmatrix}B& 0\\ C &D\end{bmatrix}) = \det(B)(\det(D))$$ try to use determinant definition $$\det(A) = \sum_{for\ all\ (i_1,i_2,\dots,i_n)}(-1)^{inversionsCount((i_1,i_2,\dots,i_n))}a_{1i_1}a_{2i_2}\cdots a_{ni_n}$$ where $(i_1,i_2,\dots,i_n)$ transposition of $(1,2,\dots,n)$.