1. Algebra 1.5. Polynomial Rings

Size: px
Start display at page:

Download "1. Algebra 1.5. Polynomial Rings"

Transcription

1 1. ALGEBRA Algebra 1.5. Polynomial Rings Lemma Let R and S be rings with identity element. If R > 1 and S > 1, then R S contains zero divisors. Proof. The two elements (1, 0) and (0, 1) are different from the zero element and their product is (0, 0). The above lemma shows that the direct product of two fields is never a field. In order to construct finite fields we will have introduce some more definitions. Let R be a commutative ring with identity element and 0 1. A polynomial in one variable X with coefficients in R is an expression f(x) = a n X n + a n 1 X n a 1 X + a 0, where X is the variable and a n, a n 1,..., a 1, a 0 R. We will often write f instead of f(x). The set of polynomials in one variable X with coefficients in R will be denoted by R[X]. If a n 0, then n will be called the degree of the polynomial, in this case n will be denoted by deg(f) and a n will be called the leading coefficient of f. Let f be a polynomial of degree n. If a n = 1, then the polynomial will be called monic, if a n 0 and a n 1 = = a 1 = a 0 = 0, then f will be called monomial. The polynomial 0 has no degree and a polynomial has degree 0 if and only if it is an element of R different from 0. s The polynomial 2X 3 + X + 1 Z [X] has degree 3; The polynomial X + 5 Z [X] has degree 1 and is monic; The polynomial 3 Z [X] has degree 0 and is monomial; The polynomial X 6 Z [X] has degree 6 and is monomial and monic; Notation If R = Z /m Z, with m 2, and f R[X], then the coefficients of f will not be written as [a i ] m but as integers. Among those there is a unique one with 0 r < m which will be the preferred notation. The polynomial 2X 3 + X + 1 Z /2 Z [X] has degree 1, for 2X 3 + X + 1 = X + 1. Let R be a commutative ring with identity element. Let f, g R[X] with f(x) = a n X n + a n 1 X n a 1 X + a 0 and g(x) = b m X m + b n 1 X m b 1 X + b 0, with n m. We define the sum + of f and g, denoted by f + g, as the polynomial where b n = = b m+1 = 0. (a n + b n )X n + (a n 1 + b n 1 )X n (a 1 + b 1 )X + (a 0 + b 0 ),

2 1. ALGEBRA 20 We define the product of f and g, denoted by f g, as the polynomial c n+m X n+m + c n+m 1 X n+m c 1 X + c 0, where c k = k a i b k i, and 0 k n + m, a j = 0 if j > n and b j = 0 if j > m. i=0 The polynomial 0 is neutral with respect to the sum and the polynomial 1 is neutral with respect to the product. Lemma (R[X], +, ) is a commutative ring with identity element. Proof. Exercise. s Let f(x), g(x) Z [X], with f(x) = X 2 + X + 1 and g(x) = X 3 + 2X 2 + 3X + 2. f + g = X 3 + 3X 2 + 4X + 3. Then Let f(x), g(x) Z [X], with f(x) = X 2 + X + 1 and g(x) = X 3 + 2X. Then f g = (X 2 + X + 1)(X 3 + 2X) = X 5 + X 4 + X 3 + 2X 3 + 2X 2 + 2X = X 5 + X 4 + 3X 3 + 2X 2 + 2X. Let f(x), g(x) Z /4 Z [X], with f(x) = X 2 + X + 1 and g(x) = X 3 + 2X 2 + 3X + 2. Then f + g = X 3 + 3X Let f(x), g(x) Z /3 Z [X], with f(x) = X 2 + X + 1 and g(x) = X 3 + 2X. Then f g = (X 2 + X + 1)(X 3 + 2X) = X 5 + X 4 + X 3 + 2X 3 + 2X 2 + 2X = X 5 + X 4 + 2X 2 + 2X. Let f(x), g(x) Z /6 Z [X] with f(x) = 2X 2 + X and g(x) = 3X + 1. Then the degree of f is 2 and the degree of g is 1. But f g = (2X 2 + X)(3X + 1) = 6X 3 + 3X 2 + 2X 2 + X = 5X 2 + X, has degree 2! Moreover, 2X 2, 3X Z /6 Z [X] are both different from 0, but (2X 2 ) (3X) = 6X 3 = 0, so Z /6 Z [X] has zero divisors. To avoid this type of behavior we need to put some extra conditions on R. Lemma Let K be a field. (i) The ring K[X] has no zero divisors; (ii) If f, g K[X] with f 0 and g 0, then deg(f g) = deg(f) + deg(g). Proof. Let f, g K[X] with f 0 and g 0. Write f(x) = a n X n + a n 1 X n a 1 X + a 0, where a n 0 and g(x) = b m X m + b n 1 X m b 1 X + b 0, where b m 0. Now f g = (a n b m )X n+m + monomials of lower degree. Since K is a field, and so has no zero divisors, we have a n b m 0. Whence f g 0 and deg(f g) = n + m = deg(f) + deg(g). For the remainder we will focus our attention on the ring K[X], with K a field. So far the only finite fields we encountered arose from modular arithmetic on the ring Z when we calculate modulo a prime. We will now mimic this construction with K[X] taking the role of Z and certain polynomials taking the role of prime numbers. Theorem (Division with remainder) Let K be a field, f, g K[X], with g 0. There exist unique q, r K[X], with f = qg + r and either r = 0 or deg(r) < deg(g).

3 1. ALGEBRA 21 Proof. Existence: If f = 0 we can take r = q = 0. So we may suppose that f 0. If deg(f) < deg(g), then we can take q = 0 and r = f. So we may assume that deg(f) deg(g). Let deg(f) = n and deg(g) = m, so n m. We will use induction on n. If n = 0, then m = 0 and f, g K, so we can take q = fg 1 and r = 0. Suppose now that the theorem is true for all polynomials of K[X] of degree less then n. Write f(x) = a n X n +a n 1 X n a 1 X + a 0, where a n 0 and g(x) = b m X m + b n 1 X m b 1 X + b 0, where b m 0. Let f 1 = f a n b 1 m X n m g. Then f 1 = 0 or deg(f 1 ) < deg(f). If f 1 = 0, we can take q = a n b 1 m X n m and r = 0. If f 1 0, then there exist q 1, r 1 K[X], with f 1 = q 1 g + r 1 and either r 1 = 0 or deg(r 1 ) < deg(g). Now f = f 1 + a n b 1 m X n m g = (q 1 g + r 1 ) + a n b 1 m X n m g = (q 1 + a n b 1 m X n m )g + r 1. Taking q = q 1 + a n b 1 m X n m and r 1 = r, we obtain f = qg + r and either r = 0 or deg(r) < deg(g) as wanted. Uniqueness: Suppose f = q 1 g + r 1 with either r 1 = 0 or deg(r 1 ) < deg(g) and f = q 2 g + r 2 with either r 2 = 0 or deg(r 2 ) < deg(g). Then 0 = (q 1 g + r 1 ) (q 2 g + r 2 ) = (q 1 q 2 )g + (r 1 r 2 ), whence (q 1 q 2 )g = (r 2 r 1 ). If r 1 = r 2, then (q 1 q 2 )g = 0. But since K[X] has no zero divisors and g 0, we must have (q 1 q 2 ) = 0. Hence q 1 = q 2. If r 1 r 2, then r 2 r 1 0 and thus also (q 1 q 2 ) 0. Now deg((q 1 q 2 )g) = deg(q 1 q 2 ) + deg(g) deg(g) and deg(r 2 r 1 ) < deg(g). So deg(g) deg((q 1 q 2 )g) = deg(r 2 r 1 ) < deg(g), a contradiction. Observe that the proof give an algorithm of computing q and r. This is essentially the long division you are used to. The polynomial q will be called the quotient, and the polynomial r will be called the remainder after division by g. Consider in the ring Z /2 Z and the polynomials X 3 +X +1 and X 2 +X. The quotient of X 3 +X +1 divided by X 2 + X is X + 1, the remainder 1. Let K be a field and f, g K[X]. We say that g divides f if there exists a q K[X] with f = q g. In this case we say that g is a divisor of f, or f is a multiple of g. We will write g f. In the ring Z /5 Z [X] X + 1 is a divisor of 3X 2 + 4X + 1, for 3X 2 + 4X + 1 = (3X + 1)(X + 1); 2X + 2 is a divisor of 3X 2 + 4X + 1, for 3X 2 + 4X + 1 = (4X + 3)(2X + 2). Lemma Let K be a field and f, g K[X]. If g divides f, then kg divides f, and g divides kf, for any k K. Proof. Since g divides f there exists a q K[X] with f = q g. Since f = (qk 1 ) (kg), and qk 1 K[X] we have that kg divides f. Since kf = (kq)g and kq K[X] we have that g divides kf. Let K be a field and f, g K[X] not both 0. A divisor d of g and f is said to be a greatest common divisor if any divisor of f and g is also a divisor of d.

4 1. ALGEBRA 22 Note that if d is a common divisor of f and g, then f = q 1 d and g = q 2 d, for certain q 1, q 2 K[X]. Since f and g are not both 0, we have d 0. In particular, the degree of d is defined. Moreover, if d is a greatest common divisor of f and g, then so is kd, for any k K. The following lemma shows that a greatest common divisor is unique, up to multiplying with K. Lemma If c and d are two greatest common divisors of f and g, then there exists a k K, with c = kd. Proof. Since c is a greatest common divisors of f and g, and d a divisor of f and g, we have d c. So there exists a q 1 K[X] with q 1 0 and c = q 1 d. In particular, deg(c) = deg(q 1 )+deg(d) deg(d). Since d is a greatest common divisors of f and g, and c a divisor of f and g, we have c d. So there exists a q 2 K[X] with q 2 0 and d = q 2 c. In particular, deg(d) = deg(q 2 ) + deg(c) deg(c). It follows that deg(d) = deg(c) and thus deg(q 1 ) = deg(q 2 ) = 0. Hence q 1, q 2 K. Let K be a field and f, g K[X] not both 0. The greatest common divisor of f and g is a greatest common divisor of f and g which is monic. The division with remainder gives rise to the Euclidean algorithm. The algorithm stops when the remainder becomes 0. Lemma Let K be a field, f, g K[X] with g 0. Let q, r K[X] such that f = qg + r with r = 0 or deg(r) < deg(g). Let A = {h K[X] h is a common divisor of f and g} and B = {h K[X] h is a common divisor of g and r}. Then A = B. Proof. Let q, r K[X] such that f = qg + r with r = 0 or deg(r) < deg(g). Let h A, then h divides f and g, thus also qg. Hence also f qg. It follows that h divides r and g, whence h B. Let h B, then h divides g and r, thus also qg. Hence also qg + r. It follows that h divides f and g, whence h A. Thus A = B. If the Eucledian algorithm starts with two polynomials f and g and ends with r n 1 = r n q n+1 +0, where r n 1, r n K[X] are the two previous remainders and r n 0. The previous lemma shows that the set of common divisors of f and g is equal to the set of common divisors of r n and 0. But the set of common divisors of r n and 0 is just the set of all divisors of r n, and in particular, r n is on of them. Hence all common divisors of f and g divide r n and r n divides f and g. Hence r n is a greatest common divisor of f and g. Thus the Eucledian algorithm proves that a greatest common divisor of f and g always exists if f and g are not both 0. The Euclidean algorithm gives rise to the extended Euclidean algorithm, which allows you to write the geatest common divisor as a sum of multiples of f and g. Consider the ring Z /5 Z [X] and the polynomials X 2 1 and X 3 + X 2 + X + 1. X 3 + X 2 + X + 1 = (X 2 1)(X + 1) + (2X + 2) X 2 1 = (2X + 2)(3X + 2) + 0 So 2X + 2 is a greatest common divisor of X 2 1 and X 3 + X 2 + X + 1, and X + 1 is the greatest common divisor of X 2 1 and X 3 + X 2 + X + 1. The extended Eucledian algorithm gives 2X + 2 = (X 3 + X 2 + X + 1) (X 2 1)(X + 1). After multiplying with 2 1 we obtain X +1 = 3(X 3 +X 2 +X +1) (X 2 1)(3X +3) and so X +1 = 3(X 3 +X 2 +X +1)+(2X +2)(X 2 1). Consider the ring Z /2 Z [X] and the polynomials X 4 + X 2 and X X 4 + X 2 = (X 3 + 1)(X) + (X 2 + X)

5 1. ALGEBRA 23 X = (X 2 + X)(X + 1) + (X + 1) X 2 + X = (X + 1)(X) + 0 So X +1 is the greatest common divisor of X 4 X 2 and X Now we use the extended Euclidean algorithm to write X + 1 as a sum of multiples of X 4 + X 2 and X X + 1 = (X 3 + 1) (X 2 + X)(X +1) = (X 3 +1) ((X 4 +X 2 ) (X 3 +1)(X))(X +1) = (X 3 +1)(1+X 2 +X) (X 4 +X 2 )(X +1). That is X + 1 = (X 3 + 1)(X 2 + X + 1) + (X 4 + X 2 )(X + 1). Let R be a commutative ring with identity element and 0 1. Let f(x) R[X] and r R. If f(x) = a n X n + a n 1 X n a 1 X + a 0, then f(r) = a n r n + a n 1 r n a 1 r + a 0 is called the value of f at r. If f(r) = 0, then r will be called a root of the polynomial. The polynomial X Z /2 Z [X] has 1 as a root since = 0. The polynomial 3X + 2 Z /6 Z [X] has no roots since = 2, = 5, = 2, = 5, = 2 and = 5. Lemma Let K be a field. If f K[X] has degree 1, then f has roots. Proof. If f K[X] has degree 1, then f(x) = ax +b, for some a, b K. Since a 0 it is invertible. Let r = a 1 b, then r is a root. Lemma Let K be a field, f K[X] with f 0. Then k K is a root of f if and only if (X k) is a divisor of f. Proof. We will show that k K is a root of f if and only if f = (X k)q, for some q K[X]. Let k K. Consider the polynomials f and X k of K[X]. There exist q, r K[X], with f = (X k)q + r and r = 0 or deg(r) < 1. The condition on r implies that r K. Now if k is a root of f, then f(k) = 0, so r = 0. If r = 0, then f(k) = (k k)q = 0. Consider the ring Z /5 Z [X] the polynomial 3X 2 X +1. Then 3 and 4 are roots and 3X 2 X +1 = (X 3)(3X + 3) and 3X 2 X + 1 = (X 4)(3X + 1). Indeed 3X 2 X + 1 = (X 4)(X 3)3. Consider the ring Z /2 Z [X] the polynomials X and X They both have only one root, namely 1. X = (X 1)(X 1) and X = (X 1)(X 2 + X + 1). Observe that (X 2 + X + 1) has no roots. Lemma Let K be a field, f K[X], with f 0. The polynomial has at most deg(f) distinct roots. Proof. Let n = deg(f). We will use induction on n. If n = 0, then f K and so f has no roots. Suppose n > 0 and any polynomial of degree m with m < n has at most m distinct roots. If f has no roots then it has at most n roots. If f has a root k, then f = (X k)q for some q K[X] with deg(q) = n 1. Any root l of f different of k has to be a root of q, for 0 = f(l) = (l k)q(l) and K has no zero divisors. Since q has at most n 1 distinct roots, f can have at most n distinct roots. Consider the ring Z /2 Z [X]. X 2 + X has two roots: 0 and 1; X has one root: 1; X 2 + X + 1 has no roots; X has one root: 1.

6 1. ALGEBRA 24 Let f K[X] with deg(f) 1. The polynomial f is said to be reducible if there exist g, h K[X] with f = g h and 0 < deg(g) < deg(f) and 0 < deg(h) < deg(f). Otherwise the polynomial is said to be irreducible. Consider the ring Z /2 Z [X]. The polynomials X 2, X 2 + X and X are reducible for X 2 = XX, X 2 + X = X(X + 1) and X = (X + 1)(X + 1). The polynomial X 2 + X + 1 is irreducible for if it would be reducible there would exist g, h K[X] with X 2 + X + 1 = g h and 0 < deg(g) < 2 and 0 < deg(h) < 2. Hence deg(g) = deg(h) = 1, but then g and h have a root and so f has roots too. A contradiction. We want to establish if the polynomial X 4 +X 2 +1 is reducible or irreducible. First observe that it has no roots. Suppose X 4 +X 2 +1 is reducible. Then there exist g, h K[X] with X 4 +X 2 +1 = g h and 0 < deg(g) < 4 and 0 < deg(h) < 4. Since any root of g or h would be a root of X 4 + X 2 + 1, we deduce that g and h have no roots. In particular, deg(g) 1 deg(h). Since deg(g) + deg(h) = 4, we must have deg(g) = deg(h) = 2. Let ax 2 + bx + c Z /2 Z [X] be a polynomial of degree 2 with no roots. Then a = 1 and, since 0 is not a root, c 0, and since 1 is not a root, we also have 1 + b + c 0. It follows that c = 1 and b = 1. Thus X 2 + X + 1 is the only polynomial of degree 2 without roots. It follows that g = h = X 2 + X + 1. Since (X 2 + X + 1)(X 2 + X + 1) = X 4 + X we see that X 4 + X is reducible. Lemma Let K be a field and f K[X] with deg(f) 1. (i) If deg(f) = 1, then f is irreducible and has one root. (ii) If deg(f) = 2 or deg(f) = 3, then f is irreducible if and only if it has no roots. (iii) If deg(f) 4, then if f has a root, then f is reducible. Proof. Exercise. If deg(f) 4 and has no roots, then nothing can be said in general. It might be irreducible or the product of polynomials of degree at least 2 which have no root. Irreducible polynomials in K[X] behave similarly as prime numbers in Z. Lemma Let K be a field and f, g K[X] with f irreducible and g f. Then g K or g = kf, for some k K. Proof. Suppose g divides f. Then f = qg for some q K[X]. Since f 0 we have g 0 and q 0. Now deg(f) = deg(q) + deg(g). If 0 < deg(g) < deg(f), then 0 < deg(q) < deg(f) too and f is reducible. A contradiction. Hence deg(g) = 0 or deg(g) = deg(f). If deg(g) = 0, then g K. If deg(g) = deg(f), then deg(q) = 0 and so q K. Let k = q 1 K, then g = kf. Lemma Let K be a field and f, g, h K[X] with f irreducible and f gh. Then f g or f h. Proof. Suppose f divides gh but f does not divide g. Then, since f is irreducible, we have gcd(f, g) = 1 and, by the Euclidean algorithm, there exist a, b K[X] with 1 = af + bg. In particular, h = afh + bgh and thus f h.

Further linear algebra. Chapter II. Polynomials.

Further linear algebra. Chapter II. Polynomials. Further linear algebra. Chapter II. Polynomials. Andrei Yafaev 1 Definitions. In this chapter we consider a field k. Recall that examples of felds include Q, R, C, F p where p is prime. A polynomial is

More information

Notes 6: Polynomials in One Variable

Notes 6: Polynomials in One Variable Notes 6: Polynomials in One Variable Definition. Let f(x) = b 0 x n + b x n + + b n be a polynomial of degree n, so b 0 0. The leading term of f is LT (f) = b 0 x n. We begin by analyzing the long division

More information

COMMUTATIVE RINGS. Definition 3: A domain is a commutative ring R that satisfies the cancellation law for multiplication:

COMMUTATIVE RINGS. Definition 3: A domain is a commutative ring R that satisfies the cancellation law for multiplication: COMMUTATIVE RINGS Definition 1: A commutative ring R is a set with two operations, addition and multiplication, such that: (i) R is an abelian group under addition; (ii) ab = ba for all a, b R (commutative

More information

8 Appendix: Polynomial Rings

8 Appendix: Polynomial Rings 8 Appendix: Polynomial Rings Throughout we suppose, unless otherwise specified, that R is a commutative ring. 8.1 (Largely) a reminder about polynomials A polynomial in the indeterminate X with coefficients

More information

Section III.6. Factorization in Polynomial Rings

Section III.6. Factorization in Polynomial Rings III.6. Factorization in Polynomial Rings 1 Section III.6. Factorization in Polynomial Rings Note. We push several of the results in Section III.3 (such as divisibility, irreducibility, and unique factorization)

More information

Lecture 7: Polynomial rings

Lecture 7: Polynomial rings Lecture 7: Polynomial rings Rajat Mittal IIT Kanpur You have seen polynomials many a times till now. The purpose of this lecture is to give a formal treatment to constructing polynomials and the rules

More information

D-MATH Algebra I HS18 Prof. Rahul Pandharipande. Solution 6. Unique Factorization Domains

D-MATH Algebra I HS18 Prof. Rahul Pandharipande. Solution 6. Unique Factorization Domains D-MATH Algebra I HS18 Prof. Rahul Pandharipande Solution 6 Unique Factorization Domains 1. Let R be a UFD. Let that a, b R be coprime elements (that is, gcd(a, b) R ) and c R. Suppose that a c and b c.

More information

Polynomial Rings : Linear Algebra Notes

Polynomial Rings : Linear Algebra Notes Polynomial Rings : Linear Algebra Notes Satya Mandal September 27, 2005 1 Section 1: Basics Definition 1.1 A nonempty set R is said to be a ring if the following are satisfied: 1. R has two binary operations,

More information

Polynomial Rings. i=0

Polynomial Rings. i=0 Polynomial Rings 4-15-2018 If R is a ring, the ring of polynomials in x with coefficients in R is denoted R[x]. It consists of all formal sums a i x i. Here a i = 0 for all but finitely many values of

More information

g(x) = 1 1 x = 1 + x + x2 + x 3 + is not a polynomial, since it doesn t have finite degree. g(x) is an example of a power series.

g(x) = 1 1 x = 1 + x + x2 + x 3 + is not a polynomial, since it doesn t have finite degree. g(x) is an example of a power series. 6 Polynomial Rings We introduce a class of rings called the polynomial rings, describing computation, factorization and divisibility in such rings For the case where the coefficients come from an integral

More information

Polynomials. Chapter 4

Polynomials. Chapter 4 Chapter 4 Polynomials In this Chapter we shall see that everything we did with integers in the last Chapter we can also do with polynomials. Fix a field F (e.g. F = Q, R, C or Z/(p) for a prime p). Notation

More information

Congruences and Residue Class Rings

Congruences and Residue Class Rings Congruences and Residue Class Rings (Chapter 2 of J. A. Buchmann, Introduction to Cryptography, 2nd Ed., 2004) Shoichi Hirose Faculty of Engineering, University of Fukui S. Hirose (U. Fukui) Congruences

More information

Lecture Notes Math 371: Algebra (Fall 2006) by Nathanael Leedom Ackerman

Lecture Notes Math 371: Algebra (Fall 2006) by Nathanael Leedom Ackerman Lecture Notes Math 371: Algebra (Fall 2006) by Nathanael Leedom Ackerman October 31, 2006 TALK SLOWLY AND WRITE NEATLY!! 1 0.1 Symbolic Adjunction of Roots When dealing with subfields of C it is easy to

More information

Chapter 4 Finite Fields

Chapter 4 Finite Fields Chapter 4 Finite Fields Introduction will now introduce finite fields of increasing importance in cryptography AES, Elliptic Curve, IDEA, Public Key concern operations on numbers what constitutes a number

More information

Handout - Algebra Review

Handout - Algebra Review Algebraic Geometry Instructor: Mohamed Omar Handout - Algebra Review Sept 9 Math 176 Today will be a thorough review of the algebra prerequisites we will need throughout this course. Get through as much

More information

Outline. MSRI-UP 2009 Coding Theory Seminar, Week 2. The definition. Link to polynomials

Outline. MSRI-UP 2009 Coding Theory Seminar, Week 2. The definition. Link to polynomials Outline MSRI-UP 2009 Coding Theory Seminar, Week 2 John B. Little Department of Mathematics and Computer Science College of the Holy Cross Cyclic Codes Polynomial Algebra More on cyclic codes Finite fields

More information

Computations/Applications

Computations/Applications Computations/Applications 1. Find the inverse of x + 1 in the ring F 5 [x]/(x 3 1). Solution: We use the Euclidean Algorithm: x 3 1 (x + 1)(x + 4x + 1) + 3 (x + 1) 3(x + ) + 0. Thus 3 (x 3 1) + (x + 1)(4x

More information

Chapter 3. Rings. The basic commutative rings in mathematics are the integers Z, the. Examples

Chapter 3. Rings. The basic commutative rings in mathematics are the integers Z, the. Examples Chapter 3 Rings Rings are additive abelian groups with a second operation called multiplication. The connection between the two operations is provided by the distributive law. Assuming the results of Chapter

More information

Polynomials over UFD s

Polynomials over UFD s Polynomials over UFD s Let R be a UFD and let K be the field of fractions of R. Our goal is to compare arithmetic in the rings R[x] and K[x]. We introduce the following notion. Definition 1. A non-constant

More information

Homework 8 Solutions to Selected Problems

Homework 8 Solutions to Selected Problems Homework 8 Solutions to Selected Problems June 7, 01 1 Chapter 17, Problem Let f(x D[x] and suppose f(x is reducible in D[x]. That is, there exist polynomials g(x and h(x in D[x] such that g(x and h(x

More information

1/30: Polynomials over Z/n.

1/30: Polynomials over Z/n. 1/30: Polynomials over Z/n. Last time to establish the existence of primitive roots we rely on the following key lemma: Lemma 6.1. Let s > 0 be an integer with s p 1, then we have #{α Z/pZ α s = 1} = s.

More information

2 ALGEBRA II. Contents

2 ALGEBRA II. Contents ALGEBRA II 1 2 ALGEBRA II Contents 1. Results from elementary number theory 3 2. Groups 4 2.1. Denition, Subgroup, Order of an element 4 2.2. Equivalence relation, Lagrange's theorem, Cyclic group 9 2.3.

More information

Rings. Chapter Definitions and Examples

Rings. Chapter Definitions and Examples Chapter 5 Rings Nothing proves more clearly that the mind seeks truth, and nothing reflects more glory upon it, than the delight it takes, sometimes in spite of itself, in the driest and thorniest researches

More information

MTH310 EXAM 2 REVIEW

MTH310 EXAM 2 REVIEW MTH310 EXAM 2 REVIEW SA LI 4.1 Polynomial Arithmetic and the Division Algorithm A. Polynomial Arithmetic *Polynomial Rings If R is a ring, then there exists a ring T containing an element x that is not

More information

Finite Fields: An introduction through exercises Jonathan Buss Spring 2014

Finite Fields: An introduction through exercises Jonathan Buss Spring 2014 Finite Fields: An introduction through exercises Jonathan Buss Spring 2014 A typical course in abstract algebra starts with groups, and then moves on to rings, vector spaces, fields, etc. This sequence

More information

Math 547, Exam 2 Information.

Math 547, Exam 2 Information. Math 547, Exam 2 Information. 3/19/10, LC 303B, 10:10-11:00. Exam 2 will be based on: Homework and textbook sections covered by lectures 2/3-3/5. (see http://www.math.sc.edu/ boylan/sccourses/547sp10/547.html)

More information

Definition For a set F, a polynomial over F with variable x is of the form

Definition For a set F, a polynomial over F with variable x is of the form *6. Polynomials Definition For a set F, a polynomial over F with variable x is of the form a n x n + a n 1 x n 1 + a n 2 x n 2 +... + a 1 x + a 0, where a n, a n 1,..., a 1, a 0 F. The a i, 0 i n are the

More information

MATH 361: NUMBER THEORY TENTH LECTURE

MATH 361: NUMBER THEORY TENTH LECTURE MATH 361: NUMBER THEORY TENTH LECTURE The subject of this lecture is finite fields. 1. Root Fields Let k be any field, and let f(x) k[x] be irreducible and have positive degree. We want to construct a

More information

(Rgs) Rings Math 683L (Summer 2003)

(Rgs) Rings Math 683L (Summer 2003) (Rgs) Rings Math 683L (Summer 2003) We will first summarise the general results that we will need from the theory of rings. A unital ring, R, is a set equipped with two binary operations + and such that

More information

Factorization in Polynomial Rings

Factorization in Polynomial Rings Factorization in Polynomial Rings Throughout these notes, F denotes a field. 1 Long division with remainder We begin with some basic definitions. Definition 1.1. Let f, g F [x]. We say that f divides g,

More information

FILTERED RINGS AND MODULES. GRADINGS AND COMPLETIONS.

FILTERED RINGS AND MODULES. GRADINGS AND COMPLETIONS. FILTERED RINGS AND MODULES. GRADINGS AND COMPLETIONS. Let A be a ring, for simplicity assumed commutative. A filtering, or filtration, of an A module M means a descending sequence of submodules M = M 0

More information

CHAPTER 10: POLYNOMIALS (DRAFT)

CHAPTER 10: POLYNOMIALS (DRAFT) CHAPTER 10: POLYNOMIALS (DRAFT) LECTURE NOTES FOR MATH 378 (CSUSM, SPRING 2009). WAYNE AITKEN The material in this chapter is fairly informal. Unlike earlier chapters, no attempt is made to rigorously

More information

Fast Polynomial Multiplication

Fast Polynomial Multiplication Fast Polynomial Multiplication Marc Moreno Maza CS 9652, October 4, 2017 Plan Primitive roots of unity The discrete Fourier transform Convolution of polynomials The fast Fourier transform Fast convolution

More information

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5

How might we evaluate this? Suppose that, by some good luck, we knew that. x 2 5. x 2 dx 5 8.4 1 8.4 Partial Fractions Consider the following integral. 13 2x (1) x 2 x 2 dx How might we evaluate this? Suppose that, by some good luck, we knew that 13 2x (2) x 2 x 2 = 3 x 2 5 x + 1 We could then

More information

Algebra Review 2. 1 Fields. A field is an extension of the concept of a group.

Algebra Review 2. 1 Fields. A field is an extension of the concept of a group. Algebra Review 2 1 Fields A field is an extension of the concept of a group. Definition 1. A field (F, +,, 0 F, 1 F ) is a set F together with two binary operations (+, ) on F such that the following conditions

More information

Finite Fields. Sophie Huczynska (with changes by Max Neunhöffer) Semester 2, Academic Year 2012/13

Finite Fields. Sophie Huczynska (with changes by Max Neunhöffer) Semester 2, Academic Year 2012/13 Finite Fields Sophie Huczynska (with changes by Max Neunhöffer) Semester 2, Academic Year 2012/13 Contents 1 Introduction 3 1 Group theory: a brief summary............................ 3 2 Rings and fields....................................

More information

Polynomial Review Problems

Polynomial Review Problems Polynomial Review Problems 1. Find polynomial function formulas that could fit each of these graphs. Remember that you will need to determine the value of the leading coefficient. The point (0,-3) is on

More information

Places of Number Fields and Function Fields MATH 681, Spring 2018

Places of Number Fields and Function Fields MATH 681, Spring 2018 Places of Number Fields and Function Fields MATH 681, Spring 2018 From now on we will denote the field Z/pZ for a prime p more compactly by F p. More generally, for q a power of a prime p, F q will denote

More information

Ch 7 Summary - POLYNOMIAL FUNCTIONS

Ch 7 Summary - POLYNOMIAL FUNCTIONS Ch 7 Summary - POLYNOMIAL FUNCTIONS 1. An open-top box is to be made by cutting congruent squares of side length x from the corners of a 8.5- by 11-inch sheet of cardboard and bending up the sides. a)

More information

2a 2 4ac), provided there is an element r in our

2a 2 4ac), provided there is an element r in our MTH 310002 Test II Review Spring 2012 Absractions versus examples The purpose of abstraction is to reduce ideas to their essentials, uncluttered by the details of a specific situation Our lectures built

More information

be any ring homomorphism and let s S be any element of S. Then there is a unique ring homomorphism

be any ring homomorphism and let s S be any element of S. Then there is a unique ring homomorphism 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 UFD. Therefore

More information

Factorization in Polynomial Rings

Factorization in Polynomial Rings Factorization in Polynomial Rings These notes are a summary of some of the important points on divisibility in polynomial rings from 17 and 18. PIDs Definition 1 A principal ideal domain (PID) is an integral

More information

LECTURE NOTES IN CRYPTOGRAPHY

LECTURE NOTES IN CRYPTOGRAPHY 1 LECTURE NOTES IN CRYPTOGRAPHY Thomas Johansson 2005/2006 c Thomas Johansson 2006 2 Chapter 1 Abstract algebra and Number theory Before we start the treatment of cryptography we need to review some basic

More information

Finite Fields. Mike Reiter

Finite Fields. Mike Reiter 1 Finite Fields Mike Reiter reiter@cs.unc.edu Based on Chapter 4 of: W. Stallings. Cryptography and Network Security, Principles and Practices. 3 rd Edition, 2003. Groups 2 A group G, is a set G of elements

More information

Polynomial Rings. i=0. i=0. n+m. i=0. k=0

Polynomial Rings. i=0. i=0. n+m. i=0. k=0 Polynomial Rings 1. Definitions and Basic Properties For convenience, the ring will always be a commutative ring with identity. Basic Properties The polynomial ring R[x] in the indeterminate x with coefficients

More information

Finite Fields. Sophie Huczynska. Semester 2, Academic Year

Finite Fields. Sophie Huczynska. Semester 2, Academic Year Finite Fields Sophie Huczynska Semester 2, Academic Year 2005-06 2 Chapter 1. Introduction Finite fields is a branch of mathematics which has come to the fore in the last 50 years due to its numerous applications,

More information

+ 1 3 x2 2x x3 + 3x 2 + 0x x x2 2x + 3 4

+ 1 3 x2 2x x3 + 3x 2 + 0x x x2 2x + 3 4 Math 4030-001/Foundations of Algebra/Fall 2017 Polynomials at the Foundations: Rational Coefficients The rational numbers are our first field, meaning that all the laws of arithmetic hold, every number

More information

Polynomials, Ideals, and Gröbner Bases

Polynomials, Ideals, and Gröbner Bases Polynomials, Ideals, and Gröbner Bases Notes by Bernd Sturmfels for the lecture on April 10, 2018, in the IMPRS Ringvorlesung Introduction to Nonlinear Algebra We fix a field K. Some examples of fields

More information

A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties:

A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties: Byte multiplication 1 Field arithmetic A field F is a set of numbers that includes the two numbers 0 and 1 and satisfies the properties: F is an abelian group under addition, meaning - F is closed under

More information

: Error Correcting Codes. November 2017 Lecture 2

: Error Correcting Codes. November 2017 Lecture 2 03683072: Error Correcting Codes. November 2017 Lecture 2 Polynomial Codes and Cyclic Codes Amnon Ta-Shma and Dean Doron 1 Polynomial Codes Fix a finite field F q. For the purpose of constructing polynomial

More information

Groebner Bases and Applications

Groebner Bases and Applications Groebner Bases and Applications Robert Hines December 16, 2014 1 Groebner Bases In this section we define Groebner Bases and discuss some of their basic properties, following the exposition in chapter

More information

Solutions of exercise sheet 11

Solutions of exercise sheet 11 D-MATH Algebra I HS 14 Prof Emmanuel Kowalski Solutions of exercise sheet 11 The content of the marked exercises (*) should be known for the exam 1 For the following values of α C, find the minimal polynomial

More information

4 Unit Math Homework for Year 12

4 Unit Math Homework for Year 12 Yimin Math Centre 4 Unit Math Homework for Year 12 Student Name: Grade: Date: Score: Table of contents 3 Topic 3 Polynomials Part 2 1 3.2 Factorisation of polynomials and fundamental theorem of algebra...........

More information

Resultants. Chapter Elimination Theory. Resultants

Resultants. Chapter Elimination Theory. Resultants Chapter 9 Resultants 9.1 Elimination Theory We know that a line and a curve of degree n intersect in exactly n points if we work in the projective plane over some algebraically closed field K. Using the

More information

Polynomial Rings. (Last Updated: December 8, 2017)

Polynomial Rings. (Last Updated: December 8, 2017) Polynomial Rings (Last Updated: December 8, 2017) These notes are derived primarily from Abstract Algebra, Theory and Applications by Thomas Judson (16ed). Most of this material is drawn from Chapters

More information

Chapter 4. Remember: F will always stand for a field.

Chapter 4. Remember: F will always stand for a field. Chapter 4 Remember: F will always stand for a field. 4.1 10. Take f(x) = x F [x]. Could there be a polynomial g(x) F [x] such that f(x)g(x) = 1 F? Could f(x) be a unit? 19. Compare with Problem #21(c).

More information

Elementary Properties of the Integers

Elementary Properties of the Integers Elementary Properties of the Integers 1 1. Basis Representation Theorem (Thm 1-3) 2. Euclid s Division Lemma (Thm 2-1) 3. Greatest Common Divisor 4. Properties of Prime Numbers 5. Fundamental Theorem of

More information

Rings in Coding Theory

Rings in Coding Theory Rings in Coding Theory Steven T. Dougherty July 3, 2013 Cyclic Codes Cyclic Codes were first studied by Prange in 1957. Prange, E. Cyclic error-correcting codes in two symbols. Technical Note TN-57-103,

More information

3.4. ZEROS OF POLYNOMIAL FUNCTIONS

3.4. ZEROS OF POLYNOMIAL FUNCTIONS 3.4. ZEROS OF POLYNOMIAL FUNCTIONS What You Should Learn Use the Fundamental Theorem of Algebra to determine the number of zeros of polynomial functions. Find rational zeros of polynomial functions. Find

More information

MATH 2400 LECTURE NOTES: POLYNOMIAL AND RATIONAL FUNCTIONS. Contents 1. Polynomial Functions 1 2. Rational Functions 6

MATH 2400 LECTURE NOTES: POLYNOMIAL AND RATIONAL FUNCTIONS. Contents 1. Polynomial Functions 1 2. Rational Functions 6 MATH 2400 LECTURE NOTES: POLYNOMIAL AND RATIONAL FUNCTIONS PETE L. CLARK Contents 1. Polynomial Functions 1 2. Rational Functions 6 1. Polynomial Functions Using the basic operations of addition, subtraction,

More information

Mathematical Olympiad Training Polynomials

Mathematical Olympiad Training Polynomials Mathematical Olympiad Training Polynomials Definition A polynomial over a ring R(Z, Q, R, C) in x is an expression of the form p(x) = a n x n + a n 1 x n 1 + + a 1 x + a 0, a i R, for 0 i n. If a n 0,

More information

Solutions of exercise sheet 6

Solutions of exercise sheet 6 D-MATH Algebra I HS 14 Prof. Emmanuel Kowalski Solutions of exercise sheet 6 1. (Irreducibility of the cyclotomic polynomial) Let n be a positive integer, and P Z[X] a monic irreducible factor of X n 1

More information

Polynomial Ideals. Euclidean algorithm Multiplicity of roots Ideals in F[x].

Polynomial Ideals. Euclidean algorithm Multiplicity of roots Ideals in F[x]. Polynomial Ideals Euclidean algorithm Multiplicity of roots Ideals in F[x]. Euclidean algorithms Lemma. f,d nonzero polynomials in F[x]. deg d deg f. Then there exists a polynomial g in F[x] s.t. either

More information

1 Rings 1 RINGS 1. Theorem 1.1 (Substitution Principle). Let ϕ : R R be a ring homomorphism

1 Rings 1 RINGS 1. Theorem 1.1 (Substitution Principle). Let ϕ : R R be a ring homomorphism 1 RINGS 1 1 Rings Theorem 1.1 (Substitution Principle). Let ϕ : R R be a ring homomorphism (a) Given an element α R there is a unique homomorphism Φ : R[x] R which agrees with the map ϕ on constant polynomials

More information

Finite Fields. SOLUTIONS Network Coding - Prof. Frank H.P. Fitzek

Finite Fields. SOLUTIONS Network Coding - Prof. Frank H.P. Fitzek Finite Fields In practice most finite field applications e.g. cryptography and error correcting codes utilizes a specific type of finite fields, namely the binary extension fields. The following exercises

More information

ELG 5372 Error Control Coding. Lecture 12: Ideals in Rings and Algebraic Description of Cyclic Codes

ELG 5372 Error Control Coding. Lecture 12: Ideals in Rings and Algebraic Description of Cyclic Codes ELG 5372 Error Control Coding Lecture 12: Ideals in Rings and Algebraic Description of Cyclic Codes Quotient Ring Example + Quotient Ring Example Quotient Ring Recall the quotient ring R={,,, }, where

More information

MATH 326: RINGS AND MODULES STEFAN GILLE

MATH 326: RINGS AND MODULES STEFAN GILLE MATH 326: RINGS AND MODULES STEFAN GILLE 1 2 STEFAN GILLE 1. Rings We recall first the definition of a group. 1.1. Definition. Let G be a non empty set. The set G is called a group if there is a map called

More information

Groups, Rings, and Finite Fields. Andreas Klappenecker. September 12, 2002

Groups, Rings, and Finite Fields. Andreas Klappenecker. September 12, 2002 Background on Groups, Rings, and Finite Fields Andreas Klappenecker September 12, 2002 A thorough understanding of the Agrawal, Kayal, and Saxena primality test requires some tools from algebra and elementary

More information

CS 829 Polynomial systems: geometry and algorithms Lecture 3: Euclid, resultant and 2 2 systems Éric Schost

CS 829 Polynomial systems: geometry and algorithms Lecture 3: Euclid, resultant and 2 2 systems Éric Schost CS 829 Polynomial systems: geometry and algorithms Lecture 3: Euclid, resultant and 2 2 systems Éric Schost eschost@uwo.ca Summary In this lecture, we start actual computations (as opposed to Lectures

More information

Introduction to the Galois Correspondence Maureen Fenrick

Introduction to the Galois Correspondence Maureen Fenrick Introduction to the Galois Correspondence Maureen Fenrick A Primer on the Integers 1. Division algorithm: given n and d 0 one can find q and r such that 0 r < d and n = qd + r. 2. d n when r = 0. 3. Greatest

More information

Math 261 Exercise sheet 5

Math 261 Exercise sheet 5 Math 261 Exercise sheet 5 http://staff.aub.edu.lb/~nm116/teaching/2018/math261/index.html Version: October 24, 2018 Answers are due for Wednesday 24 October, 11AM. The use of calculators is allowed. Exercise

More information

Moreover this binary operation satisfies the following properties

Moreover this binary operation satisfies the following properties Contents 1 Algebraic structures 1 1.1 Group........................................... 1 1.1.1 Definitions and examples............................. 1 1.1.2 Subgroup.....................................

More information

MATH 431 PART 2: POLYNOMIAL RINGS AND FACTORIZATION

MATH 431 PART 2: POLYNOMIAL RINGS AND FACTORIZATION MATH 431 PART 2: POLYNOMIAL RINGS AND FACTORIZATION 1. Polynomial rings (review) Definition 1. A polynomial f(x) with coefficients in a ring R is n f(x) = a i x i = a 0 + a 1 x + a 2 x 2 + + a n x n i=0

More information

Honors Algebra 4, MATH 371 Winter 2010 Assignment 3 Due Friday, February 5 at 08:35

Honors Algebra 4, MATH 371 Winter 2010 Assignment 3 Due Friday, February 5 at 08:35 Honors Algebra 4, MATH 371 Winter 2010 Assignment 3 Due Friday, February 5 at 08:35 1. Let R 0 be a commutative ring with 1 and let S R be the subset of nonzero elements which are not zero divisors. (a)

More information

MATH 3030, Abstract Algebra FALL 2012 Toby Kenney Midyear Examination Friday 7th December: 7:00-10:00 PM

MATH 3030, Abstract Algebra FALL 2012 Toby Kenney Midyear Examination Friday 7th December: 7:00-10:00 PM MATH 3030, Abstract Algebra FALL 2012 Toby Kenney Midyear Examination Friday 7th December: 7:00-10:00 PM Basic Questions 1. Compute the factor group Z 3 Z 9 / (1, 6). The subgroup generated by (1, 6) is

More information

LECTURE 10, MONDAY MARCH 15, 2004

LECTURE 10, MONDAY MARCH 15, 2004 LECTURE 10, MONDAY MARCH 15, 2004 FRANZ LEMMERMEYER 1. Minimal Polynomials Let α and β be algebraic numbers, and let f and g denote their minimal polynomials. Consider the resultant R(X) of the polynomials

More information

Rings. Chapter Homomorphisms and ideals

Rings. Chapter Homomorphisms and ideals Chapter 2 Rings This chapter should be at least in part a review of stuff you ve seen before. Roughly it is covered in Rotman chapter 3 and sections 6.1 and 6.2. You should *know* well all the material

More information

Projective Varieties. Chapter Projective Space and Algebraic Sets

Projective Varieties. Chapter Projective Space and Algebraic Sets Chapter 1 Projective Varieties 1.1 Projective Space and Algebraic Sets 1.1.1 Definition. Consider A n+1 = A n+1 (k). The set of all lines in A n+1 passing through the origin 0 = (0,..., 0) is called the

More information

Algebra Exam Fall Alexander J. Wertheim Last Updated: October 26, Groups Problem Problem Problem 3...

Algebra Exam Fall Alexander J. Wertheim Last Updated: October 26, Groups Problem Problem Problem 3... Algebra Exam Fall 2006 Alexander J. Wertheim Last Updated: October 26, 2017 Contents 1 Groups 2 1.1 Problem 1..................................... 2 1.2 Problem 2..................................... 2

More information

8.4 Partial Fractions

8.4 Partial Fractions 8.4 1 8.4 Partial Fractions Consider the following integral. (1) 13 2x x 2 x 2 dx How might we evaluate this? Suppose that, by some good luck, we knew that (2) 13 2x x 2 x 2 = 3 x 2 5 x+1 We could then

More information

Finite Fields and Error-Correcting Codes

Finite Fields and Error-Correcting Codes Lecture Notes in Mathematics Finite Fields and Error-Correcting Codes Karl-Gustav Andersson (Lund University) (version 1.013-16 September 2015) Translated from Swedish by Sigmundur Gudmundsson Contents

More information

Rings. Chapter 1. Definition 1.2. A commutative ring R is a ring in which multiplication is commutative. That is, ab = ba for all a, b R.

Rings. Chapter 1. Definition 1.2. A commutative ring R is a ring in which multiplication is commutative. That is, ab = ba for all a, b R. Chapter 1 Rings We have spent the term studying groups. A group is a set with a binary operation that satisfies certain properties. But many algebraic structures such as R, Z, and Z n come with two binary

More information

Exact Arithmetic on a Computer

Exact Arithmetic on a Computer Exact Arithmetic on a Computer Symbolic Computation and Computer Algebra William J. Turner Department of Mathematics & Computer Science Wabash College Crawfordsville, IN 47933 Tuesday 21 September 2010

More information

Chapter 1 : The language of mathematics.

Chapter 1 : The language of mathematics. MAT 200, Logic, Language and Proof, Fall 2015 Summary Chapter 1 : The language of mathematics. Definition. A proposition is a sentence which is either true or false. Truth table for the connective or :

More information

Chapter 2. Divisibility. 2.1 Common Divisors

Chapter 2. Divisibility. 2.1 Common Divisors Chapter 2 Divisibility 2.1 Common Divisors Definition 2.1.1. Let a and b be integers. A common divisor of a and b is any integer that divides both a and b. Suppose that a and b are not both zero. By Proposition

More information

RINGS: SUMMARY OF MATERIAL

RINGS: SUMMARY OF MATERIAL RINGS: SUMMARY OF MATERIAL BRIAN OSSERMAN This is a summary of terms used and main results proved in the subject of rings, from Chapters 11-13 of Artin. Definitions not included here may be considered

More information

Resultants. summary and questions. December 7, 2011

Resultants. summary and questions. December 7, 2011 Resultants summary and questions December 7, 2011 1 An exercise about free modules Let A be a unitary commutative integral ring. Let K be the fraction field of A. Let n 1 be an integer. Set V = A n and

More information

D-MATH Algebra I HS17 Prof. Emmanuel Kowalski. Solution 12. Algebraic closure, splitting field

D-MATH Algebra I HS17 Prof. Emmanuel Kowalski. Solution 12. Algebraic closure, splitting field D-MATH Algebra I HS17 Prof. Emmanuel Kowalski Solution 1 Algebraic closure, splitting field 1. Let K be a field of characteristic and L/K a field extension of degree. Show that there exists α L such that

More information

Finite Fields. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay

Finite Fields. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay 1 / 25 Finite Fields Saravanan Vijayakumaran sarva@ee.iitb.ac.in Department of Electrical Engineering Indian Institute of Technology Bombay September 25, 2014 2 / 25 Fields Definition A set F together

More information

Basic elements of number theory

Basic elements of number theory Cryptography Basic elements of number theory Marius Zimand 1 Divisibility, prime numbers By default all the variables, such as a, b, k, etc., denote integer numbers. Divisibility a 0 divides b if b = a

More information

Basic elements of number theory

Basic elements of number theory Cryptography Basic elements of number theory Marius Zimand By default all the variables, such as a, b, k, etc., denote integer numbers. Divisibility a 0 divides b if b = a k for some integer k. Notation

More information

5 Keeping the Data Small: Modular Methods

5 Keeping the Data Small: Modular Methods 5 Keeping the Data Small: Modular Methods 5.1 Modular gcd of Polynomials in Z[x] First of all we note the following important fact: Lemma 5.1 (Gauss) For any f, g Z[x] (not both zero) we have cont(fg)

More information

where c R and the content of f is one. 1

where c R and the content of f is one. 1 9. Gauss Lemma Obviously it would be nice to have some more general methods of proving that a given polynomial is irreducible. The first is rather beautiful and due to Gauss. The basic idea is as follows.

More information

Homework 7 solutions M328K by Mark Lindberg/Marie-Amelie Lawn

Homework 7 solutions M328K by Mark Lindberg/Marie-Amelie Lawn Homework 7 solutions M328K by Mark Lindberg/Marie-Amelie Lawn Problem 1: 4.4 # 2:x 3 + 8x 2 x 1 0 (mod 1331). a) x 3 + 8x 2 x 1 0 (mod 11). This does not break down, so trial and error gives: x = 0 : f(0)

More information

COMPUTER ARITHMETIC. 13/05/2010 cryptography - math background pp. 1 / 162

COMPUTER ARITHMETIC. 13/05/2010 cryptography - math background pp. 1 / 162 COMPUTER ARITHMETIC 13/05/2010 cryptography - math background pp. 1 / 162 RECALL OF COMPUTER ARITHMETIC computers implement some types of arithmetic for instance, addition, subtratction, multiplication

More information

6]. (10) (i) Determine the units in the rings Z[i] and Z[ 10]. If n is a squarefree

6]. (10) (i) Determine the units in the rings Z[i] and Z[ 10]. If n is a squarefree Quadratic extensions Definition: Let R, S be commutative rings, R S. An extension of rings R S is said to be quadratic there is α S \R and monic polynomial f(x) R[x] of degree such that f(α) = 0 and S

More information

Example: This theorem is the easiest way to test an ideal (or an element) is prime. Z[x] (x)

Example: This theorem is the easiest way to test an ideal (or an element) is prime. Z[x] (x) Math 4010/5530 Factorization Theory January 2016 Let R be an integral domain. Recall that s, t R are called associates if they differ by a unit (i.e. there is some c R such that s = ct). Let R be a commutative

More information

Chinese Remainder Theorem

Chinese Remainder Theorem Chinese Remainder Theorem Theorem Let R be a Euclidean domain with m 1, m 2,..., m k R. If gcd(m i, m j ) = 1 for 1 i < j k then m = m 1 m 2 m k = lcm(m 1, m 2,..., m k ) and R/m = R/m 1 R/m 2 R/m k ;

More information

POLYNOMIALS. x + 1 x x 4 + x 3. x x 3 x 2. x x 2 + x. x + 1 x 1

POLYNOMIALS. x + 1 x x 4 + x 3. x x 3 x 2. x x 2 + x. x + 1 x 1 POLYNOMIALS A polynomial in x is an expression of the form p(x) = a 0 + a 1 x + a x +. + a n x n Where a 0, a 1, a. a n are real numbers and n is a non-negative integer and a n 0. A polynomial having only

More information

AN INTRODUCTION TO GALOIS THEORY

AN INTRODUCTION TO GALOIS THEORY AN INTRODUCTION TO GALOIS THEORY STEVEN DALE CUTKOSKY In these notes we consider the problem of constructing the roots of a polynomial. Suppose that F is a subfield of the complex numbers, and f(x) is

More information