Let $A$ be an $m \times n$ matrix and $B$ be an $n \times m$ matrix where $m<n$.
Then can we say that the product $AB_{m \times m}$ is always singular or always non-singular?
Also, can we say that $BA_{n \times n}$ is always singular or non-singular?. Does this change any thing?
I was thinking that since $m<n$ we have Rank$(A) \leq m$ and similarly Rank$(B) \leq n$ and also that Rank$(AB) \leq min($Rank$(A)$,Rank$(B)$), but will that help?
How can I think about this problem?
We have
so $$\text{rank}(BA)\le\min(\text{rank}(A),\text{rank}(B))\le m < n$$ hence, since $BA$ is an $n{\,\times\,}n$ matrix, $BA$ is singular.
On the other hand, $AB$ may or may not be singular.
All we need is one example of each . . .
To keep it simple, let $m=1,\,n=2$.
For an example where $AB$ ends up being singular, let $A,B$ be given by $$ A= \pmatrix { 1 & 0\cr } ,\;\;\; B= \pmatrix { 0\cr 1\cr } $$ so we have $\text{rank}(A)=\text{rank}(B)=1$, but $AB=0$, which is singular.
For an example where $AB$ ends up being non-singular, let $A,B$ be given by $$ A= \pmatrix { 1 & 0\cr } ,\;\;\; B= \pmatrix { 1\cr 0\cr } $$ so we have $\text{rank}(A)=\text{rank}(B)=1$, and $AB=(1)$, which, as a $1{\,\times\,}1$ matrix, is non-singular.