For three matrices $A, B$ and $C$ of the same order, if $A$=$B$, then $AC$=$BC$, but converse is not true.
I guess $A,B,C$ all are square matrices of the same order. $$ A=B $$ multiplying by $C$ from right side, $$ \implies AC=BC $$
But why is the second statement "converse is not true" ?
$AC=BC$, multiplying by $C^{-1}$ from the right $$ ACC^{-1}=BCC^{-1}\implies AI=BI\implies A=B $$ right ?