Let $A \in \mathbb{C}^{m\times n}$, and $B \in \mathbb{C}^{n\times k}$ complex matrices.
If A is full-column rank matrix then can we say that rank($AB$) = rank ($BA$) = rank($B$)?
What can we say about $N(AB)$?
Under what condition $N(AB) = N(B)$?
I need help to understand this. I would be very much helpful for any kind of help and suggestions.
Supposing $m=k$ so that $BA$ is defined, we can use Sylvester's rank inequality combined with
rank$(AB)\leq$ min$\{$rank$(A)$, rank$(B)\}$. So we have
rank$(A)+$rank$(B)-n \leq$ rank$(AB)\leq$ min$\{$rank$(A)$, rank$(B)\}.$
If $A$ is full column rank then we must have rank$(B) \leq$ rank$(A)$, and we have rank$(A)=n$, so the inequality reduces to
rank$(B) \leq$ rank$(AB)\leq$ rank$(B),$
and we have a similar result for rank$(BA)$, proving the first part.
Note that $N(B) \subseteq N(AB)$ - it is easy to prove this using the standard way of taking $v \in N(B)$ and then showing that we must have $v \in N(AB)$.
You will have the last equality if $A^{-1}$ exists...again this is not difficult to prove - you must just show that $v \in N(AB)$ implies $v \in N(B)$ if $A$ is invertible.