I am trying to follow this question and response... Integral multiples of g.c.d.(m,n)
let $J_m$ be the set of all integral multiples of the integer $m$. 1) Prove that $J_{g.c.d(m,n)}$ contains all the elements of $J_m$ and $J_n$.
2) Prove that if $J_r$ contains all the elements of $J_m$ and $J_n$, then $J_r$ contains all the elements of $J_{g.c.d(m,n)}$.
for part 1) the elements of $J_{g.c.d(m,n)}$ are of the form $c*g.c.d(m,n)$, where $c\in \mathbb{Z}$.
Now if $x$ is in $J_m$, then ∃ $a\in \mathbb{Z}$ | $am=x$. So we want $x=am=b*g.c.d(m,n)$ for some $b\in \mathbb Z$. If we pick $b=am/g.c.d(m,n)$, then our task is done.
I am having trouble seeing how $$J_m\cup J_n \subseteq J_{gcd(m,n)} \rightarrow J_{gcd(m,n)} \subseteq J_r$$ because $J_m\cup J_n$ is smaller than $J_{gcd(m,n)}$ yet it is saying $J_{gcd(m,n)}$ is contained in $J_r$ because of the fact that $J_m\cup J_n \subseteq J_{gcd(m,n)}$ which I don't buy...