1

If two distinct primes p,q divides a number z, will their product $pq$ also divide z, that is $pq|z$? And how can I prove this. Thanks,

1 Answers1

3

Notice that $p\mid z\implies z=p\cdot k$ for some integer $k$. At the same time, Eucklid's Lemma establishes that $$q\mid z\iff q\mid p\cdot k\implies q\mid p\;\text{ or/and }\;q\mid k$$ Observe that $q\mid p$ is nonsense, since both $p$ and $q$ are primes. Therefore $q\mid k\implies k=q\cdot m$ for some integer $m$. But then $z=p\cdot k=p\cdot q\cdot m\implies pq\mid z$.

Dr. Mathva
  • 8,621