Basic Number Theory 1

Size: px
Start display at page:

Download "Basic Number Theory 1"

Transcription

1 Basic Number Theory 1 Divisibility Basic number theory uncovers the multiplicative structure of the integers. As such, the most important relation between integers is divisibility: the nonzero integer a divides the integer b, written a b, if and only if there is some third integer k for which ak = b. We can also express this relation by saying that a is a divisor of b, or b is divisible by a, or b is a multiple of a. Divisibility is a partial order on the set N of natural numbers (the positive integers); that is, the divides relation is reflexive, antisymmetric and transitive: Proposition For all x, y,z N, (1) x x; (2) if x y, then y x; and (3) if x y and y z, then x z. // If we include 0 with the natural numbers, we obtain the set N 0 of whole numbers. The special integers 0 and 1 have unique divisibility properties: Proposition Every whole number (except 0) divides 0, while 0 divides no whole number. Moreover, no whole number (except 1) divides 1, while 1 divides every whole number. //

2 Basic Number Theory 2 More generally, divisibility is naturally compatible with linear combinations of integers. Any integer of the form ax +by (where a and b are fixed integers and x and y are variable integers) is called an integer linear combination of a and b. Proposition If a b and a c, then a divides any linear combination of b and c. // The building blocks of the integers with respect to the divisibility relation are the prime numbers: the integer p is a prime number if its only divisors are 1 and itself. (The number 1 is not considered a prime because of its special divisibility properties, which are linked to the fact that 1 is the multiplicative identity element.) Numbers other than 1 that are not prime are called composite; therefore, composite numbers have divisors other than themselves and 1. Proposition If a and b are natural numbers and a b, then a b. // This simple proposition implies that every composite number n must have at least one divisor m strictly between 1 and n. (Why?)

3 Basic Number Theory 3 The most fundamental property of the set of natural numbers is generally taken as an axiom: The Well-Ordering Principle Every nonempty subset of N contains a smallest element. In particular, 1 is the smallest natural number. From this axiom, we can deduce two of the most useful theorems in all of number theory: The Division Algorithm Let m,n N with m n. Then there exist a uniquely determined pair of numbers q N and integer r that satisfy mq + r = n, 0 r < m. We call q the quotient and r the remainder on dividing n by m. Proof First we prove the existence of the numbers q and r. To do this, we form the set S consisting of those natural numbers of the form S = {n mx +1 x N }.

4 Basic Number Theory 4 By definition, S is a subset of N; moreover, we observe that the number n m + 1 lies in S (corresponding to the case x = 1) precisely because m n, so S is nonempty. Therefore, there is a least element in the set S. Let q be the value of x that makes n mx +1 the least element in S, and set r = n qm. Then necessarily, n = qm + r and r = (n qm +1) 1 0. Also, if r m, then n m(q +1) +1 = r m +1 1, contradicting the choice of q as the value of x that makes n mx +1 the least element in S. So we conclude that, indeed, r m. This proves that there exists a pair of desired numbers q and r satisfying the necessary conditions. Next, we show that there is only one such pair possible, by assuming that q and r are a second such pair. Then, by definition, qm + r = n = q m + r, 0 r, r < m. Without loss of generality, we may assume that r r ; therefore, m > r r r 0, but r r = (q q )m, so r r is simultaneoulsy a nonnegative number smaller than m which is a multiple of m. This forces r r = 0 r =, whence

5 Basic Number Theory 5 also (q q )m = 0 q q = 0 q = q. Therefore, the two pairs are actually the same pair; that is, the quotient q and remainder r are uniquely determined. // The Fundamental Theorem of Arithmetic Every natural number n has a unique factorization as a product of prime numbers, up to the order in which the factors are written. By this, we mean that for each n there is a uniquely determined subset of prime numbers, ordered in size as p 1 < p 2 < < p r, together with an associated sequence of natural number exponents e 1,e 2,,e r so that e n = p 1 e 1 p 2 e 2 p r e r = p i i. (For convenience sake, we will allow r = 0 here to represent the prime factorization of n = 1, also recognized as an empty product of primes.) Proof As before, we separate the proof of existence from the proof of uniqueness. For existence, consider the set S of natural numbers which do not have prime factorizations, as stated in the theorem. The proof is complete if we can argue that S is the empty set. So suppose it is not. Then, being a nonempty subset of N, it must have a least r i=1

6 Basic Number Theory 6 element; call it n. Then n cannot be 1, for 1 has the empty prime factorization as described above, nor is n prime, as it would then have an equally simple prime factorization: p 1 = n, e 1 = 1. So n must be composite. Thus, we can find numbers a and b with 1 < a,b < n so that n = ab. But since a and b are smaller than n, they do not lie in S, so each of them possesses a prime factorization. Therefore, the product of these two factorizations provides a prime factorization of n, contradicting that n is an element of S and finishing our argument. For the uniqueness part of the theorem, we again make use of the Well-Ordering Principle to define the set S to be the set of natural numbers which have more than one prime factorization; if this set is empty, we re done. So suppose that S is not empty, whence it has a least element, which we again call n. That is, the number n has two prime factorizations of the form n = p 1 e 1 p 2 e 2 p r e r = q 1 d 1 q 2 d 2 q s d s. which we simplify by writing in the form n = p 1 P = q 1 Q where P and Q represent the complementary factors in these factorizations.

7 Basic Number Theory 7 Then p 1 q 1, else we could cancel the common term from both factorizations, forcing P = Q, exhibiting in the process a number smaller than n with two prime factorizations, violating the minimality of n. Without loss of generality then, suppose that p 1 < q 1. Applying the Division Algorithm, we may write q 1 = xp 1 + y, 0 < y < p 1 for quotient x and remainder y. Thus, p 1 P = (xp 1 + y)q p 1 (P xq) = yq, showing that yq is a multiple of p 1. In particular, this means that, since yq < p 1 Q < q 1 Q = n, the number yq has a unique prime factorization that must involve the prime p 1, and it is clearly formed by bringing together the prime factorizations of y and Q. But y < p 1, so y cannot be a multiple of p 1, and the prime factorization of Q involves only the primes q 1,q 2,,q s, none of which is p 1. This contradiction ends the proof. // An important corollary of the Fundamental Theorem of Arithmetic is a very useful fact:

8 Basic Number Theory 8 Corollary p is prime whenever p ab, it must be that either p a or p b. Proof [ ] Suppose p is prime. If p ab, then there is an integer q for which pq = ab. By the FTA, the prime factorization of pq must involve p, so the prime factorization of ab must also involve p. Again by the FTA, the prime factorization of ab must consist of bringing together prime factorizations of a and b, so at least one of these factorizations must involve p. Thus, either p a or p b. [ ] Suppose the integer p has the property that whenever p ab, either p a or p b. If it were the case that p was composite, then there would be some factorization of p in the form ab with 1 < a,b < p. But p = ab p ab. So either p a or p b. But this forces p a or p b, both of which lead to contradictions. Therefore, p must be prime. // A crucial concept in elementary number theory is the greatest common divisor of a pair of integers m and n, which we denote gcd(m,n ). Rather than compare the sets of divisors of m and n to identify the greatest common member of both sets, a more

9 Basic Number Theory 9 reasonable method to find gcd(m,n ) uses the prime factorizations of m and n. We can express the prime factorizations of the two numbers by using the same sequence of primes for both, allowing the exponents to take on the value 0 if that prime is not a factor of the number: thus, we write m = p 1 d 1 p 2 d 2 p r d r and n = p 1 e 1 p 2 e 2 p r e r with the same sequence p 1 < p 2 < < p r of primes, and nonnegative exponents d 1,d 2,,d r and e 1,e 2,,e r. Proposition With the above notation for the prime factorizations of m and n, gcd(m,n ) = p 1 min(d 1,e 1 ) p 2 min( d 2,e 2 ) p r min( d r,e r ). // As straightforward as this looks, however, there is a far simpler method for computing gcd(m,n ), via an ancient technque, the Euclidean algorithm (so-called because it appears at the beginning of Book VII of Euclid s Elements). For example, suppose we wish to compute gcd(13320,22140). Using the division algorithm, we find that =

10 Basic Number Theory 10 This relation implies that any common divisor of and and in particular their gcd must also be a divisor of Significantly, it also implies that any common divisor of 8820 and and in particular their gcd is a common divisor of of and It follows that gcd(8820, 13320) gcd(13320, 22140) and gcd(13320, 22140) gcd(8820, 13320). So gcd(13320, 22140) = gcd(8820, 13320). This principle can be codified in the following Proposition If m n are positive integers and integers q, r satisfy m = qn + r, 0 r < n, by the Division Algorithm, then gcd(m,n ) = gcd(n,r). Proof Easy. // Applying this proposition allows us to say that gcd(8820, 13320) = gcd(4500, 8820), since 4500 is the remainder of the division of by We may therefore reduce the size of the original numbers we are dealing without having yet computed the gcd. Continuing:

11 Basic Number Theory 11 (13320,22140) = (8820,13320) = (4500,8820) = (4320,4500) = (180,4320) = = = = = = Note that at each stage, the previous divisor becomes the new dividend and the previous remainder becomes the new divisor, the divisions ending when the remainder reaches 0. The final nonzero remainder is the desired gcd. This process is the Euclidean algorithm. It can be much abbreviated by laying out the computations in a simple array: The second column holds the integer quotients ( q i) for the divisions obtained when we divide a

12 Basic Number Theory 12 number in the first column ( r i) into the number above it ( r i 1). The remainder of the division ( r i+1) becomes the subsequent number in the first column, and so on: r i 1 r i r i+1 q i (Note how much less computation is required to find the gcd by the Euclidean algorithm than via the prime factorizations of m and n. Indeed, the Euclidean algorithm has long been revered for its remarkable simplicity.) Theorem gcd(m,n) is representable as an integer linear combination of m and n. That is, there exist integers x and y so that gcd(m,n ) = xm + yn. In fact, gcd(m, n) is the smallest positive integer linear combination of m and n. Proof We need only prove the final statement since the first assertion follows from it directly. Let S be the set of all positive integers of the form xm + yn. Clearly, S is non-empty (consider x = 1, y = 0, or x = 0, y = 1), so it has a least element. Call this number g = x 0 m + y 0 n.

13 Basic Number Theory 13 Now g is divisible by every common factor of m and n; in particular, gcd(m, n) g. So gcd(m, n) g. On the other hand, dividing m by g yields a quotient and remainder: m = qg + r, 0 r < g. Subtituting for g in this equation we obtain m = q(x 0 m+ y 0 n)+ r, or r = (1 qx 0 )m+( qy 0 )n. But this means either that r is in S and is smaller than g, which is impossible, or that r = 0. Therefore, the latter must be true, and g m. An entirely similar argument shows that g n, too. So g is a common divisor of m and n, whence g gcd(m, n), implying that g gcd(m, n). We can then conclude that g = gcd(m, n). // It is possible to extend the Euclidean algorithm slightly so as to compute the values of x and y for which gcd(m,n) = xm + yn: Find x and y so that gcd(22140, 13320) = 22140x y. Consider solutions to the equation r = 22140x y

14 Basic Number Theory 14 r x y q We place the trivial solutions x = 1, y = 0, and x = 0, y = 1 in the first two rows of the array (recognizable as the 2 2 identity matrix), then use the same arithmetic from the integer division of each value of r by the subsequent value to determine the subsequent values of x and y as well (think elementary row operations): if the (i 1)st and ith rows of the array are determined by equations r i 1 = 22140x i y i 1 r i = 22140x i y i and r i+1 = r i 1 q i r i, then the (i+1)st row is determined by subtracting q i times the ith equation from the (i 1)st: x i+1 = x i 1 q i x i, y i+1 = y i 1 q i y i.

15 Basic Number Theory 15 When the array produces the gcd as the last nonzero remainder, the row of the array containing this gcd also contains the appropriate coefficients that represent it as a linear combination of and 13320: for instance, from the above array, we see that 180 = If the numbers a, b have gcd = 1, we see that they share no common factors besides 1. Such are numbers are said to be relatively prime to each other. Euclid s Lemma If a bc and gcd(a, b) = 1, then a c. Proof Since gcd(a, b) = 1, we can find integers x and y so that ax +by = 1. Multiplying through by c gives cax + cby = c, and since both terms on the left are divisible by a (the second term because a bc), it follows that a c. // Proposition If a c, b c and gcd(a, b) = 1, then ab c. Proof As in the previous proof, we write ax +by = 1 for suitable integers x, y. Then, a c, b c

16 Basic Number Theory 16 c = ak = bl for integers k and l, so c = c(ax +by) = cax + cby = (bl )ax + (ak)by = ab(lx +ky) ab c. // To solve the more general equation ax + by = c in integers (that is, given integers a, b, c, find suitable integer solutions x, y), we apply Brahmagupta s Theorem Given integers a, b, c, the Diophantine equation (*) ax + by = c has no integer solutions unless gcd(a, b) c, in which case the solutions to (*) are the same as those to (**) a gcd(a,b) x + b gcd(a,b) y = c gcd(a,b). Moreover, if x = x 0, y = y 0 is any one solution to (**), then all solutions to (**) have the form x = x 0 + for any integer k. b gcd(a,b) k, y = y 0 a gcd(a,b) k

17 Basic Number Theory 17 Proof If (*) has a solution, then since gcd(a, b) divides the left side of the equation, it must divide the right: gcd(a, b) c. When this condition holds, dividing through (*) by gcd(a, b) yields (**), so both equations have the same set of solutions. Putting a = a gcd(a,b), b = b gcd(a,b), c = c gcd(a,b), note that since a and b are relatively prime, we can, by the extended Euclidean algorithm, find integers X, Y so that a X + b Y = 1. It follows that x 0 = c X, y 0 = c Y satisfy (**). Thus, (**) is solvable. If x = x 0, y = y 0 is any one solution to (**) and x = x 1, y = y 1 is another, then subtracting these two equations gives the relation a (x 0 x 1 ) = b (y 0 y 1 ). And since a and b have no common factors, we conclude that a (y 0 y 1 ). It follows that y 1 = y 0 k a and so also x 1 = x 0 +k b. // In a groundbreaking work in 1801, Gauss developed one of the most useful concepts in all of number theory, the idea of congruence: where a, b, m are integers and m is nonzero, he writes a b (modm), read as a is congruent to b modulo m, to mean that

18 Basic Number Theory 18 a b (modm) m (a b) a,b have the same remainder when divided by m Here, m is called the modulus. Congruences are prototypical examples of equivalence relations: Proposition Congruence mod m is an equivalence relation (it is reflexive, symmetric, transitive). // At least as important is the fact that congruence mod m is compatible with arithmetic. Proposition If a b (mod m) and c d (modm), then (1) a + c b +d (modm); (2) ac bd (mod m); (3) a k b k (modm) for any positive integer k. // Proposition (1) Reduction: If a b (mod m) and n m, then a b (mod n). (2) Cancellation: If ac bc (mod m), then a b (mod m gcd(c,m ) ). //

19 Basic Number Theory 19 Because congruence mod m is an equivalence relation, the integers are partitioned into equivalence classes under this relation, called more appropriately congruence classes mod m. (Thus, every integer belongs to exactly one congruence class mod m and no two congruence classes have any numbers in common.) There are exactly m congruence classes mod m and they are determined by the m possible remainders (or as Gauss called them, residues) r = 0, 1,, m 1 on division by m. These m numbers constitute the standard residue system (SRS) mod m, e.g. {0, 1, 2, 3, 4, 5, 6} is a SRS mod 7. The Cancellation property of congruences, namely that ac bc (modm) a b (mod ), implies m gcd(c,m ) that in general, one may not divide through a congruence by a common factor: if ac bc (mod m), we may not be able to conclude that a b (modm). (Give an example of this!) It is possible to cancel common factors only if gcd(c, m) = 1, that is, the factor we want to cancel is prime to the modulus. In another interpretation, this says that numbers have multiplicative inverses mod m only when they are relatively prime to m.

20 Basic Number Theory 20 The Euclidean algorithm can be used not only to determine that gcd(c, m) = 1, but at the same time to find the inverse mod m of c: gcd(c,m) = 1 x, y (cx +my = 1) x, y (cx +my 1 (modm)) x (cx 1 (modm)) exhibiting x as a multiplicative inverse of c mod m. (Recall that while the integer x is not a unique solution to the equation cx + my = 1, all other solutions are conrguent to x mod m, so the congruence class of x is unique; that is, c has a unique multiplicative inverse as a congruence class mod m.) Fundamental Theorem of Linear Congruences The linear congruence ax b (mod m) is solvable only if gcd(a,m) b. When it does have solutions, the congruence has exactly gcd(a,m) congruence classes of solutions mod m: if x 0 is one congruence class solution, all others have the form x x 0 + m k (modm), for k = 0,1,,(a,m) 1. gcd( a,m )

21 Basic Number Theory 21 Proof Solving the congruence ax b (modm) is equivalent to solving the linear equation ax + my = b. So by Brahmagupta s Theorem, the congruence is solvable precisely when gcd(a, m) b, and has solutions of the desired form x x 0 + m gcd( a,m ) k (modm) for integral values of k. These solutions are distinct mod m for exactly the gcd(a, m) values indicated above. // Congruences with composite moduli are best handled by reducing them to systems of congruences with prime power moduli; the vehicle for doing this is the versatile Chinese Remainder Theorem Let m 1,m 2,,m k be pairwise relatively prime moduli. Then the system of simultaneous congruences x c 1 (modm 1 ) x c 2 (mod m 2 ) x c k (mod m k ) has a unique solution x c (modm) modulo the product m = m 1 m 2 m k of the given moduli.

22 Basic Number Theory 22 Proof Let M i = m m i. Since the m i are pairwise relatively prime, (M i,m i ) = 1. Therefore, for each i we can solve each of the congruences M i x 1 (mod m i ) to compute the inverses of the M i mod m i. Then c = c 1 M 1 M c 2 M 2 M c k M k M k 1 solves the original system since c 1 M 1 M c k M k M k 1 c i M i M i 1 (mod m i ) c i 1(mod m i ) c i (modm i ) The solution is unique mod m because if c and d are two solutions to the system, then for all i, c d (modm i ) m i (c d), and since the m i are pairwise relatively prime, it follows that m (c d), that is, c d (modm). // The proof of the theorem also suggests a speedy algorithm for computing a solution to the system. We illustrate with an example:

23 Basic Number Theory 23 Example: The system x 8 (mod12) x 6 (mod13) is equivalent to a single congruence, which is found via the following computations: c M M 1 cmm 1 x 8 (mod12) x 6 (mod13) x 32 (mod156)

8 Divisibility and prime numbers

8 Divisibility and prime numbers 8 Divisibility and prime numbers 8.1 Divisibility In this short section we extend the concept of a multiple from the natural numbers to the integers. We also summarize several other terms that express

More information

8 Primes and Modular Arithmetic

8 Primes and Modular Arithmetic 8 Primes and Modular Arithmetic 8.1 Primes and Factors Over two millennia ago already, people all over the world were considering the properties of numbers. One of the simplest concepts is prime numbers.

More information

Kevin James. MTHSC 412 Section 2.4 Prime Factors and Greatest Comm

Kevin James. MTHSC 412 Section 2.4 Prime Factors and Greatest Comm MTHSC 412 Section 2.4 Prime Factors and Greatest Common Divisor Greatest Common Divisor Definition Suppose that a, b Z. Then we say that d Z is a greatest common divisor (gcd) of a and b if the following

More information

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion CHAPTER 5 Number Theory 1. Integers and Division 1.1. Divisibility. Definition 1.1.1. Given two integers a and b we say a divides b if there is an integer c such that b = ac. If a divides b, we write a

More information

Applications of Fermat s Little Theorem and Congruences

Applications of Fermat s Little Theorem and Congruences Applications of Fermat s Little Theorem and Congruences Definition: Let m be a positive integer. Then integers a and b are congruent modulo m, denoted by a b mod m, if m (a b). Example: 3 1 mod 2, 6 4

More information

MATH 289 PROBLEM SET 4: NUMBER THEORY

MATH 289 PROBLEM SET 4: NUMBER THEORY MATH 289 PROBLEM SET 4: NUMBER THEORY 1. The greatest common divisor If d and n are integers, then we say that d divides n if and only if there exists an integer q such that n = qd. Notice that if d divides

More information

CS 103X: Discrete Structures Homework Assignment 3 Solutions

CS 103X: Discrete Structures Homework Assignment 3 Solutions CS 103X: Discrete Structures Homework Assignment 3 s Exercise 1 (20 points). On well-ordering and induction: (a) Prove the induction principle from the well-ordering principle. (b) Prove the well-ordering

More information

DIVISIBILITY AND GREATEST COMMON DIVISORS

DIVISIBILITY AND GREATEST COMMON DIVISORS DIVISIBILITY AND GREATEST COMMON DIVISORS KEITH CONRAD 1 Introduction We will begin with a review of divisibility among integers, mostly to set some notation and to indicate its properties Then we will

More information

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2.

a 11 x 1 + a 12 x 2 + + a 1n x n = b 1 a 21 x 1 + a 22 x 2 + + a 2n x n = b 2. Chapter 1 LINEAR EQUATIONS 1.1 Introduction to linear equations A linear equation in n unknowns x 1, x,, x n is an equation of the form a 1 x 1 + a x + + a n x n = b, where a 1, a,..., a n, b are given

More information

Continued Fractions and the Euclidean Algorithm

Continued Fractions and the Euclidean Algorithm Continued Fractions and the Euclidean Algorithm Lecture notes prepared for MATH 326, Spring 997 Department of Mathematics and Statistics University at Albany William F Hammond Table of Contents Introduction

More information

U.C. Berkeley CS276: Cryptography Handout 0.1 Luca Trevisan January, 2009. Notes on Algebra

U.C. Berkeley CS276: Cryptography Handout 0.1 Luca Trevisan January, 2009. Notes on Algebra U.C. Berkeley CS276: Cryptography Handout 0.1 Luca Trevisan January, 2009 Notes on Algebra These notes contain as little theory as possible, and most results are stated without proof. Any introductory

More information

Lectures on Number Theory. Lars-Åke Lindahl

Lectures on Number Theory. Lars-Åke Lindahl Lectures on Number Theory Lars-Åke Lindahl 2002 Contents 1 Divisibility 1 2 Prime Numbers 7 3 The Linear Diophantine Equation ax+by=c 12 4 Congruences 15 5 Linear Congruences 19 6 The Chinese Remainder

More information

MATH10040 Chapter 2: Prime and relatively prime numbers

MATH10040 Chapter 2: Prime and relatively prime numbers MATH10040 Chapter 2: Prime and relatively prime numbers Recall the basic definition: 1. Prime numbers Definition 1.1. Recall that a positive integer is said to be prime if it has precisely two positive

More information

Discrete Mathematics, Chapter 4: Number Theory and Cryptography

Discrete Mathematics, Chapter 4: Number Theory and Cryptography Discrete Mathematics, Chapter 4: Number Theory and Cryptography Richard Mayr University of Edinburgh, UK Richard Mayr (University of Edinburgh, UK) Discrete Mathematics. Chapter 4 1 / 35 Outline 1 Divisibility

More information

SUM OF TWO SQUARES JAHNAVI BHASKAR

SUM OF TWO SQUARES JAHNAVI BHASKAR SUM OF TWO SQUARES JAHNAVI BHASKAR Abstract. I will investigate which numbers can be written as the sum of two squares and in how many ways, providing enough basic number theory so even the unacquainted

More information

The last three chapters introduced three major proof techniques: direct,

The last three chapters introduced three major proof techniques: direct, CHAPTER 7 Proving Non-Conditional Statements The last three chapters introduced three major proof techniques: direct, contrapositive and contradiction. These three techniques are used to prove statements

More information

Handout NUMBER THEORY

Handout NUMBER THEORY Handout of NUMBER THEORY by Kus Prihantoso Krisnawan MATHEMATICS DEPARTMENT FACULTY OF MATHEMATICS AND NATURAL SCIENCES YOGYAKARTA STATE UNIVERSITY 2012 Contents Contents i 1 Some Preliminary Considerations

More information

Math 319 Problem Set #3 Solution 21 February 2002

Math 319 Problem Set #3 Solution 21 February 2002 Math 319 Problem Set #3 Solution 21 February 2002 1. ( 2.1, problem 15) Find integers a 1, a 2, a 3, a 4, a 5 such that every integer x satisfies at least one of the congruences x a 1 (mod 2), x a 2 (mod

More information

Homework until Test #2

Homework until Test #2 MATH31: Number Theory Homework until Test # Philipp BRAUN Section 3.1 page 43, 1. It has been conjectured that there are infinitely many primes of the form n. Exhibit five such primes. Solution. Five such

More information

Quotient Rings and Field Extensions

Quotient Rings and Field Extensions Chapter 5 Quotient Rings and Field Extensions In this chapter we describe a method for producing field extension of a given field. If F is a field, then a field extension is a field K that contains F.

More information

11 Ideals. 11.1 Revisiting Z

11 Ideals. 11.1 Revisiting Z 11 Ideals The presentation here is somewhat different than the text. In particular, the sections do not match up. We have seen issues with the failure of unique factorization already, e.g., Z[ 5] = O Q(

More information

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES I GROUPS: BASIC DEFINITIONS AND EXAMPLES Definition 1: An operation on a set G is a function : G G G Definition 2: A group is a set G which is equipped with an operation and a special element e G, called

More information

Chapter 3. if 2 a i then location: = i. Page 40

Chapter 3. if 2 a i then location: = i. Page 40 Chapter 3 1. Describe an algorithm that takes a list of n integers a 1,a 2,,a n and finds the number of integers each greater than five in the list. Ans: procedure greaterthanfive(a 1,,a n : integers)

More information

PYTHAGOREAN TRIPLES KEITH CONRAD

PYTHAGOREAN TRIPLES KEITH CONRAD PYTHAGOREAN TRIPLES KEITH CONRAD 1. Introduction A Pythagorean triple is a triple of positive integers (a, b, c) where a + b = c. Examples include (3, 4, 5), (5, 1, 13), and (8, 15, 17). Below is an ancient

More information

Number Theory. Proof. Suppose otherwise. Then there would be a finite number n of primes, which we may

Number Theory. Proof. Suppose otherwise. Then there would be a finite number n of primes, which we may Number Theory Divisibility and Primes Definition. If a and b are integers and there is some integer c such that a = b c, then we say that b divides a or is a factor or divisor of a and write b a. Definition

More information

GREATEST COMMON DIVISOR

GREATEST COMMON DIVISOR DEFINITION: GREATEST COMMON DIVISOR The greatest common divisor (gcd) of a and b, denoted by (a, b), is the largest common divisor of integers a and b. THEOREM: If a and b are nonzero integers, then their

More information

PROBLEM SET 6: POLYNOMIALS

PROBLEM SET 6: POLYNOMIALS PROBLEM SET 6: POLYNOMIALS 1. introduction In this problem set we will consider polynomials with coefficients in K, where K is the real numbers R, the complex numbers C, the rational numbers Q or any other

More information

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors.

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors. The Prime Numbers Before starting our study of primes, we record the following important lemma. Recall that integers a, b are said to be relatively prime if gcd(a, b) = 1. Lemma (Euclid s Lemma). If gcd(a,

More information

V55.0106 Quantitative Reasoning: Computers, Number Theory and Cryptography

V55.0106 Quantitative Reasoning: Computers, Number Theory and Cryptography V55.0106 Quantitative Reasoning: Computers, Number Theory and Cryptography 3 Congruence Congruences are an important and useful tool for the study of divisibility. As we shall see, they are also critical

More information

Lecture 3: Finding integer solutions to systems of linear equations

Lecture 3: Finding integer solutions to systems of linear equations Lecture 3: Finding integer solutions to systems of linear equations Algorithmic Number Theory (Fall 2014) Rutgers University Swastik Kopparty Scribe: Abhishek Bhrushundi 1 Overview The goal of this lecture

More information

Notes on Factoring. MA 206 Kurt Bryan

Notes on Factoring. MA 206 Kurt Bryan The General Approach Notes on Factoring MA 26 Kurt Bryan Suppose I hand you n, a 2 digit integer and tell you that n is composite, with smallest prime factor around 5 digits. Finding a nontrivial factor

More information

Elementary Number Theory

Elementary Number Theory Elementary Number Theory A revision by Jim Hefferon, St Michael s College, 2003-Dec of notes by W. Edwin Clark, University of South Florida, 2002-Dec L A TEX source compiled on January 5, 2004 by Jim Hefferon,

More information

Elementary Number Theory and Methods of Proof. CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook.

Elementary Number Theory and Methods of Proof. CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook. Elementary Number Theory and Methods of Proof CSE 215, Foundations of Computer Science Stony Brook University http://www.cs.stonybrook.edu/~cse215 1 Number theory Properties: 2 Properties of integers (whole

More information

Intermediate Math Circles March 7, 2012 Linear Diophantine Equations II

Intermediate Math Circles March 7, 2012 Linear Diophantine Equations II Intermediate Math Circles March 7, 2012 Linear Diophantine Equations II Last week: How to find one solution to a linear Diophantine equation This week: How to find all solutions to a linear Diophantine

More information

How To Know If A Domain Is Unique In An Octempo (Euclidean) Or Not (Ecl)

How To Know If A Domain Is Unique In An Octempo (Euclidean) Or Not (Ecl) Subsets of Euclidean domains possessing a unique division algorithm Andrew D. Lewis 2009/03/16 Abstract Subsets of a Euclidean domain are characterised with the following objectives: (1) ensuring uniqueness

More information

SUBGROUPS OF CYCLIC GROUPS. 1. Introduction In a group G, we denote the (cyclic) group of powers of some g G by

SUBGROUPS OF CYCLIC GROUPS. 1. Introduction In a group G, we denote the (cyclic) group of powers of some g G by SUBGROUPS OF CYCLIC GROUPS KEITH CONRAD 1. Introduction In a group G, we denote the (cyclic) group of powers of some g G by g = {g k : k Z}. If G = g, then G itself is cyclic, with g as a generator. Examples

More information

Overview of Number Theory Basics. Divisibility

Overview of Number Theory Basics. Divisibility Overview of Number Theory Basics Murat Kantarcioglu Based on Prof. Ninghui Li s Slides Divisibility Definition Given integers a and b, b 0, b divides a (denoted b a) if integer c, s.t. a = cb. b is called

More information

RSA and Primality Testing

RSA and Primality Testing and Primality Testing Joan Boyar, IMADA, University of Southern Denmark Studieretningsprojekter 2010 1 / 81 Correctness of cryptography cryptography Introduction to number theory Correctness of with 2

More information

CONTENTS 1. Peter Kahn. Spring 2007

CONTENTS 1. Peter Kahn. Spring 2007 CONTENTS 1 MATH 304: CONSTRUCTING THE REAL NUMBERS Peter Kahn Spring 2007 Contents 2 The Integers 1 2.1 The basic construction.......................... 1 2.2 Adding integers..............................

More information

= 2 + 1 2 2 = 3 4, Now assume that P (k) is true for some fixed k 2. This means that

= 2 + 1 2 2 = 3 4, Now assume that P (k) is true for some fixed k 2. This means that Instructions. Answer each of the questions on your own paper, and be sure to show your work so that partial credit can be adequately assessed. Credit will not be given for answers (even correct ones) without

More information

Mathematics for Computer Science/Software Engineering. Notes for the course MSM1F3 Dr. R. A. Wilson

Mathematics for Computer Science/Software Engineering. Notes for the course MSM1F3 Dr. R. A. Wilson Mathematics for Computer Science/Software Engineering Notes for the course MSM1F3 Dr. R. A. Wilson October 1996 Chapter 1 Logic Lecture no. 1. We introduce the concept of a proposition, which is a statement

More information

ABSTRACT ALGEBRA: A STUDY GUIDE FOR BEGINNERS

ABSTRACT ALGEBRA: A STUDY GUIDE FOR BEGINNERS ABSTRACT ALGEBRA: A STUDY GUIDE FOR BEGINNERS John A. Beachy Northern Illinois University 2014 ii J.A.Beachy This is a supplement to Abstract Algebra, Third Edition by John A. Beachy and William D. Blair

More information

Today s Topics. Primes & Greatest Common Divisors

Today s Topics. Primes & Greatest Common Divisors Today s Topics Primes & Greatest Common Divisors Prime representations Important theorems about primality Greatest Common Divisors Least Common Multiples Euclid s algorithm Once and for all, what are prime

More information

GCDs and Relatively Prime Numbers! CSCI 2824, Fall 2014!

GCDs and Relatively Prime Numbers! CSCI 2824, Fall 2014! GCDs and Relatively Prime Numbers! CSCI 2824, Fall 2014!!! Challenge Problem 2 (Mastermind) due Fri. 9/26 Find a fourth guess whose scoring will allow you to determine the secret code (repetitions are

More information

Section 4.2: The Division Algorithm and Greatest Common Divisors

Section 4.2: The Division Algorithm and Greatest Common Divisors Section 4.2: The Division Algorithm and Greatest Common Divisors The Division Algorithm The Division Algorithm is merely long division restated as an equation. For example, the division 29 r. 20 32 948

More information

Number Theory: A Mathemythical Approach. Student Resources. Printed Version

Number Theory: A Mathemythical Approach. Student Resources. Printed Version Number Theory: A Mathemythical Approach Student Resources Printed Version ii Contents 1 Appendix 1 2 Hints to Problems 3 Chapter 1 Hints......................................... 3 Chapter 2 Hints.........................................

More information

Chapter 4, Arithmetic in F [x] Polynomial arithmetic and the division algorithm.

Chapter 4, Arithmetic in F [x] Polynomial arithmetic and the division algorithm. Chapter 4, Arithmetic in F [x] Polynomial arithmetic and the division algorithm. We begin by defining the ring of polynomials with coefficients in a ring R. After some preliminary results, we specialize

More information

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1. MATH10212 Linear Algebra Textbook: D. Poole, Linear Algebra: A Modern Introduction. Thompson, 2006. ISBN 0-534-40596-7. Systems of Linear Equations Definition. An n-dimensional vector is a row or a column

More information

Mathematics Course 111: Algebra I Part IV: Vector Spaces

Mathematics Course 111: Algebra I Part IV: Vector Spaces Mathematics Course 111: Algebra I Part IV: Vector Spaces D. R. Wilkins Academic Year 1996-7 9 Vector Spaces A vector space over some field K is an algebraic structure consisting of a set V on which are

More information

Chapter 2 Remodulization of Congruences Proceedings NCUR VI. è1992è, Vol. II, pp. 1036í1041. Jeærey F. Gold Department of Mathematics, Department of Physics University of Utah Don H. Tucker Department

More information

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.

Some Polynomial Theorems. John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom. Some Polynomial Theorems by John Kennedy Mathematics Department Santa Monica College 1900 Pico Blvd. Santa Monica, CA 90405 rkennedy@ix.netcom.com This paper contains a collection of 31 theorems, lemmas,

More information

MOP 2007 Black Group Integer Polynomials Yufei Zhao. Integer Polynomials. June 29, 2007 Yufei Zhao yufeiz@mit.edu

MOP 2007 Black Group Integer Polynomials Yufei Zhao. Integer Polynomials. June 29, 2007 Yufei Zhao yufeiz@mit.edu Integer Polynomials June 9, 007 Yufei Zhao yufeiz@mit.edu We will use Z[x] to denote the ring of polynomials with integer coefficients. We begin by summarizing some of the common approaches used in dealing

More information

Stupid Divisibility Tricks

Stupid Divisibility Tricks Stupid Divisibility Tricks 101 Ways to Stupefy Your Friends Appeared in Math Horizons November, 2006 Marc Renault Shippensburg University Mathematics Department 1871 Old Main Road Shippensburg, PA 17013

More information

CONTINUED FRACTIONS AND PELL S EQUATION. Contents 1. Continued Fractions 1 2. Solution to Pell s Equation 9 References 12

CONTINUED FRACTIONS AND PELL S EQUATION. Contents 1. Continued Fractions 1 2. Solution to Pell s Equation 9 References 12 CONTINUED FRACTIONS AND PELL S EQUATION SEUNG HYUN YANG Abstract. In this REU paper, I will use some important characteristics of continued fractions to give the complete set of solutions to Pell s equation.

More information

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any.

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. Algebra 2 - Chapter Prerequisites Vocabulary Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any. P1 p. 1 1. counting(natural) numbers - {1,2,3,4,...}

More information

k, then n = p2α 1 1 pα k

k, then n = p2α 1 1 pα k Powers of Integers An integer n is a perfect square if n = m for some integer m. Taking into account the prime factorization, if m = p α 1 1 pα k k, then n = pα 1 1 p α k k. That is, n is a perfect square

More information

Every Positive Integer is the Sum of Four Squares! (and other exciting problems)

Every Positive Integer is the Sum of Four Squares! (and other exciting problems) Every Positive Integer is the Sum of Four Squares! (and other exciting problems) Sophex University of Texas at Austin October 18th, 00 Matilde N. Lalín 1. Lagrange s Theorem Theorem 1 Every positive integer

More information

CHAPTER SIX IRREDUCIBILITY AND FACTORIZATION 1. BASIC DIVISIBILITY THEORY

CHAPTER SIX IRREDUCIBILITY AND FACTORIZATION 1. BASIC DIVISIBILITY THEORY January 10, 2010 CHAPTER SIX IRREDUCIBILITY AND FACTORIZATION 1. BASIC DIVISIBILITY THEORY The set of polynomials over a field F is a ring, whose structure shares with the ring of integers many characteristics.

More information

Just the Factors, Ma am

Just the Factors, Ma am 1 Introduction Just the Factors, Ma am The purpose of this note is to find and study a method for determining and counting all the positive integer divisors of a positive integer Let N be a given positive

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 2. x n. a 11 a 12 a 1n b 1 a 21 a 22 a 2n b 2 a 31 a 32 a 3n b 3. a m1 a m2 a mn b m MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS 1. SYSTEMS OF EQUATIONS AND MATRICES 1.1. Representation of a linear system. The general system of m equations in n unknowns can be written a 11 x 1 + a 12 x 2 +

More information

The Euclidean Algorithm

The Euclidean Algorithm The Euclidean Algorithm A METHOD FOR FINDING THE GREATEST COMMON DIVISOR FOR TWO LARGE NUMBERS To be successful using this method you have got to know how to divide. If this is something that you have

More information

RESULTANT AND DISCRIMINANT OF POLYNOMIALS

RESULTANT AND DISCRIMINANT OF POLYNOMIALS RESULTANT AND DISCRIMINANT OF POLYNOMIALS SVANTE JANSON Abstract. This is a collection of classical results about resultants and discriminants for polynomials, compiled mainly for my own use. All results

More information

On the generation of elliptic curves with 16 rational torsion points by Pythagorean triples

On the generation of elliptic curves with 16 rational torsion points by Pythagorean triples On the generation of elliptic curves with 16 rational torsion points by Pythagorean triples Brian Hilley Boston College MT695 Honors Seminar March 3, 2006 1 Introduction 1.1 Mazur s Theorem Let C be a

More information

An Introductory Course in Elementary Number Theory. Wissam Raji

An Introductory Course in Elementary Number Theory. Wissam Raji An Introductory Course in Elementary Number Theory Wissam Raji 2 Preface These notes serve as course notes for an undergraduate course in number theory. Most if not all universities worldwide offer introductory

More information

9. POLYNOMIALS. Example 1: The expression a(x) = x 3 4x 2 + 7x 11 is a polynomial in x. The coefficients of a(x) are the numbers 1, 4, 7, 11.

9. POLYNOMIALS. Example 1: The expression a(x) = x 3 4x 2 + 7x 11 is a polynomial in x. The coefficients of a(x) are the numbers 1, 4, 7, 11. 9. POLYNOMIALS 9.1. Definition of a Polynomial A polynomial is an expression of the form: a(x) = a n x n + a n-1 x n-1 +... + a 1 x + a 0. The symbol x is called an indeterminate and simply plays the role

More information

University of Lille I PC first year list of exercises n 7. Review

University of Lille I PC first year list of exercises n 7. Review University of Lille I PC first year list of exercises n 7 Review Exercise Solve the following systems in 4 different ways (by substitution, by the Gauss method, by inverting the matrix of coefficients

More information

SYSTEMS OF PYTHAGOREAN TRIPLES. Acknowledgements. I would like to thank Professor Laura Schueller for advising and guiding me

SYSTEMS OF PYTHAGOREAN TRIPLES. Acknowledgements. I would like to thank Professor Laura Schueller for advising and guiding me SYSTEMS OF PYTHAGOREAN TRIPLES CHRISTOPHER TOBIN-CAMPBELL Abstract. This paper explores systems of Pythagorean triples. It describes the generating formulas for primitive Pythagorean triples, determines

More information

The Chinese Remainder Theorem

The Chinese Remainder Theorem The Chinese Remainder Theorem Evan Chen evanchen@mit.edu February 3, 2015 The Chinese Remainder Theorem is a theorem only in that it is useful and requires proof. When you ask a capable 15-year-old why

More information

Chapter 11 Number Theory

Chapter 11 Number Theory Chapter 11 Number Theory Number theory is one of the oldest branches of mathematics. For many years people who studied number theory delighted in its pure nature because there were few practical applications

More information

z 0 and y even had the form

z 0 and y even had the form Gaussian Integers The concepts of divisibility, primality and factoring are actually more general than the discussion so far. For the moment, we have been working in the integers, which we denote by Z

More information

POLYNOMIAL RINGS AND UNIQUE FACTORIZATION DOMAINS

POLYNOMIAL RINGS AND UNIQUE FACTORIZATION DOMAINS POLYNOMIAL RINGS AND UNIQUE FACTORIZATION DOMAINS RUSS WOODROOFE 1. Unique Factorization Domains Throughout the following, we think of R as sitting inside R[x] as the constant polynomials (of degree 0).

More information

Lecture Notes on Discrete Mathematics

Lecture Notes on Discrete Mathematics Lecture Notes on Discrete Mathematics A. K. Lal September 26, 2012 2 Contents 1 Preliminaries 5 1.1 Basic Set Theory.................................... 5 1.2 Properties of Integers.................................

More information

Unique Factorization

Unique Factorization Unique Factorization Waffle Mathcamp 2010 Throughout these notes, all rings will be assumed to be commutative. 1 Factorization in domains: definitions and examples In this class, we will study the phenomenon

More information

1. The integers. 1. Unique factorization

1. The integers. 1. Unique factorization 1. The integers 1.1 Unique factorization 1.2 Irrationalities 1.3 Z/m, the integers mod m 1.4 Fermat s little theorem 1.5 Sun-Ze s theorem 1.6 Worked examples 1. Unique factorization Let Z denote the integers.

More information

INCIDENCE-BETWEENNESS GEOMETRY

INCIDENCE-BETWEENNESS GEOMETRY INCIDENCE-BETWEENNESS GEOMETRY MATH 410, CSUSM. SPRING 2008. PROFESSOR AITKEN This document covers the geometry that can be developed with just the axioms related to incidence and betweenness. The full

More information

Computing exponents modulo a number: Repeated squaring

Computing exponents modulo a number: Repeated squaring Computing exponents modulo a number: Repeated squaring How do you compute (1415) 13 mod 2537 = 2182 using just a calculator? Or how do you check that 2 340 mod 341 = 1? You can do this using the method

More information

1 VECTOR SPACES AND SUBSPACES

1 VECTOR SPACES AND SUBSPACES 1 VECTOR SPACES AND SUBSPACES What is a vector? Many are familiar with the concept of a vector as: Something which has magnitude and direction. an ordered pair or triple. a description for quantities such

More information

Factoring Algorithms

Factoring Algorithms Factoring Algorithms The p 1 Method and Quadratic Sieve November 17, 2008 () Factoring Algorithms November 17, 2008 1 / 12 Fermat s factoring method Fermat made the observation that if n has two factors

More information

Introduction to Modern Algebra

Introduction to Modern Algebra Introduction to Modern Algebra David Joyce Clark University Version 0.0.6, 3 Oct 2008 1 1 Copyright (C) 2008. ii I dedicate this book to my friend and colleague Arthur Chou. Arthur encouraged me to write

More information

26 Integers: Multiplication, Division, and Order

26 Integers: Multiplication, Division, and Order 26 Integers: Multiplication, Division, and Order Integer multiplication and division are extensions of whole number multiplication and division. In multiplying and dividing integers, the one new issue

More information

The Division Algorithm for Polynomials Handout Monday March 5, 2012

The Division Algorithm for Polynomials Handout Monday March 5, 2012 The Division Algorithm for Polynomials Handout Monday March 5, 0 Let F be a field (such as R, Q, C, or F p for some prime p. This will allow us to divide by any nonzero scalar. (For some of the following,

More information

Matrix Representations of Linear Transformations and Changes of Coordinates

Matrix Representations of Linear Transformations and Changes of Coordinates Matrix Representations of Linear Transformations and Changes of Coordinates 01 Subspaces and Bases 011 Definitions A subspace V of R n is a subset of R n that contains the zero element and is closed under

More information

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products Chapter 3 Cartesian Products and Relations The material in this chapter is the first real encounter with abstraction. Relations are very general thing they are a special type of subset. After introducing

More information

p e i 1 [p e i i ) = i=1

p e i 1 [p e i i ) = i=1 Homework 1 Solutions - Sri Raga Velagapudi Algebra Section 1. Show that if n Z then for every integer a with gcd(a, n) = 1, there exists a unique x mod n such that ax = 1 mod n. By the definition of gcd,

More information

Notes on Algebraic Structures. Peter J. Cameron

Notes on Algebraic Structures. Peter J. Cameron Notes on Algebraic Structures Peter J. Cameron ii Preface These are the notes of the second-year course Algebraic Structures I at Queen Mary, University of London, as I taught it in the second semester

More information

Module MA3411: Abstract Algebra Galois Theory Appendix Michaelmas Term 2013

Module MA3411: Abstract Algebra Galois Theory Appendix Michaelmas Term 2013 Module MA3411: Abstract Algebra Galois Theory Appendix Michaelmas Term 2013 D. R. Wilkins Copyright c David R. Wilkins 1997 2013 Contents A Cyclotomic Polynomials 79 A.1 Minimum Polynomials of Roots of

More information

Systems of Linear Equations

Systems of Linear Equations Systems of Linear Equations Beifang Chen Systems of linear equations Linear systems A linear equation in variables x, x,, x n is an equation of the form a x + a x + + a n x n = b, where a, a,, a n and

More information

Factorization Algorithms for Polynomials over Finite Fields

Factorization Algorithms for Polynomials over Finite Fields Degree Project Factorization Algorithms for Polynomials over Finite Fields Sajid Hanif, Muhammad Imran 2011-05-03 Subject: Mathematics Level: Master Course code: 4MA11E Abstract Integer factorization is

More information

Gröbner Bases and their Applications

Gröbner Bases and their Applications Gröbner Bases and their Applications Kaitlyn Moran July 30, 2008 1 Introduction We know from the Hilbert Basis Theorem that any ideal in a polynomial ring over a field is finitely generated [3]. However,

More information

Integer Factorization using the Quadratic Sieve

Integer Factorization using the Quadratic Sieve Integer Factorization using the Quadratic Sieve Chad Seibert* Division of Science and Mathematics University of Minnesota, Morris Morris, MN 56567 seib0060@morris.umn.edu March 16, 2011 Abstract We give

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS Systems of Equations and Matrices Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

Algebra 3: algorithms in algebra

Algebra 3: algorithms in algebra Algebra 3: algorithms in algebra Hans Sterk 2003-2004 ii Contents 1 Polynomials, Gröbner bases and Buchberger s algorithm 1 1.1 Introduction............................ 1 1.2 Polynomial rings and systems

More information

NOTES ON LINEAR TRANSFORMATIONS

NOTES ON LINEAR TRANSFORMATIONS NOTES ON LINEAR TRANSFORMATIONS Definition 1. Let V and W be vector spaces. A function T : V W is a linear transformation from V to W if the following two properties hold. i T v + v = T v + T v for all

More information

it is easy to see that α = a

it is easy to see that α = a 21. Polynomial rings Let us now turn out attention to determining the prime elements of a polynomial ring, where the coefficient ring is a field. We already know that such a polynomial ring is a UF. Therefore

More information

Breaking The Code. Ryan Lowe. Ryan Lowe is currently a Ball State senior with a double major in Computer Science and Mathematics and

Breaking The Code. Ryan Lowe. Ryan Lowe is currently a Ball State senior with a double major in Computer Science and Mathematics and Breaking The Code Ryan Lowe Ryan Lowe is currently a Ball State senior with a double major in Computer Science and Mathematics and a minor in Applied Physics. As a sophomore, he took an independent study

More information

Number Theory Hungarian Style. Cameron Byerley s interpretation of Csaba Szabó s lectures

Number Theory Hungarian Style. Cameron Byerley s interpretation of Csaba Szabó s lectures Number Theory Hungarian Style Cameron Byerley s interpretation of Csaba Szabó s lectures August 20, 2005 2 0.1 introduction Number theory is a beautiful subject and even cooler when you learn about it

More information

MATH 22. THE FUNDAMENTAL THEOREM of ARITHMETIC. Lecture R: 10/30/2003

MATH 22. THE FUNDAMENTAL THEOREM of ARITHMETIC. Lecture R: 10/30/2003 MATH 22 Lecture R: 10/30/2003 THE FUNDAMENTAL THEOREM of ARITHMETIC You must remember this, A kiss is still a kiss, A sigh is just a sigh; The fundamental things apply, As time goes by. Herman Hupfeld

More information

Page 331, 38.4 Suppose a is a positive integer and p is a prime. Prove that p a if and only if the prime factorization of a contains p.

Page 331, 38.4 Suppose a is a positive integer and p is a prime. Prove that p a if and only if the prime factorization of a contains p. Page 331, 38.2 Assignment #11 Solutions Factor the following positive integers into primes. a. 25 = 5 2. b. 4200 = 2 3 3 5 2 7. c. 10 10 = 2 10 5 10. d. 19 = 19. e. 1 = 1. Page 331, 38.4 Suppose a is a

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 2 Proofs Intuitively, the concept of proof should already be familiar We all like to assert things, and few of us

More information

Introduction to Finite Fields (cont.)

Introduction to Finite Fields (cont.) Chapter 6 Introduction to Finite Fields (cont.) 6.1 Recall Theorem. Z m is a field m is a prime number. Theorem (Subfield Isomorphic to Z p ). Every finite field has the order of a power of a prime number

More information