I am trying to find a generator of $nZ∩mZ$.
My intuition:
A generator is $c = lcm(m,n)$.
Given some integer $a$ in the intersection $nZ∩mZ$, I know that there exists $x,y$ such that $a = xn$ and $a = ym$.
Now i want to show there exists $k$ such that $c^k = a$, But could no go further.
Any hints will be useful :)