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 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\mid c\text{,} b\mid c\text{,} and \gcd(a,b)=1\text{,} then a=\prod p_i and b=\prod q_j but none of the p_i can be any of the q_j (or the gcd would include that prime).
Since by the FTA c=\prod r_k^{e_k}\text{,} where the r_k are distinct, the p_i must be some of the collection of r_ks and the q_j must be some of the rest, so that \prod p_i q_j still divides c\text{.}
So if a\mid c\text{,} b\mid c\text{,} and \gcd(a,b)=1\text{,} then ab\mid c\text{,} which is part of Proposition 2.4.10.
Example 6.4.2.
Let's show that a^2\mid z^2 implies a\mid z\text{.}
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β4β. 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\leq y\text{,} 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 \mid a\text{,} is Exercise 6.6.8:
xxxxxxxxxx
prime_divisors(693)
xxxxxxxxxx
factor(693)
Definition 6.4.5.
For p prime, we say that p^k\parallel n precisely when p^k\mid n but p^{k+1} does not divide n\text{.}
Definition 6.4.6.
We write n! for the product of the integers from 1 to n\text{,} called n factorial.
Example 6.4.7.
We can demonstrate these by saying 5^2\parallel 75 and 6!=720\text{.}
Example 6.4.8.
How many final 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: