If
$\hspace{2in}$$ A = \begin{bmatrix} B & 0 \\ C & D \end{bmatrix} \in \mathsf{M}_n, $
where $ B \in \mathsf{M}_k $ and $ D \in \mathsf{M}_{n-k}$, prove that $ p_A = p_B p_D $. ${Hint}$: proceed by induction on $n$ and expand the determinant across the first row.
i have no idea what to do. All i know is that $p_A (t) = \det(tI_n-A)$ , $p_B (t) =\det(tI_n-B)$ and that $p_D(t) = \det(tI_{n-k}-D) $
i also feel like you can prove this without induction by saying that $\det(A) = BC$
but i also feel like that is totally incorrect
What should i do? how do i prove this?
if you have a better title feel free to chage it
how would induction even play into this?
The easiest trick to implement (but not necessarily to think of) is to write $tI - A$ as the product $$ tI - A = \pmatrix{tI - B & 0\\0&I}\pmatrix{I & 0\\-C&I} \pmatrix{I & 0\\0&tI - D} $$ and it suffices to determine that the matrices in this product have determinants $\det(tI - B),1,\det(tI - D)$ (in that order). We could prove those formulas using induction, if you like. In particular, the formulas for $$ \det \pmatrix{I & 0\\0&tI - D}, \det\pmatrix{I & 0\\C&I} $$ are very nicely proven using the hint as it's given.