I was playing around trying to find module homomorphisms and I thought I found one in the function $f:\mathbb{Z} \to \mathbb{Z}$ defined by $f(x)=2x$, as $f(x+y)=2(x+y)=2x+2y=f(x)+f(y)$ and $f(rx)=2rx=r(2x)=rf(x)$.
However, if I try to apply the First Isomorphism Theorem, the kernel is $0$ and the image is $2\mathbb{Z}$ which would imply $\mathbb{Z} \cong 2\mathbb{Z}$ which seems problematic as wouldn't that mean $\mathbb{Z}/\mathbb{Z} \cong \mathbb{Z}/3\mathbb{Z}$?
I'm sure I'm missing something simple, but I haven't been able to figure out where I went wrong in my reasoning.
Just because two submodules are isomorphic, doesn't mean that their corresponding quotients are isomorphic. Consider, for instance, the Abelian group (and thus $\mathbb Z$-module) $\mathbb Z[X]$ of polynomials with addition as the group operation. It is clearly isomorphic to its own subgroup $\mathbb Z[X^2]$ of polynomials with only even powers. But $\mathbb Z[X]/\mathbb Z[X]$ is clearly trivial, while $\mathbb Z[X]/\mathbb Z[X^2]$ is clearly not trivial, so the quotients are not isomorphic.