Two squared matrices $A$ and $B$, with $B\neq0$, give $AB=0$. Prove that $\det(A)=0$.
After trying with some examples, I believe that $A$ needs to have lines that are equal or can be made equal by scalar multiplication, B needs to have columns that are equal or can be made equal by scalar multiplication, like $$ A= \begin{bmatrix} 1 & 2 \\ 2 & 4 \\ \end{bmatrix} $$ and $$ B= \begin{bmatrix} 2 & 4 \\ -1 & -2 \\ \end{bmatrix} $$
which would mean that $\det(A)=0$ and $\det(B)=0$. But this is still far from being a proof of anything. Am I on the right track? What would be my next step?