I'm trying to find a proof that shows if $a$, $b$ are in the natural numbers, then the sum of the additive semigroups $\mathbb N a + \mathbb N b$ is a subset of $\mathbb N d$ where $d = \gcd(a,b)$.
Asked
Active
Viewed 143 times
1
-
This is obvious since for all $n,m$ you have $$na+mb = d \left( n \frac{a}{d} + m \frac{b}{d} \right) \in d \Bbb{N}$$ – Crostul Mar 04 '16 at 18:38