Given this theorem: For every prime and all integers a, b, if p|ab, then p|a or p|b Prove: Let ∈ ℤ and , be distinct primes. Then p|x and q|x if and only if pq|x
I have already proven if p|x and q|x then pq|x.
Now I need to prove it the other way around, if pq|x then p|x and q|x
I have this: We have pq|x which means x = pqn, where n is some integer
Where do I go from here?
Where do I go from here?" $x = pqn = p(qn)=q(pn)$. $qn$ and $pn$ are both integers so......
– fleablood Oct 05 '20 at 23:59