Linear Algebra's Basic Concepts

Total Page:16

File Type:pdf, Size:1020Kb

Linear Algebra's Basic Concepts Algebraic Terminology UCSD Math 15A, CSE 20 (S. Gill Williamson) Contents > Semigroup @ ? Monoid A @ Group A A Ring and Field A B Ideal B C Integral domain C D Euclidean domain D E Module E F Vector space and algebra E >= Notational conventions F > Semigroup We use the notation = 1; 2;:::; for the positive integers. Let 0 = 0 1 2 denote the nonnegative integers, and let 0 ±1 ±2 de- ; ; ;:::; { } = ; ; ;::: note the set of all integers. Let × n ( -fold Cartesian product of ) be the set { } S n { S } of n-tuples from a nonempty set S. We also write Sn for this product. Semigroup!Monoid!Group: a set with one binary operation A function w : S2 ! S is called a binary operation. It is sometimes useful to write w(x; y) in a simpler form such as x w y or simply x · y or even just x y. To tie the binary operation w to S explicitly, we write (S; w) or (S; ·). DeVnition >.> (Semigroup). Let (S; ·) be a nonempty set S with a binary oper- ation “·” . If (x · y) · z = x · (y · z), for all x, y, z 2 S, then the binary operation “·” is called associative and (S; ·) is called a semigroup. If two elements, s; t 2 S satisfy s · t = t · s then we say s and t commute. If for all x; y 2 S we have x · y = y · x then (S; ·) is a commutative (or abelian) semigroup. Remark >.? (Semigroup). Let S = M2;2(e) be the set of 2 × 2 matrices with en- tries in e = 0; ±2; ±4;::: , the set of even integers. DeVne w(X;Y ) = XY to be the standard multiplication of matrices (which is associative). Then { } (S; w) is a semigroup. This semigroup is not commutative. The semigroup of even integers, (e; ·), where “·” denotes multiplication of integers, is commutative. @ Associative + Identity = Monoid ? Monoid DeVnition ?.> (Monoid). Let (S; ·) be a semigroup. If there exists an element e 2 S such that for all x 2 S, e · x = x · e = x, then e is called an identity for the semigroup. A semigroup with an identity is called a monoid. If x 2 S and there is a y 2 S such that x · y = y · x = e then y is called an inverse of x. Remark ?.? (Monoid). The identity is unique (i.e., if e and e0 are both identities then e = e · e0 = e0). Likewise, if y and y0 are inverses of x, then y0 = y0 · e = y0 · (x · y) = (y0 · x) · y = e · y = y so the inverse of x is unique. The 2 × 2 matrices, M2;2(), with matrix multiplication form a monoid (identity I2, the 2 × 2 identity matrix). Associative + Identity + Inverses = Group @ Group DeVnition @.> (Group). Let (S; ·) be a monoid with identity e and let x 2 S. If there is a y 2 S such that x · y = y · x = e then y is called an inverse of x (see ?.>). A monoid in which every element has an inverse is a group. Remark @.? (Group). The mathematical study of groups is a vast subject. Commutative groups, x · y = y · x for all x and y, play an important role. They are also called abelian groups. Note that the inverse of an element x in a group is unique: if y and y0 are inverses of x, then y0 = y0 · e = y0 · (x · y) = (y0 · x) · y = e · y = y (see ?.?). Ring: one set with two intertwined binary operations A Ring and Field DeVnition A.> (Ring and Field). A ring, (S; +; ·), is a set with two binary operations such that (S; +) is an abelian group (“ + " is called “addition”) and (S − 0 ; ·) is a semigroup (“ · " is called “multiplication”). The two operations are related by distributive rules which state that for all , , in : { } x y z S (left) z · (x + y) = z · x + z · y and (x + y) · z = x · z + y · z (right): A Remark A.? (Notation and special rings). The identity of the abelian group (S; +) is denoted by “0” and is called the zero of the ring (S; +; ·). If (S − 0 ; ·) is a monoid then + · is a ring with identity. If − 0 · is commutative (S; ; ) (S ; ) { } then + · is a commutative ring. If − 0 · is a group then the ring is (S; ; ) (S ; ) { } called a skew-Veld or division ring. If this group is abelian then the ring is { } called a Veld. Remark A.@ (Basic ring identities). We have taken the point of view that a semigroup, (S; ·), has S nonempty (>.>). Thus, the semigroup (S − 0 ; ·) of a ring (A.>) has − 0 nonempty. If are in a ring + · then the S r; s;t (S; ; ) { } following basic identities (in braces, plus hints for proof) hold: { } (1) r · 0 = 0 · r = 0 : If x + x = x then x = 0. Take x = r · 0 and x = 0 · r. (2) {(−r) · s = r · (−}s) = −(r · s) : r · s + (−r) · s = 0 =) (−r) · s = −(r · s). (3) {(−r) · (−s) = r · s : Replace} r by −r in (?). Note that −(−r) = r. Using{ the identities of} Remark A.@, you can show that if (S − 0 ; ·) has an identity , then − · − for any 2 and, taking − , − · − . e ( e) a = a a S a = e ( {e}) ( e) = e It is convenient to deVne r − s = r + (−s). Then we have t · (r − s) = t · r − t · s and (r − s) · t = r · t − s · t. A Veld is a ring (S; +; ·) where (S − 0 ; ·) is an abelian group { } Remark A.A (Ring and Field). The 2 × 2 matrices over the even integers, M2;2(e), with the usual multiplication and addition of matrices, is a non- commutative ring without an identity. The matrices, M2;2(), over all inte- gers, is a noncommutative ring with identity. The ring of 2 × 2 matrices of ! x y the form where x and y are complex numbers is a skew-Veld but −y x not a Veld. This skew-Veld is equivalent to (i.e, a “matrix representation of”) the skew Veld of quaternions (see Wikipedia article on quaternions). The most important Velds for us will be the Velds of real and complex numbers. B Ideal DeVnition B.> (Ideal). Let (R; +; ·) be a ring and let A ⊆ R be a nonempty subset of R. If (A; +; ·) is a ring, then it is called a subring of (R; +; ·).A subring (A; +; ·) is a left ideal if for every x 2 R and y 2 A, xy 2 A.A right ideal is similarly deVned. If (A; +; ·) is both a left and right ideal then it is a two-sided ideal or, simply, an ideal. Note that if (R; +; ·) is commutative then all ideals are two sided. B ! Remark B.? (Ideal). The set of all matrices of the form x y is a sub- a = 0 0 ring of M2;2(). This subring, which has no identity element, is a right ideal but not a left ideal. It also has zero divisors - elements a , 0 and b , 0 such that a · b = 0. Another example of an ideal is the set of even integers, e, which is a subring of the ring of integers, (which, it is worth noting, has no zero divisors). The subring, e, is an ideal (two-sided) in . Given any integer n , 0, the set k · n j k 2 of multiples of n, is an ideal of the ring which we denote by . Such an ideal (i.e., generated by a single ({n) = n = }n element, n) in is called a principal ideal. It is easy to see that all ideals in are principal ideals. Another nice property of integers is that they uniquely factor into primes (up to order and sign). C Integral domain Algebraists have deVned a number of important abstractions of the ring of integers, . We next discuss four such abstractions: integral domain, prin- cipal ideal domain (PID), unique factorization domain (UFD), and Euclidean domains - each more restrictive than the other. Euclidean Domain =) PID =) UFD DeVnition C.> (Integral domain). An integral domain is a commutative ring with identity, (R; +; ·), with no zero divisors (B.?). We denote the identity of (R − 0 ; ·) by 1R or, simply, 1. DeVnition{ } C.? (Characteristic of a ring). Let R be a ring. Given a 2 R and an integer n > 0, deVne na ≡ a + a + ··· a where there are n terms in the sum. If there is an integer n > 0 such that na = 0 for all a 2 R then the characteristic of R is the least such n. If no such n exists, then R has characteristic zero. Remark C.@ (Divisors, associates and primes). If b, c and a are elements of an integral domain R such that a , 0 and b = a · c then we say that a divides b (written a j b) or a is a divisor of b. An element u in R − 0 is an invertible element or a unit of if has an inverse in − 0 · . Two elements, R u (R ; ) { } a and , of are associates in if · where is a unit. An element in b R R a = b u u { } p R − 0 is irreducible if p = a · b implies that either a or b is invertible and prime if j · implies j or j . For unique factorization domains (C.A), { } p a b p a p b p is irreducible if and only if it is prime. In the ring , the only invertible elements are +1; −1 . The only associates of an integer n , 0 are +n and − . The integer 12 3 · 4 is the product of two non-invertible elements so n { =} 12 is not irreducible (i.e., reducible) or, equivalently in this case, not a prime.
Recommended publications
  • Varieties of Quasigroups Determined by Short Strictly Balanced Identities
    Czechoslovak Mathematical Journal Jaroslav Ježek; Tomáš Kepka Varieties of quasigroups determined by short strictly balanced identities Czechoslovak Mathematical Journal, Vol. 29 (1979), No. 1, 84–96 Persistent URL: http://dml.cz/dmlcz/101580 Terms of use: © Institute of Mathematics AS CR, 1979 Institute of Mathematics of the Czech Academy of Sciences provides access to digitized documents strictly for personal use. Each copy of any part of this document must contain these Terms of use. This document has been digitized, optimized for electronic delivery and stamped with digital signature within the project DML-CZ: The Czech Digital Mathematics Library http://dml.cz Czechoslovak Mathematical Journal, 29 (104) 1979, Praha VARIETIES OF QUASIGROUPS DETERMINED BY SHORT STRICTLY BALANCED IDENTITIES JAROSLAV JEZEK and TOMAS KEPKA, Praha (Received March 11, 1977) In this paper we find all varieties of quasigroups determined by a set of strictly balanced identities of length ^ 6 and study their properties. There are eleven such varieties: the variety of all quasigroups, the variety of commutative quasigroups, the variety of groups, the variety of abelian groups and, moreover, seven varieties which have not been studied in much detail until now. In Section 1 we describe these varieties. A survey of some significant properties of arbitrary varieties is given in Section 2; in Sections 3, 4 and 5 we assign these properties to the eleven varieties mentioned above and in Section 6 we give a table summarizing the results. 1. STRICTLY BALANCED QUASIGROUP IDENTITIES OF LENGTH £ 6 Quasigroups are considered as universal algebras with three binary operations •, /, \ (the class of all quasigroups is thus a variety).
    [Show full text]
  • Dedekind Domains
    Dedekind Domains Mathematics 601 In this note we prove several facts about Dedekind domains that we will use in the course of proving the Riemann-Roch theorem. The main theorem shows that if K=F is a finite extension and A is a Dedekind domain with quotient field F , then the integral closure of A in K is also a Dedekind domain. As we will see in the proof, we need various results from ring theory and field theory. We first recall some basic definitions and facts. A Dedekind domain is an integral domain B for which every nonzero ideal can be written uniquely as a product of prime ideals. Perhaps the main theorem about Dedekind domains is that a domain B is a Dedekind domain if and only if B is Noetherian, integrally closed, and dim(B) = 1. Without fully defining dimension, to say that a ring has dimension 1 says nothing more than nonzero prime ideals are maximal. Moreover, a Noetherian ring B is a Dedekind domain if and only if BM is a discrete valuation ring for every maximal ideal M of B. In particular, a Dedekind domain that is a local ring is a discrete valuation ring, and vice-versa. We start by mentioning two examples of Dedekind domains. Example 1. The ring of integers Z is a Dedekind domain. In fact, any principal ideal domain is a Dedekind domain since a principal ideal domain is Noetherian integrally closed, and nonzero prime ideals are maximal. Alternatively, it is easy to prove that in a principal ideal domain, every nonzero ideal factors uniquely into prime ideals.
    [Show full text]
  • On Free Quasigroups and Quasigroup Representations Stefanie Grace Wang Iowa State University
    Iowa State University Capstones, Theses and Graduate Theses and Dissertations Dissertations 2017 On free quasigroups and quasigroup representations Stefanie Grace Wang Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/etd Part of the Mathematics Commons Recommended Citation Wang, Stefanie Grace, "On free quasigroups and quasigroup representations" (2017). Graduate Theses and Dissertations. 16298. https://lib.dr.iastate.edu/etd/16298 This Dissertation is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Graduate Theses and Dissertations by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. On free quasigroups and quasigroup representations by Stefanie Grace Wang A dissertation submitted to the graduate faculty in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY Major: Mathematics Program of Study Committee: Jonathan D.H. Smith, Major Professor Jonas Hartwig Justin Peters Yiu Tung Poon Paul Sacks The student author and the program of study committee are solely responsible for the content of this dissertation. The Graduate College will ensure this dissertation is globally accessible and will not permit alterations after a degree is conferred. Iowa State University Ames, Iowa 2017 Copyright c Stefanie Grace Wang, 2017. All rights reserved. ii DEDICATION I would like to dedicate this dissertation to the Integral Liberal Arts Program. The Program changed my life, and I am forever grateful. It is as Aristotle said, \All men by nature desire to know." And Montaigne was certainly correct as well when he said, \There is a plague on Man: his opinion that he knows something." iii TABLE OF CONTENTS LIST OF TABLES .
    [Show full text]
  • Class Semigroups of Prufer Domains
    JOURNAL OF ALGEBRA 184, 613]631Ž. 1996 ARTICLE NO. 0279 Class Semigroups of PruferÈ Domains S. Bazzoni* Dipartimento di Matematica Pura e Applicata, Uni¨ersita di Pado¨a, ¨ia Belzoni 7, 35131 Padua, Italy Communicated by Leonard Lipshitz View metadata, citation and similar papers at Receivedcore.ac.uk July 3, 1995 brought to you by CORE provided by Elsevier - Publisher Connector The class semigroup of a commutative integral domain R is the semigroup S Ž.R of the isomorphism classes of the nonzero ideals of R with the operation induced by multiplication. The aim of this paper is to characterize the PruferÈ domains R such that the semigroup S Ž.R is a Clifford semigroup, namely a disjoint union of groups each one associated to an idempotent of the semigroup. We find a connection between this problem and the following local invertibility property: an ideal I of R is invertible if and only if every localization of I at a maximal ideal of Ris invertible. We consider the Ž.a property, introduced in 1967 for PruferÈ domains R, stating that if D12and D are two distinct sets of maximal ideals of R, Ä 4Ä 4 then F RMM <gD1 /FRMM <gD2 . Let C be the class of PruferÈ domains satisfying the separation property Ž.a or with the property that each localization at a maximal ideal if finite-dimensional. We prove that, if R belongs to C, then the local invertibility property holds on R if and only if every nonzero element of R is contained only in a finite number of maximal ideals of R.
    [Show full text]
  • Noncommutative Unique Factorization Domainso
    NONCOMMUTATIVE UNIQUE FACTORIZATION DOMAINSO BY P. M. COHN 1. Introduction. By a (commutative) unique factorization domain (UFD) one usually understands an integral domain R (with a unit-element) satisfying the following three conditions (cf. e.g. Zariski-Samuel [16]): Al. Every element of R which is neither zero nor a unit is a product of primes. A2. Any two prime factorizations of a given element have the same number of factors. A3. The primes occurring in any factorization of a are completely deter- mined by a, except for their order and for multiplication by units. If R* denotes the semigroup of nonzero elements of R and U is the group of units, then the classes of associated elements form a semigroup R* / U, and A1-3 are equivalent to B. The semigroup R*jU is free commutative. One may generalize the notion of UFD to noncommutative rings by taking either A-l3 or B as starting point. It is obvious how to do this in case B, although the class of rings obtained is rather narrow and does not even include all the commutative UFD's. This is indicated briefly in §7, where examples are also given of noncommutative rings satisfying the definition. However, our principal aim is to give a definition of a noncommutative UFD which includes the commutative case. Here it is better to start from A1-3; in order to find the precise form which such a definition should take we consider the simplest case, that of noncommutative principal ideal domains. For these rings one obtains a unique factorization theorem simply by reinterpreting the Jordan- Holder theorem for right .R-modules on one generator (cf.
    [Show full text]
  • 7. Euclidean Domains Let R Be an Integral Domain. We Want to Find Natural Conditions on R Such That R Is a PID. Looking at the C
    7. Euclidean Domains Let R be an integral domain. We want to find natural conditions on R such that R is a PID. Looking at the case of the integers, it is clear that the key property is the division algorithm. Definition 7.1. Let R be an integral domain. We say that R is Eu- clidean, if there is a function d: R − f0g −! N [ f0g; which satisfies, for every pair of non-zero elements a and b of R, (1) d(a) ≤ d(ab): (2) There are elements q and r of R such that b = aq + r; where either r = 0 or d(r) < d(a). Example 7.2. The ring Z is a Euclidean domain. The function d is the absolute value. Definition 7.3. Let R be a ring and let f 2 R[x] be a polynomial with coefficients in R. The degree of f is the largest n such that the coefficient of xn is non-zero. Lemma 7.4. Let R be an integral domain and let f and g be two elements of R[x]. Then the degree of fg is the sum of the degrees of f and g. In particular R[x] is an integral domain. Proof. Suppose that f has degree m and g has degree n. If a is the leading coefficient of f and b is the leading coefficient of g then f = axm + ::: and f = bxn + :::; where ::: indicate lower degree terms then fg = (ab)xm+n + :::: As R is an integral domain, ab 6= 0, so that the degree of fg is m + n.
    [Show full text]
  • Semigroup C*-Algebras and Amenability of Semigroups
    SEMIGROUP C*-ALGEBRAS AND AMENABILITY OF SEMIGROUPS XIN LI Abstract. We construct reduced and full semigroup C*-algebras for left can- cellative semigroups. Our new construction covers particular cases already con- sidered by A. Nica and also Toeplitz algebras attached to rings of integers in number fields due to J. Cuntz. Moreover, we show how (left) amenability of semigroups can be expressed in terms of these semigroup C*-algebras in analogy to the group case. Contents 1. Introduction 1 2. Constructions 4 2.1. Semigroup C*-algebras 4 2.2. Semigroup crossed products by automorphisms 7 2.3. Direct consequences of the definitions 9 2.4. Examples 12 2.5. Functoriality 16 2.6. Comparison of universal C*-algebras 19 3. Amenability 24 3.1. Statements 25 3.2. Proofs 26 3.3. Additional results 34 4. Questions and concluding remarks 37 References 37 1. Introduction The construction of group C*-algebras provides examples of C*-algebras which are both interesting and challenging to study. If we restrict our discussion to discrete groups, then we could say that the idea behind the construction is to implement the algebraic structure of a given group in a concrete or abstract C*-algebra in terms of unitaries. It then turns out that the group and its group C*-algebra(s) are closely related in various ways, for instance with respect to representation theory or in the context of amenability. 2000 Mathematics Subject Classification. Primary 46L05; Secondary 20Mxx, 43A07. Research supported by the Deutsche Forschungsgemeinschaft (SFB 878) and by the ERC through AdG 267079.
    [Show full text]
  • SOME ALGEBRAIC DEFINITIONS and CONSTRUCTIONS Definition
    SOME ALGEBRAIC DEFINITIONS AND CONSTRUCTIONS Definition 1. A monoid is a set M with an element e and an associative multipli- cation M M M for which e is a two-sided identity element: em = m = me for all m M×. A−→group is a monoid in which each element m has an inverse element m−1, so∈ that mm−1 = e = m−1m. A homomorphism f : M N of monoids is a function f such that f(mn) = −→ f(m)f(n) and f(eM )= eN . A “homomorphism” of any kind of algebraic structure is a function that preserves all of the structure that goes into the definition. When M is commutative, mn = nm for all m,n M, we often write the product as +, the identity element as 0, and the inverse of∈m as m. As a convention, it is convenient to say that a commutative monoid is “Abelian”− when we choose to think of its product as “addition”, but to use the word “commutative” when we choose to think of its product as “multiplication”; in the latter case, we write the identity element as 1. Definition 2. The Grothendieck construction on an Abelian monoid is an Abelian group G(M) together with a homomorphism of Abelian monoids i : M G(M) such that, for any Abelian group A and homomorphism of Abelian monoids−→ f : M A, there exists a unique homomorphism of Abelian groups f˜ : G(M) A −→ −→ such that f˜ i = f. ◦ We construct G(M) explicitly by taking equivalence classes of ordered pairs (m,n) of elements of M, thought of as “m n”, under the equivalence relation generated by (m,n) (m′,n′) if m + n′ = −n + m′.
    [Show full text]
  • Right Product Quasigroups and Loops
    RIGHT PRODUCT QUASIGROUPS AND LOOPS MICHAEL K. KINYON, ALEKSANDAR KRAPEZˇ∗, AND J. D. PHILLIPS Abstract. Right groups are direct products of right zero semigroups and groups and they play a significant role in the semilattice decomposition theory of semigroups. Right groups can be characterized as associative right quasigroups (magmas in which left translations are bijective). If we do not assume associativity we get right quasigroups which are not necessarily representable as direct products of right zero semigroups and quasigroups. To obtain such a representation, we need stronger assumptions which lead us to the notion of right product quasigroup. If the quasigroup component is a (one-sided) loop, then we have a right product (left, right) loop. We find a system of identities which axiomatizes right product quasigroups, and use this to find axiom systems for right product (left, right) loops; in fact, we can obtain each of the latter by adjoining just one appropriate axiom to the right product quasigroup axiom system. We derive other properties of right product quasigroups and loops, and conclude by show- ing that the axioms for right product quasigroups are independent. 1. Introduction In the semigroup literature (e.g., [1]), the most commonly used definition of right group is a semigroup (S; ·) which is right simple (i.e., has no proper right ideals) and left cancellative (i.e., xy = xz =) y = z). The structure of right groups is clarified by the following well-known representation theorem (see [1]): Theorem 1.1. A semigroup (S; ·) is a right group if and only if it is isomorphic to a direct product of a group and a right zero semigroup.
    [Show full text]
  • Right Ideals of a Ring and Sublanguages of Science
    RIGHT IDEALS OF A RING AND SUBLANGUAGES OF SCIENCE Javier Arias Navarro Ph.D. In General Linguistics and Spanish Language http://www.javierarias.info/ Abstract Among Zellig Harris’s numerous contributions to linguistics his theory of the sublanguages of science probably ranks among the most underrated. However, not only has this theory led to some exhaustive and meaningful applications in the study of the grammar of immunology language and its changes over time, but it also illustrates the nature of mathematical relations between chunks or subsets of a grammar and the language as a whole. This becomes most clear when dealing with the connection between metalanguage and language, as well as when reflecting on operators. This paper tries to justify the claim that the sublanguages of science stand in a particular algebraic relation to the rest of the language they are embedded in, namely, that of right ideals in a ring. Keywords: Zellig Sabbetai Harris, Information Structure of Language, Sublanguages of Science, Ideal Numbers, Ernst Kummer, Ideals, Richard Dedekind, Ring Theory, Right Ideals, Emmy Noether, Order Theory, Marshall Harvey Stone. §1. Preliminary Word In recent work (Arias 2015)1 a line of research has been outlined in which the basic tenets underpinning the algebraic treatment of language are explored. The claim was there made that the concept of ideal in a ring could account for the structure of so- called sublanguages of science in a very precise way. The present text is based on that work, by exploring in some detail the consequences of such statement. §2. Introduction Zellig Harris (1909-1992) contributions to the field of linguistics were manifold and in many respects of utmost significance.
    [Show full text]
  • 6. PID and UFD Let R Be a Commutative Ring. Recall That a Non-Unit X ∈ R Is Called Irreducible If X Cannot Be Written As A
    6. PID and UFD Let R be a commutative ring. Recall that a non-unit x R is called irreducible if x cannot be written as a product of two non-unit elements of R i.e.∈x = ab implies either a is an unit or b is an unit. Also recall that a domain R is called a principal ideal domain or a PID if every ideal in R can be generated by one element, i.e. is principal. 6.1. Lemma. (a) Let R be a commutative domain. Then prime elements in R are irreducible. (b) Let R be a PID. Then an irreducible in R is a prime element. Proof. (a) Let (p) be a prime ideal in R. If possible suppose p = uv.Thenuv (p), so either u (p)orv (p), if u (p), then u = cp,socv = 1, that is v is an unit. Similarly,∈ if v (p), then∈ u is an∈ unit. ∈ ∈(b) Let p R be irreducible. Suppose ab (p). Since R is a PID, the ideal (a, p)hasa generator, say∈ x, that is, (x)=(a, p). Then ∈p (x), so p = xu for some u R. Since p is irreducible, either u or x must be an unit and we∈ consider these two cases seperately:∈ In the first case, when u is an unit, then x = u−1p,soa (x) (p), that is, p divides a.Inthe second case, when x is a unit, then (a, p)=(1).So(∈ ab,⊆ pb)=(b). But (ab, pb) (p). So (b) (p), that is p divides b.
    [Show full text]
  • Abstract Algebra: Monoids, Groups, Rings
    Notes on Abstract Algebra John Perry University of Southern Mississippi [email protected] http://www.math.usm.edu/perry/ Copyright 2009 John Perry www.math.usm.edu/perry/ Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States You are free: to Share—to copy, distribute and transmit the work • to Remix—to adapt the work Under• the following conditions: Attribution—You must attribute the work in the manner specified by the author or licen- • sor (but not in any way that suggests that they endorse you or your use of the work). Noncommercial—You may not use this work for commercial purposes. • Share Alike—If you alter, transform, or build upon this work, you may distribute the • resulting work only under the same or similar license to this one. With the understanding that: Waiver—Any of the above conditions can be waived if you get permission from the copy- • right holder. Other Rights—In no way are any of the following rights affected by the license: • Your fair dealing or fair use rights; ◦ Apart from the remix rights granted under this license, the author’s moral rights; ◦ Rights other persons may have either in the work itself or in how the work is used, ◦ such as publicity or privacy rights. Notice—For any reuse or distribution, you must make clear to others the license terms of • this work. The best way to do this is with a link to this web page: http://creativecommons.org/licenses/by-nc-sa/3.0/us/legalcode Table of Contents Reference sheet for notation...........................................................iv A few acknowledgements..............................................................vi Preface ...............................................................................vii Overview ...........................................................................vii Three interesting problems ............................................................1 Part .
    [Show full text]