Section 6.4 First consequences of the FTA
ΒΆThe impact of the FTA is so great, I cannot overstate its significance. This section collates a few examples, but you will see similar ones throughout the text, as well as in the next section, when we connect the theorem back to congruences. Most importantly, lots of theorems now have reasons, not just proofs. This distinction is an important point about mathematics! The difference boils down to the fact that gcd(a,b)=1 can be interpreted as saying a and b do not share any common prime factors. You will (re)prove a few things in the Exercises 6.6 to try this insight out. Here is a first example to give the feel.Example 6.4.1.
If aβ£c, bβ£c, and gcd(a,b)=1, then a=βpi and b=βqj but none of the pi can be any of the qj (or the gcd would include that prime).
Since by the FTA c=βrekk, where the rk are distinct, the pi must be some of the collection of rks and the qj must be some of the rest, so that βpiqj still divides c.
So if aβ£c, bβ£c, and gcd(a,b)=1, then abβ£c, which is part of Proposition 2.4.9.
Example 6.4.2.
Let's show that a2β£z2 implies aβ£z.
To begin, let's write \(a=\prod p^e\text{.}\) Then
Similarly,
If these two numbers divide each other, then we can separate the product by each prime, so that for each \(p\text{,}\)
for some \(q\text{;}\) in fact we must have \(q=p\) for each such caseβ3βTo be pedantic, the set of prime factors \(q\) of \(z^2\) contains the set of prime factors \(p\) of \(a^2\text{.}\). But then \(p^{2f}=p^{2e}p^{(2f-2e)}\) and this can be viewed as \(2e\leq 2f\text{,}\) so \(e\leq f\) as well.
This is true for all the primes \(p\) dividing \(a\text{,}\) so \(p^e \mid p^f = q^f\) for all such \(p\text{;}\) multiplying these together shows that
as desired.
Definition 6.4.3.
Given two numbers xβ€y, we let the maximum and minimum be defined by
with an obvious extension to a min or max of a set consisting of more than two numbers.
Example 6.4.4.
Product formula:
Greatest common divisor formula:
Determining a quotient formula, assuming bβ£a, is Exercise 6.6.8:
xxxxxxxxxx
prime_divisors(693)
xxxxxxxxxx
factor(693)
Definition 6.4.5.
For p prime, we say that pkβ₯n precisely when pkβ£n but pk+1 does not divide n.
Definition 6.4.6.
We write n! for the product of the integers from 1 to n, called n factorial.
Example 6.4.7.
We can demonstrate these by saying 52β₯75 and 6!=720.
Example 6.4.8.
How many zeros does twenty factorial have?
Either by hand or with help, we can see what the biggest powers of \(2\) and \(5\) in \(20!\) are.
Since \(2^{18} \parallel 20!\) and \(5^4\parallel 20!\text{,}\) we can conclude that \(20!\) ends with exactly 4 zeros merely from the prime factorization, which we could certainly get without multiplying it out (though in this case Sage does that first).
We can check this result: