Abstract Algebra Discussions - Week 3

Total Page:16

File Type:pdf, Size:1020Kb

Abstract Algebra Discussions - Week 3 MATH 410 - ABSTRACT ALGEBRA DISCUSSIONS - WEEK 3 CAN OZAN OGUZ 1. Sets A set is the most basic algebraic structure one can have. It is a collection of elements, and that is that. We can't say anything else about a set. It has no other structure. In fact, there is a little more to it. Set might look like a very basic concept, and this is why todays mathematics is all based on sets, however that means set theory is not based on anything. Therefore we don't have good definitions to answer the questions "What is a set?" and "What is an element?". Surely these questions caused a lot of trouble within the mathematics community especially since the beginning of 20th century. But once you don't ask these two questions, you should be on a safe ground. For example, we can answer the question "What is a vector space?" easily by referring to sets. Similarly we can answer the question "What is a function?" by saying it is a special relation, and a relation is a subset of a particular set. We are not going to deal with set theory too much, but let's say a few things about them since after all a group and a ring is a set with some properties. One important example is the empty set ?. It has no elements, and it is the only set with this property. It is easy work with the empty set. Suppose we want to prove that all elements of the empty set are even integers. We will prove this by contradiction. Suppose it has an element which is not an even integer. But the empty set cannot have any elements, therefore we get a contradiction. Hence all elements of the empty set are even integers. The same proof wouuld of course work for odd integers. Actually the same proof works for any property you ask from the elements of the empty set. 1.1. Equivalence Relation. We have an operation on sets called Cartesian prod- uct. Given two sets A and B, we can form a new set A × B by taking the Cartesian product of A and B. The elements of A×B are ordered pairs (a; b) such that a 2 A and b 2 B. Definition A relation R from A to B is a subset of A × B. There are tons of relations. Example We can define a relation from R to R using the order given by ≤: • 0 is related to all positive real numbers. • 1 is not related to −1. • Any real number a is related to itself. Example Another example is relating two integers a and b if b is divisible a. • For example 2 and 4 are related in this relation, but 2 and 5 are not. Date: September 7th, 2017. 1 2 CAN OZAN OGUZ • Notice that 2 is related to 4, but 4 is not related to 2. • Note that any number a is related to itself. • 2 is related to 4 and 6, but 4 and 6 are not related. Example Another is relation is being congruent modulo n. This is what modular arithmetic is all about. • a ≡ a(mod n) • If a ≡ b(mod n), then b ≡ a(mod n) • If a ≡ b(mod n) and b ≡ c(mod n), then a ≡ c(mod n) These three properties are called being reflexive, symmetric and transitive. Any relation with such properties is called an equivalence relation. Equivalence relations will play an important role in group theory. 2. Groups 2.1. Origins. We already saw the definition of a group. It was a pair (G; ∗) where G is a set, and ∗ : G×G ! G is a binary operation with certain properties(identity, inverses, associativitiy). If our operation is also commutative, that is if a ∗ b = b ∗ a, then we say it is a commutative group, or an abelian group after the Norwegian mathematician Abel. To get a better understanding of this concept, I think we should see how it was created in the first place. Let me start by saying that "Group theory" is a terrible name for this beautiful subject. I would much rather prefer "Symmetry theory", where our main tool is a group. Because a group is an abstraction of symmetry of some object. 2.2. Geometric symmetry. Think about it, say geometrically. Given a geometric shape, you can immediately realize some of its symmetries, such as if you flip the shape this way, it looks the same, or if you rotate it that way, it looks the same...etc. There is always the obvious symmetry, which does nothing to your geometric object, leaves it as it is. This is the "identity" in our group. Also no matter which operation you apply to realize a symmetry, you can just undo it, hence "invertible" elements of our group. Associativitiy is a little bit more tricky, and later mathematicians realized some non-associative "symmetries". But we will work with associative ones in this class. 2.3. Algebraic symmetry. We also have algebraic symmetries, which is how groups first appeared in the mind of young French mathematician Evariste Galois(1811- 1832), who was killed at a duel about a woman. An important question in that era was solving polynomial equations of degree 5 or higher. Quadratic formula was dis- covered a long time ago, and mathematicians of 16th century(Cardano) had found formulas for solving cubic and quartic equations. However no progress was made about degree 5 or higher equations, until the Norwegian mathematician Niels Hen- rik Abel(1802-1829) showed there cannot be such general formulas for equations of degree ≥ 5. Galois's ideas was used to show when does a polynomial equation of degree ≥ 5 has solutions in terms of its coefficients. When I say an algebraic symmetry, you should be thinking about a polynomial, say (x − 2)(x − 5) = 0; MATH 410 - ABSTRACT ALGEBRA DISCUSSIONS - WEEK 3 3 where two solutions are x1 = 2 and x2 = 5, or x1 = 5 and x2 = 2. We have a choice in enumarating the solutions(n! choices for degree n polynomials), and all these enumerations give us the same polynomial, hence the word symmetry. 2.4. Examples of groups. Let's list some examples of groups we already saw. • (Z; ?): We can see that the integers form a group, but a set is not enough to get a group. We need to specify the operation as well. For the addition operation, integers form a group, with 0 as the identity element. • (Z; ×): Is integers a group under multiplication? We have an identity, 1, and multiplication is associative. The problem is with inverses. 2 does not have a multipliative inverse in integers, that is there is no g 2 Z such that 2 × g = 1. Hence this is not a group. • (R; +): Real numbers under addition form a group, with 0 as the identity. • (R; ×): Real numbers under multiplication has the identity 1, multiplication 1 is associative, and given r 2 R, r 2 R is its multiplicative inverse. This is a much better situation than the integers with multiplication. The only problem is the element 0. It is not invertible. But without 0, we would have a group, hence (R; ×) is not a group, but (R∗; ×) = (R − f0g; ×) is a group. • (M2×2(R); +): The set of 2 by 2 matrices with real coefficients describe all linear transformation of a 2-dimensinal real vector space. This set is a group under the addition operation, where zero matrix is the identity of the group. • (M2×2(R; ×)): Is the same set a group under matrix multiplication? We have the identity matrix, and matrix multiplication is associative. However we get into trouble with inverses again, not every 2 by 2 matrix is invertible. If you recall, a matrix is invertible if and only if it has non-zero determinant. To solve this problem, we will use a simple idea: Just work with invertible matrices! • (GL2(R); ×): General Linear group, which is the set of invertible matrices, forms a group under multiplication since we have dealt with the problem of non-invertible matrices by throwing them away. This is a group since det(AB) = det(A)det(B) is cannot be zero unless A or B is not invertible. • (Z=nZ; +): We go back to modular arithmetic to see another example of a group. This time, our set has finitely many elements(even though each element can be seen as an infinite set, the set of integers congruent modulo n). This is an example of a finite group. • (Z=nZ; ×): We certainly have an identity, 1, and multiplication is asso- ciative. Let's see if every element has an inverse. For n = 4, in Z=4Z, 2 is not invertible since 2 times any number will be either divisible by 4, or will have a remainder 2 when divided by 4. So there is no solution to 2×x ≡ 1(mod n). We already saw a condition as to when a×x ≡ 1(mod n). There is a solution if and only if gcd(a; n) = 1. So (Z=nZ; ×) is not a group, but we can use our old trick to get a group out of it: Restrict yourself to invertible elements. ((Z=nZ)∗; ×) will be a group. As Tony mentioned in discussion, this is a group whose elements are integers modulo n that are relatively prime to n. If n is a prime itself, then we just need to exclude 0. If n is not a prime, we have to identify the integers that are relatively prime to n.
Recommended publications
  • 2.1 the Algebra of Sets
    Chapter 2 I Abstract Algebra 83 part of abstract algebra, sets are fundamental to all areas of mathematics and we need to establish a precise language for sets. We also explore operations on sets and relations between sets, developing an “algebra of sets” that strongly resembles aspects of the algebra of sentential logic. In addition, as we discussed in chapter 1, a fundamental goal in mathematics is crafting articulate, thorough, convincing, and insightful arguments for the truth of mathematical statements. We continue the development of theorem-proving and proof-writing skills in the context of basic set theory. After exploring the algebra of sets, we study two number systems denoted Zn and U(n) that are closely related to the integers. Our approach is based on a widely used strategy of mathematicians: we work with specific examples and look for general patterns. This study leads to the definition of modified addition and multiplication operations on certain finite subsets of the integers. We isolate key axioms, or properties, that are satisfied by these and many other number systems and then examine number systems that share the “group” properties of the integers. Finally, we consider an application of this mathematics to check digit schemes, which have become increasingly important for the success of business and telecommunications in our technologically based society. Through the study of these topics, we engage in a thorough introduction to abstract algebra from the perspective of the mathematician— working with specific examples to identify key abstract properties common to diverse and interesting mathematical systems. 2.1 The Algebra of Sets Intuitively, a set is a “collection” of objects known as “elements.” But in the early 1900’s, a radical transformation occurred in mathematicians’ understanding of sets when the British philosopher Bertrand Russell identified a fundamental paradox inherent in this intuitive notion of a set (this paradox is discussed in exercises 66–70 at the end of this section).
    [Show full text]
  • The Five Fundamental Operations of Mathematics: Addition, Subtraction
    The five fundamental operations of mathematics: addition, subtraction, multiplication, division, and modular forms Kenneth A. Ribet UC Berkeley Trinity University March 31, 2008 Kenneth A. Ribet Five fundamental operations This talk is about counting, and it’s about solving equations. Counting is a very familiar activity in mathematics. Many universities teach sophomore-level courses on discrete mathematics that turn out to be mostly about counting. For example, we ask our students to find the number of different ways of constituting a bag of a dozen lollipops if there are 5 different flavors. (The answer is 1820, I think.) Kenneth A. Ribet Five fundamental operations Solving equations is even more of a flagship activity for mathematicians. At a mathematics conference at Sundance, Robert Redford told a group of my colleagues “I hope you solve all your equations”! The kind of equations that I like to solve are Diophantine equations. Diophantus of Alexandria (third century AD) was Robert Redford’s kind of mathematician. This “father of algebra” focused on the solution to algebraic equations, especially in contexts where the solutions are constrained to be whole numbers or fractions. Kenneth A. Ribet Five fundamental operations Here’s a typical example. Consider the equation y 2 = x3 + 1. In an algebra or high school class, we might graph this equation in the plane; there’s little challenge. But what if we ask for solutions in integers (i.e., whole numbers)? It is relatively easy to discover the solutions (0; ±1), (−1; 0) and (2; ±3), and Diophantus might have asked if there are any more.
    [Show full text]
  • A Quick Algebra Review
    A Quick Algebra Review 1. Simplifying Expressions 2. Solving Equations 3. Problem Solving 4. Inequalities 5. Absolute Values 6. Linear Equations 7. Systems of Equations 8. Laws of Exponents 9. Quadratics 10. Rationals 11. Radicals Simplifying Expressions An expression is a mathematical “phrase.” Expressions contain numbers and variables, but not an equal sign. An equation has an “equal” sign. For example: Expression: Equation: 5 + 3 5 + 3 = 8 x + 3 x + 3 = 8 (x + 4)(x – 2) (x + 4)(x – 2) = 10 x² + 5x + 6 x² + 5x + 6 = 0 x – 8 x – 8 > 3 When we simplify an expression, we work until there are as few terms as possible. This process makes the expression easier to use, (that’s why it’s called “simplify”). The first thing we want to do when simplifying an expression is to combine like terms. For example: There are many terms to look at! Let’s start with x². There Simplify: are no other terms with x² in them, so we move on. 10x x² + 10x – 6 – 5x + 4 and 5x are like terms, so we add their coefficients = x² + 5x – 6 + 4 together. 10 + (-5) = 5, so we write 5x. -6 and 4 are also = x² + 5x – 2 like terms, so we can combine them to get -2. Isn’t the simplified expression much nicer? Now you try: x² + 5x + 3x² + x³ - 5 + 3 [You should get x³ + 4x² + 5x – 2] Order of Operations PEMDAS – Please Excuse My Dear Aunt Sally, remember that from Algebra class? It tells the order in which we can complete operations when solving an equation.
    [Show full text]
  • 7.2 Binary Operators Closure
    last edited April 19, 2016 7.2 Binary Operators A precise discussion of symmetry benefits from the development of what math- ematicians call a group, which is a special kind of set we have not yet explicitly considered. However, before we define a group and explore its properties, we reconsider several familiar sets and some of their most basic features. Over the last several sections, we have considered many di↵erent kinds of sets. We have considered sets of integers (natural numbers, even numbers, odd numbers), sets of rational numbers, sets of vertices, edges, colors, polyhedra and many others. In many of these examples – though certainly not in all of them – we are familiar with rules that tell us how to combine two elements to form another element. For example, if we are dealing with the natural numbers, we might considered the rules of addition, or the rules of multiplication, both of which tell us how to take two elements of N and combine them to give us a (possibly distinct) third element. This motivates the following definition. Definition 26. Given a set S,abinary operator ? is a rule that takes two elements a, b S and manipulates them to give us a third, not necessarily distinct, element2 a?b. Although the term binary operator might be new to us, we are already familiar with many examples. As hinted to earlier, the rule for adding two numbers to give us a third number is a binary operator on the set of integers, or on the set of rational numbers, or on the set of real numbers.
    [Show full text]
  • Rules for Matrix Operations
    Math 2270 - Lecture 8: Rules for Matrix Operations Dylan Zwick Fall 2012 This lecture covers section 2.4 of the textbook. 1 Matrix Basix Most of this lecture is about formalizing rules and operations that we’ve already been using in the class up to this point. So, it should be mostly a review, but a necessary one. If any of this is new to you please make sure you understand it, as it is the foundation for everything else we’ll be doing in this course! A matrix is a rectangular array of numbers, and an “m by n” matrix, also written rn x n, has rn rows and n columns. We can add two matrices if they are the same shape and size. Addition is termwise. We can also mul tiply any matrix A by a constant c, and this multiplication just multiplies every entry of A by c. For example: /2 3\ /3 5\ /5 8 (34 )+( 10 Hf \i 2) \\2 3) \\3 5 /1 2\ /3 6 3 3 ‘ = 9 12 1 I 1 2 4) \6 12 1 Moving on. Matrix multiplication is more tricky than matrix addition, because it isn’t done termwise. In fact, if two matrices have the same size and shape, it’s not necessarily true that you can multiply them. In fact, it’s only true if that shape is square. In order to multiply two matrices A and B to get AB the number of columns of A must equal the number of rows of B. So, we could not, for example, multiply a 2 x 3 matrix by a 2 x 3 matrix.
    [Show full text]
  • Basic Concepts of Set Theory, Functions and Relations 1. Basic
    Ling 310, adapted from UMass Ling 409, Partee lecture notes March 1, 2006 p. 1 Basic Concepts of Set Theory, Functions and Relations 1. Basic Concepts of Set Theory........................................................................................................................1 1.1. Sets and elements ...................................................................................................................................1 1.2. Specification of sets ...............................................................................................................................2 1.3. Identity and cardinality ..........................................................................................................................3 1.4. Subsets ...................................................................................................................................................4 1.5. Power sets .............................................................................................................................................4 1.6. Operations on sets: union, intersection...................................................................................................4 1.7 More operations on sets: difference, complement...................................................................................5 1.8. Set-theoretic equalities ...........................................................................................................................5 Chapter 2. Relations and Functions ..................................................................................................................6
    [Show full text]
  • Binary Operations
    4-22-2007 Binary Operations Definition. A binary operation on a set X is a function f : X × X → X. In other words, a binary operation takes a pair of elements of X and produces an element of X. It’s customary to use infix notation for binary operations. Thus, rather than write f(a, b) for the binary operation acting on elements a, b ∈ X, you write afb. Since all those letters can get confusing, it’s also customary to use certain symbols — +, ·, ∗ — for binary operations. Thus, f(a, b) becomes (say) a + b or a · b or a ∗ b. Example. Addition is a binary operation on the set Z of integers: For every pair of integers m, n, there corresponds an integer m + n. Multiplication is also a binary operation on the set Z of integers: For every pair of integers m, n, there corresponds an integer m · n. However, division is not a binary operation on the set Z of integers. For example, if I take the pair 3 (3, 0), I can’t perform the operation . A binary operation on a set must be defined for all pairs of elements 0 from the set. Likewise, a ∗ b = (a random number bigger than a or b) does not define a binary operation on Z. In this case, I don’t have a function Z × Z → Z, since the output is ambiguously defined. (Is 3 ∗ 5 equal to 6? Or is it 117?) When a binary operation occurs in mathematics, it usually has properties that make it useful in con- structing abstract structures.
    [Show full text]
  • Binary Operations
    Binary operations 1 Binary operations The essence of algebra is to combine two things and get a third. We make this into a definition: Definition 1.1. Let X be a set. A binary operation on X is a function F : X × X ! X. However, we don't write the value of the function on a pair (a; b) as F (a; b), but rather use some intermediate symbol to denote this value, such as a + b or a · b, often simply abbreviated as ab, or a ◦ b. For the moment, we will often use a ∗ b to denote an arbitrary binary operation. Definition 1.2. A binary structure (X; ∗) is a pair consisting of a set X and a binary operation on X. Example 1.3. The examples are almost too numerous to mention. For example, using +, we have (N; +), (Z; +), (Q; +), (R; +), (C; +), as well as n vector space and matrix examples such as (R ; +) or (Mn;m(R); +). Using n subtraction, we have (Z; −), (Q; −), (R; −), (C; −), (R ; −), (Mn;m(R); −), but not (N; −). For multiplication, we have (N; ·), (Z; ·), (Q; ·), (R; ·), (C; ·). If we define ∗ ∗ ∗ Q = fa 2 Q : a 6= 0g, R = fa 2 R : a 6= 0g, C = fa 2 C : a 6= 0g, ∗ ∗ ∗ then (Q ; ·), (R ; ·), (C ; ·) are also binary structures. But, for example, ∗ (Q ; +) is not a binary structure. Likewise, (U(1); ·) and (µn; ·) are binary structures. In addition there are matrix examples: (Mn(R); ·), (GLn(R); ·), (SLn(R); ·), (On; ·), (SOn; ·). Next, there are function composition examples: for a set X,(XX ; ◦) and (SX ; ◦).
    [Show full text]
  • Formal Construction of a Set Theory in Coq
    Saarland University Faculty of Natural Sciences and Technology I Department of Computer Science Masters Thesis Formal Construction of a Set Theory in Coq submitted by Jonas Kaiser on November 23, 2012 Supervisor Prof. Dr. Gert Smolka Advisor Dr. Chad E. Brown Reviewers Prof. Dr. Gert Smolka Dr. Chad E. Brown Eidesstattliche Erklarung¨ Ich erklare¨ hiermit an Eides Statt, dass ich die vorliegende Arbeit selbststandig¨ verfasst und keine anderen als die angegebenen Quellen und Hilfsmittel verwendet habe. Statement in Lieu of an Oath I hereby confirm that I have written this thesis on my own and that I have not used any other media or materials than the ones referred to in this thesis. Einverstandniserkl¨ arung¨ Ich bin damit einverstanden, dass meine (bestandene) Arbeit in beiden Versionen in die Bibliothek der Informatik aufgenommen und damit vero¨ffentlicht wird. Declaration of Consent I agree to make both versions of my thesis (with a passing grade) accessible to the public by having them added to the library of the Computer Science Department. Saarbrucken,¨ (Datum/Date) (Unterschrift/Signature) iii Acknowledgements First of all I would like to express my sincerest gratitude towards my advisor, Chad Brown, who supported me throughout this work. His extensive knowledge and insights opened my eyes to the beauty of axiomatic set theory and foundational mathematics. We spent many hours discussing the minute details of the various constructions and he taught me the importance of mathematical rigour. Equally important was the support of my supervisor, Prof. Smolka, who first introduced me to the topic and was there whenever a question arose.
    [Show full text]
  • 1.3 Matrices and Matrix Operations 1.3.1 De…Nitions and Notation Matrices Are Yet Another Mathematical Object
    20 CHAPTER 1. SYSTEMS OF LINEAR EQUATIONS AND MATRICES 1.3 Matrices and Matrix Operations 1.3.1 De…nitions and Notation Matrices are yet another mathematical object. Learning about matrices means learning what they are, how they are represented, the types of operations which can be performed on them, their properties and …nally their applications. De…nition 50 (matrix) 1. A matrix is a rectangular array of numbers. in which not only the value of the number is important but also its position in the array. 2. The numbers in the array are called the entries of the matrix. 3. The size of the matrix is described by the number of its rows and columns (always in this order). An m n matrix is a matrix which has m rows and n columns. 4. The elements (or the entries) of a matrix are generally enclosed in brack- ets, double-subscripting is used to index the elements. The …rst subscript always denote the row position, the second denotes the column position. For example a11 a12 ::: a1n a21 a22 ::: a2n A = 2 ::: ::: ::: ::: 3 (1.5) 6 ::: ::: ::: ::: 7 6 7 6 am1 am2 ::: amn 7 6 7 =4 [aij] , i = 1; 2; :::; m, j =5 1; 2; :::; n (1.6) Enclosing the general element aij in square brackets is another way of representing a matrix A . 5. When m = n , the matrix is said to be a square matrix. 6. The main diagonal in a square matrix contains the elements a11; a22; a33; ::: 7. A matrix is said to be upper triangular if all its entries below the main diagonal are 0.
    [Show full text]
  • Operation CLUE WORDS Remember, Read Each Question Carefully
    Operation CLUE WORDS Remember, read each question carefully. THINK about what the question is asking. Addition Subtraction add difference altogether fewer and gave away both take away in all how many more sum how much longer/ total shorter/smaller increase left less change Multiplication decrease each same twice Division product share equally in all (each) each double quotient every ©2012 Amber Polk-Adventures of a Third Grade Teacher Clue Word Cut and Paste Cut out the clue words. Sort and glue under the operation heading. Subtraction Multiplication Addition Division add each difference share equally both fewer in all twice product every gave away change quotient sum total left double less decrease increase ©2012 Amber Polk-Adventures of a Third Grade Teacher Clue Word Problems Underline the clue word in each word problem. Write the equation. Solve the problem. 1. Mark has 17 gum balls. He 5. Sara and her two friends bake gives 6 gumballs to Amber. a pan of 12 brownies. If the girls How many gumballs does Mark share the brownies equally, how have left? many will each girl have? 2. Lauren scored 6 points during 6. Erica ate 12 grapes. Riley ate the soccer game. Diana scored 3 more grapes than Erica. How twice as many points. How many grapes did both girls eat? many points did Diana score? 3. Kyle has 12 baseball cards. 7. Alice the cat is 12 inches long. Jason has 9 baseball cards. Turner the dog is 19 inches long. How many do they have How much longer is Turner? altogether? 4.
    [Show full text]
  • Equivalents to the Axiom of Choice and Their Uses A
    EQUIVALENTS TO THE AXIOM OF CHOICE AND THEIR USES A Thesis Presented to The Faculty of the Department of Mathematics California State University, Los Angeles In Partial Fulfillment of the Requirements for the Degree Master of Science in Mathematics By James Szufu Yang c 2015 James Szufu Yang ALL RIGHTS RESERVED ii The thesis of James Szufu Yang is approved. Mike Krebs, Ph.D. Kristin Webster, Ph.D. Michael Hoffman, Ph.D., Committee Chair Grant Fraser, Ph.D., Department Chair California State University, Los Angeles June 2015 iii ABSTRACT Equivalents to the Axiom of Choice and Their Uses By James Szufu Yang In set theory, the Axiom of Choice (AC) was formulated in 1904 by Ernst Zermelo. It is an addition to the older Zermelo-Fraenkel (ZF) set theory. We call it Zermelo-Fraenkel set theory with the Axiom of Choice and abbreviate it as ZFC. This paper starts with an introduction to the foundations of ZFC set the- ory, which includes the Zermelo-Fraenkel axioms, partially ordered sets (posets), the Cartesian product, the Axiom of Choice, and their related proofs. It then intro- duces several equivalent forms of the Axiom of Choice and proves that they are all equivalent. In the end, equivalents to the Axiom of Choice are used to prove a few fundamental theorems in set theory, linear analysis, and abstract algebra. This paper is concluded by a brief review of the work in it, followed by a few points of interest for further study in mathematics and/or set theory. iv ACKNOWLEDGMENTS Between the two department requirements to complete a master's degree in mathematics − the comprehensive exams and a thesis, I really wanted to experience doing a research and writing a serious academic paper.
    [Show full text]