How can I show $\phi:\mathbb{Z}_m \to \mathbb{Z}_n$ defined by
$$ \phi(k) = k\mod{n} $$
satisfies $\phi(k +_m l) = \phi(k)+_n \phi(l)$ when $n\mid m$.
I have tried using remainder terms but the solution gets messy as I have mod n's and m's and cant get rid of them.