if a prime p|LCM[a,b] then p|a or p|b

148 Views Asked by At

Given a prime p show that if p|LCM[a,b] then p|a or p|b.

Is it enough for me to simply show that if d=LCM then d=an, then by Euclid(p|xy then p|x or p|y), p|d so p|an therefore p|a or p|n? and doing the same for b.

Also, how do I confirm the "or" here?

Thank you.

2

There are 2 best solutions below

2
On BEST ANSWER

Hint: $\,\ p\mid {\rm lcm}(a,b)\mid ab\,\Rightarrow\, p\mid ab\:$ by the LCM Universal Property & transitivity of "divides".

0
On

Hint.

$$\text{LCM}(a,b)=a\cdot\frac b{\text{GCD}(a,b)}$$Now use Euclid's result.