1

This may be a dumb question. I'm not a math major, but, since I'm studying logic, I decided to learn a bit of number theory. I've just begun my studies (I'm reading Davenport's The Higher Arithmetic) and one of the first things I came across is the fundamental theorem of arithmetic. Now, in proving the uniqueness claim, I found an assertion that puzzled me. Let $n$ be a natural number, and both $p$ and $p'$ distinct prime factors of $n$. Consider the number $n - pp'$. Since both $p$ and $p'$ are factors of $n$, it follows that they are factors of $n - pp'$, whence they must appear in the number's prime factorization. So far so good. But then, Davenport goes on to say: "This implies that the number $pp'$ is a factor of $n$" (p. 11). I feel like I'm missing something obvious, but how does the preceding reasoning imply this fact?

MPW
  • 43,638
Nagase
  • 5,467

1 Answers1

4

If $p\cdot q\mid(a-p\cdot q)$, then $a-p\cdot q=p\cdot q\cdot l$ for some $l \in \mathbb{Z}$. So we simply have $a=p\cdot q(l+1)$.

$\therefore p\cdot q\mid a$.

I hope this helped!

MJD
  • 65,394
  • 39
  • 298
  • 580