Let $A$ be $m \times n$ and $B$ be $n \times p$, and suppose $AB = 0$.
Explain why rank$A$ + rank$B$ $\leq n$.
So we know the resulting matrix will be of dimensions $ m \times p$, but not sure how rank is involved with $AB$ equaling $0$.
Let $A$ be $m \times n$ and $B$ be $n \times p$, and suppose $AB = 0$.
Explain why rank$A$ + rank$B$ $\leq n$.
So we know the resulting matrix will be of dimensions $ m \times p$, but not sure how rank is involved with $AB$ equaling $0$.
If AB = 0 then the column space of B is a subspace of the nullspace of A.
So rank(B) = dim(column space of B).
By the definition of dimension dim(Null(A)) ≥ dim(rank(B)).We also know dim(Null(A)) + dim(rank(A)) = n and dim(Null(B)) + dim(rank(B)) = n.
Upon substitution we have n−dim(rank(A)) ≥ dim(rank(B)). Thus n ≥ dim(rank(A)+dim(rank(B)).