So I'm trying to solve this -
Let $A\in M_{5\times 6}(\mathbb{R})$, $A$ has rank $4$.
Let $D=\begin{pmatrix} I_5 & A\\ A^T & 0 \end{pmatrix}$.
I need to find the rank of $D$.
My solution so far:
First, $D$ has $11$ rows and $11$ columns.
It is given that $\rho(A)=\rho(A^T)=4$.
I claim, that since $\rho(A^T)=4$, $D$ has 9 rows which are not-zeroes and LI, hence the rank of $D$ is $9$.
This seems too simple. Am I missing something? Are there any other options?
[Edited and repaired after seeing @user1551 's example.]
First, use elementary column operations to see that $$\rho(\begin{pmatrix} I & A \\A^T & O\end{pmatrix})= \rho(\begin{pmatrix} I & A - IA \\A^T & -A^{T}A\end{pmatrix})= \rho(\begin{pmatrix} I & O \\A^T & -A^{T}A\end{pmatrix}) $$ and then elementary column operations to see that $$ \rho(\begin{pmatrix} I & O \\A^T & -A^{T}A\end{pmatrix})= \rho(\begin{pmatrix} I & O \\A^T - A^{T}I & -A^{T}A\end{pmatrix})= \rho(\begin{pmatrix} I & O \\O & -A^{T}A\end{pmatrix}). $$
Hence $\rho(D)=\rho(I)+\rho(A^{T}A)$.
Now treat the calculation of $\rho(A^{T}A)$ as a separate problem.
Note first that $Ax=0$ certainly implies $A^{T}Ax=0$. But the converse is true since the field is real: $A^{T}Ax=0$ implies $x^{T}A^{T}Ax=0$ implies $Ax=0$. Hence the null spaces of $A$ and $A^{T}A$ coincide. By the rank-nullity theorem the nullity of $A$ is $6-4=2$, so the nullity of $A^{T}A$ is 2, and so the rank of $A^{T}A$ is $6-2=4$.
Had the base field been $\mathbb{C}$ then the result would have been true on replacing $A^{T}$ by $\bar{A}^{T}$.