$A:V\to W, B:W\to Z$ be linear map on finite dimensional vector spaces.
I need to show $\text{rank}(BA)\le \text{rank}(A)$.
I thought like this: suppose $\text{rank}(A)=m$, suppose $\text{rank}(BA)=m+1$, so there exists linearly independent vectors $z_1,\dots,z_{m+1}\in Z$ and $v_1,\dots,v_{m+1}\in V$ such that $BA(v_i)=z_i$,now $A(v_1),\dots, A(v_{m+1})$ must be linearly independent, but this is a contradiction to the fact that $\text{rank}(A)=m$, could anyone help me how to proceed now?