Is it true that for any suitable matrices $B, C$ if If $AA^{T}B=AA^{T}C$, then $A^{T}B=A^{T}C$?
I think yes, but my reasoning seems sloppy. In particular, I think if a vector belongs to the null space of $AA^{T}$, then it also belongs to the null space of $A^{T}$. Is this claim true. If the claim is true, the question is trivial. I think the claim is true because the dimensions of both $A$, $AA^{T}$ are same. Am I right? Any hints? Thanks beforehand.
If $A$ has an inverse $A^{-1}$ then we have
$$AA^T B = AA^T C$$ $$A^{-1} (A A^T B) = A^{-1} (A A^T C)$$
$$(A^{-1} A) A^T B = {(A^{-1} A) A^T C}$$
$$A^T B = A^T C$$
making use of the fact that matrix multiplication is associative.
I’ll leave it to someone else to answer your real question.