Define a relation on $\mathbb Z$ by specifying that $m\sim n$ if $\gcd(m, n) = m$. Show that this relation is NOT an equivalence relation.
I have shown that it passes the reflexive property and symmetric property, so that means it has to fail the transitive property, but I don't know how to show that.
Reflexive: $\gcd(m,m) = m$
Example: $\gcd(2,2) = 2$
Symmetric: $\gcd(m,n) = m$ and $\gcd (n,m) = m$
Example: $\gcd(2,4) = 2$ and $\gcd (4,2) = 2$
We have $1\sim 2$ because $\gcd(1,2)=1$ but we do not have $2\sim 1$, since $\gcd(2,1)=1\neq 2$. Thus $\sim$ is not symmetric. Hence it is not an equivalence relation.