Math 331-2 Lecture Notes

Total Page:16

File Type:pdf, Size:1020Kb

Math 331-2 Lecture Notes Math 331-2: Abstract Algebra Northwestern University, Lecture Notes Written by Santiago Ca~nez These are notes which provide a basic summary of each lecture for Math 331-2, the second quarter of \MENU: Abstract Algebra", taught by the author at Northwestern University. The book used as a reference is the 3rd edition of Abstract Algebra by Dummit and Foote. Watch out for typos! Comments and suggestions are welcome. Contents Lecture 1: Introduction to Rings 2 Lecture 2: Matrix and Polynomial Rings 6 Lecture 3: More Ring Constructions 8 Lecture 4: Quotient Rings 14 Lecture 5: More on Quotients and Ideals 18 Lecture 6: Maximal Ideals 21 Lecture 7: Prime Ideals 25 Lecture 8: Geometry via Algebra 28 Lecture 9: Rings of Fractions 32 Lecture 10: More on Fractions 37 Lecture 11: Chinese Remainder Theorem 43 Lecture 12: Euclidean Domains 47 Lecture 13: More on Euclidean 51 Lecture 14: Principal Ideal Domains 54 Lecture 15: Unique Factorization 57 Lecture 16: More on UFDs 60 Lecture 17: Polynomials Revisited 63 Lecture 18: Gauss's Lemma 66 Lecture 19: Eisenstein's Criterion 69 Lecture 20: Modules over Rings 72 Lecture 21: Module Homomorphisms 77 Lecture 22: Sums and Free Modules 80 Lecture 23: Modules over PIDs 85 Lecture 24: Structure Theorems 89 Lecture 25: More on Structure Theorems 92 Lecture 26: Jordan Normal Form 97 Lecture 27: More on Normal Forms 103 Lecture 1: Introduction to Rings We continue our study of abstract algebra, this quarter focusing on rings and (to a lesser extent) modules. Rings provide a general setting in which \arithmetic" and the notion of \number" makes sense, and indeed the development of ring theory was borne out of attempts to understand general properties analogous to those of integers. Last quarter we first motivated the study of groups by hinting at their use in describing permutations of roots of polynomials (and in the problem of deciding when a formula for such roots could be found), and rings will now provide the language with which we can begin to discuss these roots themselves. (The full story of these roots belongs to the study of fields, which is are special types of rings we will look are more carefully next quarter.) The theory of modules generalizes the subject of linear algebra, and for us will really put to use next quarter when we consider the relation between fields. Historically, the development of ring theory really took off in the mid-to-late 19th century in the following way. You may have heard of Fermat's Last Theorem, which is the result that for n > 2 there are no non-trivial solutions to xn + yn = zn: (Solutions such that x = 1; y = 0; z = 1 and so on are the trivial ones.) This problem has a very rich history, and attempts to provide a valid proof led to much new mathematics. (The final proof was only given a few decades ago, and relies on some very heavy machinery in number theory and algebraic geometry.) One early attempt towards a proof came from trying to exploit a certain factorization: rewrite the given equation as xn = zn − yn and factor the right side: xn = zn − yn = (z − y)(something)(something) ··· (something) using something analogous to z2 − y2 = (z − y)(z + y) in the n = 2 case. The individual factors on the right involve more than just integers, but we are not interested in their precise form here. Then, by trying to \factor" these terms on the right further we can try to come up with something like a \prime factorization" for the xn on the left, only where we have to be more careful here about what exactly counts as a \prime" in this context. If you could somehow show that there could not be enough \primes" on the right to give an n-th power xn overall, you would have a proof of Fermat's Last Theorem, and indeed this is what many people in the 19th century thought they had done. (If Fermat did actually have a proof of this result himself, it is very likely that it was phrased along these lines.) But, it was soon realized that such an argument relied on the uniqueness of \prime" factoriza- tions. For instance, in the case of integers we know that 243572 is not the square of an integer since the 35 term is not a square and there are no other primes apart from 2; 3; 7 we could use to express this number in an alternate way as a potential square, due to the uniqueness of the primes 2; 3; 7 showing up in this expression. If, however, such a factorization were not unique, we would not be able to derive information about a specific number (such as it not being a square) based solely on the form of one prime factorization alone. This causes a problem for the approach to Fermat's Last Theorem outlined above, since it depends on conclusions made from a single \prime" factorization, and in general in the types of sets of \numbers" (i.e. rings) which show up here, there is no reason to expect that such a uniqueness must hold. To give an explicit example of where a \prime" factorization can fail to be unique, consider the following set of complex numbers: p p Z[ −5] := fa + b −5 j a; b 2 Zg: 2 p (The notation on the left is pronounced \Z adjoin −5". We will see what this notation really means soon enough, but it basicallyp describes the structure obtained by taking all possible sums and products of integersp and −5 and things built up from these.)p Note that adding or multiplying any two elements of Z[ −5] produces an elementp still within Z[ −5], which is essentially why this is a \ring". In this ring, we can factor 6 2 Z[ −5] in the following two ways: p p 6 = 2 · 3 = (1 + −5)(1 − −5): We claim that both of these are \prime" factorizations of 6! Actually, we should now be more careful with terminology: what really matters is that these are factorizations into irreducible elements, where an \irreducible" element is essentially one which cannot be factored any further. (This sounds pretty much like the ordinary definition of \prime" with which you're probably familiar in the context of integers, but we will see later that the term \prime" actually means something different in ring theory; the notions of \prime"p and \irreducible"p are the same in Z and many other settings, but not always. Showing that 1+ −5 and 1− −5 are irreducible isp a simple brute-force check we will come back to later.) Thus, the factorization of elements of Z[ −5] into irreducible elements is not unique, so care has to be taken when working with this ring. Understanding this failure to have unique factorization in certain contexts played an important role in the development of ring theory. It turns out that this lack of uniqueness can be salvaged in many (not all) cases by considering factorizations of what were historically called \ideal numbers", and what we now call ideals, instead. The factorization of ideals is not something we will study in this course, since it belongs more properly to a course in (algebraic) number theory, but ideals in general are of central importance in ring theory and this is the setting in which they were first introduced. For our purposes, the point will be that ideals play a role in ring theory analogous to the one played by normal subgroups in group theory. Rings. We now come to formally defining the notion of a ring. A ring will have two operations, as opposed to a group which only had one, but the simplest way to start is with a group itself. Indeed, a ring is an abelian group (R; +)|where we think of the group operation + as \addition"| equipped with a second binary operation · : R × R ! R (which we think of as \multiplication", and usually write simply ab instead of a · b) satisfying: • associativity: (ab)c = a(bc) for all a; b; c 2 R, and • distributivity: a(b + c) = ab + ac and (b + c)a = ba + ca for all a; b; c 2 R. The distributivity requirement is important since it is the one which expresses a compatibility between the two ring operations|without it, addition and multiplication would just be two random operations with no relation to each other, and that's no fun. Note that both orders a(b + c) and (b + c)a have to be given explicitly in the definition since the ring multiplication is not assumed to be commutative. Addition is assumed to be commutative, simply because every type of \addition" we've ever come across is commutative, which is not the case for \multiplication". (In fact, as the book suggests, that + is commutative can be derived from the ring axioms alone, at least in the case where the ring has a multiplicative identity. We will define this formally in a bit.) Examples. Many examples of groups we saw last quarter can also be viewed as rings. For instance, Z, Q, and R under their usualp operations. Also, Z=nZ is a (finite) ringp under addition and multiplication mod n. The set Z[ −5] of complex numbers of the form a + b −5 with a; b 2 Z we mentioned in our introductory discussion is also a ring, and indeed it is a subring of C, meaning that it is a subgroup with respect to addition which is closed under multiplication.
Recommended publications
  • Methodology and Metaphysics in the Development of Dedekind's Theory
    Methodology and metaphysics in the development of Dedekind’s theory of ideals Jeremy Avigad 1 Introduction Philosophical concerns rarely force their way into the average mathematician’s workday. But, in extreme circumstances, fundamental questions can arise as to the legitimacy of a certain manner of proceeding, say, as to whether a particular object should be granted ontological status, or whether a certain conclusion is epistemologically warranted. There are then two distinct views as to the role that philosophy should play in such a situation. On the first view, the mathematician is called upon to turn to the counsel of philosophers, in much the same way as a nation considering an action of dubious international legality is called upon to turn to the United Nations for guidance. After due consideration of appropriate regulations and guidelines (and, possibly, debate between representatives of different philosophical fac- tions), the philosophers render a decision, by which the dutiful mathematician abides. Quine was famously critical of such dreams of a ‘first philosophy.’ At the oppos- ite extreme, our hypothetical mathematician answers only to the subject’s internal concerns, blithely or brashly indifferent to philosophical approval. What is at stake to our mathematician friend is whether the questionable practice provides a proper mathematical solution to the problem at hand, or an appropriate mathematical understanding; or, in pragmatic terms, whether it will make it past a journal referee. In short, mathematics is as mathematics does, and the philosopher’s task is simply to make sense of the subject as it evolves and certify practices that are already in place.
    [Show full text]
  • Ring Homomorphisms Definition
    4-8-2018 Ring Homomorphisms Definition. Let R and S be rings. A ring homomorphism (or a ring map for short) is a function f : R → S such that: (a) For all x,y ∈ R, f(x + y)= f(x)+ f(y). (b) For all x,y ∈ R, f(xy)= f(x)f(y). Usually, we require that if R and S are rings with 1, then (c) f(1R) = 1S. This is automatic in some cases; if there is any question, you should read carefully to find out what convention is being used. The first two properties stipulate that f should “preserve” the ring structure — addition and multipli- cation. Example. (A ring map on the integers mod 2) Show that the following function f : Z2 → Z2 is a ring map: f(x)= x2. First, f(x + y)=(x + y)2 = x2 + 2xy + y2 = x2 + y2 = f(x)+ f(y). 2xy = 0 because 2 times anything is 0 in Z2. Next, f(xy)=(xy)2 = x2y2 = f(x)f(y). The second equality follows from the fact that Z2 is commutative. Note also that f(1) = 12 = 1. Thus, f is a ring homomorphism. Example. (An additive function which is not a ring map) Show that the following function g : Z → Z is not a ring map: g(x) = 2x. Note that g(x + y)=2(x + y) = 2x + 2y = g(x)+ g(y). Therefore, g is additive — that is, g is a homomorphism of abelian groups. But g(1 · 3) = g(3) = 2 · 3 = 6, while g(1)g(3) = (2 · 1)(2 · 3) = 12.
    [Show full text]
  • Embedding Two Ordered Rings in One Ordered Ring. Part I1
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector JOURNAL OF ALGEBRA 2, 341-364 (1966) Embedding Two Ordered Rings in One Ordered Ring. Part I1 J. R. ISBELL Department of Mathematics, Case Institute of Technology, Cleveland, Ohio Communicated by R. H. Bruck Received July 8, 1965 INTRODUCTION Two (totally) ordered rings will be called compatible if there exists an ordered ring in which both of them can be embedded. This paper concerns characterizations of the ordered rings compatible with a given ordered division ring K. Compatibility with K is equivalent to compatibility with the center of K; the proof of this depends heavily on Neumann’s theorem [S] that every ordered division ring is compatible with the real numbers. Moreover, only the subfield K, of real algebraic numbers in the center of K matters. For each Ks , the compatible ordered rings are characterized by a set of elementary conditions which can be expressed as polynomial identities in terms of ring and lattice operations. A finite set of identities, or even iden- tities in a finite number of variables, do not suffice, even in the commutative case. Explicit rules will be given for writing out identities which are necessary and sufficient for a commutative ordered ring E to be compatible with a given K (i.e., with K,). Probably the methods of this paper suffice for deriving corresponding rules for noncommutative E, but only the case K,, = Q is done here. If E is compatible with K,, , then E is embeddable in an ordered algebra over Ks and (obviously) E is compatible with the rational field Q.
    [Show full text]
  • Math 250A: Groups, Rings, and Fields. H. W. Lenstra Jr. 1. Prerequisites
    Math 250A: Groups, rings, and fields. H. W. Lenstra jr. 1. Prerequisites This section consists of an enumeration of terms from elementary set theory and algebra. You are supposed to be familiar with their definitions and basic properties. Set theory. Sets, subsets, the empty set , operations on sets (union, intersection, ; product), maps, composition of maps, injective maps, surjective maps, bijective maps, the identity map 1X of a set X, inverses of maps. Relations, equivalence relations, equivalence classes, partial and total orderings, the cardinality #X of a set X. The principle of math- ematical induction. Zorn's lemma will be assumed in a number of exercises. Later in the course the terminology and a few basic results from point set topology may come in useful. Group theory. Groups, multiplicative and additive notation, the unit element 1 (or the zero element 0), abelian groups, cyclic groups, the order of a group or of an element, Fermat's little theorem, products of groups, subgroups, generators for subgroups, left cosets aH, right cosets, the coset spaces G=H and H G, the index (G : H), the theorem of n Lagrange, group homomorphisms, isomorphisms, automorphisms, normal subgroups, the factor group G=N and the canonical map G G=N, homomorphism theorems, the Jordan- ! H¨older theorem (see Exercise 1.4), the commutator subgroup [G; G], the center Z(G) (see Exercise 1.12), the group Aut G of automorphisms of G, inner automorphisms. Examples of groups: the group Sym X of permutations of a set X, the symmetric group S = Sym 1; 2; : : : ; n , cycles of permutations, even and odd permutations, the alternating n f g group A , the dihedral group D = (1 2 : : : n); (1 n 1)(2 n 2) : : : , the Klein four group n n h − − i V , the quaternion group Q = 1; i; j; ij (with ii = jj = 1, ji = ij) of order 4 8 { g − − 8, additive groups of rings, the group Gl(n; R) of invertible n n-matrices over a ring R.
    [Show full text]
  • Arxiv:Math/0412262V2 [Math.NT] 8 Aug 2012 Etrgae Tgte Ihm)O Atnscnetr and Conjecture fie ‘Artin’S Number on of Cojoc Me) Domains’
    ARTIN’S PRIMITIVE ROOT CONJECTURE - a survey - PIETER MOREE (with contributions by A.C. Cojocaru, W. Gajda and H. Graves) To the memory of John L. Selfridge (1927-2010) Abstract. One of the first concepts one meets in elementary number theory is that of the multiplicative order. We give a survey of the lit- erature on this topic emphasizing the Artin primitive root conjecture (1927). The first part of the survey is intended for a rather general audience and rather colloquial, whereas the second part is intended for number theorists and ends with several open problems. The contribu- tions in the survey on ‘elliptic Artin’ are due to Alina Cojocaru. Woj- ciec Gajda wrote a section on ‘Artin for K-theory of number fields’, and Hester Graves (together with me) on ‘Artin’s conjecture and Euclidean domains’. Contents 1. Introduction 2 2. Naive heuristic approach 5 3. Algebraic number theory 5 3.1. Analytic algebraic number theory 6 4. Artin’s heuristic approach 8 5. Modified heuristic approach (`ala Artin) 9 6. Hooley’s work 10 6.1. Unconditional results 12 7. Probabilistic model 13 8. The indicator function 17 arXiv:math/0412262v2 [math.NT] 8 Aug 2012 8.1. The indicator function and probabilistic models 17 8.2. The indicator function in the function field setting 18 9. Some variations of Artin’s problem 20 9.1. Elliptic Artin (by A.C. Cojocaru) 20 9.2. Even order 22 9.3. Order in a prescribed arithmetic progression 24 9.4. Divisors of second order recurrences 25 9.5. Lenstra’s work 29 9.6.
    [Show full text]
  • A Brief History of Ring Theory
    A Brief History of Ring Theory by Kristen Pollock Abstract Algebra II, Math 442 Loyola College, Spring 2005 A Brief History of Ring Theory Kristen Pollock 2 1. Introduction In order to fully define and examine an abstract ring, this essay will follow a procedure that is unlike a typical algebra textbook. That is, rather than initially offering just definitions, relevant examples will first be supplied so that the origins of a ring and its components can be better understood. Of course, this is the path that history has taken so what better way to proceed? First, it is important to understand that the abstract ring concept emerged from not one, but two theories: commutative ring theory and noncommutative ring the- ory. These two theories originated in different problems, were developed by different people and flourished in different directions. Still, these theories have much in com- mon and together form the foundation of today's ring theory. Specifically, modern commutative ring theory has its roots in problems of algebraic number theory and algebraic geometry. On the other hand, noncommutative ring theory originated from an attempt to expand the complex numbers to a variety of hypercomplex number systems. 2. Noncommutative Rings We will begin with noncommutative ring theory and its main originating ex- ample: the quaternions. According to Israel Kleiner's article \The Genesis of the Abstract Ring Concept," [2]. these numbers, created by Hamilton in 1843, are of the form a + bi + cj + dk (a; b; c; d 2 R) where addition is through its components 2 2 2 and multiplication is subject to the relations i =pj = k = ijk = −1.
    [Show full text]
  • 5 Lecture 5: Huber Rings and Continuous Valuations
    5 Lecture 5: Huber rings and continuous valuations 5.1 Introduction The aim of this lecture is to introduce a special class of topological commutative rings, which we shall call Huber rings. These have associated spaces of valuations satisfying suitable continuity assumptions that will lead us to adic spaces later. We start by discussing some basic facts about Huber rings. Notation: If S; S0 are subsets of ring, we write S · S0 to denote the set of finite sums of products ss0 0 0 n for s 2 S and s 2 S . We define S1 ··· Sn similarly for subsets S1;:::;Sn, and likewise for S (with Si = S for 1 ≤ i ≤ n). For ideals in a ring this agrees with the usual notion of product among finitely many such. 5.2 Huber rings: preliminaries We begin with a definition: Definition 5.2.1 Let A be a topological ring. We say A is non-archimedean if it admits a base of neighbourhoods of 0 consisting of subgroups of the additive group (A; +) underlying A. Typical examples of non-archimedean rings are non-archimedean fields k and more generally k-affinoid algebras for such k. Example 5.2.2 As another example, let A := W (OF ), where OF is the valuation ring of a non- archimedean field of characteristic p > 0. A base of open neighbourhoods of 0 required in Definition 5.2.1 is given by n p A = f(0; ··· ; 0; OF ; OF ; ··· ); zeros in the first n slotsg; Q the p-adic topology on A is given by equipping A = n≥0 OF with the product topology in which each factor is discrete.
    [Show full text]
  • MATH 615 LECTURE NOTES, WINTER, 2010 by Mel Hochster
    MATH 615 LECTURE NOTES, WINTER, 2010 by Mel Hochster ZARISKI'S MAIN THEOREM, STRUCTURE OF SMOOTH, UNRAMIFIED, AND ETALE´ HOMOMORPHISMS, HENSELIAN RINGS AND HENSELIZATION, ARTIN APPROXIMATION, AND REDUCTION TO CHARACTERISTIC p Lecture of January 6, 2010 Throughout these lectures, unless otherwise indicated, all rings are commutative, asso- ciative rings with multiplicative identity and ring homomorphisms are unital, i.e., they are assumed to preserve the identity. If R is a ring, a given R-module M is also assumed to be unital, i.e., 1 · m = m for all m 2 M. We shall use N, Z, Q, and R and C to denote the nonnegative integers, the integers, the rational numbers, the real numbers, and the complex numbers, respectively. Our focus is very strongly on Noetherian rings, i.e., rings in which every ideal is finitely generated. Our objective will be to prove results, many of them very deep, that imply that many questions about arbitrary Noetherian rings can be reduced to the case of finitely generated algebras over a field (if the original ring contains a field) or over a discrete valuation ring (DVR), by which we shall always mean a Noetherian discrete valuation domain. Such a domain V is characterized by having just one maximal ideal, which is principal, say pV , and is such that every nonzero element can be written uniquely in the form upn where u is a unit and n 2 N. The formal power series ring K[[x]] in one variable over a field K is an example in which p = x. Another is the ring of p-adic integers for some prime p > 0, in which case the prime used does, in fact, generate the maximal ideal.
    [Show full text]
  • Appendix a Solutions and Hints to Exercises
    Appendix A Solutions and Hints to Exercises Chapter 1 1.1 1. Suppose that there are only finitely many prime p ≡ 3 (mod 4), and label them p1,...,pn. Then consider N = 4p1 ...pn − 1. This number is clearly odd, and has remainder 3 after dividing by 4. So its prime divisors are all odd, and they can’t all be 1 (mod 4), as the product of numbers which are 1 (mod 4) is again 1 (mod 4). So N has a prime divisor p ≡ 3(mod4).But p must be different from all the pi , since p|N but pi N for all i = 1,...,n. So there must be infinitely many primes p ≡ 3(mod4). 2. Suppose that there are only finitely many prime p ≡ 5 (mod 6), and label them p1,...,pn. Then consider N = 6p1 ...pn − 1. This number is clearly odd, and has remainder 5 after dividing by 6. So (6, N) = 1, and the prime divisors of N can’t all be 1 (mod 6), as the product of numbers which are 1 (mod 6) is again 1 (mod 6). So N has a prime divisor p ≡ 5(mod6).But p must be different from all the pi , since p|N but pi N for all i = 1,...,n. So there must be infinitely many primes p ≡ 5(mod6). 1.2 1. Suppose that p|x2 +1. If x is even, clearly p is odd. Then x2 ≡−1(modp) (and as p = 2, we have x2 ≡ 1(modp)), and so x4 ≡ 1(modp).
    [Show full text]
  • RING THEORY 1. Ring Theory a Ring Is a Set a with Two Binary Operations
    CHAPTER IV RING THEORY 1. Ring Theory A ring is a set A with two binary operations satisfying the rules given below. Usually one binary operation is denoted `+' and called \addition," and the other is denoted by juxtaposition and is called \multiplication." The rules required of these operations are: 1) A is an abelian group under the operation + (identity denoted 0 and inverse of x denoted x); 2) A is a monoid under the operation of multiplication (i.e., multiplication is associative and there− is a two-sided identity usually denoted 1); 3) the distributive laws (x + y)z = xy + xz x(y + z)=xy + xz hold for all x, y,andz A. Sometimes one does∈ not require that a ring have a multiplicative identity. The word ring may also be used for a system satisfying just conditions (1) and (3) (i.e., where the associative law for multiplication may fail and for which there is no multiplicative identity.) Lie rings are examples of non-associative rings without identities. Almost all interesting associative rings do have identities. If 1 = 0, then the ring consists of one element 0; otherwise 1 = 0. In many theorems, it is necessary to specify that rings under consideration are not trivial, i.e. that 1 6= 0, but often that hypothesis will not be stated explicitly. 6 If the multiplicative operation is commutative, we call the ring commutative. Commutative Algebra is the study of commutative rings and related structures. It is closely related to algebraic number theory and algebraic geometry. If A is a ring, an element x A is called a unit if it has a two-sided inverse y, i.e.
    [Show full text]
  • 0. Introduction to Categories
    0. Introduction to categories September 21, 2014 These are notes for Algebra 504-5-6. Basic category theory is very simple, and in principle one could read these notes right away|but only at the risk of being buried in an avalanche of abstraction. To get started, it's enough to understand the definition of \category" and \functor". Then return to the notes as necessary over the course of the year. The more examples you know, the easier it gets. Since this is an algebra course, the vast majority of the examples will be algebraic in nature. Occasionally I'll throw in some topological examples, but for the purposes of the course these can be omitted. 1 Definition and examples of a category A category C consists first of all of a class of objects Ob C and for each pair of objects X; Y a set of morphisms MorC(X; Y ). The elements of MorC(X; Y ) are denoted f : X−!Y , where f is the morphism, X is the source and Y is the target. For each triple of objects X; Y; Z there is a composition law MorC(X; Y ) × MorC(Y; Z)−!MorC(X; Z); denoted by (φ, ) 7! ◦ φ and subject to the following two conditions: (i) (associativity) h ◦ (g ◦ f) = (h ◦ g) ◦ f (ii) (identity) for every object X there is given an identity morphism IdX satisfying IdX ◦ f = f for all f : Y −!X and g ◦ IdX = g for all g : X−!Y . Note that the identity morphism IdX is the unique morphism satisfying (ii).
    [Show full text]
  • Dedekind's 1871 Version of the Theory of Ideals∗
    Dedekind's 1871 version of the theory of ideals¤ Translated by Jeremy Avigad March 19, 2004 Translator's introduction By the middle of the nineteenth century, it had become clear to mathe- maticians that the study of ¯nite ¯eld extensions of the rational numbers is indispensable to number theory, even if one's ultimate goal is to understand properties of diophantine expressions and equations in the ordinary integers. It can happen, however, that the \integers" in such extensions fail to satisfy unique factorization, a property that is central to reasoning about the or- dinary integers. In 1844, Ernst Kummer observed that unique factorization fails for the cyclotomic integers with exponent 23, i.e. the ring Z[³] of inte- gers of the ¯eld Q(³), where ³ is a primitive twenty-third root of unity. In 1847, he published his theory of \ideal divisors" for cyclotomic integers with prime exponent. This was to remedy the situation by introducing, for each such ring of integers, an enlarged domain of divisors, and showing that each integer factors uniquely as a product of these. He did not actually construct these integers, but, rather, showed how one could characterize their behav- ior qua divisibility in terms of ordinary operations on the associated ring of integers. Richard Dedekind and Leopold Kronecker later took up the task of ex- tending the theory to the integers in arbitrary ¯nite extensions of the ratio- nals. Despite their common influences and goals, however, the theories they ¤Work on this translation has been supported by a New Directions fellowship from the Andrew W.
    [Show full text]