LECTURE NOTES for MA20217: ALGEBRA 2B Contents 1. Rings 2

Total Page:16

File Type:pdf, Size:1020Kb

LECTURE NOTES for MA20217: ALGEBRA 2B Contents 1. Rings 2 LECTURE NOTES FOR MA20217: ALGEBRA 2B ALASTAIR CRAW (2013/14) Abstract. This course introduces abstract ring theory and provides a thorough struc- ture theory of linear operators on finite dimensional vector spaces. Contents 1. Rings 2 1.1. A reminder on groups 2 1.2. Definitions and basic properties of rings 3 1.3. Examples of rings 5 1.4. When do equivalence classes form a ring? 7 1.5. Subrings and ideals 9 2. Ring homomorphisms 12 2.1. Definitions and examples 12 2.2. The fundamental isomorphism theorem 15 2.3. The characteristic of a ring with 1 17 2.4. The Chinese remainder theorem 18 3. Factorisation in integral domains 21 3.1. Integral domains and Euclidean domains 21 3.2. Principal ideal domains 22 3.3. Irreducible elements in an integral domain 23 3.4. Unique factorisation domains 25 3.5. General polynomial rings 27 3.6. Field of fractions and Gauss' lemma 28 4. Associative algebras with 1 over a field 30 4.1. Algebras 30 4.2. Constructing field extensions 32 4.3. Normed R-algebras 35 4.4. Application to number theory 36 5. The structure of linear operators 39 5.1. Minimal polynomials 39 5.2. Invariant subspaces 41 5.3. Primary Decomposition 42 5.4. The Jordan Decomposition over C 45 5.5. Jordan normal form over C 47 1 1. Rings 1.1. A reminder on groups. Informally, a ring is simply a set equipped with `sensible' notions of addition and multiplication that are compatible. We would like the definition to be broad enough to include examples like the set of n×n matrices over a fixed field with the usual matrix addition and multiplication, the set of polynomials with coefficients in some fixed field with the usual polynomial addition and multiplication, and the integers. At the same time we want the definition to be somewhat restricted so that we can build a general theory that deals with all these examples at once. Before introducing the formal definition of a ring (and recalling that of a group), recall that a binary operation on a set S is a function f : S × S ! S: The binary operations that crop up here are typically addition, denoted +, or multipli- cation, denoted ·. We write a + b rather than +(a; b), and a · b rather than ·(a; b). Definition 1.1 (Group). A group is a pair (G; ∗), where G is a set, ∗ is a binary operation on G and the following axioms hold: (a) (The associative law) (a ∗ b) ∗ c = a ∗ (b ∗ c) for all a; b; c 2 G: (b) (Existence of an identity) There exist an element e 2 G with the property that e ∗ a = a and a ∗ e = a for all a 2 G: (c) (The existence of an inverse) For each a 2 G there exists b 2 G such that a ∗ b = b ∗ a = e: If it is clear from the context what the group operation ∗ is, one often simply refers to the group G rather than to the pair (G; ∗). Remarks 1.2. Both the identity element and the inverse of a given element are unique: (1) if e; f 2 G are two elements satisfying the identity property from (b) above, then f = e ∗ f = e; where the first identity follows from the fact that e satisfies the property and the latter from the fact that f satisfies the property. (2) Given a 2 G, if b; c 2 G are both elements satisfying (c) above, then b = b ∗ e = b ∗ (a ∗ c) = (b ∗ a) ∗ c = e ∗ c = c: This unique element b is called the inverse of a. It is often denoted a−1. Definition 1.3 (Abelian group). A group (G; ∗) is abelian if a∗b = b∗a for all a; b 2 G. 2 The binary operation in an abelian group is often written as +, in which case the identity element is denoted 0, and the inverse of an element a 2 G is denoted −a 2 G. Definition 1.4 (Subgroup). A nonempty subset H of a group G is called a subgroup of G iff (1.1) 8 a; b 2 H; we have a ∗ b−1 2 H: This version of the definition is great when you want to show that a subset is a subgroup, because there's so little to check. Despite this, we have (see Algebra 1A, Prop 6.3): Lemma 1.5. A nonempty subset H of a group (G; ∗) is a subgroup if and only if (H; ∗) is a group. Proof. Let H be a subgroup of (G; ∗). Since H is nonempty, there exists a 2 H and hence e = a ∗ a−1 2 H by equation (1.1). For a 2 H, apply condition (1.1) to the elements e; a 2 H to see that a−1 = e∗a−1 2 H. Also, for a; b 2 H, we've just shown that b−1 2 H, so applying condition (1.1) to the elements a; b−1 2 H gives a ∗ b = a ∗ (b−1)−1 2 H. In particular, ∗ is a binary operation on H, and since (G; ∗) is a group, the operation ∗ on H is associative. For the converse, let H be a subset of G such that (H; ∗) is a group. Then the identity element e 2 H, so H is nonempty. Let a; b 2 H. Then b−1 lies in H since H −1 is a group, and since ∗ is a binary operation on H we have a ∗ b 2 H as required. 1.2. Definitions and basic properties of rings. We now move on to rings. Definition 1.6 (Ring). A ring is a triple (R; +; ·), where R is a set with binary operations +: R × R ! R (a; b) 7! a + b and ·: R × R ! R (a; b) 7! a · b such that the following axioms hold: (1)( R; +) is an abelian group. Write 0 for the (unique) additive identity, and −a for the (unique) additive inverse of a 2 R, so (a + b) + c = a + (b + c) for all a; b; c 2 R; a + 0 = a for all a 2 R; a + b = b + a for all a; b 2 R; a + (−a) = 0 for all a 2 R: (2)( R; ·) satisfies the associative law, that is, we have (a · b) · c = a · (b · c) for all a; b; c 2 R; (3) R satisfies the distributive laws: a · (b + c) = (a · b) + (a · c) for all a; b; c 2 R; (b + c) · a = (b · a) + (c · a) for all a; b; c 2 R: 3 Notation 1.7. We often omit · and write ab instead of a · b. For simplicity we often avoid brackets when there is no ambiguity. Here the same conventions hold as for real numbers, i.e., that · has priority over +. For example ab + ac stands for (a · b) + (a · c) and not (a · (b + a)) · c. One also writes a2 for a · a and 2a for a + a and so on. Lemma 1.8. In any ring (R; +; ·), we have (1) a · 0 = 0 and 0 = 0 · a for all a 2 R; and (2) a · (−b) = −(a · b) and −(a · b) = (−a) · b for all a; b 2 R. Proof. For (1), let a 2 R. Since 0 is an additive identity, one of the distributive laws gives a · 0 = a · (0 + 0) = a · 0 + a · 0: Adding −(a · 0) on the left on both sides gives −(a · 0) + a · 0 = −(a · 0) + a · 0 + a · 0: The left hand side is zero, and the associativity law gives 0 = (−(a · 0) + a · 0) + a · 0 = 0 + a · 0 = a · 0 as required. The second identity is similar. To prove (2), note that a · b + a · (−b) = a · (b + (−b)) = a · 0 = 0: This means that a · (−b) is the additive inverse of ab, that is, a · (−b) = −(a · b). The second identity is similar. Definition 1.9 (Rings with additional properties). Let (R; +; ·) be a ring. Then: (1) R a ring with 1 if there is an element 1 := 1R 2 R satisfying a · 1 = 1 · a = a for all a 2 R: (2) R is a commutative ring if a · b = b · a for all a; b 2 R: (3) R a division ring if it is a ring with 1 such that for all a 2 R n f0g; there exists b 2 R such that ab = 1 = ba: (4) R is a field if it is a commutative division ring in which 0 6= 1. Remark 1.10. If R is a ring with 1, then 1 is the unique multiplicative identity. The same argument as before works, i.e., if 1¯ was another multiplicative identity, then 1¯ = 1¯ · 1 = 1. Definition 1.11 (Unit). Let R be a ring with 1. An element a 2 R is called a unit if it has a multiplicative inverse, i.e., if there exists b 2 R such that a · b = b · a = 1. Remarks 1.12. (1) In a division ring, every nonzero element is a unit. (2) The multiplicative inverse of a unit is unique, see Remark 1.2(2) for the argument. We denote the multiplicative inverse by a−1. 4 (3) If 0 is a unit then Lemma 1.8(1) implies that 1 = 0·0−1 = 0. Therefore, for a 2 R, we have a = a · 1 = a · 0 = 0, i.e., R is the zero ring f0g. Definition 1.13 (Group of units).
Recommended publications
  • Arxiv:1709.01426V2 [Math.AC] 22 Feb 2018 N Rilssc S[] 3,[]
    A FRESH LOOK INTO MONOID RINGS AND FORMAL POWER SERIES RINGS ABOLFAZL TARIZADEH Abstract. In this article, the ring of polynomials is studied in a systematic way through the theory of monoid rings. As a con- sequence, this study provides natural and canonical approaches in order to find easy and rigorous proofs and methods for many facts on polynomials and formal power series; some of them as sample are treated in this note. Besides the universal properties of the monoid rings and polynomial rings, a universal property for the formal power series rings is also established. 1. Introduction Formal power series specially polynomials are ubiquitous in all fields of mathematics and widely applied across the sciences and engineering. Hence, in the abstract setting, it is necessary to have a systematic the- ory of polynomials available in hand. In [5, pp. 104-107], the ring of polynomials is introduced very briefly in a systematic way but the de- tails specially the universal property are not investigated. In [4, Chap 3, §5], this ring is also defined in a satisfactory way but the approach is not sufficiently general. Unfortunately, in the remaining standard algebra text books, this ring is introduced in an unsystematic way. Beside some harmful affects of this approach in the learning, another defect which arises is that then it is not possible to prove many results arXiv:1709.01426v2 [math.AC] 22 Feb 2018 specially the universal property of the polynomial rings through this non-canonical way. In this note, we plan to fill all these gaps. This material will help to an interesting reader to obtain a better insight into the polynomials and formal power series.
    [Show full text]
  • Notes on Ring Theory
    Notes on Ring Theory by Avinash Sathaye, Professor of Mathematics February 1, 2007 Contents 1 1 Ring axioms and definitions. Definition: Ring We define a ring to be a non empty set R together with two binary operations f,g : R × R ⇒ R such that: 1. R is an abelian group under the operation f. 2. The operation g is associative, i.e. g(g(x, y),z)=g(x, g(y,z)) for all x, y, z ∈ R. 3. The operation g is distributive over f. This means: g(f(x, y),z)=f(g(x, z),g(y,z)) and g(x, f(y,z)) = f(g(x, y),g(x, z)) for all x, y, z ∈ R. Further we define the following natural concepts. 1. Definition: Commutative ring. If the operation g is also commu- tative, then we say that R is a commutative ring. 2. Definition: Ring with identity. If the operation g has a two sided identity then we call it the identity of the ring. If it exists, the ring is said to have an identity. 3. The zero ring. A trivial example of a ring consists of a single element x with both operations trivial. Such a ring leads to pathologies in many of the concepts discussed below and it is prudent to assume that our ring is not such a singleton ring. It is called the “zero ring”, since the unique element is denoted by 0 as per convention below. Warning: We shall always assume that our ring under discussion is not a zero ring.
    [Show full text]
  • Ring (Mathematics) 1 Ring (Mathematics)
    Ring (mathematics) 1 Ring (mathematics) In mathematics, a ring is an algebraic structure consisting of a set together with two binary operations usually called addition and multiplication, where the set is an abelian group under addition (called the additive group of the ring) and a monoid under multiplication such that multiplication distributes over addition.a[›] In other words the ring axioms require that addition is commutative, addition and multiplication are associative, multiplication distributes over addition, each element in the set has an additive inverse, and there exists an additive identity. One of the most common examples of a ring is the set of integers endowed with its natural operations of addition and multiplication. Certain variations of the definition of a ring are sometimes employed, and these are outlined later in the article. Polynomials, represented here by curves, form a ring under addition The branch of mathematics that studies rings is known and multiplication. as ring theory. Ring theorists study properties common to both familiar mathematical structures such as integers and polynomials, and to the many less well-known mathematical structures that also satisfy the axioms of ring theory. The ubiquity of rings makes them a central organizing principle of contemporary mathematics.[1] Ring theory may be used to understand fundamental physical laws, such as those underlying special relativity and symmetry phenomena in molecular chemistry. The concept of a ring first arose from attempts to prove Fermat's last theorem, starting with Richard Dedekind in the 1880s. After contributions from other fields, mainly number theory, the ring notion was generalized and firmly established during the 1920s by Emmy Noether and Wolfgang Krull.[2] Modern ring theory—a very active mathematical discipline—studies rings in their own right.
    [Show full text]
  • Chapter 10 an Introduction to Rings
    Chapter 10 An Introduction to Rings 10.1 Definitions and Examples Recall that a group is a set together with a single binary operation, which together satisfy a few modest properties. Loosely speaking, a ring is a set together with two binary oper- ations (called addition and multiplication) that are related via a distributive property. Definition 10.1. A ring R is a set together with two binary operations + and (called addition and multiplication, respectively) satisfying the following: · (i) (R,+) is an abelian group. (ii) is associative: (a b) c = a (b c) for all a,b,c R. · · · · · 2 (iii) The distributive property holds: a (b + c)=(a b)+(a c) and (a + b) c =(a c)+(b c) · · · · · · for all a,b,c R. 2 Remark 10.2. We make a couple comments about notation. (a) We often write ab in place a b. · (b) The additive inverse of the ring element a R is denoted a. 2 − Theorem 10.3. Let R be a ring. Then for all a,b R: 2 1. 0a = a0=0 2. ( a)b = a( b)= (ab) − − − 3. ( a)( b)=ab − − Definition 10.4. A ring R is called commutative if multiplication is commutative. Definition 10.5. A ring R is said to have an identity (or called a ring with 1) if there is an element 1 R such that 1a = a1=a for all a R. 2 2 Exercise 10.6. Justify that Z is a commutative ring with 1 under the usual operations of addition and multiplication. Which elements have multiplicative inverses in Z? CHAPTER 10.
    [Show full text]
  • Complex Spaces
    Complex Spaces Lecture 2017 Eberhard Freitag Contents Chapter I. Local complex analysis 1 1. The ring of power series 1 2. Holomorphic Functions and Power Series 2 3. The Preparation and the Division Theorem 6 4. Algebraic properties of the ring of power series 12 5. Hypersurfaces 14 6. Analytic Algebras 16 7. Noether Normalization 19 8. Geometric Realization of Analytic Ideals 21 9. The Nullstellensatz 25 10. Oka's Coherence Theorem 27 11. Rings of Power Series are Henselian 34 12. A Special Case of Grauert's Projection Theorem 37 13. Cartan's Coherence Theorem 40 Chapter II. Local theory of complex spaces 45 1. The notion of a complex space in the sense of Serre 45 2. The general notion of a complex space 47 3. Complex spaces and holomorphic functions 47 4. Germs of complex spaces 49 5. The singular locus 49 6. Finite maps 56 Chapter III. Stein spaces 58 1. The notion of a Stein space 58 2. Approximation theorems for cuboids 61 3. Cartan's gluing lemma 64 4. The syzygy theorem 69 5. Theorem B for cuboids 74 6. Theorem A and B for Stein spaces 79 Contents II 7. Meromorphic functions 82 8. Cousin problems 84 Chapter IV. Finiteness Theorems 87 1. Compact Complex Spaces 87 Chapter V. Sheaves 88 1. Presheaves 88 2. Germs and Stalks 89 3. Sheaves 90 4. The generated sheaf 92 5. Direct and inverse image of sheaves 94 6. Sheaves of rings and modules 96 7. Coherent sheaves 99 Chapter VI. Cohomology of sheaves 105 1.
    [Show full text]
  • Homework 4 Solutions
    Homework 4 Solutions p Problem 5.1.4. LetpR = fm + n 2 j m; n 2 Zg. 2 2 (a) Show that m +pn 2 is a unit in R if and only if m − 2n = ±1. (b) Show that 1 + 2 has infinite order in R×. (c) Show that 1 and −1 are the only units that have finite order in R×. p Proof. (a) Define a map N : R ! Z where N(r) = m2 − 2n2 where r = m + n 2. One can verify that N is multiplicative, i.e. N(rs) = N(r)N(s) for r; s 2 R. Thus if r 2 R× then rs = q for some s 2 R. This implies 2 2 that N(r)N(s) = N(rs) = N(1) = 1 andp hence N(rp);N(s) 2 Zpimplies that m − 2n = N(r) = ±p1. 2 2 2 2 × For the converse observep that (m + n 2)(m +pn 2)(m − n 2) = (m − 2np) = 1, i.e. m + n 2 2 R . (b) Note that 1 + 2 > 1 and therefore (1 + 2)k > 1k = 1. Therefore 1 + 2 has infinite order. (c) Since R is a subring of R and the only elements in R with finite order in R× are ±1 it follows that the only elements in R× with finite order are ±1. Problem 5.1.5. Let R be a subset of an integral domain D. Prove that if R 6= f0g is a ring under the operations of D, then R is a subring of D. Proof.
    [Show full text]
  • Ring Theory, Part I: Introduction to Rings
    Ring Theory, Part I: Introduction to Rings Jay Havaldar Definition: A ring R is a set with an addition and a multiplication operation which satisfies the following properties: - R is an abelian group under addition. - Distributivity of addition and multiplication. - There is a multiplicative identity 1. Some authors do not include this property, in which case we have what is called a rng. Note that I denote 0 to be the additive identity, i.e. r + 0 = 0 + r = 0 for r 2 R. A commutative ring has a commutative multiplication operation. Definition: Suppose xy = 0, but x =6 0 and y =6 0. Then x; y are called zero divisors. Definition: A commutative ring without zero divisors, where 1 =6 0 (in other words our ring is not the zero ring), is called an integral domain. Definition: A unit element in a ring is one that has a multiplicative inverse. The set of all units × in a ring is denoted R , often called the multiplicative group of R. Definition: A field is a commutative ring in which every nonzero element is a unit. Examples of rings include: Z; End(R; R). Examples of integral domains include Z (hence the name), as well as the ring of complex polynomials. Examples of fields include Q; C; R. Note that not every integral domain is a field, but as we will later show, every field is an integral domain. Now we can define a fundamental concept of ring theory: ideals, which can be thought of as the analogue of normal groups for rings, in the sense that they serve the same practical role in the isomorphism theorems.
    [Show full text]
  • Some Aspects of Semirings
    Appendix A Some Aspects of Semirings Semirings considered as a common generalization of associative rings and dis- tributive lattices provide important tools in different branches of computer science. Hence structural results on semirings are interesting and are a basic concept. Semi- rings appear in different mathematical areas, such as ideals of a ring, as positive cones of partially ordered rings and fields, vector bundles, in the context of topolog- ical considerations and in the foundation of arithmetic etc. In this appendix some algebraic concepts are introduced in order to generalize the corresponding concepts of semirings N of non-negative integers and their algebraic theory is discussed. A.1 Introductory Concepts H.S. Vandiver gave the first formal definition of a semiring and developed the the- ory of a special class of semirings in 1934. A semiring S is defined as an algebra (S, +, ·) such that (S, +) and (S, ·) are semigroups connected by a(b+c) = ab+ac and (b+c)a = ba+ca for all a,b,c ∈ S.ThesetN of all non-negative integers with usual addition and multiplication of integers is an example of a semiring, called the semiring of non-negative integers. A semiring S may have an additive zero ◦ defined by ◦+a = a +◦=a for all a ∈ S or a multiplicative zero 0 defined by 0a = a0 = 0 for all a ∈ S. S may contain both ◦ and 0 but they may not coincide. Consider the semiring (N, +, ·), where N is the set of all non-negative integers; a + b ={lcm of a and b, when a = 0,b= 0}; = 0, otherwise; and a · b = usual product of a and b.
    [Show full text]
  • On The´Etale Fundamental Group of Schemes Over the Natural Numbers
    On the Etale´ Fundamental Group of Schemes over the Natural Numbers Robert Hendrik Scott Culling February 2019 A thesis submitted for the degree of Doctor of Philosophy of the Australian National University It is necessary that we should demonstrate geometrically, the truth of the same problems which we have explained in numbers. | Muhammad ibn Musa al-Khwarizmi For my parents. Declaration The work in this thesis is my own except where otherwise stated. Robert Hendrik Scott Culling Acknowledgements I am grateful beyond words to my thesis advisor James Borger. I will be forever thankful for the time he gave, patience he showed, and the wealth of ideas he shared with me. Thank you for introducing me to arithmetic geometry and suggesting such an interesting thesis topic | this has been a wonderful journey which I would not have been able to go on without your support. While studying at the ANU I benefited from many conversations about al- gebraic geometry and algebraic number theory (together with many other inter- esting conversations) with Arnab Saha. These were some of the most enjoyable times in my four years as a PhD student, thank you Arnab. Anand Deopurkar helped me clarify my own ideas on more than one occasion, thank you for your time and help to give me new perspective on this work. Finally, being a stu- dent at ANU would not have been nearly as fun without the chance to discuss mathematics with Eloise Hamilton. Thank you Eloise for helping me on so many occasions. To my partner, Beth Vanderhaven, and parents, Cherry and Graeme Culling, thank you for your unwavering support for my indulgence of my mathematical curiosity.
    [Show full text]
  • Solutions to Assignment 5
    Solutions to Assignment 5 Throughout, A is a commutative ring with 0 6= 1. 1. We say that a ∈ A is a zerodivisor if there exists b 6= 0 in A such that ab = 0. (This differs from Lang’s definition only to the extent that 0 will be called a zerodivisor.) Let F be the set of all ideals of A in which every element is a zerodivisor. (a) Prove that F has maximal elements. (b) Prove that every maximal element of F is a prime ideal. (c) Conclude that the set of zerodivisors is a union of prime ideals. Solution: (a) Since (0) ∈ F, the set F is nonempty. Given a chain {aα} of elements of F, it S is easily seen that α aα is an ideal as well. Since each element of this ideal is a zerodivisor, it S follows that α aα ∈ F. By Zorn’s Lemma, the set F has maximal elements. (b) Let p ∈ F be a maximal element. If x∈ / p and y∈ / p, then the ideals p + (x) and p + (y) are strictly bigger than p, and hence there exist nonzerodivisors a ∈ p + (x) and b ∈ p + (y). But then ab ∈ p + (xy) is a nonzerodivisor, and so xy∈ / p. Consequently p is a prime ideal. (c) If x ∈ A is a zerodivisor, then every element of the ideal (x) is a zerodivisor. Hence (x) ∈ F, and so (x) ⊆ p for some prime ideal p ∈ F. It follows that [ {x | x ∈ A is a zerodivisor} = p. p∈F 2. Let a be a nilpotent element of A.
    [Show full text]
  • 28. Com. Rings: Units and Zero-Divisors
    M7210 Lecture 28 Friday October 26, 2012 Commutative Rings III We assume all rings are commutative and have multiplicative identity (different from 0). Units and zero-divisors Definition. Let A be a commutative ring and let a ∈ A. i) a is called a unit if a 6=0A and there is b ∈ A such that ab =1A. ii) a is called a zero-divisor if a 6= 0A and there is non-zero b ∈ A such that ab = 0A. A (commutative) ring with no zero-divisors is called an integral domain. Remark. In the zero ring Z = {0}, 0Z = 1Z. This is an annoying detail that our definition must take into account, and this is why the stipulation “a 6= 0A” appears in i). The zero ring plays a very minor role in commutative algebra, but it is important nonetheless because it is a valid model of the equational theory of rings-with-identity and it is the final object in the category of rings. We exclude this ring in the discussion below (and occasionally include a reminder that we are doing so). Fact. In any (non-zero commutative) ring R the set of zero-divisors and the set of units are disjoint. Proof . Let u ∈ R \{0}. If there is z ∈ R such that uz = 0, then for any t ∈ R, (tu)z = 0. Thus, there is no t ∈ R such that tu = 1. Fact. Let R be a ring. The set U(R) of units of R forms a group. Examples. The units in Z are 1 and −1.
    [Show full text]
  • Math 323: Homework 2 1
    Math 323: Homework 2 1. Section 7.2 Problem 3, Part (c) Define the set R[[x]] of formal power series in the indeterminate x with coefficients from R to be all formal infinite sums ∞ n 2 3 anx = a0 + a1x + a2x + a3x + ··· n=0 X Define addition and multiplication of power series in the same way as for power series with real or complex coefficients i.e. extend polynomial addition and multi- plication to power series as though they were “polynomials of infinite degree” ∞ ∞ ∞ n n n anx + bnx = (an + bn)x n=0 n=0 n=0 X X X ∞ ∞ ∞ n n n n anx × bnx = akbn−k x n=0 ! n=0 ! n=0 k=0 ! X X X X Part (a) asks to prove that R[[x]] is a commutative ring with 1. While you should convince yourself that this is true, do not hand in this proof. ∞ n Prove that n=0 anx is a unit in R[[x]] if and only if a0 is a unit in R. Hint: look at Part (b) first: Part (b) asks to prove that 1 − x is a unit in R[[x]] with (1 − x)−1 =1+P x + x2 + ... 2. Section 7.3 Problem 17. Let R and S be nonzero rings with identity and denote their respective identities by 1R and 1S. Let φ : R → S be a nonzero homomorphism of rings. (a) Prove that if φ(1R) =6 1S, then φ(1R) is a zero divisor in S. Deduce that if S is an integral domain, then every non-zero ring homomorphism from R to S sends the identity of R to the identity of S.
    [Show full text]