We saw earlier that positive whole numbers have factors if they’re not a prime number. Let’s explore this a little further.
video: [youtube]
slides: [pdf]
Breaking A Number Into Its Factors
Let’s think about the number 12 and its factors. We can think of two combinations straight away.
$$ \begin{align} 12 &= 2 \times 6 \\ 12 &= 3 \times 4 \end{align} $$
Looking again at those factors we can see that 6 itself can be broken down into smaller factors 3 and 2. That 4 can also be broken down into factors 2 and 2.
$$ \begin{align} 12 = 2 \times (3 \times 2) \\ 12 = 3 \times (2 \times 2) \end{align} $$
We can’t break these smaller factors down any further, which means they’re prime numbers. Both combinations now look very similar. If we put those factors in order of size, we can see they are in fact exactly the same.
$$ \begin{align}12 = 2 \times 2 \times 3 \\ 12 = 2 \times 2 \times 3 \end{align} $$
Perhaps every number can be broken down into a list of prime factors that is unique to that number, much like DNA is unique to people. Let’s prove it.
Fundamental Theorem Of Arithmetic
We’ll split this proof into two steps.
- First we’ll show that any positive whole number can be broken down into a list of factors that are all prime.
- Second we’ll show this list of primes is unique to that number.
Let’s imagine a number $N$ and write it out as a product of factors.
$$ N =f_1 \cdot f_2 \cdot f_3 \cdot \ldots \cdot f_m $$
We can look at each of these factors $f_i$ in turn. If a factor is not prime, we can break it down into smaller factors. For example, the factor $f_1$ might be broken down as $f_1 = g_1 \cdot g_2$. If a factor is prime, $f_2 = p_1$ for example, we leave it because we can’t break it into smaller factors.
$$ N =(g_1 \cdot g_2) \cdot p_1 \cdot (g_3 \cdot g_4 \cdot g_5) \cdot \ldots \cdot (g_x \cdot g_y) $$
If we keep repeating this process, all the factors will eventually be prime. How can we be so sure? Well, if any number in the list isn’t prime, we can apply the process again, breaking that number down into smaller factors. The only thing that stops us applying the process again is when all the factors are eventually prime.
The following picture shows an example of this iterative process applied to the number 720. (Click to enlarge the picture)
We can now write $N$ as a product of these primes.
$$ N =p_2 \cdot p_3 \cdot p_1 \cdot p_5 \cdot p_4 \cdot p_6 \cdot p_7 \cdot \ldots \cdot p_n $$
These primes won’t necessarily be in order of size. They may also repeat, for example $p_1$ might be the same as $p_7$. It doesn’t matter. We’ve shown that any positive whole number can be written as a product of primes.
Let’s now show that this list of primes is unique to that number $N$. For the moment, imagine this isn’t true and a number $N$ can be written as a product of two different lists of primes.
$$ \begin{align} N &= p_1 \cdot p_2 \cdot p_3 \cdot \ldots \cdot p_a \\ N &= q_1 \cdot q_2 \cdot q_3 \cdot \ldots \cdot q_a \cdot q_b \cdot q_c \cdot q_d \end{align} $$
These primes are not necessarily in order of size, and some might be repeated, so $p_2$ could be the same as $p_4$. Again, we won’t let that bother us. To keep our argument general, we’ll assume that the number of primes in the second list, $d$, is larger than the number of primes in the first list, $a$.
No comments:
Post a Comment