Chfoundations.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

Chfoundations.Pdf Contents 1 Foundations 3 1 Commutative rings and their ideals . 3 1.1 Rings . 3 1.2 The category of rings . 4 1.3 Ideals . 6 1.4 Operations on ideals . 7 1.5 Quotient rings . 8 1.6 Zerodivisors . 9 2 Further examples . 9 2.1 Rings of holomorphic functions . 9 2.2 Ideals and varieties . 10 3 Modules over a commutative ring . 11 3.1 Definitions . 11 3.2 The categorical structure on modules . 12 3.3 Exactness . 14 3.4 Split exact sequences . 16 3.5 The five lemma . 17 4 Ideals . 18 4.1 Prime and maximal ideals . 18 4.2 Fields and integral domains . 19 4.3 Prime avoidance . 20 4.4 The Chinese remainder theorem . 21 5 Some special classes of domains . 22 5.1 Principal ideal domains . 22 5.2 Unique factorization domains . 22 5.3 Euclidean domains . 23 6 Basic properties of modules . 24 6.1 Free modules . 24 6.2 Finitely generated modules . 26 6.3 Finitely presented modules . 27 6.4 Modules of finite length . 29 Copyright 2011 the CRing Project. This file is part of the CRing Project, which is released under the GNU Free Documentation License, Version 1.2. 1 CRing Project, Chapter 1 2 Chapter 1 Foundations The present foundational chapter will introduce the notion of a ring and, next, that of a module over a ring. These notions will be the focus of the present book. Most of the chapter will be definitions. We begin with a few historical remarks. Fermat's last theorem states that the equation xn + yn = zn has no nontrivial solutions in the integers, for n ≥ 3. We could try to prove this by factoring the expression on the left hand side. We can write (x + y)(x + ζy)(x + ζ2y) ::: (x + ζn−1y) = zn; where ζ is a primitive nth root of unity. Unfortunately, the factors lie in Z[ζ], not the integers Z. Though Z[ζ] is still a ring where we have notions of primes and factorization, just as in Z, we will see that prime factorization is not always unique in Z[ζ]. (If it were always unique, then we could at least one important case of Fermat's last theorem rather easily; see the introductory chapter of [Was97] for an argument.) p p For instance, consider the ring Z[ −5] of complex numbers of the form a + b −5, where a; b 2 Z. Then we have the two factorizations p p 6 = 2 · 3 = (1 + −5)(1 − −5): Both of these are factorizations of 6 into irreducible factors, but they are fundamentally different. In part, commutative algebra grew out of the need to understand this failure of unique factor- ization more generally. We shall have more to say on factorization in the future, but here we just focus on the formalism. The basic definition for studying this problem is that of a ring, which we now introduce. x1 Commutative rings and their ideals 1.1 Rings We shall mostly just work with commutative rings in this book, and consequently will just say \ring" for one such. Definition 1.1 A commutative ring is a set R with an addition map + : R × R ! R and a multiplication map × : R × R ! R that satisfy the following conditions. 1. R is a group under addition. 3 CRing Project, Chapter 1 2. The multiplication map is commutative and distributes over addition. This means that x × (y + z) = x × y + x × z and x × y = y × x. 3. There is a unit (or identity element), denoted by 1, such that 1 × x = x for all x 2 R. We shall typically write xy for x × y. Given a ring, a subring is a subset that contains the identity element and is closed under addition and multiplication. A noncommutative (i.e. not necessarily commutative) ring is one satisfying the above con- ditions, except possibly for the commutativity requirement xy = yx. For instance, there is a noncommutative ring of 2-by-2 matrices over C. We shall not work too much with noncommuta- tive rings in the sequel, though many of the basic results (e.g. on modules) do generalize. Example 1.2 Z is the simplest example of a ring. Exercise 1.1 Let R be a commutative ring. Show that the set of polynomials in one variable over R is a commutative ring R[x]. Give a rigorous definition of this. Example 1.3 For any ring R, we can consider the polynomial ring R[x1; : : : ; xn] which con- sists of the polynomials in n variables with coefficients in R. This can be defined inductively as (R[x1; : : : ; xn−1])[xn], where the procedure of adjoining a single variable comes from the previous ?? 1.1. We shall see a more general form of this procedure in Example 1.9. Exercise 1.2 If R is a commutative ring, recall that an invertible element (or, somewhat confusingly, a unit) u 2 R is an element such that there exists v 2 R with uv = 1. Prove that v is necessarily unique. Exercise 1.3 Let X be a set and R a ring. The set RX of functions f : X ! R is a ring. 1.2 The category of rings The class of rings forms a category. Its morphisms are called ring homomorphisms. Definition 1.4 A ring homomorphism between two rings R and S as a map f : R ! S that respects addition and multiplication. That is, 1. f(1R) = 1S, where 1R and 1S are the respective identity elements. 2. f(a + b) = f(a) + f(b) for a; b 2 R. 3. f(ab) = f(a)f(b) for a; b 2 R. There is thus a category Ring whose objects are commutative rings and whose morphisms are ring-homomorphisms. The philosophy of Grothendieck, as expounded in his EGA [GD], is that one should always do things in a relative context. This means that instead of working with objects, one should work with morphisms of objects. Motivated by this, we introduce: Definition 1.5 Given a ring A, an A-algebra is a ring R together with a morphism of rings (a structure morphism) A ! R. There is a category of A-algebras, where a morphism between A-algebras is a ring-homomorphism that is required to commute with the structure morphisms. 4 CRing Project, Chapter 1 So if R is an A-algebra, then R is not only a ring, but there is a way to multiply elements of R by elements of A (namely, to multiply a 2 A with r 2 R, take the image of a in R, and multiply that by r). For instance, any ring is an algebra over any subring. We can think of an A-algebra as an arrow A ! R, and a morphism from A ! R to A ! S as a commutative diagram R / S _@@ ? @@ @@ @ A This is a special case of the undercategory construction. If B is an A-algebra and C a B-algebra, then C is an A-algebra in a natural way. Namely, by assumption we are given morphisms of rings A ! B and B ! C, so composing them gives the structure morphism A ! C of C as an A-algebra. Example 1.6 Every ring is a Z-algebra in a natural and unique way. There is a unique map (of rings) Z ! R for any ring R because a ring-homomorphism is required to preserve the identity. In fact, Z is the initial object in the category of rings: this is a restatement of the preceding discussion. Example 1.7 If R is a ring, the polynomial ring R[x] is an R-algebra in a natural manner. Each element of R is naturally viewed as a \constant polynomial." Example 1.8 C is an R-algebra. Here is an example that generalizes the case of the polynomial ring. Example 1.9 If R is a ring and G a commutative monoid,1 then the set R[G] of formal finite P sums rigi with ri 2 R; gi 2 G is a commutative ring, called the moniod ring or group ring P when G is a group. Alternatively, we can think of elements of R[G] as infinite sums g2G rgg with R-coefficients, such that almost all the rg are zero. We can define the multiplication law such that 0 1 X X X X rgg sgg = @ rgsg0 A h: h gg0=h This process is called convolution. We can think of the multiplication law as extended the group multiplication law (because the product of the ring-elements corresponding to g; g0 is the ring element corresponding to gg0 2 G). The case of G = Z≥0 is the polynomial ring. In some cases, we can extend this notion to formal infinite sums, as in the case of the formal power series ring; see ?? below. Exercise 1.4 The ring Z is an initial object in the category of rings. That is, for any ring R, there is a unique morphism of rings Z ! R. We discussed this briefly earlier; show more generally that A is the initial object in the category of A-algebras for any ring A. Exercise 1.5 The ring where 0 = 1 (the zero ring) is a final object in the category of rings. That is, every ring admits a unique map to the zero ring. Exercise 1.6 Let C be a category and F : C! Sets a covariant functor. Recall that F is said to be corepresentable if F is naturally isomorphic to X ! HomC(U; X) for some object U 2 C.
Recommended publications
  • Complete Objects in Categories
    Complete objects in categories James Richard Andrew Gray February 22, 2021 Abstract We introduce the notions of proto-complete, complete, complete˚ and strong-complete objects in pointed categories. We show under mild condi- tions on a pointed exact protomodular category that every proto-complete (respectively complete) object is the product of an abelian proto-complete (respectively complete) object and a strong-complete object. This to- gether with the observation that the trivial group is the only abelian complete group recovers a theorem of Baer classifying complete groups. In addition we generalize several theorems about groups (subgroups) with trivial center (respectively, centralizer), and provide a categorical explana- tion behind why the derivation algebra of a perfect Lie algebra with trivial center and the automorphism group of a non-abelian (characteristically) simple group are strong-complete. 1 Introduction Recall that Carmichael [19] called a group G complete if it has trivial cen- ter and each automorphism is inner. For each group G there is a canonical homomorphism cG from G to AutpGq, the automorphism group of G. This ho- momorphism assigns to each g in G the inner automorphism which sends each x in G to gxg´1. It can be readily seen that a group G is complete if and only if cG is an isomorphism. Baer [1] showed that a group G is complete if and only if every normal monomorphism with domain G is a split monomorphism. We call an object in a pointed category complete if it satisfies this latter condi- arXiv:2102.09834v1 [math.CT] 19 Feb 2021 tion.
    [Show full text]
  • 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]
  • 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]
  • 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]
  • Arxiv:0704.2561V2 [Math.QA] 27 Apr 2007 Nttto O Xeln Okn Odtos H Eoda Second the Conditions
    DUAL FEYNMAN TRANSFORM FOR MODULAR OPERADS J. CHUANG AND A. LAZAREV Abstract. We introduce and study the notion of a dual Feynman transform of a modular operad. This generalizes and gives a conceptual explanation of Kontsevich’s dual construction producing graph cohomology classes from a contractible differential graded Frobenius alge- bra. The dual Feynman transform of a modular operad is indeed linear dual to the Feynman transform introduced by Getzler and Kapranov when evaluated on vacuum graphs. In marked contrast to the Feynman transform, the dual notion admits an extremely simple presentation via generators and relations; this leads to an explicit and easy description of its algebras. We discuss a further generalization of the dual Feynman transform whose algebras are not neces- sarily contractible. This naturally gives rise to a two-colored graph complex analogous to the Boardman-Vogt topological tree complex. Contents Introduction 1 Notation and conventions 2 1. Main construction 4 2. Twisted modular operads and their algebras 8 3. Algebras over the dual Feynman transform 12 4. Stable graph complexes 13 4.1. Commutative case 14 4.2. Associative case 15 5. Examples 17 6. Moduli spaces of metric graphs 19 6.1. Commutative case 19 6.2. Associative case 21 7. BV-resolution of a modular operad 22 7.1. Basic construction and description of algebras 22 7.2. Stable BV-graph complexes 23 References 26 Introduction arXiv:0704.2561v2 [math.QA] 27 Apr 2007 The relationship between operadic algebras and various moduli spaces goes back to Kontse- vich’s seminal papers [19] and [20] where graph homology was also introduced.
    [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]
  • 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]
  • 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]
  • Research.Pdf (1003.Kb)
    PERSISTENT HOMOLOGY: CATEGORICAL STRUCTURAL THEOREM AND STABILITY THROUGH REPRESENTATIONS OF QUIVERS A Dissertation presented to the Faculty of the Graduate School, University of Missouri, Columbia In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy by KILLIAN MEEHAN Dr. Calin Chindris, Dissertation Supervisor Dr. Jan Segert, Dissertation Supervisor MAY 2018 The undersigned, appointed by the Dean of the Graduate School, have examined the dissertation entitled PERSISTENT HOMOLOGY: CATEGORICAL STRUCTURAL THEOREM AND STABILITY THROUGH REPRESENTATIONS OF QUIVERS presented by Killian Meehan, a candidate for the degree of Doctor of Philosophy of Mathematics, and hereby certify that in their opinion it is worthy of acceptance. Associate Professor Calin Chindris Associate Professor Jan Segert Assistant Professor David C. Meyer Associate Professor Mihail Popescu ACKNOWLEDGEMENTS To my thesis advisors, Calin Chindris and Jan Segert, for your guidance, humor, and candid conversations. David Meyer, for our emphatic sharing of ideas, as well as the savage question- ing of even the most minute assumptions. Working together has been an absolute blast. Jacob Clark, Brett Collins, Melissa Emory, and Andrei Pavlichenko for conver- sations both professional and ridiculous. My time here was all the more fun with your friendships and our collective absurdity. Adam Koszela and Stephen Herman for proving that the best balm for a tired mind is to spend hours discussing science, fiction, and intersection of the two. My brothers, for always reminding me that imagination and creativity are the loci of a fulfilling life. My parents, for teaching me that the best ideas are never found in an intellec- tual vacuum. My grandparents, for asking me the questions that led me to where I am.
    [Show full text]
  • Algebraic Number Theory
    Algebraic Number Theory William B. Hart Warwick Mathematics Institute Abstract. We give a short introduction to algebraic number theory. Algebraic number theory is the study of extension fields Q(α1; α2; : : : ; αn) of the rational numbers, known as algebraic number fields (sometimes number fields for short), in which each of the adjoined complex numbers αi is algebraic, i.e. the root of a polynomial with rational coefficients. Throughout this set of notes we use the notation Z[α1; α2; : : : ; αn] to denote the ring generated by the values αi. It is the smallest ring containing the integers Z and each of the αi. It can be described as the ring of all polynomial expressions in the αi with integer coefficients, i.e. the ring of all expressions built up from elements of Z and the complex numbers αi by finitely many applications of the arithmetic operations of addition and multiplication. The notation Q(α1; α2; : : : ; αn) denotes the field of all quotients of elements of Z[α1; α2; : : : ; αn] with nonzero denominator, i.e. the field of rational functions in the αi, with rational coefficients. It is the smallest field containing the rational numbers Q and all of the αi. It can be thought of as the field of all expressions built up from elements of Z and the numbers αi by finitely many applications of the arithmetic operations of addition, multiplication and division (excepting of course, divide by zero). 1 Algebraic numbers and integers A number α 2 C is called algebraic if it is the root of a monic polynomial n n−1 n−2 f(x) = x + an−1x + an−2x + ::: + a1x + a0 = 0 with rational coefficients ai.
    [Show full text]
  • A Review of Commutative Ring Theory Mathematics Undergraduate Seminar: Toric Varieties
    A REVIEW OF COMMUTATIVE RING THEORY MATHEMATICS UNDERGRADUATE SEMINAR: TORIC VARIETIES ADRIANO FERNANDES Contents 1. Basic Definitions and Examples 1 2. Ideals and Quotient Rings 3 3. Properties and Types of Ideals 5 4. C-algebras 7 References 7 1. Basic Definitions and Examples In this first section, I define a ring and give some relevant examples of rings we have encountered before (and might have not thought of as abstract algebraic structures.) I will not cover many of the intermediate structures arising between rings and fields (e.g. integral domains, unique factorization domains, etc.) The interested reader is referred to Dummit and Foote. Definition 1.1 (Rings). The algebraic structure “ring” R is a set with two binary opera- tions + and , respectively named addition and multiplication, satisfying · (R, +) is an abelian group (i.e. a group with commutative addition), • is associative (i.e. a, b, c R, (a b) c = a (b c)) , • and the distributive8 law holds2 (i.e.· a,· b, c ·R, (·a + b) c = a c + b c, a (b + c)= • a b + a c.) 8 2 · · · · · · Moreover, the ring is commutative if multiplication is commutative. The ring has an identity, conventionally denoted 1, if there exists an element 1 R s.t. a R, 1 a = a 1=a. 2 8 2 · ·From now on, all rings considered will be commutative rings (after all, this is a review of commutative ring theory...) Since we will be talking substantially about the complex field C, let us recall the definition of such structure. Definition 1.2 (Fields).
    [Show full text]
  • Separable Commutative Rings in the Stable Module Category of Cyclic Groups
    SEPARABLE COMMUTATIVE RINGS IN THE STABLE MODULE CATEGORY OF CYCLIC GROUPS PAUL BALMER AND JON F. CARLSON Abstract. We prove that the only separable commutative ring-objects in the stable module category of a finite cyclic p-group G are the ones corresponding to subgroups of G. We also describe the tensor-closure of the Kelly radical of the module category and of the stable module category of any finite group. Contents Introduction1 1. Separable ring-objects4 2. The Kelly radical and the tensor6 3. The case of the group of prime order 14 4. The case of the general cyclic group 16 References 18 Introduction Since 1960 and the work of Auslander and Goldman [AG60], an algebra A over op a commutative ring R is called separable if A is projective as an A ⊗R A -module. This notion turns out to be remarkably important in many other contexts, where the module category C = R- Mod and its tensor ⊗ = ⊗R are replaced by an arbitrary tensor category (C; ⊗). A ring-object A in such a category C is separable if multiplication µ : A⊗A ! A admits a section σ : A ! A⊗A as an A-A-bimodule in C. See details in Section1. Our main result (Theorem 4.1) concerns itself with modular representation theory of finite groups: Main Theorem. Let | be a separably closed field of characteristic p > 0 and let G be a cyclic p-group. Let A be a commutative and separable ring-object in the stable category |G- stmod of finitely generated |G-modules modulo projectives.
    [Show full text]