Let $M= \begin{bmatrix}A&B\\C&D\end{bmatrix}$ be a block matrix and $A$ is square invertible.
Since $A$ is nonsingular, $$M= \begin{bmatrix}A&B\\C&D\end{bmatrix}=\begin{bmatrix}I&0\\CA^{-1}&I\end{bmatrix}\begin{bmatrix}A&0\\0&M/A\end{bmatrix}\begin{bmatrix}I&A^{-1}B\\0&I\end{bmatrix}$$ My question is: why $\text{rank}(M)=\text{rank}(A)+\text{rank}(M/A)$, where $M/A$ is Schur - complement?