Polynomial Rings in Several Variables

Total Page:16

File Type:pdf, Size:1020Kb

Polynomial Rings in Several Variables POLYNOMIAL RINGS IN SEVERAL VARIABLES Abstract. These are the notes prepared for the course MTH 751 to be offered to the PhD students at IIT Kanpur. Contents 1. Rings 1 2. Quotient Rings 4 3. Hilbert Basis Theorem 7 4. Hilbert's Nullstellensatz 8 References 11 1. Rings A ring is a set with two binary structures, say, + and ×; which satisfy: (1)( R; +) is an abelian group with identity 0. (2)( R; ·) is an associative binary structure with identity 1: (3) For all a; b; c 2 R; (a + b) · c = a · c + b · c; c · (a + b) = c · a + c · b: A subset S of R is a subring if S is closed under addition, subtraction and multiplication, and contains 1: Remark 1.1 : If 1 = 0 then R = f0g : Note first that 0 · a = 0. Hence, if a 2 R then a = 1 · a = 0 · a = 0: The set of integers Z is a ring with usual addition and multiplication. Example 1.2 : Given a ring R; consider the set R[x1; ··· ; xm] of polynomi- als in the variables x1; ··· ; xm with coefficients from R: Then R[x1; ··· ; xm] is a ring with usual addition and multiplication of polynomials. The addi- tive identity is the constant polynomial 0 and the multiplicative identity is the constant polynomial 1: A complex number α is called algebraic if there exists a non-zero p 2 Z[x] such that p(α) = 0: A number is called transcendental if it is not algebraic. Any rational number is algebraic: If α = m=n for integer m and non-zero integer n then p(x) = nx − m satisfies p(α) = 0: 1 2 POLYNOMIAL RINGS IN SEVERAL VARIABLES Example 1.3 : Note that the imaginary number i is algebraic: x2 + 1 = 0 at x = i: Given a number α with a priori information that it is algebraic, it may not be easy to find a p 2 Z[x] for which p(αp) = 0p: Sometimes, the following trick is helpful. Consider the number α = 3 + −5: Then p p p p α − 3 = −5 ) α2 − 2 3α + 3 = −5 ) 2 3α = α2 + 8 ) 12α2 = (α2 + 8)2: It follows that the polynomial p(x) = x4 + 4x2 + 64 satisfies p(α) = 0: Exercise 1.4 : Show that the set of algebraic numbers is at most countable. Let R and R0 denote two rings. A ring homomorphism or homomorphism φ : R ! R0 is a map which preserves addition and multiplication, and sends 1 to 1: An isomorphism is a bijective homomorphism. Remark 1.5 : If φ is an isomorphism then the group structures (R; +) and (R0; +) are isomorphic. In particular, φ(0) = 0: Proposition 1.6. Let α be a complex number. Define φ : Z[x] ! Z[α] by φ(p) = p(α); where Z[α] is the smallest subring of C that contains α: Then φ is a surjective homomorphism. Moreover, φ an isomorphism if and only if α is a transcendental number. Proof. The first part is a routine verification. Thus it suffices to check that φ is injective if and only if α is not algebraic. If α is algebraic then there exists a non-zero p 2 Z[x] such that φ(p) = 0: Also, φ being homomorphism, maps the zero polynomial to 0: Hence φ is not injective. Conversely, if φ is not injective then there exist p 6= q 2 Z[x] such that φ(p) = φ(q); that is, φ(p − q) = 0 for the non-zero polynomial p − q 2 Z[x]: That is, α is algebraic. Next we present a substitution principle. Proposition 1.7. Let φ : R ! R0 be a ring homomorphism. Given elements 0 0 a1; ··· ; an 2 R ; there is a unique homomorphism Φ: R[x1; ··· ; xn] ! R ; which agrees with φ on constant polynomials, and which sends xi to ai for each i: Proof. The desired homomorphism is given by X α X α Φ( cαx ) = φ(cα)a for cα 2 R: jα|≤k jα|≤k Clearly, Φ is unique. Corollary 1.8. There exists a unique isomorphism between the polynomial ring R[x; y] and the ring R[x][y] of polynomials in y with coefficients from R[x]; which is identity on R; and which sends x to x and y to y: Proof. Consider the inclusion map φ : R ! R[x][y]: By the Substitution Principle 1.7, there exists a unique homomorphism Φ : R[x; y] ! R[x][y]; POLYNOMIAL RINGS IN SEVERAL VARIABLES 3 which agrees on constant polynomials, and which sends x to x and y to y: We check that Φ is the required isomorphism by displaying the inverse of Φ: Note that R[x] is a subring of R[x; y]: Thus we have an inclusion map : R[x] ! R[x; y]: Apply the Substitution Principle to to get an homo- morphism Ψ : R[x][y] ! R[x; y]; which is identity on R[x]; and which sends y to y: Finally, note that Ψ◦Φ is identity on R and fx; yg: By the uniqueness part of the Substitution Principle, Ψ ◦ Φ is the identity map. This shows that Ψ is surjective. Another application of the Substitution Priciple shows that Φ ◦ Ψ is the identity map. Let φ : R ! R0 be a ring homomorphism. The kernel ker φ of φ is given by fa 2 R : φ(a) = 0g: Remark 1.9 : Since a ring homomorphism is also a group homomorphism, ker φ is also an additive group. Note that for a 2 ker φ and r 2 R; then φ(a · r) = φ(a) · φ(r) = 0 · φ(r) = 0: Similarly, for a 2 ker φ and r 2 R; r · a 2 ker φ. Note further that ker φ is a subring if and only if 1 2 ker φ if and only if ker φ = R if and only if φ is identically zero. Example 1.10 : Consider the ring homomorphism φ : R[x] ! R defined by evaluation at a real number a: By the polynomial factor theorem, ker φ precisely consists of polynomials divisible by x − a: Example 1.11 : Consider the homomorphism φ from the ring H of holo- morphic functions on the unit disc onto the ring of complex numbers C given by φ(f) = f(0); f 2 H: The kernel of φ consists precisely of all power series convergent on the unit disc with vanishing constant term. P A non-empty subset I of a ring R is said to be the left ideal if ri ·ai 2 I for all finitely many ri 2 R and ai 2 I: Similarly, one can define the right ideal. An ideal is the one which is both left and right ideal. In a commutative ring, left and right ideals coincide. In the remaining part of these notes, all the rings are commutative. Given elements a1; ··· ; ak 2 R; the set ( k ) X < a1; ··· ; ak >:= ri · ai : r1; ··· ; rk 2 R i=1 defines a left ideal of R: We will refer to < a1; ··· ; ak > as the left ideal generated by a1; ··· ; ak: For example, if R := R[x1; ··· ; xk] and ai = xi for i = 1; ··· ; k then < a1; ··· ; ak > is the kernel of the homomorphism of the evaluation at 0: The ideal I in R is principal if there exists a 2 R such that I =< a > : Every ideal in Z is of the form nZ for some integer n: Proposition 1.12. If F is a field then every ideal in F[x] is principal. 4 POLYNOMIAL RINGS IN SEVERAL VARIABLES Proof. Let I be a non-zero ideal of F[x]: Let k = minfdeg p : p 2 Ig and let p be in I with degree k: Clearly, < p >⊆ I: Let g 2 I: By the Division Algorithm, g = pq+r; where q; r 2 F[x] and deg r < k: But then r = g−pq 2 I with degree less than k: This is possible provided r = 0: This gives the desired equality I =< p > : 2. Quotient Rings Let I be an ideal of a ring R: Since I is an additive group, so is the quotient R=I: Further, if a + I; b + I 2 R=I then R=I is a ring with multiplication: (a + I) · (b + I) is the (unique) coset a · b + I which contains it. Note that as subsets of R; (a + I) · (b + I) may be strictly contained in the coset a · b + I: The additive identity of R=I is I and the multiplicative identity is 1+I: The quotient map q : R ! R=I given by q(a) = a + I is a ring homomorphism with kernel I: Example 2.1 : Consider the ring C of convergent sequences of real numbers with termwise addition and multiplication. The mapping lim : C! R given by limfcng = limn!1 cn defines a ring homomorphism. The kernel of lim is the ideal N of null convergent sequences in C: It is easy to see that C=N is isomorphic to R: A ideal M of a ring R is said to be maximal if M ( R but M is not contained in any ideals other than M and R: Corollary 2.2. Every ideal in F[x] which is generated by an irreducible polynomial is maximal. Proof. Let p be an irreducible polynomial in F[x] and let < p > be the ideal generated by p: Suppose there exists an ideal I such that < p >( I ⊆ F[x]: By Proposition 1.12, there exists q 2 F[x] such that I =< q > : But then p = qr for some r 2 F[x]: Since p is irreducible and < p >( I; q is a non-zero constant polynomial.
Recommended publications
  • Subset Semirings
    University of New Mexico UNM Digital Repository Faculty and Staff Publications Mathematics 2013 Subset Semirings Florentin Smarandache University of New Mexico, [email protected] W.B. Vasantha Kandasamy [email protected] Follow this and additional works at: https://digitalrepository.unm.edu/math_fsp Part of the Algebraic Geometry Commons, Analysis Commons, and the Other Mathematics Commons Recommended Citation W.B. Vasantha Kandasamy & F. Smarandache. Subset Semirings. Ohio: Educational Publishing, 2013. This Book is brought to you for free and open access by the Mathematics at UNM Digital Repository. It has been accepted for inclusion in Faculty and Staff Publications by an authorized administrator of UNM Digital Repository. For more information, please contact [email protected], [email protected], [email protected]. Subset Semirings W. B. Vasantha Kandasamy Florentin Smarandache Educational Publisher Inc. Ohio 2013 This book can be ordered from: Education Publisher Inc. 1313 Chesapeake Ave. Columbus, Ohio 43212, USA Toll Free: 1-866-880-5373 Copyright 2013 by Educational Publisher Inc. and the Authors Peer reviewers: Marius Coman, researcher, Bucharest, Romania. Dr. Arsham Borumand Saeid, University of Kerman, Iran. Said Broumi, University of Hassan II Mohammedia, Casablanca, Morocco. Dr. Stefan Vladutescu, University of Craiova, Romania. Many books can be downloaded from the following Digital Library of Science: http://www.gallup.unm.edu/eBooks-otherformats.htm ISBN-13: 978-1-59973-234-3 EAN: 9781599732343 Printed in the United States of America 2 CONTENTS Preface 5 Chapter One INTRODUCTION 7 Chapter Two SUBSET SEMIRINGS OF TYPE I 9 Chapter Three SUBSET SEMIRINGS OF TYPE II 107 Chapter Four NEW SUBSET SPECIAL TYPE OF TOPOLOGICAL SPACES 189 3 FURTHER READING 255 INDEX 258 ABOUT THE AUTHORS 260 4 PREFACE In this book authors study the new notion of the algebraic structure of the subset semirings using the subsets of rings or semirings.
    [Show full text]
  • Exercises and Solutions in Groups Rings and Fields
    EXERCISES AND SOLUTIONS IN GROUPS RINGS AND FIELDS Mahmut Kuzucuo˘glu Middle East Technical University [email protected] Ankara, TURKEY April 18, 2012 ii iii TABLE OF CONTENTS CHAPTERS 0. PREFACE . v 1. SETS, INTEGERS, FUNCTIONS . 1 2. GROUPS . 4 3. RINGS . .55 4. FIELDS . 77 5. INDEX . 100 iv v Preface These notes are prepared in 1991 when we gave the abstract al- gebra course. Our intention was to help the students by giving them some exercises and get them familiar with some solutions. Some of the solutions here are very short and in the form of a hint. I would like to thank B¨ulent B¨uy¨ukbozkırlı for his help during the preparation of these notes. I would like to thank also Prof. Ismail_ S¸. G¨ulo˘glufor checking some of the solutions. Of course the remaining errors belongs to me. If you find any errors, I should be grateful to hear from you. Finally I would like to thank Aynur Bora and G¨uldaneG¨um¨u¸sfor their typing the manuscript in LATEX. Mahmut Kuzucuo˘glu I would like to thank our graduate students Tu˘gbaAslan, B¨u¸sra C¸ınar, Fuat Erdem and Irfan_ Kadık¨oyl¨ufor reading the old version and pointing out some misprints. With their encouragement I have made the changes in the shape, namely I put the answers right after the questions. 20, December 2011 vi M. Kuzucuo˘glu 1. SETS, INTEGERS, FUNCTIONS 1.1. If A is a finite set having n elements, prove that A has exactly 2n distinct subsets.
    [Show full text]
  • The Structure Theory of Complete Local Rings
    The structure theory of complete local rings Introduction In the study of commutative Noetherian rings, localization at a prime followed by com- pletion at the resulting maximal ideal is a way of life. Many problems, even some that seem \global," can be attacked by first reducing to the local case and then to the complete case. Complete local rings turn out to have extremely good behavior in many respects. A key ingredient in this type of reduction is that when R is local, Rb is local and faithfully flat over R. We shall study the structure of complete local rings. A complete local ring that contains a field always contains a field that maps onto its residue class field: thus, if (R; m; K) contains a field, it contains a field K0 such that the composite map K0 ⊆ R R=m = K is an isomorphism. Then R = K0 ⊕K0 m, and we may identify K with K0. Such a field K0 is called a coefficient field for R. The choice of a coefficient field K0 is not unique in general, although in positive prime characteristic p it is unique if K is perfect, which is a bit surprising. The existence of a coefficient field is a rather hard theorem. Once it is known, one can show that every complete local ring that contains a field is a homomorphic image of a formal power series ring over a field. It is also a module-finite extension of a formal power series ring over a field. This situation is analogous to what is true for finitely generated algebras over a field, where one can make the same statements using polynomial rings instead of formal power series rings.
    [Show full text]
  • Formal Power Series - Wikipedia, the Free Encyclopedia
    Formal power series - Wikipedia, the free encyclopedia http://en.wikipedia.org/wiki/Formal_power_series Formal power series From Wikipedia, the free encyclopedia In mathematics, formal power series are a generalization of polynomials as formal objects, where the number of terms is allowed to be infinite; this implies giving up the possibility to substitute arbitrary values for indeterminates. This perspective contrasts with that of power series, whose variables designate numerical values, and which series therefore only have a definite value if convergence can be established. Formal power series are often used merely to represent the whole collection of their coefficients. In combinatorics, they provide representations of numerical sequences and of multisets, and for instance allow giving concise expressions for recursively defined sequences regardless of whether the recursion can be explicitly solved; this is known as the method of generating functions. Contents 1 Introduction 2 The ring of formal power series 2.1 Definition of the formal power series ring 2.1.1 Ring structure 2.1.2 Topological structure 2.1.3 Alternative topologies 2.2 Universal property 3 Operations on formal power series 3.1 Multiplying series 3.2 Power series raised to powers 3.3 Inverting series 3.4 Dividing series 3.5 Extracting coefficients 3.6 Composition of series 3.6.1 Example 3.7 Composition inverse 3.8 Formal differentiation of series 4 Properties 4.1 Algebraic properties of the formal power series ring 4.2 Topological properties of the formal power series
    [Show full text]
  • Math 412. Quotient Rings of Polynomial Rings Over a Field
    (c)Karen E. Smith 2018 UM Math Dept licensed under a Creative Commons By-NC-SA 4.0 International License. Math 412. Quotient Rings of Polynomial Rings over a Field. For this worksheet, F always denotes a fixed field, such as Q; R; C; or Zp for p prime. DEFINITION. Fix a polynomial f(x) 2 F[x]. Define two polynomials g; h 2 F[x] to be congruent modulo f if fj(g − h). We write [g]f for the set fg + kf j k 2 F[x]g of all polynomials congruent to g modulo f. We write F[x]=(f) for the set of all congruence classes of F[x] modulo f. The set F[x]=(f) has a natural ring structure called the Quotient Ring of F[x] by the ideal (f). CAUTION: The elements of F[x]=(f) are sets so the addition and multiplication, while induced by those in F[x], is a bit subtle. A. WARM UP. Fix a polynomial f(x) 2 F[x] of degree d > 0. (1) Discuss/review what it means that congruence modulo f is an equivalence relation on F[x]. (2) Discuss/review with your group why every congruence class [g]f contains a unique polynomial of degree less than d. What is the analogous fact for congruence classes in Z modulo n? 2 (3) Show that there are exactly four distinct congruence classes for Z2[x] modulo x + x. List them out, in set-builder notation. For each of the four, write it in the form [g]x2+x for two different g.
    [Show full text]
  • Introduction to the P-Adic Space
    Introduction to the p-adic Space Joel P. Abraham October 25, 2017 1 Introduction From a young age, students learn fundamental operations with the real numbers: addition, subtraction, multiplication, division, etc. We intuitively understand that distance under the reals as the absolute value function, even though we never have had a fundamental introduction to set theory or number theory. As such, I found this topic to be extremely captivating, since it almost entirely reverses the intuitive notion of distance in the reals. Such a small modification to the definition of distance gives rise to a completely different set of numbers under which the typical axioms are false. Furthermore, this is particularly interesting since the p-adic system commonly appears in natural phenomena. Due to the versatility of this metric space, and its interesting uniqueness, I find the p-adic space a truly fascinating development in algebraic number theory, and thus chose to explore it further. 2 The p-adic Metric Space 2.1 p-adic Norm Definition 2.1. A metric space is a set with a distance function or metric, d(p, q) defined over the elements of the set and mapping them to a real number, satisfying: arXiv:1710.08835v1 [math.HO] 22 Oct 2017 (a) d(p, q) > 0 if p = q 6 (b) d(p,p)=0 (c) d(p, q)= d(q,p) (d) d(p, q) d(p, r)+ d(r, q) ≤ The real numbers clearly form a metric space with the absolute value function as the norm such that for p, q R ∈ d(p, q)= p q .
    [Show full text]
  • Algorithmic Factorization of Polynomials Over Number Fields
    Rose-Hulman Institute of Technology Rose-Hulman Scholar Mathematical Sciences Technical Reports (MSTR) Mathematics 5-18-2017 Algorithmic Factorization of Polynomials over Number Fields Christian Schulz Rose-Hulman Institute of Technology Follow this and additional works at: https://scholar.rose-hulman.edu/math_mstr Part of the Number Theory Commons, and the Theory and Algorithms Commons Recommended Citation Schulz, Christian, "Algorithmic Factorization of Polynomials over Number Fields" (2017). Mathematical Sciences Technical Reports (MSTR). 163. https://scholar.rose-hulman.edu/math_mstr/163 This Dissertation is brought to you for free and open access by the Mathematics at Rose-Hulman Scholar. It has been accepted for inclusion in Mathematical Sciences Technical Reports (MSTR) by an authorized administrator of Rose-Hulman Scholar. For more information, please contact [email protected]. Algorithmic Factorization of Polynomials over Number Fields Christian Schulz May 18, 2017 Abstract The problem of exact polynomial factorization, in other words expressing a poly- nomial as a product of irreducible polynomials over some field, has applications in algebraic number theory. Although some algorithms for factorization over algebraic number fields are known, few are taught such general algorithms, as their use is mainly as part of the code of various computer algebra systems. This thesis provides a summary of one such algorithm, which the author has also fully implemented at https://github.com/Whirligig231/number-field-factorization, along with an analysis of the runtime of this algorithm. Let k be the product of the degrees of the adjoined elements used to form the algebraic number field in question, let s be the sum of the squares of these degrees, and let d be the degree of the polynomial to be factored; then the runtime of this algorithm is found to be O(d4sk2 + 2dd3).
    [Show full text]
  • Discriminants and the Monoid of Quadratic Rings
    DISCRIMINANTS AND THE MONOID OF QUADRATIC RINGS JOHN VOIGHT Abstract. We consider the natural monoid structure on the set of quadratic rings over an arbitrary base scheme and characterize this monoid in terms of discriminants. Quadratic field extensions K of Q are characterized by their discriminants. Indeed, there is a bijection 8Separable quadratic9 < = ∼ × ×2 algebras over Q −! Q =Q : up to isomorphism ; p 2 ×2 Q[ d] = Q[x]=(x − d) 7! dQ wherep a separable quadratic algebra over Q is either a quadratic field extension or the algebra Q[ 1] ' Q × Q of discriminant 1. In particular, the set of isomorphism classes of separable quadratic extensions of Q can be given the structure of an elementary abelian 2-group, with identity element the class of Q × Q: we have simply p p p Q[ d1] ∗ Q[ d2] = Q[ d1d2] p × ×2 up to isomorphism. If d1; d2; dp1d2 2pQ n Q then Q( d1d2) sits as the third quadratic subfield of the compositum Q( d1; d2): p p Q( d1; d2) p p p Q( d1) Q( d1d2) Q( d2) Q p Indeed, ifpσ1 isp the nontrivial elementp of Gal(Q( d1)=Q), then therep is a unique extension of σ1 to Q( d1; d2) leaving Q( d2) fixed, similarly with σ2, and Q( d1d2) is the fixed field of the composition σ1σ2 = σ2σ1. This characterization of quadratic extensions works over any base field F with char F 6= 2 and is summarized concisely in the Kummer theory isomorphism H1(Gal(F =F ); {±1g) = Hom(Gal(F =F ); {±1g) ' F ×=F ×2: On the other hand, over a field F with char F = 2, all separable quadratic extensions have trivial discriminant and instead they are classified by the (additive) Artin-Schreier group F=}(F ) where }(F ) = fr + r2 : r 2 F g Date: January 17, 2021.
    [Show full text]
  • SEMIFIELDS from SKEW POLYNOMIAL RINGS 1. INTRODUCTION a Semifield Is a Division Algebra, Where Multiplication Is Not Necessarily
    SEMIFIELDS FROM SKEW POLYNOMIAL RINGS MICHEL LAVRAUW AND JOHN SHEEKEY Abstract. Skew polynomial rings were used to construct finite semifields by Petit in [20], following from a construction of Ore and Jacobson of associative division algebras. Johnson and Jha [10] later constructed the so-called cyclic semifields, obtained using irreducible semilinear transformations. In this work we show that these two constructions in fact lead to isotopic semifields, show how the skew polynomial construction can be used to calculate the nuclei more easily, and provide an upper bound for the number of isotopism classes, improving the bounds obtained by Kantor and Liebler in [13] and implicitly by Dempwolff in [2]. 1. INTRODUCTION A semifield is a division algebra, where multiplication is not necessarily associative. Finite nonassociative semifields of order q are known to exist for each prime power q = pn > 8, p prime, with n > 2. The study of semifields was initiated by Dickson in [4] and by now many constructions of semifields are known. We refer to the next section for more details. In 1933, Ore [19] introduced the concept of skew-polynomial rings R = K[t; σ], where K is a field, t an indeterminate, and σ an automorphism of K. These rings are associative, non-commutative, and are left- and right-Euclidean. Ore ([18], see also Jacobson [6]) noted that multiplication in R, modulo right division by an irreducible f contained in the centre of R, yields associative algebras without zero divisors. These algebras were called cyclic algebras. We show that the requirement of obtaining an associative algebra can be dropped, and this construction leads to nonassociative division algebras, i.e.
    [Show full text]
  • January 10, 2010 CHAPTER SIX IRREDUCIBILITY and FACTORIZATION §1. BASIC DIVISIBILITY THEORY the Set of Polynomials Over a Field
    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. A polynomials is irreducible iff it cannot be factored as a product of polynomials of strictly lower degree. Otherwise, the polynomial is reducible. Every linear polynomial is irreducible, and, when F = C, these are the only ones. When F = R, then the only other irreducibles are quadratics with negative discriminants. However, when F = Q, there are irreducible polynomials of arbitrary degree. As for the integers, we have a division algorithm, which in this case takes the form that, if f(x) and g(x) are two polynomials, then there is a quotient q(x) and a remainder r(x) whose degree is less than that of g(x) for which f(x) = q(x)g(x) + r(x) . The greatest common divisor of two polynomials f(x) and g(x) is a polynomial of maximum degree that divides both f(x) and g(x). It is determined up to multiplication by a constant, and every common divisor divides the greatest common divisor. These correspond to similar results for the integers and can be established in the same way. One can determine a greatest common divisor by the Euclidean algorithm, and by going through the equations in the algorithm backward arrive at the result that there are polynomials u(x) and v(x) for which gcd (f(x), g(x)) = u(x)f(x) + v(x)g(x) .
    [Show full text]
  • Ring Homomorphisms Definition
    4-8-2018 Ring Homomorphisms Definition. Let R and S be rings. A ring homomorphism (or a ring map for short) is a function f : R → S such that: (a) For all x,y ∈ R, f(x + y)= f(x)+ f(y). (b) For all x,y ∈ R, f(xy)= f(x)f(y). Usually, we require that if R and S are rings with 1, then (c) f(1R) = 1S. This is automatic in some cases; if there is any question, you should read carefully to find out what convention is being used. The first two properties stipulate that f should “preserve” the ring structure — addition and multipli- cation. Example. (A ring map on the integers mod 2) Show that the following function f : Z2 → Z2 is a ring map: f(x)= x2. First, f(x + y)=(x + y)2 = x2 + 2xy + y2 = x2 + y2 = f(x)+ f(y). 2xy = 0 because 2 times anything is 0 in Z2. Next, f(xy)=(xy)2 = x2y2 = f(x)f(y). The second equality follows from the fact that Z2 is commutative. Note also that f(1) = 12 = 1. Thus, f is a ring homomorphism. Example. (An additive function which is not a ring map) Show that the following function g : Z → Z is not a ring map: g(x) = 2x. Note that g(x + y)=2(x + y) = 2x + 2y = g(x)+ g(y). Therefore, g is additive — that is, g is a homomorphism of abelian groups. But g(1 · 3) = g(3) = 2 · 3 = 6, while g(1)g(3) = (2 · 1)(2 · 3) = 12.
    [Show full text]
  • Quotient-Rings.Pdf
    4-21-2018 Quotient Rings Let R be a ring, and let I be a (two-sided) ideal. Considering just the operation of addition, R is a group and I is a subgroup. In fact, since R is an abelian group under addition, I is a normal subgroup, and R the quotient group is defined. Addition of cosets is defined by adding coset representatives: I (a + I)+(b + I)=(a + b)+ I. The zero coset is 0+ I = I, and the additive inverse of a coset is given by −(a + I)=(−a)+ I. R However, R also comes with a multiplication, and it’s natural to ask whether you can turn into a I ring by multiplying coset representatives: (a + I) · (b + I)= ab + I. I need to check that that this operation is well-defined, and that the ring axioms are satisfied. In fact, everything works, and you’ll see in the proof that it depends on the fact that I is an ideal. Specifically, it depends on the fact that I is closed under multiplication by elements of R. R By the way, I’ll sometimes write “ ” and sometimes “R/I”; they mean the same thing. I Theorem. If I is a two-sided ideal in a ring R, then R/I has the structure of a ring under coset addition and multiplication. Proof. Suppose that I is a two-sided ideal in R. Let r, s ∈ I. Coset addition is well-defined, because R is an abelian group and I a normal subgroup under addition. I proved that coset addition was well-defined when I constructed quotient groups.
    [Show full text]