The Question:
Let $M$ be an $n \times n$ matrix and suppose that $M =\begin{bmatrix}I&B\\0&A\end{bmatrix} ,$ where $A$ is a $j \times j$ matrix with $j < n$; where $I$ is the $(n − j) \times (n − j)$ identity matrix; and where $0$ a matrix of zeros. Prove that $\det(M) = \det(A)$.
I would like to prove this using Leibniz's formula of the determinant: For an $n \times n$ matrix $A$,
$$\det(A)=\sum_{\sigma\in S_n} \operatorname{sgn}(\sigma)\cdot a_{1,\sigma(1)}\cdot...\cdot a_{n,\sigma(n)} = \sum_{\sigma\in S_n} \operatorname{sgn}(\sigma)\cdot \prod_{i=1}^na_{i,\sigma(i)}$$
Any help would be appreciated, thank you.
Hint: Consider the partition $S_n =A\bigcup A^C$ of the set $S_n$, where $$A=\{\sigma \in S_n: \sigma ([n-j])\cap [n-j]\neq \emptyset\},$$ What can you conclude from $\prod_{i=1}^na_{i,\sigma(i)}$ if $\sigma \in A$?
Then you will have to play with identity matrix. So you will have to do a projection from $S_n$ to $S_j.$
Hope it helps.