2 Introduction to Abstract Algebra

Total Page:16

File Type:pdf, Size:1020Kb

2 Introduction to Abstract Algebra 2 Introduction to Abstract Algebra We now give an axiomatic description of the fundamental objects of interest in this course. We’ll introduce the main ideas, and give examples of these algebraic structures. Definition 2.1. A group is a set G together with an operation , satisfying: ∗ [G1] a (b c) = (a b) c for all a,b,c G (* is assoc. wrt ), ∗ ∗ ∗ ∗ ∈ ∗ [G2] there is some e G st a e = e a = a for all a G (G has an identity element wrt ), ∈ ∗ ∗ ∈ ∗ [G3] given any a G there exists some b G such that a b = b a = e (every element of G has an inverse wrt ). ∈ ∈ ∗ ∗ ∗ Example 2.1. 1. Z, Q, R, C are groups wrt the usual addition 2. N is not a group wrt the usual addition (no identity) 3. Q 0 , R 0 , C 0 are groups wrt the usual multiplication, but Q, R, C are not (as 1/0 is not con- tained\{ } in\{ any} of\{ these} sets) 4. the set of even integers is a group wrt the usual addition 5. M(2, R), the set of all 2 2 real matrices is a group wrt matrix addition × 6. GL(2, R), the set of all real 2 2 invertible matrices is a group wrt matrix multiplication × 7. the set C = 1, i, 1, i is a group wrt the usual multiplication in C, where i = √ 1. 4 { − − } − If G is a group under and a b = b a for all a,b G (if is commutative on G) we say that G is an abelian group. ∗ ∗ ∗ ∈ ∗ Definition 2.2. A ring is a set R, together with a pair of operations, called addition (+) and multiplication ( ), st: · [AG] R is an abelian group wrt + (ie sat G1, G2, G3), [R1] multiplication is assoc in R,, [R2] the left and right distributive laws hold for all a,b,c R: ∈ a(b + c)= ab + ac, and (a + b)c = ac + bc. The additive identity of a ring R is denoted by 0, and is called the zero of R. If R has a multiplicative identity, we say that it is unital. The multiplicative identity of a unital ring R is denoted by 1, and is called its unity. We say that R is commutative if a b = b a for all a,b R. A zero divisor of a ring is an element a R st there exists some b R sat ab ·= 0 with· a and b both∈ nonzero. If R is commutative and has no zero∈ divisors we say that it is an∈ integral domain (ID). Definition 2.3. A field is a set F , together with a pair of operations, called addition and multiplication, sat [CR] F is a commutative ring, [F1] every non-zero element of R has a multiplicative inverse. We could say that a field F is a set that is an abelian group wrt addition and is an abelian group wrt and multiplication once we discard the zero. Alternatively, we could define it as an ID in which every nonzero element has an additive inverse. Example 2.2. 1. The familiar number systems Z, Q, R, C are all rings wrt the usual operations of addi- tion and multiplications. 2. Z is an ID wrt the usual operations of addition and multiplications. 3. Mn(Q) is a unital ring but is not an ID, being non-commutative and also having zero divisors. 4. Q(√3) = a + b√3 : a,b Q R is a field wrt the usual operations of multiplication and addition in R. { ∈ }⊂ 5 2.1 The Familiar Number Systems These are the usual numbers we’ve all seen before. The motivation for their construction is perhaps best viewed in the context of solving equations. We briefly describe the familiar number systems below. A complete description is beyond the scope of this course. 1. N = 1, 2, 3, 4, ... ...the natural numbers, { } 2. Z = ..., 3, 2, 1, 0, 1, 2, 3, ... ...the integers, { − − − } 3. Q = a/b : a,b Z,b =0 ...the rational numbers, { ∈ 6 } 4. R...the real numbers such as π,e, 3, 2, 0, 1/6, 1.571428358209504..., 0.3333333..., √11 etc. − 5. C = a + ib : a,b R,i = √ 1 ...the complex numbers. { ∈ − } These numbers satisfy the relation N Z Q R C. ⊂ ⊂ ⊂ ⊂ The integers are better behaved than the natural numbers in the following way. Suppose we’d like to solve the equation 2 + x = 1. Then this has a solution in Z, namely x = 1, but has no solution in N. While the usual addition is assoc in N, N has no identity element wrt this operation,− while Z does. In fact Z is a group wrt addition, so every equation of the form a + x = b can be solved for a unique x Z for given integers a and b. Z is formed by adding 0 (the additive identity) and the negative of every natural∈ number to N. Suppose now we wish to solve the equation 5x = 7. This equation has the solution x =7/5 in the rational numbers, but has no solution in Z. Z is an ID wrt the usual operations of addition and multiplication, but not every nonzero element of Z has a multiplicative inverse. If we add all these inverses to Z we form the rational numbers. In Q we can solve all equations of the form ax = b for integers a,b with a = 0. The rational numbers are a field. 6 This isn’t enough to be able to solve all equations, however. Consider the following equations: 1. x2 5=0, − 2. x3 + x + 1, 1 3. π−x . None of these can be solved in Q but they can all be solved in R. In fact there are many more real numbers that are not rational than those that are. For example, any decimal number representing a rational must either terminate (like 1.592) or become periodic (like 0.131313...). The essential difference between the reals and the rationals is that in R every non-empty subset S of R that has an upper bound in R has a least upper bound. For example the set S = x R : x2 < 3 has the least upper bound √3 in R, but not in Q. { ∈ } Even with all of these extra numbers added in, there still remain some equations that have no solution in R, for example 1. x2 +1=0, 2. x2 +5=0, 3. x4 + x3 + x2 + x + 1. These are all examples of polynomials. We’ll look at these objects in more detail later in the course. A solution to the first equation is given by x = √ 1. This solution is so distinguished that we give it a special symbol, namely i. In fact adding this number −i to the reals and then performing all possible computations with these generates the entire set of complex numbers. So solutions of the 2nd equation are given by x = i√5, and solutions of the 3rd equation by x = e2πki/5, k = 1, 2, 3, 4. The complex numbers are an example± of what is known as an algebraically closed field. This means that every polynomial with coefficients in R has a solution in C. This result is known as the fundamental theorem of algebra. 6 2.1.1 The Field of Fractions Q of the Integeral Domain Z The rationals can be constructed formally from the integers as follows. We identify the pair (a,b) with (c, d) in Z Z if ad = bd. Denote by a/b any pair (c, d) that satisfies this relation (so, for example, we don’t distinguish× between (1, 5) and (2, 10)). By convention we choose a/b to represent all elements that can be identified with (a,b) if a and b have no common factors other than 1. Let Q = a/b : a,b Z,b = 0 . Then Q has a ring structure with respect to the operations ± { ∈ 6 } a/b + c/d = (ad + bc)/bd and a/b c/d = ad/bd. · We leave it as an exercise to show that Q as defined is a ring wrt these operations. Note that the axioms of a ring can be shown to hold iff we assume already that Z is a ring. In fact Q is easily seen to be a field since if it has unity 1/1, is commutative and if a/b = 0 then a =0 so b/a is well defined and (a/b)−1 = b/a. Moreover, Z is contained in Q under the identification6 n n/16 for all n Z. Q is called the field of fractions of the integral domain Z. It is the unique smallest field7→ that contains Z∈. This construction can be applied to any ID R. We usually denote the corresponding field of fractions by FR. 2.1.2 Construction of the Complex Numbers from the Real Numbers The complex numbers can be constructed from the reals in a similar way. Consider all pairs (a,b) R R and denote the set of all such pairs by C. Then C forms a ring wrt the following operations of addition∈ × and multiplication (where any arithmetic that occurs in each component is computed in R): (a,b) + (c, d) = (a + b,c + d) and (a,b) (c, d) = (ac ad,ac + bd). · − Again we leave it as an exercise to show that the axioms of a ring hold, noting that the proof depends of the fact that R is itself a ring.
Recommended publications
  • 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]
  • Ring (Mathematics) 1 Ring (Mathematics)
    Ring (mathematics) 1 Ring (mathematics) In mathematics, a ring is an algebraic structure consisting of a set together with two binary operations usually called addition and multiplication, where the set is an abelian group under addition (called the additive group of the ring) and a monoid under multiplication such that multiplication distributes over addition.a[›] In other words the ring axioms require that addition is commutative, addition and multiplication are associative, multiplication distributes over addition, each element in the set has an additive inverse, and there exists an additive identity. One of the most common examples of a ring is the set of integers endowed with its natural operations of addition and multiplication. Certain variations of the definition of a ring are sometimes employed, and these are outlined later in the article. Polynomials, represented here by curves, form a ring under addition The branch of mathematics that studies rings is known and multiplication. as ring theory. Ring theorists study properties common to both familiar mathematical structures such as integers and polynomials, and to the many less well-known mathematical structures that also satisfy the axioms of ring theory. The ubiquity of rings makes them a central organizing principle of contemporary mathematics.[1] Ring theory may be used to understand fundamental physical laws, such as those underlying special relativity and symmetry phenomena in molecular chemistry. The concept of a ring first arose from attempts to prove Fermat's last theorem, starting with Richard Dedekind in the 1880s. After contributions from other fields, mainly number theory, the ring notion was generalized and firmly established during the 1920s by Emmy Noether and Wolfgang Krull.[2] Modern ring theory—a very active mathematical discipline—studies rings in their own right.
    [Show full text]
  • Some Aspects of Semirings
    Appendix A Some Aspects of Semirings Semirings considered as a common generalization of associative rings and dis- tributive lattices provide important tools in different branches of computer science. Hence structural results on semirings are interesting and are a basic concept. Semi- rings appear in different mathematical areas, such as ideals of a ring, as positive cones of partially ordered rings and fields, vector bundles, in the context of topolog- ical considerations and in the foundation of arithmetic etc. In this appendix some algebraic concepts are introduced in order to generalize the corresponding concepts of semirings N of non-negative integers and their algebraic theory is discussed. A.1 Introductory Concepts H.S. Vandiver gave the first formal definition of a semiring and developed the the- ory of a special class of semirings in 1934. A semiring S is defined as an algebra (S, +, ·) such that (S, +) and (S, ·) are semigroups connected by a(b+c) = ab+ac and (b+c)a = ba+ca for all a,b,c ∈ S.ThesetN of all non-negative integers with usual addition and multiplication of integers is an example of a semiring, called the semiring of non-negative integers. A semiring S may have an additive zero ◦ defined by ◦+a = a +◦=a for all a ∈ S or a multiplicative zero 0 defined by 0a = a0 = 0 for all a ∈ S. S may contain both ◦ and 0 but they may not coincide. Consider the semiring (N, +, ·), where N is the set of all non-negative integers; a + b ={lcm of a and b, when a = 0,b= 0}; = 0, otherwise; and a · b = usual product of a and b.
    [Show full text]
  • Introduction to Groups, Rings and Fields
    Introduction to Groups, Rings and Fields HT and TT 2011 H. A. Priestley 0. Familiar algebraic systems: review and a look ahead. GRF is an ALGEBRA course, and specifically a course about algebraic structures. This introduc- tory section revisits ideas met in the early part of Analysis I and in Linear Algebra I, to set the scene and provide motivation. 0.1 Familiar number systems Consider the traditional number systems N = 0, 1, 2,... the natural numbers { } Z = m n m, n N the integers { − | ∈ } Q = m/n m, n Z, n = 0 the rational numbers { | ∈ } R the real numbers C the complex numbers for which we have N Z Q R C. ⊂ ⊂ ⊂ ⊂ These come equipped with the familiar arithmetic operations of sum and product. The real numbers: Analysis I built on the real numbers. Right at the start of that course you were given a set of assumptions about R, falling under three headings: (1) Algebraic properties (laws of arithmetic), (2) order properties, (3) Completeness Axiom; summarised as saying the real numbers form a complete ordered field. (1) The algebraic properties of R You were told in Analysis I: Addition: for each pair of real numbers a and b there exists a unique real number a + b such that + is a commutative and associative operation; • there exists in R a zero, 0, for addition: a +0=0+ a = a for all a R; • ∈ for each a R there exists an additive inverse a R such that a+( a)=( a)+a = 0. • ∈ − ∈ − − Multiplication: for each pair of real numbers a and b there exists a unique real number a b such that · is a commutative and associative operation; • · there exists in R an identity, 1, for multiplication: a 1 = 1 a = a for all a R; • · · ∈ for each a R with a = 0 there exists an additive inverse a−1 R such that a a−1 = • a−1 a = 1.∈ ∈ · · Addition and multiplication together: forall a,b,c R, we have the distributive law a (b + c)= a b + a c.
    [Show full text]
  • Vector Spaces
    Chapter 2 Vector Spaces 2.1 INTRODUCTION In various practical and theoretical problems, we come across a set V whose elements may be vectors in two or three dimensions or real-valued functions, which can be added and multi- plied by a constant (number) in a natural way, the result being again an element of V. Such concrete situations suggest the concept of a vector space. Vector spaces play an important role in many branches of mathematics and physics. In analysis infinite dimensional vector spaces (in fact, normed vector spaces) are more important than finite dimensional vector spaces while in linear algebra finite dimensional vector spaces are used, because they are simple and linear transformations on them can be represented by matrices. This chapter mainly deals with finite dimensional vector spaces. 2.2 DEFINITION AND EXAMPLES VECTOR SPACE. An algebraic structure (V, F, ⊕, ) consisting of a non-void set V , a field F, a binary operation ⊕ on V and an external mapping : F ×V → V associating each a ∈ F,v ∈ V to a unique element a v ∈ V is said to be a vector space over field F, if the following axioms are satisfied: V -1 (V, ⊕) is an abelian group. V -2 For all u, v ∈ V and a, b ∈ F, we have (i) a (u ⊕ v)=a u ⊕ a v, (ii) (a + b) u = a u ⊕ b u, (iii) (ab) u = a (b u), (iv) 1 u = u. The elements of V are called vectors and those of F are called scalars. The mapping is called scalar multiplication and the binary operation ⊕ is termed vector addition.
    [Show full text]
  • 28. Com. Rings: Units and Zero-Divisors
    M7210 Lecture 28 Friday October 26, 2012 Commutative Rings III We assume all rings are commutative and have multiplicative identity (different from 0). Units and zero-divisors Definition. Let A be a commutative ring and let a ∈ A. i) a is called a unit if a 6=0A and there is b ∈ A such that ab =1A. ii) a is called a zero-divisor if a 6= 0A and there is non-zero b ∈ A such that ab = 0A. A (commutative) ring with no zero-divisors is called an integral domain. Remark. In the zero ring Z = {0}, 0Z = 1Z. This is an annoying detail that our definition must take into account, and this is why the stipulation “a 6= 0A” appears in i). The zero ring plays a very minor role in commutative algebra, but it is important nonetheless because it is a valid model of the equational theory of rings-with-identity and it is the final object in the category of rings. We exclude this ring in the discussion below (and occasionally include a reminder that we are doing so). Fact. In any (non-zero commutative) ring R the set of zero-divisors and the set of units are disjoint. Proof . Let u ∈ R \{0}. If there is z ∈ R such that uz = 0, then for any t ∈ R, (tu)z = 0. Thus, there is no t ∈ R such that tu = 1. Fact. Let R be a ring. The set U(R) of units of R forms a group. Examples. The units in Z are 1 and −1.
    [Show full text]
  • Notes on Algebraic Structures
    Notes on Algebraic Structures Peter J. Cameron ii Preface These are the notes of the second-year course Algebraic Structures I at Queen Mary, University of London, as I taught it in the second semester 2005–2006. After a short introductory chapter consisting mainly of reminders about such topics as functions, equivalence relations, matrices, polynomials and permuta- tions, the notes fall into two chapters, dealing with rings and groups respec- tively. I have chosen this order because everybody is familiar with the ring of integers and can appreciate what we are trying to do when we generalise its prop- erties; there is no well-known group to play the same role. Fairly large parts of the two chapters (subrings/subgroups, homomorphisms, ideals/normal subgroups, Isomorphism Theorems) run parallel to each other, so the results on groups serve as revision for the results on rings. Towards the end, the two topics diverge. In ring theory, we study factorisation in integral domains, and apply it to the con- struction of fields; in group theory we prove Cayley’s Theorem and look at some small groups. The set text for the course is my own book Introduction to Algebra, Ox- ford University Press. I have refrained from reading the book while teaching the course, preferring to have another go at writing out this material. According to the learning outcomes for the course, a studing passing the course is expected to be able to do the following: • Give the following. Definitions of binary operations, associative, commuta- tive, identity element, inverses, cancellation. Proofs of uniqueness of iden- tity element, and of inverse.
    [Show full text]
  • Notes on Category Theory
    Notes on Category Theory Mariusz Wodzicki November 29, 2016 1 Preliminaries 1.1 Monomorphisms and epimorphisms 1.1.1 A morphism m : d0 ! e is said to be a monomorphism if, for any parallel pair of arrows a / 0 d / d ,(1) b equality m ◦ a = m ◦ b implies a = b. 1.1.2 Dually, a morphism e : c ! d is said to be an epimorphism if, for any parallel pair (1), a ◦ e = b ◦ e implies a = b. 1.1.3 Arrow notation Monomorphisms are often represented by arrows with a tail while epimorphisms are represented by arrows with a double arrowhead. 1.1.4 Split monomorphisms Exercise 1 Given a morphism a, if there exists a morphism a0 such that a0 ◦ a = id (2) then a is a monomorphism. Such monomorphisms are said to be split and any a0 satisfying identity (2) is said to be a left inverse of a. 3 1.1.5 Further properties of monomorphisms and epimorphisms Exercise 2 Show that, if l ◦ m is a monomorphism, then m is a monomorphism. And, if l ◦ m is an epimorphism, then l is an epimorphism. Exercise 3 Show that an isomorphism is both a monomorphism and an epimor- phism. Exercise 4 Suppose that in the diagram with two triangles, denoted A and B, ••u [^ [ [ B a [ b (3) A [ u u ••u the outer square commutes. Show that, if a is a monomorphism and the A triangle commutes, then also the B triangle commutes. Dually, if b is an epimorphism and the B triangle commutes, then the A triangle commutes.
    [Show full text]
  • CHAPTER 2 RING FUNDAMENTALS 2.1 Basic Definitions and Properties
    page 1 of Chapter 2 CHAPTER 2 RING FUNDAMENTALS 2.1 Basic Definitions and Properties 2.1.1 Definitions and Comments A ring R is an abelian group with a multiplication operation (a, b) → ab that is associative and satisfies the distributive laws: a(b+c)=ab+ac and (a + b)c = ab + ac for all a, b, c ∈ R. We will always assume that R has at least two elements,including a multiplicative identity 1 R satisfying a1R =1Ra = a for all a in R. The multiplicative identity is often written simply as 1,and the additive identity as 0. If a, b,and c are arbitrary elements of R,the following properties are derived quickly from the definition of a ring; we sketch the technique in each case. (1) a0=0a =0 [a0+a0=a(0+0)=a0; 0a +0a =(0+0)a =0a] (2) (−a)b = a(−b)=−(ab)[0=0b =(a+(−a))b = ab+(−a)b,so ( −a)b = −(ab); similarly, 0=a0=a(b +(−b)) = ab + a(−b), so a(−b)=−(ab)] (3) (−1)(−1) = 1 [take a =1,b= −1 in (2)] (4) (−a)(−b)=ab [replace b by −b in (2)] (5) a(b − c)=ab − ac [a(b +(−c)) = ab + a(−c)=ab +(−(ac)) = ab − ac] (6) (a − b)c = ac − bc [(a +(−b))c = ac +(−b)c)=ac − (bc)=ac − bc] (7) 1 = 0 [If 1 = 0 then for all a we have a = a1=a0 = 0,so R = {0},contradicting the assumption that R has at least two elements] (8) The multiplicative identity is unique [If 1 is another multiplicative identity then 1=11 =1] 2.1.2 Definitions and Comments If a and b are nonzero but ab = 0,we say that a and b are zero divisors;ifa ∈ R and for some b ∈ R we have ab = ba = 1,we say that a is a unit or that a is invertible.
    [Show full text]
  • Categories of Groups and Rings: a Brief Introduction to Category Theory for Students of Abstract Algebra
    Categories of Groups and Rings: A Brief Introduction to Category Theory for Students of Abstract Algebra Nathan Lander April 10, 2012 As students of Abstract Algebra, we have been exposed to multiple new algebraic structures that generalize many of the ideas we have learned pre- viously in our mathematical educations. Categories are another algebraic structure that seeks to generalize many different areas in mathematics and provide a means for studying relationships between them. Just as we have been able to prove theorems that apply to many different kinds of mathe- matical objects through the study of Groups and Rings, the goal of Category Theory is to prove results about Groups and Rings themselves, as well as other fields of Mathematical study. Just as Groups and Rings have a certain axiomatic structure, Categories have their own axomatic structure. A Category is composed of a collection of objects, and a collection of arrows. The collection of objects in a category 1 C will be denoted C0, and the collection of arrows in C will be denoted C1. The objects and arrows of a category meet the following criteria [1], [2]: • Each arrow points from one object, known as the arrow's domain, to another object, known as the arrow's codomain. An arrow f with an object A as its domain and an object B as its codomain will be denoted f A −! B, when not denoted simply as f. f g • For any two arrows A −! B and B −! C, the composition of f and g◦f g A −! C is defined such that g ◦ f is also an arrow in C.
    [Show full text]
  • Chapter Two Vector Spaces
    Chapter Two Vector Spaces The first chapter began by introducing Gauss’ method and finished with a fair understanding, keyed on the Linear Combination Lemma, of how it finds the solution set of a linear system. Gauss’ method systematically takes linear com- binations of the rows. With that insight, we now move to a general study of linear combinations. We need a setting for this study. At times in the first chapter, we’ve com- bined vectors from R2, at other times vectors from R3, and at other times vectors from even higher-dimensional spaces. Thus, our first impulse might be to work in Rn, leaving n unspecified. This would have the advantage that any of the results would hold for R2 and for R3 and for many other spaces, simultaneously. But, if having the results apply to many spaces at once is advantageous then sticking only to Rn’s is overly restrictive. We’d like the results to also apply to combinations of row vectors, as in the final section of the first chapter. We’ve even seen some spaces that are not just a collection of all of the same-sized column vectors or row vectors. For instance, we’ve seen a solution set of a homogeneous system that is a plane, inside of R3. This solution set is a closed system in the sense that a linear combination of these solutions is also a solution. But it is not just a collection of all of the three-tall column vectors; only some of them are in this solution set.
    [Show full text]
  • 1 Ideals of Integers
    MAT 3343, APPLIED ALGEBRA, FALL 2003 Handout 2: Ideals of Integers (Supplement to Chapter 1.2) Peter Selinger 1 Ideals of Integers Recall that Z = f0; −1; 1; −2; 2; −3; 3; : : :g is the set of integers. If n 2 Z is any integer, we write nZ for the set nZ = fnx j x 2 Zg: So for example, 2Z is the set of even numbers, 3Z is the set of multiples of 3, and 0Z is the one-element set f0g. Notice that a 2 nZ if and only if n divides a. In particular, we have n 2 nZ and 0 2 nZ, for all n. Remark 1.1. If nZ = mZ, then n = m or n = −m. To prove this, first notice that in this situation, n 2 mZ and m 2 nZ. Thus mjn and njm. This implies that n = m or n = −m. Notice that, as shown in examples in class, the intersection of two sets nZ and mZ is again of the form kZ, for some k. For example: 4Z \ 6Z = 12Z 4Z \ 5Z = 20Z 0Z \ 5Z = 0Z: Also, if A and B are sets of integers, let us write A + B for the set A + B = fa + b j a 2 A and b 2 Bg: So, for example, 4Z + 6Z is the set of all integers of the form 4x + 6y, where x; y 2 Z. This happens to cover precisely the even integers, so we find that 4Z + 6Z = 2Z. Again, trying different examples, we find that the sum of two sets nZ and mZ always seems to be of the form dZ, for some integer d.
    [Show full text]