I'm working my way through Franklin's Matrix Theory and am stuck on question 1.3.2.
The question:
Let $A$ have the form:
$$ A = \begin{bmatrix} a_{11} & a_{12} & a_{13} & a_{14} & a_{15}\\ a_{21} & a_{22} & a_{23} & a_{24} & a_{25}\\ 0 & 0 & a_{33} & a_{34} & a_{35}\\ 0 & 0 & a_{43} & a_{44} & a_{45}\\ 0 & 0 & a_{53} & a_{54} & a_{55} \end{bmatrix} = \begin{bmatrix} A_1 & \cdots \\ \bigcirc & A_2 \end{bmatrix} $$
Show that:
$$\det{A} = \det{A_1} \cdot \det{A_2}$$
The only argument I'm confident enough in making is that $\det{A}$ will ultimately consist only of elements from $A_1$ and $A_2$.
My reasoning is this:
Each term $s(j_1,\cdots,j_n)\prod_{i=1}^{n}a_{i j_i} $ of $\det{A}$ is non-zero only if whenever $1 \leq i \leq 2$, $1 \leq j_i \leq 2$ and whenever $3 \leq i \leq 5$, $3 \leq j_i \leq 5$.
This is because if when $1\leq i \leq 2$ we chose $j_i$ such that $3 \leq j_i \leq 5$ we would unavoidably have to choose a zero when $3 \leq i \leq 5$ as we must make one choice for each row 3,4,5. We want non-zero terms so for each choice of $j_i$ we pick from columns 3,4,5. However, one of the columns that would give us an element in $A_2$ (non-zero) is no longer available due to our previous choice, forcing us to take a zero.
The case which arises when $3 \leq i \leq 5$ and we choose $1 \leq j_i \leq 2$ is obvious.
I'm not confident in asserting anything beyond that.
Any help is much appreciated!