To put it better, if A and B are non-invertible matrices (for whatever reason), can the matrix AB be invertible?
Just used to help understand a Linear Transformation assignment question, don't necessarily need an explanation as to why, but it would help. Thankyou.
$A,B$ square: never See for example How to prove and interpret rank(AB)$\le$ min(rank(A),rank(B))? But... $$\pmatrix{1&0}\pmatrix{1\cr0} = (1).$$
EDIT: more general and abstract example. For $\dim V = n$, take $$A: V\times V\longrightarrow V,\qquad A(x,y) = x,$$ $$B: V\longrightarrow V\times V,\qquad B(x) = (x,0),$$ and $AB =$ identity.