I want to prove the ring of even integers $2\mathbb{Z}$ is not isomorphic to $3\mathbb{Z}$. I do this by contradiction, assume $\phi$ is such an isomorphism from $2\mathbb{Z}$ to $3\mathbb{Z}$. Observe this equality:
$$\phi(2)+\phi(2)=\phi(2+2)=\phi(2\cdot2)=\phi(2)\cdot\phi(2)$$
Let $x=\phi(2)$ and we have the equation $x^2-2x=0$ in $3\mathbb{Z}$. This factors into $x(x-2)=0$.
$\phi(2)=0$ is not possible because any isomorphism will have $\phi(0)=0$.
Thus we are left with $x-2=0$ which has no solution in $3\mathbb{Z}$.
Question. Is this a valid argument? What does the $2$ symbol in the last equation denote, if not an element of $3\mathbb{Z}$?
$x^2 - 2x = x(x-2)$ is not a valid factorization in $3\mathbb{Z}$ precisely because $2 \notin 3\mathbb{Z}$.
But you can just directly conclude that $x^2 - 2x = 0$ has no solutions in $3\mathbb{Z}$.
Namely, if $x = 3k$ then
$$9k^2 = x^2 = 2x = 6k \implies 9k= 6$$
which is a contradiction.