I have defined a homorphism $\phi: Z/100Z * Z/10Z \rightarrow Z/1000Z$ defined as $\phi ((a,b)) \rightarrow a*10 + b$ and from what I can tell this is a valid isomorphism. Can someone explain to me why my function is not an isomorphism?
edit: reworded to show uniqueness of question
\begin{align} \phi\big((0,5)\big) &= 5, \\ (0,5)+(0,5) = (0,5+5)&=(0,0),\qquad\text{the second coordinate computed in }Z/10Z \\ \phi\big((0,5)+(0,5)\big) = \phi\big((0,0)\big) &= 0 \ne 10 = 5+5 \qquad\text{the $5+5$ computed in }Z/1000Z \end{align}