Noncommutative Rational Pólya Series 2
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
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. -
Factorization in Integral Domains, II
View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector JOURNAL OF ALGEBRA 152,78-93 (1992) Factorization in Integral Domains, II D. D. ANDERSON Department of Mathematics, The University of Iowa, Iowa City, Iowa 52242 DAVID F. ANDERSON* Department of Mathematics, The Unioersity of Tennessee, Knoxville, Tennessee 37996 AND MUHAMMAD ZAFRULLAH Department of Mathematics, Winthrop College, Rock Hill, South Carolina 29733 Communicated by Richard G. Swan Received June 8. 1990 In this paper, we study several factorization properties in an integral domain which are weaker than unique factorization. We study how these properties behave under localization and directed unions. 0 1992 Academic Press, Inc. In this paper, we continue our investigation begun in [l] of various factorization properties in an integral domain which are weaker than unique factorization. Section 1 introduces material on inert extensions and splitting multiplicative sets. In Section 2, we study how these factorization properties behave under localization. Special attention is paid to multi- plicative sets generated by primes. Section 3 consists of “Nagata-type” theorems about these properties. That is, if the localization of a domain at a multiplicative set generated by primes satisfies a certain ring-theoretic property, does the domain satisfy that property? In the fourth section, we consider Nagata-type theorems for root closure, seminormality, integral * Supported in part by a National Security Agency Grant. 78 OO21-8693/92$5.00 Copyright 0 1992 by Academic Press, Inc. All righrs of reproduction in any form reserved. FACTORIZATION IN INTEGRAL DOMAINS, II 79 closure: and complete integral closure. -
Sage 9.4 Reference Manual: Monoids Release 9.4
Sage 9.4 Reference Manual: Monoids Release 9.4 The Sage Development Team Aug 24, 2021 CONTENTS 1 Monoids 3 2 Free Monoids 5 3 Elements of Free Monoids 9 4 Free abelian monoids 11 5 Abelian Monoid Elements 15 6 Indexed Monoids 17 7 Free String Monoids 23 8 String Monoid Elements 29 9 Utility functions on strings 33 10 Hecke Monoids 35 11 Automatic Semigroups 37 12 Module of trace monoids (free partially commutative monoids). 47 13 Indices and Tables 55 Python Module Index 57 Index 59 i ii Sage 9.4 Reference Manual: Monoids, Release 9.4 Sage supports free monoids and free abelian monoids in any finite number of indeterminates, as well as free partially commutative monoids (trace monoids). CONTENTS 1 Sage 9.4 Reference Manual: Monoids, Release 9.4 2 CONTENTS CHAPTER ONE MONOIDS class sage.monoids.monoid.Monoid_class(names) Bases: sage.structure.parent.Parent EXAMPLES: sage: from sage.monoids.monoid import Monoid_class sage: Monoid_class(('a','b')) <sage.monoids.monoid.Monoid_class_with_category object at ...> gens() Returns the generators for self. EXAMPLES: sage: F.<a,b,c,d,e>= FreeMonoid(5) sage: F.gens() (a, b, c, d, e) monoid_generators() Returns the generators for self. EXAMPLES: sage: F.<a,b,c,d,e>= FreeMonoid(5) sage: F.monoid_generators() Family (a, b, c, d, e) sage.monoids.monoid.is_Monoid(x) Returns True if x is of type Monoid_class. EXAMPLES: sage: from sage.monoids.monoid import is_Monoid sage: is_Monoid(0) False sage: is_Monoid(ZZ) # The technical math meaning of monoid has ....: # no bearing whatsoever on the result: it's ....: # a typecheck which is not satisfied by ZZ ....: # since it does not inherit from Monoid_class. -
Arxiv:1601.07660V1 [Math.AC] 28 Jan 2016 2].Tesemigroup the [26])
INTEGRAL DOMAINS WITH BOOLEAN t-CLASS SEMIGROUP S. KABBAJ AND A. MIMOUNI Abstract. The t-class semigroup of an integral domain is the semigroup of the isomorphy classes of the t-ideals with the operation induced by t- multiplication. This paper investigates integral domains with Boolean t-class semigroup with an emphasis on the GCD and stability conditions. The main results establish t-analogues for well-known results on Pr¨ufer domains and B´ezout domains of finite character. 1. Introduction All rings considered in this paper are integral domains (i.e., commutative with identity and without zero-divisors). The class semigroup of a domain R, denoted S(R), is the semigroup of nonzero fractional ideals modulo its subsemigroup of nonzero principal ideals [11, 41]. The t-class semigroup of R, denoted St(R), is the semigroup of fractional t-ideals modulo its subsemigroup of nonzero principal ideals, that is, the semigroup of the isomorphy classes of the t-ideals of R with the operation induced by ideal t-multiplication. Notice that St(R) is the t-analogue of S(R), as the class group Cl(R) is the t-analogue of the Picard group Pic(R). The following set-theoretic inclusions always hold: Pic(R) ⊆ Cl(R) ⊆ St(R) ⊆ S(R). Note that the first and third inclusions turn into equality for Pr¨ufer domains and the second does so for Krull domains. More details on these objects are provided in the next section. Divisibility properties of a domain R are often reflected in group or semigroup- theoretic properties of Cl(R) or S(R). -