Suppose we have $n\times n$ matrices $A, B$, and there is no information about singularity of $A, B$.
Also $C$ is a $n\times n$ projection matrix, i.e. singular matrix and it is not the zero metrix.
If $AC=BC$, can we say that $A=B$?
All comments would be appreciated.
Take $$A = \begin{pmatrix}0 & 0 \\ 0 & 0\end{pmatrix}, B = \begin{pmatrix}1 & 0 \\ 0 & 0\end{pmatrix}, C = \begin{pmatrix}0 & 0 \\ 0 & 1\end{pmatrix}.$$
Another example: $$A = \begin{pmatrix}0 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 0\end{pmatrix}, B = \begin{pmatrix}0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 1\end{pmatrix}, C = \begin{pmatrix}1 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0\end{pmatrix}.$$
To make this more general: Let $C$ be a projection with nullspace at least 2 dimensional. Then Take for $A$ and $B$ projections on different subspaces of the nullspace.