For $2 \times 2$ matrices,
$$\det \begin{bmatrix} a&b \\ c+e&d \end{bmatrix} =\det\begin{bmatrix} a&b \\ c&d \end{bmatrix}+ \det \begin{bmatrix} a&b \\ e&0 \end{bmatrix}$$
If $A$ is $m \times m$ matrix and $D$ is $n\times n$ matrix, is the following correct?
$$\det \begin{bmatrix} A&B \\ C+E&D \end{bmatrix} =\det\begin{bmatrix} A&B \\ C&D \end{bmatrix}+ \det \begin{bmatrix} A&B \\ E&0 \end{bmatrix}$$
If it is correct, please show me a proof.
In general, no. Suppose that $A$, $B$, $C$, and $D$ are $2\times2$ matrices, with $A=B=D=\left[\begin{smallmatrix}1&0\\0&1\end{smallmatrix}\right]$. Take $C=\left[\begin{smallmatrix}c_1&c_2\\c_3&c_4\end{smallmatrix}\right]$ and $E=\left[\begin{smallmatrix}e_1&e_2\\e_3&e_4\end{smallmatrix}\right]$. Then\begin{multline}\det\begin{bmatrix}A&B\\C+E&D\end{bmatrix}=\\=1 - c_1 - c_2 c_3 - c_4 + c_1 c_4 - e_1 + c_4 e_1 - c_3 e_2 - c_2 e_3 - e_2 e_3 - e_4 + c_1 e_4 + e_1 e_4.\end{multline}But$$\det\begin{bmatrix}A&B\\C&D\end{bmatrix}=1 - c_1 - c_2 c_3 - c_4 + c_1 c_4$$and$$\det\begin{bmatrix}A&B\\E&0\end{bmatrix}=e_2 e_3 + e_1 e_4.$$