GCD divisibility of LCM

99 Views Asked by At

Show that the following conditions are equivalent:

i) There exist positive integers $a,b$ such that $\gcd(a,b)=d$ and $\operatorname{lcm}(a,b)=m$.

ii) $d∣m$

The first direction is very straightforward but for the second direction we start with so little I wrote $d = mq$ for some $q$ in the integers but I'm confused as to where to go next

2

There are 2 best solutions below

0
On

If you have $d|m$, you immediately get $gcd(d,m)=d$ and $lcm(d,m)=m$, so the pair $(d/m)$ does the job completing the proof of the other direction.

0
On

We know that $$\gcd(a,b) | ax + by$$ So, the GCD divides any linear combination of $a$ and $b$. Isn't the LCM a linear combination of $a$ and $b$? $LCM = ka + 0\cdot b$ for some $k$.