Question:
A submatrix $B$ consisting of "s" rows of $A$ is selected from an n-square matrix $A$ of rank $r_{A}$. prove that the rank of $B$ is equal to or greater than $r_{A}+s-n$.
My thoughts:
I start with an easy case, says $A=I_4$. Then, by selecting 2 first rows of $A$. We obtain a matrix $B$:$$\begin{pmatrix} 1 &0 &0 &0 \\ 0&1 &0 &0 \end{pmatrix}$$ So, the rank of $B=4+2-4=2$. At least, I know the statement is true for this trivial situation. But can anyone help me to figure out the general situation about the problem? Thanks in advance.
Hint: Note the following: $r_A\leq n$ and $r_B\leq s$. With this in mind, instead of trying to prove that $r_B\ge r_A+s-n$ try to prove an equivalent inequality that has $r_B, r_A$ one one side and $n,s$ on the other.
As was pointed out below, my hint has issues and I don't see a way to salvage it. I am unable to delete this answer, so, for self-containment, I'm copying Leon Sot's answer: