From the answer to this question, how can one prove that $$\begin{vmatrix} a-\lambda & b \\ c & d-\lambda \end{vmatrix} = \begin{vmatrix} a & b \\ c & d-\lambda \end{vmatrix} + \begin{vmatrix} -\lambda & b \\ 0 & d-\lambda \end{vmatrix}$$
I mean it is not adding a multiple of a row / column to another row / column, and it is clear that the equality holds, but how to prove this ? Which proper of the determinant is used in here ?
The user who wrote the answer told me to check out this question, but I still don't get it.