How can I prove that $A\mathcal{R}B$ is an equivalence relation if there exists an invertible matrix $C$ such that $B = CA$?
I know there there is a reflexive, symmetric, and transitive steps.
Reflexive: $A \mathcal{R} A$ because $A = CA$, where $C = I$ this hold true?
Am I missing something important about matrices?
Thanks.
Reflexivity: For any matrix $A\in \mathbb{R}^{n\times n}$ we have that $A=IA$ where $I$ is the identity matrix (which obviously is invertible).
Symmetric: If $A\sim B$, then $\exists C$ such that $C$ is invertible and $A=CB$, hence $B=C^{-1}A$ where $C^{-1}$ is also invertible.
Transitivity: Suppose that $A\sim B$ and $B\sim C$. Then there exists invertible matrices $D,E$ such that $A=DB$ and $B=EC$, hence $A=D(B)=D(EC)=(DE)C$. Since $(DE)^{-1}=E^{-1}D^{-1}$, $A\sim C$. Hence this relation is transitive.