3. Primes and Unique Factorization Theorem


A prime number is an integer p such that

p>1 and p=ab then either a=1 or b=1 (1)

This says that prime numbers cannot be decomposed into smaller pieces. There is an equivalent definition of primes:

p|abp|a or p|b (2)

In abstract algebra, an element p is called a prime if (2) holds, and p is called an irreducible if (1) holds. Our main focus of this chapter is to prove that Z is a unique factorization ring (or more specifically Unique factorization domain). And it is well-known that in UFD, prime elements and irreducible elements coincide.

Proposition: Let p satisfies (1) if and only if p satisfies (2)

Proof) Suppose p|ab, then (p,a)=1, then p|b by the previous posts. If (p,a)=p, then p|a hence the result. Conversely, for the sake of contradiction that there exists two divisors 1<d1,d2<p, not necessarily distinct. Then p|d1d2p|d1 or p|d2, which cannot happen.

Lemma 1: Every integer n>1, n is divisble by a prime.

Proof) Let S be the set of all divisors d such that 1<d<n. Then if S is empty, then n is prime by definition, hence n|n. If nonempty, then since the set is bounded above by n, well-ordering principle guarantees a minimal element, call it d. Then if there existed 1<d<d such that d|d, then d|n, contradicting the minimality of d. Hence we see that d is a prime divisor.

Lemma 2: Every integer n>1, n a product of prime numbers.

Proof) We carry the proof by (strong) induction. If 2, then 2 is clearly a product of prime. Suppose n>2, then by lemma 1, we see that n=pm, where m<n, then by inudction m is a product of primes, and pm is a product of primes.

Condition (2) can be generalized into


Lemma 3: (Generalized): If p|a1an, then p|ai for some i=1,,n.

Proof) p|a1 or p|a2cn. If the first case, then done. For the second case, we use induction.

Lemma 4: If p|q1qk with qi primes, then p=qi for some i=1,,k.

Proof) By above, p|qi for some i, then as only divisor of prime greater than 1 is itself, p=qi.

Theorem: (The Unique Factorization Theorem) Any positive integer can be written as a product of primes (unique up to order).

Proof) Let n=p1pr=q1qs where pi and qj are all primes. This is possible by lemma 2. Then we see that p1|q1qs. By lemma 4, p1=qk for some k, hence we see that p2pr=q1qk1qk+1qs. By relabeling, we see that p2pr=q1qk1. Then by induction, k1=r1k=r and pi=qj for some i and j.

The above theorem is sometimes refer to as the fundamental theorem of arithmetic because it is the central fact of the integers. The above theorem show that every element can be written into

a=q1qr

uniquely up to order. Let's order the product such that q1q2qr, and group the same prime into an exponential form, then we get that


a=pe11perr

Proposition: Let a,bZ with ei,fj0,



a = pe11perr, b = pf11pfrr

then gcd(a,b)=pk11pkrr with ki=min(ei,fi).
Proof) The proof is tedious. 

Appendix: Least Common Multiple
One can define least common multiple of a,b to be the least element from the set S={c>0 | a|c and b|c}, as abS and it is bounded below 0, by the well-ordering principle, we see that S has a minimal element. The minimal element is defined to be the least common multiple of a,b, and denoted lcm(a,b).

Then least common multiple satisfies the following equivalent definition: Let c=lcm(a,b), then

    i) a|c  and  b|c 
    ii) If a|e and b|e, then ce.

which looks analogous to the definition of the greatest common divisor, but in an "opposite" way. Some may call it the dual notion for those who have taken category theory. Then the last proposition can be rephrased into

Proposition: Let a,bZ with ei,fj0,

a = pe11perr, b = pf11pfrr

then lcm(a,b)=pk11pkrr with ki=max(ei,fi).
Proof) Again tedious.

Comments

Popular posts from this blog

Max-Spec vs Spec

함수와 무한대2