I am supposed to find a generator for the group $m\mathbb{Z}+n\mathbb{Z}=\{a+b|a\in m\mathbb{Z}, b \in n \mathbb{Z}\}$, with addition.
My intuition: Since elements of $m\mathbb{Z}+n\mathbb{Z}$ will be numbers of the form $mc+nd$ for $c,d\in\mathbb{Z}$, they are linear combinations of $m$ and $n$. Therefore, the smallest linear combination is $\gcd(m,n)$ which should be the generator.
However, how would I go about proving this? Intuition is not nearly enough, I think.