Commutative Algebra)

Total Page:16

File Type:pdf, Size:1020Kb

Commutative Algebra) Lecture Notes in Abstract Algebra Lectures by Dr. Sheng-Chi Liu Throughout these notes, signifies end proof, and N signifies end of example. Table of Contents Table of Contents i Lecture 1 Review of Groups, Rings, and Fields 1 1.1 Groups . 1 1.2 Rings . 1 1.3 Fields . 2 1.4 Motivation . 2 Lecture 2 More on Rings and Ideals 5 2.1 Ring Fundamentals . 5 2.2 Review of Zorn's Lemma . 8 Lecture 3 Ideals and Radicals 9 3.1 More on Prime Ideals . 9 3.2 Local Rings . 9 3.3 Radicals . 10 Lecture 4 Ideals 11 4.1 Operations on Ideals . 11 Lecture 5 Radicals and Modules 13 5.1 Ideal Quotients . 14 5.2 Radical of an Ideal . 14 5.3 Modules . 15 Lecture 6 Generating Sets 17 6.1 Faithful Modules and Generators . 17 6.2 Generators of a Module . 18 Lecture 7 Finding Generators 19 7.1 Generalising Cayley-Hamilton's Theorem . 19 7.2 Finding Generators . 21 7.3 Exact Sequences . 22 Notes by Jakob Streipel. Last updated August 15, 2020. i TABLE OF CONTENTS ii Lecture 8 Exact Sequences 23 8.1 More on Exact Sequences . 23 8.2 Tensor Product of Modules . 26 Lecture 9 Tensor Products 26 9.1 More on Tensor Products . 26 9.2 Exactness . 28 9.3 Localisation of a Ring . 30 Lecture 10 Localisation 31 10.1 Extension and Contraction . 32 10.2 Modules of Fractions . 34 Lecture 11 Exactness of Localisation 34 11.1 Exactness of Localisation . 34 11.2 Local Property . 36 Lecture 12 Primary Decomposition 37 12.1 Local Properties . 37 12.2 Primary Decomposition . 38 Lecture 13 More on Primary Decomposition 40 13.1 First Uniqueness Theorem . 40 Lecture 14 Ring Extensions 44 14.1 Second Uniqueness Theorem . 44 14.2 Integral Ring Extensions . 45 Lecture 15 Ring Extensions continued 47 15.1 Last Lecture, concluded . 47 Lecture 16 The Going-Up Theorem 48 16.1 Integral Dependence . 48 16.2 The Going-Up Theorem . 50 Lecture 17 The Going-Down Theorem 51 17.1 The Going-Down Theorem . 51 Lecture 18 Valuation Rings 54 18.1 Between Rings and Fields . 54 Lecture 19 Chain Conditions 57 19.1 Valuation Rings and Integral Closures . 57 19.2 Chain Conditions . 59 Lecture 20 Noetherian Rings 61 20.1 When are Submodules Noetherian? . 61 Lecture 21 More on Noetherian Rings 63 21.1 Noetherian Rings Have Decomposable Ideals . 63 Lecture 22 Artinian Rings 66 TABLE OF CONTENTS iii 22.1 Length of Modules . 66 Lecture 23 Structure of Artinian Rings 70 23.1 Dimension of Ring . 70 23.2 Structure of Artinian Rings . 71 23.3 Discrete Valuation Rings and Dedekind Domains . 73 Lecture 24 Discrete Valuation Rings 74 24.1 Connections between Discrete Valuation Rings and Noetherian Rings . 74 Lecture 25 Dedekind Domains 76 25.1 Toward the Definition of Dedekind Domains . 76 25.2 Dedekind Domain . 78 25.3 Completions . 79 Lecture 26 Graded Rings and Filtrations 79 26.1 Graded Rings and Modules . 79 26.2 Inverse Systems . 82 Lecture 27 Closure 83 27.1 Closure and Completion . 83 27.2 Consequences of the Krull Intersection Theorem . 84 References 86 Index 87 REVIEW OF GROUPS, RINGS, AND FIELDS 1 Lecture 1 Review of Groups, Rings, and Fields 1.1 Groups Definition 1.1.1 (Group). The set G equipped with a binary operation ·, together denoted (G; ·), is a group if (i) the operation is associative, i.e. (g1 ·g2)·g3 = g1 ·(g2 ·g3) for all g1; g2; g2 2 G; (ii) there exists an identity element e 2 G such that e · g = g · e = g for all g; and (iii) for every g 2 G there exists an inverse denoted g−1 such that g · g−1 = g−1 · g = e. Note that these are the properties we require if we wish to be able to solve linear equations of the form ax = b. Note also that · being a binary operation very importantly implies that G is closed under ·, i.e., g1 · g2 2 G for all g1; g2 2 G. Definition 1.1.2 (Abelian group). A group (G; ·) is called abelian if g1 · g2 = g2 · g1 for all g1; g2 2 G. When a group is abelian we typically use + to denote the group operation and 0 to denote the identity element. Moreover we write −g instead of g−1. Remark 1.1.3. The groups we consider in this course will all be abelian (the hint's in the name|commutative algebra). Examples 1.1.4. Some examples of groups are Z, Q, R, or C with the usual ad- dition, the symmetric group of order n,(Sn; ◦), polynomial rings, e.g. (Z[x]; +), (Z=nZ; +), etc. N 1.2 Rings Definition 1.2.1 (Ring). The set R equipped with two binary operations + and ·, denoted (R; +; ·), is a ring if (i)( R; +) is an abelian group; (ii) it is closed under ·, i.e. r1 · r2 2 R for all r1; r2 2 R; (iii) multiplication is associative, meaning that (r1 · r2) · r3 = r1 · (r2 · r3) for all r1; r2; r3 2 R; and (iv) multiplication is distributive over addition, i.e. r1 ·(r2 +r3) = r1 ·r2 +r1 ·r3 and (r2 + r3) · r1 = r2 · r1 + r3 · r1 for all r1; r2; r3 2 R. Remark 1.2.2. We again only consider commutative rings in this course. More- over all rings we consider will be rings with identity, meaning that multiplication has a neutral element. Therefore we have the additional properties: (v) r1 · r2 = r2 · r1 for all r1; r2 2 R; and (vi) there exists 1 2 R such that 1 · r = r · 1 = r for all r 2 R. Date: August 22, 2017. REVIEW OF GROUPS, RINGS, AND FIELDS 2 Remark 1.2.3. As already indicated in the note, + is usually called addition and · is usually called multiplication, as per usual. In addition we often write r1 · r2 as r1r2 for convenience. Remark 1.2.4. Finally note that when we use the term ring in this course we will always mean a commutative ring with identity. Examples 1.2.5. Some examples of rings are (Z; +; ·) (as well as Q, R, C, etc.) and (Z[x]; +; ·). N 1.3 Fields Definition 1.3.1 (Field). A field F is a commutative division ring, i.e. F is a commutative ring with identity and for each a 6= 0, a 2 F there exists an element a−1 2 F such that aa−1 = 1. Example 1.3.2. Note that the ring (Z; +; ·) referred to previously is not a field since it does not include inverses for all elements but −1 and 1. On the other hand Q, R, and C with the same operations are fields. N Example 1.3.3. Let k be a field and let M be a maximal ideal of k[x]. Then k[x]=M is a field. This gives us an easy means of generating fields of prime power number of elements, since k = Z=pZ, p prime is of prime order. Now if we let M = (f) n where f is an irreducible polynomial in k[x] of degree n, then jk[x]=Mj = p . N 1.4 Motivation Commutative algebra is the study of the structures of commutative rings and of modules, with their applications in algebraic geometry and algebraic number theory. Example 1.4.1 (Algebraic number theory). The structure of the ring of in- tegers. First note that Z ⊂ Q has the property that for n 2 Z we have α1 α2 αk n = ±p1 p2 · ::: · pk , with pi being primes. In particular this factorisa- tion is unique. This means that Z is a unique factorisation domain. Moreover all ideals in Z, which are of the form nZ, are principal. This means that Z is a principal ideal domain. p On the other hand consider Z[ −5], a group of algebraic integers. In this pfield we don'tp have unique factorisation, since for example 6 = 2 · 3 = (1 + −5)(1 − −5), all factors of which arep irreducible. Furthermore not all ideals are principal, consider e.g. I = (2; 1 + −5). N Example 1.4.2 (Algebraic geometry). The structure of the set of solutions to ( x + 2y + 3z = 0 5x + y + 2z = 0 in R3. Let V ⊂ R3 be the set of solution. This has certain structure: (i) v1 + v2 2 V for all v1; v2 2 V ; REVIEW OF GROUPS, RINGS, AND FIELDS 3 (ii)( v1 + v2) + v3 = v1 + (v2 + v3) for all v1; v2; v3 2 V ; (iii)0 2 V since the planes go through the origin; (iv) if v 2 V , then −v 2 V ; (v) for r 2 R we have r · v 2 V for all v 2 V ; (vi)( r1 + r2) · v = r1 · v + r2 · v for all r1; r2 2 R and v 2 V ; (vii) r · (v1 + v2) = r · v1 + r · v2 for all r 2 R and v1; v2 2 V ; (viii)1 · v = v for all v 2 V . Now this seems familiar: observations (i) through (iv) are the axioms of a group, meaning that solutions to these equations form a group, and observations (v) through (viii) are the axioms of a vector field! N Remark 1.4.3. Of course for an abstract definition of vector space we do not need V to specifically be a subset of R3. Remark 1.4.4. We only use the addition and multiplication; we did not use the division in the definition.
Recommended publications
  • 3. Some Commutative Algebra Definition 3.1. Let R Be a Ring. We
    3. Some commutative algebra Definition 3.1. Let R be a ring. We say that R is graded, if there is a direct sum decomposition, M R = Rn; n2N where each Rn is an additive subgroup of R, such that RdRe ⊂ Rd+e: The elements of Rd are called the homogeneous elements of order d. Let R be a graded ring. We say that an R-module M is graded if there is a direct sum decomposition M M = Mn; n2N compatible with the grading on R in the obvious way, RdMn ⊂ Md+n: A morphism of graded modules is an R-module map φ: M −! N of graded modules, which respects the grading, φ(Mn) ⊂ Nn: A graded submodule is a submodule for which the inclusion map is a graded morphism. A graded ideal I of R is an ideal, which when considered as a submodule is a graded submodule. Note that the kernel and cokernel of a morphism of graded modules is a graded module. Note also that an ideal is a graded ideal iff it is generated by homogeneous elements. Here is the key example. Example 3.2. Let R be the polynomial ring over a ring S. Define a direct sum decomposition of R by taking Rn to be the set of homogeneous polynomials of degree n. Given a graded ideal I in R, that is an ideal generated by homogeneous elements of R, the quotient is a graded ring. We will also need the notion of localisation, which is a straightfor- ward generalisation of the notion of the field of fractions.
    [Show full text]
  • Multiplicative Theory of Ideals This Is Volume 43 in PURE and APPLIED MATHEMATICS a Series of Monographs and Textbooks Editors: PAULA
    Multiplicative Theory of Ideals This is Volume 43 in PURE AND APPLIED MATHEMATICS A Series of Monographs and Textbooks Editors: PAULA. SMITHAND SAMUELEILENBERG A complete list of titles in this series appears at the end of this volume MULTIPLICATIVE THEORY OF IDEALS MAX D. LARSEN / PAUL J. McCARTHY University of Nebraska University of Kansas Lincoln, Nebraska Lawrence, Kansas @ A CADEM I C P RE S S New York and London 1971 COPYRIGHT 0 1971, BY ACADEMICPRESS, INC. ALL RIGHTS RESERVED NO PART OF THIS BOOK MAY BE REPRODUCED IN ANY FORM, BY PHOTOSTAT, MICROFILM, RETRIEVAL SYSTEM, OR ANY OTHER MEANS, WITHOUT WRITTEN PERMISSION FROM THE PUBLISHERS. ACADEMIC PRESS, INC. 111 Fifth Avenue, New York, New York 10003 United Kingdom Edition published by ACADEMIC PRESS, INC. (LONDON) LTD. Berkeley Square House, London WlX 6BA LIBRARY OF CONGRESS CATALOG CARD NUMBER: 72-137621 AMS (MOS)1970 Subject Classification 13F05; 13A05,13B20, 13C15,13E05,13F20 PRINTED IN THE UNITED STATES OF AMERICA To Lillie and Jean This Page Intentionally Left Blank Contents Preface xi ... Prerequisites Xlll Chapter I. Modules 1 Rings and Modules 1 2 Chain Conditions 8 3 Direct Sums 12 4 Tensor Products 15 5 Flat Modules 21 Exercises 27 Chapter II. Primary Decompositions and Noetherian Rings 1 Operations on Ideals and Submodules 36 2 Primary Submodules 39 3 Noetherian Rings 44 4 Uniqueness Results for Primary Decompositions 48 Exercises 52 Chapter Ill. Rings and Modules of Quotients 1 Definition 61 2 Extension and Contraction of Ideals 66 3 Properties of Rings of Quotients 71 Exercises 74 Vii Vlll CONTENTS Chapter IV.
    [Show full text]
  • Associated Graded Rings Derived from Integrally Closed Ideals And
    PUBLICATIONS MATHÉMATIQUES ET INFORMATIQUES DE RENNES MELVIN HOCHSTER Associated Graded Rings Derived from Integrally Closed Ideals and the Local Homological Conjectures Publications des séminaires de mathématiques et informatique de Rennes, 1980, fasci- cule S3 « Colloque d’algèbre », , p. 1-27 <http://www.numdam.org/item?id=PSMIR_1980___S3_1_0> © Département de mathématiques et informatique, université de Rennes, 1980, tous droits réservés. L’accès aux archives de la série « Publications mathématiques et informa- tiques de Rennes » implique l’accord avec les conditions générales d’utili- sation (http://www.numdam.org/conditions). Toute utilisation commerciale ou impression systématique est constitutive d’une infraction pénale. Toute copie ou impression de ce fichier doit contenir la présente mention de copyright. Article numérisé dans le cadre du programme Numérisation de documents anciens mathématiques http://www.numdam.org/ ASSOCIATED GRADED RINGS DERIVED FROM INTEGRALLY CLOSED IDEALS AND THE LOCAL HOMOLOGICAL CONJECTURES 1 2 by Melvin Hochster 1. Introduction The second and third sections of this paper can be read independently. The second section explores the properties of certain "associated graded rings", graded by the nonnegative rational numbers, and constructed using filtrations of integrally closed ideals. The properties of these rings are then exploited to show that if x^x^.-^x^ is a system of paramters of a local ring R of dimension d, d •> 3 and this system satisfies a certain mild condition (to wit, that R can be mapped
    [Show full text]
  • Commutative Algebra and Algebraic Geometry
    Commutative Algebra and Algebraic Geometry Robert Friedman August 1, 2006 2 i Disclaimer: These are rough notes for a course on commutative algebra and algebraic geometry. I would appreciate all suggestions concerning ty- pos, errors, unclear exposition or obscure exercises, and any other helpful feedback. Contents 1 Introduction to Commutative Rings 1 1.1 Introduction............................ 1 1.2 Primeideals............................ 5 1.3 Localrings............................. 9 1.4 Factorizationinintegraldomains . 10 1.5 Motivatingquestions . 18 1.6 Theprimeandmaximalspectrum . 25 1.7 Gradedringsandprojectivespaces . 31 Exercises................................. 37 2 Modules over Commutative Rings 43 2.1 Basicdefinitions.......................... 43 2.2 Directandinverselimits . 48 2.3 Exactsequences.......................... 54 2.4 Chainconditions ......................... 59 2.5 ExactnesspropertiesofHom. 62 2.6 ModulesoveraPID........................ 67 2.7 Nakayama’slemma ........................ 70 2.8 Thetensorproduct ........................ 73 2.9 Productsofaffinealgebraicsets . 81 2.10Flatness .............................. 84 Exercises................................. 89 3 Localization 98 3.1 Basicdefinitions.......................... 98 3.2 Idealsinalocalization . .101 3.3 Localizationofmodules. .103 3.4 Localpropertiesofringsandmodules . 104 ii CONTENTS iii 3.5 Regularfunctions . .107 3.6 Introductiontosheaves. .112 3.7 Schemesandringedspaces . .118 3.8 Projasascheme .........................123 3.9 Zariskilocalproperties
    [Show full text]
  • Open Problems
    Open Problems 1. Does the lower radical construction for `-rings stop at the first infinite ordinal (Theorems 3.2.5 and 3.2.8)? This is the case for rings; see [ADS]. 2. If P is a radical class of `-rings and A is an `-ideal of R, is P(A) an `-ideal of R (Theorem 3.2.16 and Exercises 3.2.24 and 3.2.25)? 3. (Diem [DI]) Is an sp-`-prime `-ring an `-domain (Theorem 3.7.3)? 4. If R is a torsion-free `-prime `-algebra over the totally ordered domain C and p(x) 2C[x]nC with p0(1) > 0 in C and p(a) ¸ 0 for every a 2 R, is R an `-domain (Theorems 3.8.3 and 3.8.4)? 5. Does each f -algebra over a commutative directed po-unital po-ring C whose left and right annihilator ideals vanish have a unique tight C-unital cover (Theorems 3.4.5, 3.4.11, and 3.4.12 and Exercises 3.4.16 and 3.4.18)? 6. Can an f -ring contain a principal `-idempotent `-ideal that is not generated by an upperpotent element (Theorem 3.4.4 and Exercise 3.4.15)? 7. Is each C-unital cover of a C-unitable (totally ordered) f -algebra (totally or- dered) tight (Theorem 3.4.10)? 8. Is an archimedean `-group a nonsingular module over its f -ring of f -endomorphisms (Exercise 4.3.56)? 9. If an archimedean `-group is a finitely generated module over its ring of f -endomorphisms, is it a cyclic module (Exercise 3.6.20)? 10.
    [Show full text]
  • Quantizations of Regular Functions on Nilpotent Orbits 3
    QUANTIZATIONS OF REGULAR FUNCTIONS ON NILPOTENT ORBITS IVAN LOSEV Abstract. We study the quantizations of the algebras of regular functions on nilpo- tent orbits. We show that such a quantization always exists and is unique if the orbit is birationally rigid. Further we show that, for special birationally rigid orbits, the quan- tization has integral central character in all cases but four (one orbit in E7 and three orbits in E8). We use this to complete the computation of Goldie ranks for primitive ideals with integral central character for all special nilpotent orbits but one (in E8). Our main ingredient are results on the geometry of normalizations of the closures of nilpotent orbits by Fu and Namikawa. 1. Introduction 1.1. Nilpotent orbits and their quantizations. Let G be a connected semisimple algebraic group over C and let g be its Lie algebra. Pick a nilpotent orbit O ⊂ g. This orbit is a symplectic algebraic variety with respect to the Kirillov-Kostant form. So the algebra C[O] of regular functions on O acquires a Poisson bracket. This algebra is also naturally graded and the Poisson bracket has degree −1. So one can ask about quantizations of O, i.e., filtered algebras A equipped with an isomorphism gr A −→∼ C[O] of graded Poisson algebras. We are actually interested in quantizations that have some additional structures mir- roring those of O. Namely, the group G acts on O and the inclusion O ֒→ g is a moment map for this action. We want the G-action on C[O] to lift to a filtration preserving action on A.
    [Show full text]
  • Algebraic Numbers
    FORMALIZED MATHEMATICS Vol. 24, No. 4, Pages 291–299, 2016 DOI: 10.1515/forma-2016-0025 degruyter.com/view/j/forma Algebraic Numbers Yasushige Watase Suginami-ku Matsunoki 6 3-21 Tokyo, Japan Summary. This article provides definitions and examples upon an integral element of unital commutative rings. An algebraic number is also treated as consequence of a concept of “integral”. Definitions for an integral closure, an algebraic integer and a transcendental numbers [14], [1], [10] and [7] are included as well. As an application of an algebraic number, this article includes a formal proof of a ring extension of rational number field Q induced by substitution of an algebraic number to the polynomial ring of Q[x] turns to be a field. MSC: 11R04 13B21 03B35 Keywords: algebraic number; integral dependency MML identifier: ALGNUM 1, version: 8.1.05 5.39.1282 1. Preliminaries From now on i, j denote natural numbers and A, B denote rings. Now we state the propositions: (1) Let us consider rings L1, L2, L3. Suppose L1 is a subring of L2 and L2 is a subring of L3. Then L1 is a subring of L3. (2) FQ is a subfield of CF. (3) FQ is a subring of CF. R (4) Z is a subring of CF. Let us consider elements x, y of B and elements x1, y1 of A. Now we state the propositions: (5) If A is a subring of B and x = x1 and y = y1, then x + y = x1 + y1. (6) If A is a subring of B and x = x1 and y = y1, then x · y = x1 · y1.
    [Show full text]
  • Gsm073-Endmatter.Pdf
    http://dx.doi.org/10.1090/gsm/073 Graduat e Algebra : Commutativ e Vie w This page intentionally left blank Graduat e Algebra : Commutativ e View Louis Halle Rowen Graduate Studies in Mathematics Volum e 73 KHSS^ K l|y|^| America n Mathematica l Societ y iSyiiU ^ Providence , Rhod e Islan d Contents Introduction xi List of symbols xv Chapter 0. Introduction and Prerequisites 1 Groups 2 Rings 6 Polynomials 9 Structure theories 12 Vector spaces and linear algebra 13 Bilinear forms and inner products 15 Appendix 0A: Quadratic Forms 18 Appendix OB: Ordered Monoids 23 Exercises - Chapter 0 25 Appendix 0A 28 Appendix OB 31 Part I. Modules Chapter 1. Introduction to Modules and their Structure Theory 35 Maps of modules 38 The lattice of submodules of a module 42 Appendix 1A: Categories 44 VI Contents Chapter 2. Finitely Generated Modules 51 Cyclic modules 51 Generating sets 52 Direct sums of two modules 53 The direct sum of any set of modules 54 Bases and free modules 56 Matrices over commutative rings 58 Torsion 61 The structure of finitely generated modules over a PID 62 The theory of a single linear transformation 71 Application to Abelian groups 77 Appendix 2A: Arithmetic Lattices 77 Chapter 3. Simple Modules and Composition Series 81 Simple modules 81 Composition series 82 A group-theoretic version of composition series 87 Exercises — Part I 89 Chapter 1 89 Appendix 1A 90 Chapter 2 94 Chapter 3 96 Part II. AfRne Algebras and Noetherian Rings Introduction to Part II 99 Chapter 4. Galois Theory of Fields 101 Field extensions 102 Adjoining
    [Show full text]
  • Lecture 2 : Algebraic Extensions I Objectives
    Lecture 2 : Algebraic Extensions I Objectives (1) Main examples of fields to be studied. (2) The minimal polynomial of an algebraic element. (3) Simple field extensions and their degree. Key words and phrases: Number field, function field, algebraic element, transcendental element, irreducible polynomial of an algebraic element, al- gebraic extension. The main examples of fields that we consider are : (1) Number fields: A number field F is a subfield of C. Any such field contains the field Q of rational numbers. (2) Finite fields : If K is a finite field, we consider : Z ! K; (1) = 1. Since K is finite, ker 6= 0; hence it is a prime ideal of Z, say generated by a prime number p. Hence Z=pZ := Fp is isomorphic to a subfield of K. The finite field Fp is called the prime field of K: (3) Function fields: Let x be an indeteminate and C(x) be the field of rational functions, i.e. it consists of p(x)=q(x) where p(x); q(x) are poly- nomials and q(x) 6= 0. Let f(x; y) 2 C[x; y] be an irreducible polynomial. Suppose f(x; y) is not a polynomial in x alone and write n n−1 f(x; y) = y + a1(x)y + ··· + an(x); ai(x) 2 C[x]: By Gauss' lemma f(x; y) 2 C(x)[y] is an irreducible polynomial. Thus (f(x; y)) is a maximal ideal of C(x)[y]=(f(x; y)) is a field. K is called the 2 function field of the curve defined by f(x; y) = 0 in C .
    [Show full text]
  • Integral Closures of Ideals and Rings Irena Swanson
    Integral closures of ideals and rings Irena Swanson ICTP, Trieste School on Local Rings and Local Study of Algebraic Varieties 31 May–4 June 2010 I assume some background from Atiyah–MacDonald [2] (especially the parts on Noetherian rings, primary decomposition of ideals, ring spectra, Hilbert’s Basis Theorem, completions). In the first lecture I will present the basics of integral closure with very few proofs; the proofs can be found either in Atiyah–MacDonald [2] or in Huneke–Swanson [13]. Much of the rest of the material can be found in Huneke–Swanson [13], but the lectures contain also more recent material. Table of contents: Section 1: Integral closure of rings and ideals 1 Section 2: Integral closure of rings 8 Section 3: Valuation rings, Krull rings, and Rees valuations 13 Section 4: Rees algebras and integral closure 19 Section 5: Computation of integral closure 24 Bibliography 28 1 Integral closure of rings and ideals (How it arises, monomial ideals and algebras) Integral closure of a ring in an overring is a generalization of the notion of the algebraic closure of a field in an overfield: Definition 1.1 Let R be a ring and S an R-algebra containing R. An element x S is ∈ said to be integral over R if there exists an integer n and elements r1,...,rn in R such that n n 1 x + r1x − + + rn 1x + rn =0. ··· − This equation is called an equation of integral dependence of x over R (of degree n). The set of all elements of S that are integral over R is called the integral closure of R in S.
    [Show full text]
  • Quick Course on Commutative Algebra
    Part B Commutative Algebra MATH 101B: ALGEBRA II PART B: COMMUTATIVE ALGEBRA I want to cover Chapters VIII,IX,X,XII. But it is a lot of material. Here is a list of some of the particular topics that I will try to cover. Maybe I won’t get to all of it. (1) integrality (VII.1) (2) transcendental field extensions (VIII.1) (3) Noether normalization (VIII.2) (4) Nullstellensatz (IX.1) (5) ideal-variety correspondence (IX.2) (6) primary decomposition (X.3) [if we have time] (7) completion (XII.2) (8) valuations (VII.3, XII.4) There are some basic facts that I will assume because they are much earlier in the book. You may want to review the definitions and theo- rems: • Localization (II.4): Invert a multiplicative subset, form the quo- tient field of an integral domain (=entire ring), localize at a prime ideal. • PIDs (III.7): k[X] is a PID. All f.g. modules over PID’s are direct sums of cyclic modules. And we proved in class that all submodules of free modules are free over a PID. • Hilbert basis theorem (IV.4): If A is Noetherian then so is A[X]. • Algebraic field extensions (V). Every field has an algebraic clo- sure. If you adjoin all the roots of an equation you get a normal (Galois) extension. An excellent book in this area is Atiyah-Macdonald “Introduction to Commutative Algebra.” 0 MATH 101B: ALGEBRA II PART B: COMMUTATIVE ALGEBRA 1 Contents 1. Integrality 2 1.1. Integral closure 3 1.2. Integral elements as lattice points 4 1.3.
    [Show full text]
  • FIELD EXTENSION REVIEW SHEET 1. Polynomials and Roots Suppose
    FIELD EXTENSION REVIEW SHEET MATH 435 SPRING 2011 1. Polynomials and roots Suppose that k is a field. Then for any element x (possibly in some field extension, possibly an indeterminate), we use • k[x] to denote the smallest ring containing both k and x. • k(x) to denote the smallest field containing both k and x. Given finitely many elements, x1; : : : ; xn, we can also construct k[x1; : : : ; xn] or k(x1; : : : ; xn) analogously. Likewise, we can perform similar constructions for infinite collections of ele- ments (which we denote similarly). Notice that sometimes Q[x] = Q(x) depending on what x is. For example: Exercise 1.1. Prove that Q[i] = Q(i). Now, suppose K is a field, and p(x) 2 K[x] is an irreducible polynomial. Then p(x) is also prime (since K[x] is a PID) and so K[x]=hp(x)i is automatically an integral domain. Exercise 1.2. Prove that K[x]=hp(x)i is a field by proving that hp(x)i is maximal (use the fact that K[x] is a PID). Definition 1.3. An extension field of k is another field K such that k ⊆ K. Given an irreducible p(x) 2 K[x] we view K[x]=hp(x)i as an extension field of k. In particular, one always has an injection k ! K[x]=hp(x)i which sends a 7! a + hp(x)i. We then identify k with its image in K[x]=hp(x)i. Exercise 1.4. Suppose that k ⊆ E is a field extension and α 2 E is a root of an irreducible polynomial p(x) 2 k[x].
    [Show full text]