SlideShare a Scribd company logo
Student ID: U10011024                         Name: Kuan-Lun Wang


75 Theorem. Eevery integer greater than 1 is a product
of prime numbers. (P.34)
   We use proof by contradiction. Assume that some positive
integer cannot be written as the product of primes. Let n be
the smallest such integer (such an integer must exist, from
the well-ordering property). If n is prime, it is obviously the
product of set a set of primes, namely the one prime n. So n
must be composite. Let n = ab, with 1<a<n and 1<b<n.
But because a and b are smaller than n, they must be the
product of primes. Then, because n = ab, we conclude that
n is also a product of primes. This contradiction shows that
every positive integer can be written as the product of primes.
Pratice 73. If p | a1a2 · · · an, then p | ai for some 1 ≤ i ≤
n. (P.34)
Lemma 3.5. If p divides a1a2 · · · an, where p is a prime and
a1, a2, . . . , an are positive integers, then there is an integer
i with 1 ≤ i ≤ n such that p divides ai. (P.113)
   We prove this result by induction. The case where n = 1
is trivial. Assume that the results is true for n. Consider
a product of n + 1 integers a1a2 · · · an+1 that is divisible by
the integer p. We know that either (p, a1a2 · · · an) = 1 or
(p, a1a2 · · · an) = p. If (p, a1a2 · · · an) = 1, then by Lemma
3.4, p | an+1. On the other hand, if p | a1a2 · · · an, using the
induction hypothesis, there is an integer i where 1 ≤ i ≤ n
such that p | ai. Consequently, p | ai for some i with 1 ≤
i ≤ n + 1. This prove the result.


CHAPTER 6                                                        1
Student ID: U10011024                                 Name: Kuan-Lun Wang


   Lemma 3.4. If a, b, and c are positive integers such that
(a, b) = 1 and a | bc, then a | c. (P.34)
76 Theorem (Fundamental Theorem of Arithmetic). Ev-
ery integer greater than 1 can be represented as a product of
primes in only one way, apart from the order of the factors.
   We arrange the prime factorization of n as follows:
                                               a
                        n = p a1 p a2 · · · p k k ,
                              1 2

where a1>0, a2>0, . . . , ak >0 and p1<p2< · · · <pk . This
factorization of n is called the canonical factorization of n.
For example 23 · 32 · 5 · 72 is the canonical factorization of
17640. (P.34)
Theorem 3.15. The fundamental Theorem of Arith-
metic. Every positive integer greater then 1 can be written
uniquely as product of primes, with the prime factors in the
product written in nondecreasing order. (P.112)
   We use proof by contradiction. Assume that some positive
integer cannot be written as the product of primes. Let n be
the smallest such integer (such an integer must exist, from
the well-ordering property). If n is prime, it is obviously the
product of set a set of primes, namely the one prime n. So n
must be composite. Let n = ab, with 1<a<n and 1<b<n.
But because a and b are smaller than n, they must be the
product of primes. Then, because n = ab, we conclude that
n is also a product of primes. This contradiction shows that
every positive integer can be written as the product of primes.
   We now finish the proof of the fundamental theorem of
arithmetic by showing that the factorization is unique. Sup-
CHAPTER 6                                                               2
Student ID: U10011024                                    Name: Kuan-Lun Wang


pose that there is an integer n that has two different factor-
izations into primes:
                   n = p 1 p2 · · · ps = q 1 q 2 · · · q t ,
where p1, p2, . . ., ps, and q1, q2, . . ., qt are all primes, with
p1 ≤ p2 ≤ · · · ≤ ps and q1 ≤ q2 ≤ · · · ≤ qt.
   Remove all common primes from the two factorizations to
obtain
                  pi1 pi2 · · · piu = qj1 qj2 · · · qjv ,
where the primes on the left-hand side of this equation differ
from those on the right-hand side, u ≥ 1, and v ≥ 1 (be-
cause the two original factorizations were presumed to differ).
However, this leads to a contradiction of Lemma 3.5; by this
lemma, pi must divide qjk for some k, which is impossible,
because each qjk is prime and is different from pi1. Hence,
the prime factorization of a positive integer n is unique.
   Lemma 3.5. If p divides a1a2 · · · an, where p is a prime
and a1, a2, . . . , an are positive integers, then there is an
integer i with 1 ≤ i ≤ n such that p divides ai. (P.113)
78 Theorem. For a, b ∈ Z+, a · b = (a, b) · [a, b]. (P.35)
Theorem 3.16. If a and b are positive integers, then
[a, b] = ab/(a, b), where [a, b] and (a, b) are the least common
multiple and greater common divisor of a and b, respectively.
(P.116)
   Let a and b have prime-power factorizations a = pa1 pa2 · · · pan
                                                     1 2          n
            b1 b2     bn
and b = p1 p2 · · · pn , where the exponents are nonnega-
tive integers and all primes occurring in either factorization
CHAPTER 6                                                                  3
Student ID: U10011024                                        Name: Kuan-Lun Wang


occur in both, perhaps with 0 exponents. Now let Mj =
max(aj , bj ) and mj = min(aj , bj ). Then we have
        (a, b) · [a, b] = pM1 pM2 · · · pMn · pm1 pm2 · · · pmn
                           1   2         n     1   2         n
                        = pM1+m1 p2 2+m2 · · · pMn+mn
                           1
                                  M
                                                n
                        = pa1+b1 p22+b2 · · · pan+bn
                           1
                                  a
                                               n
                        = p a1 p a2 · · · p an · p b 1 p b 2 · · · p b n
                            1 2             n      1 2               n
                        = a · b,
because Mj + mj = max(aj , bj ) + min(aj , bj ) = aj + bj by
Lemma 3.6.
   Lemma 3.6. If x and y are real numbers, then max(x, y)+
min(x, y) = x + y.
                                 √
79 Proposition. Prove that √ is irrational. (P.35)√
                                   2
Example 3.20. Suppose that 2 is rational. Then 2 =
a/b, where a and b are relatively prime integers with b = 0.
It follows that 2 = a2/b2, so that 2b2 = a2. Because 2 | a2, it
follows (see Exercise 40 at the end of this section) that 2 | a.
Let a = 2c, so that b2 = 2c2. Hence, 2 | b2, and by Exercise
40, 2 also divides b. However, because (a, b) = 1, we know
that 2 cannot divide both a and b. This contradiction shows
      √
that 2 is irrational. (P.119)
   Exercise 40. Show that if a, b, and c are integers with
c | ab, then c | (a, c)(b, c). (P.123)
80 Theorem. Let α be a real root of the polynomial xn +
cn−1xn−1 + · · · + c1x + c0, where the coefficients c0, c1, . . .,
cn−1 are integers. Then α is either an integer or an irrational
CHAPTER 6                                                                      4
Student ID: U10011024                       Name: Kuan-Lun Wang


number. (P.36)
Theorem 3.18. Let α be a real number that is a root of
the polynomial xn + cn−1xn−1 + · · · + c1x + c0, where the
coefficients c0, c1, . . ., cn−1 are integers. Then α is either an
integer or an irrational number. (P.119)
  Suppose that α is rational. Then we can write α = a/b,
where a and b are relatively prime integers with b = 0. Be-
cause α is a root of xn + cn−1xn−1 + · · · + c1x + c0, we have
       (a/b)n + cn−1(a/b)n−1 + · · · + c1(a/b) + c0 = 0.
Multiplying by bn, we find that
          an + cn−1an−1b + · · · + c1abn−1 + c0bn = 0.
Because
        an = b(−cn−1an−1 − · · · − c1abn−2 − c0bn−1),
we see that b | an. Assume that b = ±1. Then b has a prime
divisor p. Because p | b and b | an, we know that p | an.
Hence, by Exercise 41, we see that p | a. However, because
(a, b) = 1, this is a contradiction, which shows that b = ±1.
Consequently, if α is rational then α = ±a, so that α must
be an integer.
   Exercise 41. (P.123)
a) Show that if a and b are positive integers with (a, b) = 1,
than (an, bn) = 1 for all positive integers n.
b) Use part (a) to proof that if a and b are integers such that
an | bn, where n is a positive integer, then a | b.

CHAPTER 6                                                      5
Student ID: U10011024                          Name: Kuan-Lun Wang

                                           n
84 Definition. The integers Fn = 22 + 1 are called the
Fermat numbers.
  For example,
       F0 = 3, F1 = 5, F2 = 17, F3 = 257, andF4 = 65537.
These numbers Fi, 0 ≤ i ≤ 4, are all primes. (P.37)
The Fermat Number
                      n
The integers Fn = 22 + 1 are called the Fermat numbers.
Fermat conjectured that these integers are all primes. Indeed,
the first few are primes, namely, F0 = 3, F1 = 5, F2 = 17,
                                                       5
F3 = 257, and F4 = 65, 537. Unfortunately, F5 = 22 + 1 is
composite, as we will now demonstrate. (P.131)
                                                         5
85 Proposition. The Fermat number F5 = 22 + 1 is
divisible by 641. (P.37)
                                                 5
Example 3.24. The Fermat number F5 = 22 + 1 is di-
visible by 641. We can show that 641 | F5 without actually
performing the division, using several not-so-obvious obser-
vations. Note that
                    641 = 5 · 27 + 1 = 24 + 54.
Hence,
   5
22 + 1 = 232 + 1 = 24 · 228 + 1 = (641 − 54)228 + 1
      641 · 228 − (5 · 27)4 + 1 = 641 · 228 − (641 − 1)4 + 1
      641(228 − 6413 + 4 · 6412 − 6 · 641 + 4).
Therefore, we see that 641 | F5. (P.131-132)
86 Theorem. For all positive integers n, we have
                    F0F1F2 · · · Fn−1 = Fn − 2.
CHAPTER 6                                                        6
Student ID: U10011024                           Name: Kuan-Lun Wang


(P.37)
                             k
Lemma 3.10. Let Fk = 22 + 1 denote the kth Fermat
number, where k is a nonnegative integer. Then for all posi-
tive integers n, we have
                    F0F1F2 · · · Fn−1 = Fn − 2.
(P.133-134)
  We will prove the lemma using mathematical induction.
For n = 1, the identity reads
                          F0 = F1 − 2.
This is obviously true, because F0 = 3 and F1 = 5. Now, let
us assume that the identity holds for the positive integer n,
so that
                 F0F1F2 · · · Fn−1 = Fn − 2.
With this assumption, we can easily show that the identity
holds for the integer n + 1, because
 F0F1F2 · · · Fn−1Fn = (F0F1F2 · · · Fn−1)Fn
                                            n          n
                        = (Fn − 2)Fn = (22 − 1)(22 + 1)
                             n
                        = (22 )2 − 1 = 22n+1 − 1 = Fn+1 − 2.
   This leads to the following theorem.
Pratice 81. Prove that the least digit in the decimal ex-
                   n
pansion of Fn = 22 + 1 is 7 if n ≥ 2. (P.37)
Exercise 17. Show that the last digit in the decimal expan-
               n
sion of Fn = 22 +1 is 7 if n ≥ 2. (Hint: Using mathematical
                                                 n
induction, show that the last decimal digit of 22 is 6.) (P.136,
622)
CHAPTER 6                                                         7
Student ID: U10011024                            Name: Kuan-Lun Wang


   We can prove that the last digit in the decimal expansion of
Fn is 7 for n ≥ 2 by proving that the last digit in the decimal
                n
expansion of 22 is 6 for n ≥ 2. This can be done using
                                        2
mathematical induction. We have 22 = 16, so the result is
true for n = 2. Now assume that the last decimal digit of
  n                 n                                     n+1
22 is 6, that is, 22 ≡ 6 (mod 10). It follows that 22         =
         n+1 −2n
  2n 22                 n+1 −2n
(2 )               ≡ 62           ≡ 6 (mod 10). This completes the
proof.
87 Theorem. Let m and n be distinct nonnegative inte-
gers. Then (Fm, Fn) = 1. (P.38)
Theorem 3.21. Let m and n be distinct nonnegative in-
tegers. Then the Fermat numbers Fm and Fn are relatively
prime. (P.134)
   Let us assume that m<n. By Lemma 3.10, we know that
                     F0F1F2 · · · Fn−1 = Fn − 2.
Assume that d is a common divisor of Fm and Fn. Then,
Theorem 1.8 tells us that
              d | (Fn − F0F1F2 · · · Fm · · · Fn−1) = 2.
Hence, either d = 1 or d = 2. However, because Fm and Fn
are odd, d cannot be 2.
                                         k
   Lemma 3.10. Let Fk = 22 + 1 denote the kth Fer-
mat number, where k is a nonnegative integer. Then for all
positive integers n, we have
                     F0F1F2 · · · Fn−1 = Fn − 2.

CHAPTER 6                                                          8
Student ID: U10011024                   Name: Kuan-Lun Wang


(P.133-134)
   Theorem 1.8. If a, b, and c are integers with a | b and
b | c, then a | c. (P.37)




CHAPTER 6                                                 9

More Related Content

PDF
PDF
Number theory
PPT
Analysis Of Algorithms Ii
PDF
Number theory
PPT
PDF
PPTX
CMSC 56 | Lecture 8: Growth of Functions
PPTX
Calculus Homework Help
Number theory
Analysis Of Algorithms Ii
Number theory
CMSC 56 | Lecture 8: Growth of Functions
Calculus Homework Help

What's hot (19)

PPT
Proof in Mathematics
PDF
Number theory lecture (part 2)
PPTX
Calculus Homework Help
PPTX
Calculus Homework Help
PPT
Discrete Math Lecture 03: Methods of Proof
PDF
Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE
PPTX
Calculus Assignment Help
PPTX
P, NP and NP-Complete, Theory of NP-Completeness V2
DOCX
Practice questions( calculus ) xii
PDF
Heuristics for counterexamples to the Agrawal Conjecture
PPT
Mcs lecture19.methods ofproof(1)
PDF
Number theory lecture (part 1)
PPTX
2.2 exponential function and compound interest
PDF
Solving Linear Equations Over p-Adic Integers
PDF
Mathematics assignment sample from assignmentsupport.com essay writing services
PDF
A Proof of Twin primes and Golbach's Conjecture
PPTX
Analysis of algorithms
PDF
The 2 Goldbach's Conjectures with Proof
PPTX
Euclid's Algorithm for Greatest Common Divisor - Time Complexity Analysis
Proof in Mathematics
Number theory lecture (part 2)
Calculus Homework Help
Calculus Homework Help
Discrete Math Lecture 03: Methods of Proof
Chapter-3: DIRECT PROOF AND PROOF BY CONTRAPOSITIVE
Calculus Assignment Help
P, NP and NP-Complete, Theory of NP-Completeness V2
Practice questions( calculus ) xii
Heuristics for counterexamples to the Agrawal Conjecture
Mcs lecture19.methods ofproof(1)
Number theory lecture (part 1)
2.2 exponential function and compound interest
Solving Linear Equations Over p-Adic Integers
Mathematics assignment sample from assignmentsupport.com essay writing services
A Proof of Twin primes and Golbach's Conjecture
Analysis of algorithms
The 2 Goldbach's Conjectures with Proof
Euclid's Algorithm for Greatest Common Divisor - Time Complexity Analysis
Ad

Viewers also liked (7)

PDF
第三次作業
PDF
Rahsia surah al kauthar
PDF
Javaone2011 atn8 pdf
PPS
E kutir presentation-online
PDF
Tren cloud-computing
PDF
나는 세상 통역사다 by No.1최소영
PPT
第三次作業
Rahsia surah al kauthar
Javaone2011 atn8 pdf
E kutir presentation-online
Tren cloud-computing
나는 세상 통역사다 by No.1최소영
Ad

Similar to Chapter 6 (20)

DOCX
Classical Encryption Techniques: Symmetric cipher model, Substitution techniq...
PPTX
The RSA Algorithm
DOCX
2.4 edited1
DOCX
DIGITAL TEXT BOOK
PPT
Number theory
PDF
Solutions Manual for An Introduction To Abstract Algebra With Notes To The Fu...
PPTX
Number theoryตัวจริง
PPTX
Number theoryตัวจริง
PDF
CHAPTER final.pdf
PPTX
Real numbers
PDF
Number theory
PDF
ncert-textbook-for-class-10-maths-chapter-1 (1).pdf
PPTX
X ch 1 real numbers
PPT
Maths project
PDF
Proof Techniques
PPT
Iss lecture 3
PPSX
Fundamental theorem of arithmatic
PPT
CRYPTOGRAPHY AND NUMBER THEORY, he ha huli
PDF
On a Diophantine Proofs of FLT: The First Case and the Secund Case z≡0 (mod p...
PPTX
Nbvtalkatbzaonencryptionpuzzles
Classical Encryption Techniques: Symmetric cipher model, Substitution techniq...
The RSA Algorithm
2.4 edited1
DIGITAL TEXT BOOK
Number theory
Solutions Manual for An Introduction To Abstract Algebra With Notes To The Fu...
Number theoryตัวจริง
Number theoryตัวจริง
CHAPTER final.pdf
Real numbers
Number theory
ncert-textbook-for-class-10-maths-chapter-1 (1).pdf
X ch 1 real numbers
Maths project
Proof Techniques
Iss lecture 3
Fundamental theorem of arithmatic
CRYPTOGRAPHY AND NUMBER THEORY, he ha huli
On a Diophantine Proofs of FLT: The First Case and the Secund Case z≡0 (mod p...
Nbvtalkatbzaonencryptionpuzzles

More from Kuan-Lun Wang (11)

PDF
Calculus Final Exam
PDF
Calculus First Test 2011/10/20
PDF
但丁神曲企劃書
PDF
軍訓報告
PDF
PDF
第二次作業
PDF
第一次作業
PDF
第八次習題 Exercise 5.4-14
PDF
第五次習題 Exercise 4.4-28
PDF
第二次習題 Exercise 2.5-32
PDF
第一次習題
Calculus Final Exam
Calculus First Test 2011/10/20
但丁神曲企劃書
軍訓報告
第二次作業
第一次作業
第八次習題 Exercise 5.4-14
第五次習題 Exercise 4.4-28
第二次習題 Exercise 2.5-32
第一次習題

Recently uploaded (20)

DOCX
FIFA World Cup Semi Final The Battle for Global Supremacy.docx
DOCX
NFL Dublin Addison Returns Home To Haunt Pittsburgh.docx
DOCX
NFL Madrid Dolphins Scramble for Reinforcements.docx
DOCX
NFL Dublin Injury Ends Season for Former Vikings Standout.docx
PDF
Understanding Volunteering_ A Look at Its True Meaning by David Bennett Gallo...
PPTX
Sports Writing by SHS Teacher Roel A. Naza
DOCX
FA Cup Final 2026 Siring: Arne Slot Crit
PDF
Best All-Access Digital Pass me .... pdf
PPTX
BADMINTON-2ND-WEEK-FUNDAMENTAL-SKILLS.pptx
PPTX
Performance Analytics in the field of sports.pptx
DOCX
How FIFA 2026 Is Changing Vancouver Before Kickoff.docx
DOCX
NFL Dublin Vikings Turn to Speed with Tai Felton.docx
DOCX
NFL Dublin Addison Fuels Steelers-Vikings Showdown.docx
DOCX
From Playgrounds to Pitches Empowering the Next Generation.docx
DOCX
NFL Dublin Will Howard’s Preseason Be Over After Hand Injury.docx
PDF
FIFA World Cup Scaloni Hopeful for Messi’s FIFA World Cup 2026 Participation.pdf
DOC
Bishop's毕业证学历认证,维耶蒙特利尔学校毕业证毕业证文凭
PPTX
International Football (International football is a type of soccer in which n...
PPT
Aboriginals Achievements in Society and Community Development
PDF
Download GTA 5 For PC (Windows 7, 10, 11)
FIFA World Cup Semi Final The Battle for Global Supremacy.docx
NFL Dublin Addison Returns Home To Haunt Pittsburgh.docx
NFL Madrid Dolphins Scramble for Reinforcements.docx
NFL Dublin Injury Ends Season for Former Vikings Standout.docx
Understanding Volunteering_ A Look at Its True Meaning by David Bennett Gallo...
Sports Writing by SHS Teacher Roel A. Naza
FA Cup Final 2026 Siring: Arne Slot Crit
Best All-Access Digital Pass me .... pdf
BADMINTON-2ND-WEEK-FUNDAMENTAL-SKILLS.pptx
Performance Analytics in the field of sports.pptx
How FIFA 2026 Is Changing Vancouver Before Kickoff.docx
NFL Dublin Vikings Turn to Speed with Tai Felton.docx
NFL Dublin Addison Fuels Steelers-Vikings Showdown.docx
From Playgrounds to Pitches Empowering the Next Generation.docx
NFL Dublin Will Howard’s Preseason Be Over After Hand Injury.docx
FIFA World Cup Scaloni Hopeful for Messi’s FIFA World Cup 2026 Participation.pdf
Bishop's毕业证学历认证,维耶蒙特利尔学校毕业证毕业证文凭
International Football (International football is a type of soccer in which n...
Aboriginals Achievements in Society and Community Development
Download GTA 5 For PC (Windows 7, 10, 11)

Chapter 6

  • 1. Student ID: U10011024 Name: Kuan-Lun Wang 75 Theorem. Eevery integer greater than 1 is a product of prime numbers. (P.34) We use proof by contradiction. Assume that some positive integer cannot be written as the product of primes. Let n be the smallest such integer (such an integer must exist, from the well-ordering property). If n is prime, it is obviously the product of set a set of primes, namely the one prime n. So n must be composite. Let n = ab, with 1<a<n and 1<b<n. But because a and b are smaller than n, they must be the product of primes. Then, because n = ab, we conclude that n is also a product of primes. This contradiction shows that every positive integer can be written as the product of primes. Pratice 73. If p | a1a2 · · · an, then p | ai for some 1 ≤ i ≤ n. (P.34) Lemma 3.5. If p divides a1a2 · · · an, where p is a prime and a1, a2, . . . , an are positive integers, then there is an integer i with 1 ≤ i ≤ n such that p divides ai. (P.113) We prove this result by induction. The case where n = 1 is trivial. Assume that the results is true for n. Consider a product of n + 1 integers a1a2 · · · an+1 that is divisible by the integer p. We know that either (p, a1a2 · · · an) = 1 or (p, a1a2 · · · an) = p. If (p, a1a2 · · · an) = 1, then by Lemma 3.4, p | an+1. On the other hand, if p | a1a2 · · · an, using the induction hypothesis, there is an integer i where 1 ≤ i ≤ n such that p | ai. Consequently, p | ai for some i with 1 ≤ i ≤ n + 1. This prove the result. CHAPTER 6 1
  • 2. Student ID: U10011024 Name: Kuan-Lun Wang Lemma 3.4. If a, b, and c are positive integers such that (a, b) = 1 and a | bc, then a | c. (P.34) 76 Theorem (Fundamental Theorem of Arithmetic). Ev- ery integer greater than 1 can be represented as a product of primes in only one way, apart from the order of the factors. We arrange the prime factorization of n as follows: a n = p a1 p a2 · · · p k k , 1 2 where a1>0, a2>0, . . . , ak >0 and p1<p2< · · · <pk . This factorization of n is called the canonical factorization of n. For example 23 · 32 · 5 · 72 is the canonical factorization of 17640. (P.34) Theorem 3.15. The fundamental Theorem of Arith- metic. Every positive integer greater then 1 can be written uniquely as product of primes, with the prime factors in the product written in nondecreasing order. (P.112) We use proof by contradiction. Assume that some positive integer cannot be written as the product of primes. Let n be the smallest such integer (such an integer must exist, from the well-ordering property). If n is prime, it is obviously the product of set a set of primes, namely the one prime n. So n must be composite. Let n = ab, with 1<a<n and 1<b<n. But because a and b are smaller than n, they must be the product of primes. Then, because n = ab, we conclude that n is also a product of primes. This contradiction shows that every positive integer can be written as the product of primes. We now finish the proof of the fundamental theorem of arithmetic by showing that the factorization is unique. Sup- CHAPTER 6 2
  • 3. Student ID: U10011024 Name: Kuan-Lun Wang pose that there is an integer n that has two different factor- izations into primes: n = p 1 p2 · · · ps = q 1 q 2 · · · q t , where p1, p2, . . ., ps, and q1, q2, . . ., qt are all primes, with p1 ≤ p2 ≤ · · · ≤ ps and q1 ≤ q2 ≤ · · · ≤ qt. Remove all common primes from the two factorizations to obtain pi1 pi2 · · · piu = qj1 qj2 · · · qjv , where the primes on the left-hand side of this equation differ from those on the right-hand side, u ≥ 1, and v ≥ 1 (be- cause the two original factorizations were presumed to differ). However, this leads to a contradiction of Lemma 3.5; by this lemma, pi must divide qjk for some k, which is impossible, because each qjk is prime and is different from pi1. Hence, the prime factorization of a positive integer n is unique. Lemma 3.5. If p divides a1a2 · · · an, where p is a prime and a1, a2, . . . , an are positive integers, then there is an integer i with 1 ≤ i ≤ n such that p divides ai. (P.113) 78 Theorem. For a, b ∈ Z+, a · b = (a, b) · [a, b]. (P.35) Theorem 3.16. If a and b are positive integers, then [a, b] = ab/(a, b), where [a, b] and (a, b) are the least common multiple and greater common divisor of a and b, respectively. (P.116) Let a and b have prime-power factorizations a = pa1 pa2 · · · pan 1 2 n b1 b2 bn and b = p1 p2 · · · pn , where the exponents are nonnega- tive integers and all primes occurring in either factorization CHAPTER 6 3
  • 4. Student ID: U10011024 Name: Kuan-Lun Wang occur in both, perhaps with 0 exponents. Now let Mj = max(aj , bj ) and mj = min(aj , bj ). Then we have (a, b) · [a, b] = pM1 pM2 · · · pMn · pm1 pm2 · · · pmn 1 2 n 1 2 n = pM1+m1 p2 2+m2 · · · pMn+mn 1 M n = pa1+b1 p22+b2 · · · pan+bn 1 a n = p a1 p a2 · · · p an · p b 1 p b 2 · · · p b n 1 2 n 1 2 n = a · b, because Mj + mj = max(aj , bj ) + min(aj , bj ) = aj + bj by Lemma 3.6. Lemma 3.6. If x and y are real numbers, then max(x, y)+ min(x, y) = x + y. √ 79 Proposition. Prove that √ is irrational. (P.35)√ 2 Example 3.20. Suppose that 2 is rational. Then 2 = a/b, where a and b are relatively prime integers with b = 0. It follows that 2 = a2/b2, so that 2b2 = a2. Because 2 | a2, it follows (see Exercise 40 at the end of this section) that 2 | a. Let a = 2c, so that b2 = 2c2. Hence, 2 | b2, and by Exercise 40, 2 also divides b. However, because (a, b) = 1, we know that 2 cannot divide both a and b. This contradiction shows √ that 2 is irrational. (P.119) Exercise 40. Show that if a, b, and c are integers with c | ab, then c | (a, c)(b, c). (P.123) 80 Theorem. Let α be a real root of the polynomial xn + cn−1xn−1 + · · · + c1x + c0, where the coefficients c0, c1, . . ., cn−1 are integers. Then α is either an integer or an irrational CHAPTER 6 4
  • 5. Student ID: U10011024 Name: Kuan-Lun Wang number. (P.36) Theorem 3.18. Let α be a real number that is a root of the polynomial xn + cn−1xn−1 + · · · + c1x + c0, where the coefficients c0, c1, . . ., cn−1 are integers. Then α is either an integer or an irrational number. (P.119) Suppose that α is rational. Then we can write α = a/b, where a and b are relatively prime integers with b = 0. Be- cause α is a root of xn + cn−1xn−1 + · · · + c1x + c0, we have (a/b)n + cn−1(a/b)n−1 + · · · + c1(a/b) + c0 = 0. Multiplying by bn, we find that an + cn−1an−1b + · · · + c1abn−1 + c0bn = 0. Because an = b(−cn−1an−1 − · · · − c1abn−2 − c0bn−1), we see that b | an. Assume that b = ±1. Then b has a prime divisor p. Because p | b and b | an, we know that p | an. Hence, by Exercise 41, we see that p | a. However, because (a, b) = 1, this is a contradiction, which shows that b = ±1. Consequently, if α is rational then α = ±a, so that α must be an integer. Exercise 41. (P.123) a) Show that if a and b are positive integers with (a, b) = 1, than (an, bn) = 1 for all positive integers n. b) Use part (a) to proof that if a and b are integers such that an | bn, where n is a positive integer, then a | b. CHAPTER 6 5
  • 6. Student ID: U10011024 Name: Kuan-Lun Wang n 84 Definition. The integers Fn = 22 + 1 are called the Fermat numbers. For example, F0 = 3, F1 = 5, F2 = 17, F3 = 257, andF4 = 65537. These numbers Fi, 0 ≤ i ≤ 4, are all primes. (P.37) The Fermat Number n The integers Fn = 22 + 1 are called the Fermat numbers. Fermat conjectured that these integers are all primes. Indeed, the first few are primes, namely, F0 = 3, F1 = 5, F2 = 17, 5 F3 = 257, and F4 = 65, 537. Unfortunately, F5 = 22 + 1 is composite, as we will now demonstrate. (P.131) 5 85 Proposition. The Fermat number F5 = 22 + 1 is divisible by 641. (P.37) 5 Example 3.24. The Fermat number F5 = 22 + 1 is di- visible by 641. We can show that 641 | F5 without actually performing the division, using several not-so-obvious obser- vations. Note that 641 = 5 · 27 + 1 = 24 + 54. Hence, 5 22 + 1 = 232 + 1 = 24 · 228 + 1 = (641 − 54)228 + 1 641 · 228 − (5 · 27)4 + 1 = 641 · 228 − (641 − 1)4 + 1 641(228 − 6413 + 4 · 6412 − 6 · 641 + 4). Therefore, we see that 641 | F5. (P.131-132) 86 Theorem. For all positive integers n, we have F0F1F2 · · · Fn−1 = Fn − 2. CHAPTER 6 6
  • 7. Student ID: U10011024 Name: Kuan-Lun Wang (P.37) k Lemma 3.10. Let Fk = 22 + 1 denote the kth Fermat number, where k is a nonnegative integer. Then for all posi- tive integers n, we have F0F1F2 · · · Fn−1 = Fn − 2. (P.133-134) We will prove the lemma using mathematical induction. For n = 1, the identity reads F0 = F1 − 2. This is obviously true, because F0 = 3 and F1 = 5. Now, let us assume that the identity holds for the positive integer n, so that F0F1F2 · · · Fn−1 = Fn − 2. With this assumption, we can easily show that the identity holds for the integer n + 1, because F0F1F2 · · · Fn−1Fn = (F0F1F2 · · · Fn−1)Fn n n = (Fn − 2)Fn = (22 − 1)(22 + 1) n = (22 )2 − 1 = 22n+1 − 1 = Fn+1 − 2. This leads to the following theorem. Pratice 81. Prove that the least digit in the decimal ex- n pansion of Fn = 22 + 1 is 7 if n ≥ 2. (P.37) Exercise 17. Show that the last digit in the decimal expan- n sion of Fn = 22 +1 is 7 if n ≥ 2. (Hint: Using mathematical n induction, show that the last decimal digit of 22 is 6.) (P.136, 622) CHAPTER 6 7
  • 8. Student ID: U10011024 Name: Kuan-Lun Wang We can prove that the last digit in the decimal expansion of Fn is 7 for n ≥ 2 by proving that the last digit in the decimal n expansion of 22 is 6 for n ≥ 2. This can be done using 2 mathematical induction. We have 22 = 16, so the result is true for n = 2. Now assume that the last decimal digit of n n n+1 22 is 6, that is, 22 ≡ 6 (mod 10). It follows that 22 = n+1 −2n 2n 22 n+1 −2n (2 ) ≡ 62 ≡ 6 (mod 10). This completes the proof. 87 Theorem. Let m and n be distinct nonnegative inte- gers. Then (Fm, Fn) = 1. (P.38) Theorem 3.21. Let m and n be distinct nonnegative in- tegers. Then the Fermat numbers Fm and Fn are relatively prime. (P.134) Let us assume that m<n. By Lemma 3.10, we know that F0F1F2 · · · Fn−1 = Fn − 2. Assume that d is a common divisor of Fm and Fn. Then, Theorem 1.8 tells us that d | (Fn − F0F1F2 · · · Fm · · · Fn−1) = 2. Hence, either d = 1 or d = 2. However, because Fm and Fn are odd, d cannot be 2. k Lemma 3.10. Let Fk = 22 + 1 denote the kth Fer- mat number, where k is a nonnegative integer. Then for all positive integers n, we have F0F1F2 · · · Fn−1 = Fn − 2. CHAPTER 6 8
  • 9. Student ID: U10011024 Name: Kuan-Lun Wang (P.133-134) Theorem 1.8. If a, b, and c are integers with a | b and b | c, then a | c. (P.37) CHAPTER 6 9