Math 412, Introduction to Abstract Algebra. Overview of Algebra. A

Total Page:16

File Type:pdf, Size:1020Kb

Math 412, Introduction to Abstract Algebra. Overview of Algebra. A Math 412, Introduction to abstract algebra. Overview of algebra. A study of algebraic objects and functions between them; an algebraic object is typically a set with one or more operations which satisfies certain axioms. Examples: vector space,eg.R4 Main types of objects for this course: ring,eg. Z, the ring of integers having 2 operations; Mn(R) in which multiplication is not commutative field,eg.Ror Q (a special type of ring; commutative and have multiplicative inverses) group,eg.Z3,S3; 1 operation, commutative or not Groups have the simplest set of axioms, but are not necessarily the easiest to understand. Functions between these must preserve the operations: eg., linear transformations on vector spaces. We will have special names for the functions we wish to work with in each case (isomorphism, iso = equal, homomorphism, homo = same) To study such functions, we need to understand the kernels, special subsets which get mapped to zero (nullspaces for vector spaces, ideals for rings, normal subgroups). Chapter 2 of the book is about modular arithmetic, not because it is interesting in number theory, but because it is closely related to understanding these kernels. A topic that we will do only a little with (see grad algebra for more) is building new rings/groups out of simpler ones. For example, using Cartesian products (§8.1 for groups). There are a number of standard methods of construction that apply to all types of algebraic objects{this leads to the general idea of category theory to do them all at once. Algebraists love to generalize and find common properties in different objects. In fact, if there is one overlying theme in all of algebra, this is it: answering the question \in what way are two different things the same." Historically (early in the 1900's) abstract algebra had its beginnings with applications to algebraic geometry, algebraic topology and algebraic number theory, using algebraic ideas to help in understanding more traditional areas in which there were problems of interest to people. Thus abstract algebra played the same role in math that math has played in science, being a tool to organize the ideas. Where does high school algebra fit in? One generally studies polynomialP expressions in i high school. These are the elements of polynomial rings, such as R[x]={ aix |ai ∈R} and will be studied in Chapters 4 and 5. This can also be generalized to polynomials in more than one variable, such as R[x; y]. As you go through this semester/year, you should be constantly asking yourselves, \how 1 2 is what I am seeing now like something I have done before?" You should always be trying to understand new definitions (of which there will be a lot) by thinking of examples you are familiar with, as well as why similar constructions are not examples. For example, Z is a commutative ring, but Mn(R)isnot. Zhas a multiplicative cancellation law, but Mn(R) does not. Chapter 1, Arithmetic in Z revisited. Theorem 1.1. (Division algorithm) Let a; b be integers with b>0. Then there exist unique integers q; r such that a = bq + r and 0 ≤ r<b Proof. Let S = { a − bx | x ∈ Z;a−bx ≥ 0 } Note that S =6 ∅ since x = −|a| gives a − bx = a + b|a| = |a|(b 1) ≥ 0 because b ≥ 1. Use the Well-ordering Axiom: every nonempty subset of the set of nonnegative integers contains a smallest element. (See Appendix C.) This says S has some smallest element r,sayr=a−bq,whereqis the value of x giving r as an element of S.Wenowhavea=bq + r and r ≥ 0. We still need r<band uniqueness. Consider the integer a − b(q + 1). If it is nonnegative, it lies in S; but a − b(q +1)=a−bq − b = r − b<r; 3 and r is the smallest element of S. Therefore, r − b = a − b(q +1)<0, so r<b. Uniqueness: Assume there are (possibly different) numbers q1 and r1 such that a = bq1 + r1 and 0 ≤ r1 <b.Then bq + r = a = bq1 + r1; so b(q − q1)=r1−r: This last equality can only hold for 0 ≤ r; r1 <bif q = q1 and r = r1 (draw picture or see book's inequalities, p. 5). This is fundamental to the Euclidean Algorithm: Theorem 1.6. (Euclidean algorithm) Let a; b be positive integers with a ≥ b.Ifb|a,then gcd(a; b)=b. Otherwise, apply the division algorithm repeatedly as follows; there is always an integer t such that rt is the last nonzero remainder in a = bq0 + r0; 0 <r0 <b b=r0q1+r1; 0<r1 <r0 r0 =r1q2+r2; 0<r2 <r1 . rt−2 =rt−1qt+rt; 0<rt <rt−1 rt−1 =rtqt+1 +0 Then rt =gcd(a; b). To understand this, we need some definitions. Definition, p. 7. Given a; b ∈ Z;b=0,wesay6 bdivides a or b is a divisor or factor of a if there exists c ∈ Z such that a = bc. Notation b|a. Note that, if a =0,6 |b|≤|a|,andsoahas only finitely many divisors. Examples: a =0;a=6. Definition, p. 8. common divisor; greatest common divisor (gcd). Write (a; b) or gcd(a; b). We say a and b are relatively prime if (a; b)=1. Examples: (4; 6) = 2, (5; 9) = 1. Sketch of proof of Theorem 1.6. The process stops in at most b steps since the ri's decrease. Check that rt is a common divisor and that any common divisor of a and b must divide rt. 4 A theorem which will be very useful later in studying ideals. Theorem 1.3. Let a; b ∈ Z,notboth0, and let d =gcd(a; b). Then there exist integers u; v with d = au + bv. Furthermore, d is the smallest positive integer that can be written in the form au + bv. Proof. The book gives a non-constructive proof, getting existence from the Well-ordering axiom. Another way is to use the Euclidean algorithm: d = rt = rt−2 − rt−1qt = rt−2 − (rt−3 − rt−2qt−1)qt = rt−2(1 + qt−1qt) − rt−3 = ··· Replacing each of the ri's up to r0 = a − bq0 gives an expression of the form au + bv where u and v are combinations of qi's. Now a = da1 and b = db1 for some a1;b1 so any positive integer of the form au + bv = d(a1u + b1v) ≥ d since a1u + b1v ≥ 1tomaketheau + bv positive. Example. Apply the Euclidean Algorithm to 114; 42 to get 6 = gcd(114; 42) = 3 · 114 + (−8) · 42: This is not unique: for example, we also have 6 = (−4) · 114 + 11 · 42. Some standard number theory facts: Corollary 1.4 (the important part). If a; b ∈ Z are not both 0 and c|a and c|b,then c|gcd(a; b). Proof. Write d =gcd(a; b)=au + bv = ca1u + cb1v = c(a1u + b1v). Theorem 1.5. If a|bc and gcd(a; b)=1,thena|c. Proof. By Theorem 1.3, we can write 1 = au + bv, so (using the hypothesis to write ar = bc), c = cau + cbv = cau + arv = a(cu + rv); and therefore a|c. 5 Definition. An integer p is prime if p =6 1 and the only divisors of p are 1andp. Note that p =6 0. Comment on 1 (units, p. 60). This will be generalized to arbitrary commutative rings in Chapter 6. (It can be done for noncommutative rings also.) If a number is not 0; 1 and not prime, it is called composite. Theorem 1.8. Let p ∈ Z;p=06 ;1.Thenpis prime iff p satisfies the property whenever p|bc,thenp|bor p|c. Proof. (=⇒) Suppose p|bc.Sincepis prime, its divisor gcd(p; b)mustbe1or|p|.Ifitis |p|,thenp|b.Ifitis1,thenp|cby Theorem 1.5. (⇐=) Let d be a divisor of p,sayp=ds. By hypothesis, p|d or p|s.Ifp|s,says=ps1, then p = ds = pds1,sods1 =1andd=1. Otherwise, p|d and d|p, hence d = p.By definition, p is prime. Corollary 1.9. If p is prime and p|a1a2 ···an,thenpdivides at least one of the ai. Proof. The book's proof is an informal one. To write it carefully, we need mathematical induction. The statement holds for n = 2 by Theorem 1.8. Assume it is true for n − 1and n≥3. Show it holds for n... Theorem 1.11 (Fundamental Theorem of Arithmetic). Every integer n =06 ;1can be written as a product of primes. The prime factorization is unique up to rearranging the factors and multiplication of the factors by 1. Comment on proof by contradiction; i.e., use of the contrapositive to a statement. Proof. It clearly suffices to prove the theorem for n>1. Assume that some integer cannot be written as a product of primes. Let m be the smallest positive integer that cannot be so written. In particular, m is not prime, so it has positive factors other than 1 and m,saym=ab with 1 <a;b<m.Sinceaand b are positive integers less than m, they can be written as products of primes, say a = p1 ···pr and b = q1 ···qs.Butthen m=p1···prq1 ···qs, a contradiction of the choice of m. Now assume that n has two prime factorizations n = p1 ···pr =q1 ···qs: Then p1 divides q1 ···qs, hence by Corollary 1.9, p1 divides some qi; reordering if necessary, we may assume i =1.Butq1 is prime, so p1 = q1.
Recommended publications
  • LINEAR ALGEBRA METHODS in COMBINATORICS László Babai
    LINEAR ALGEBRA METHODS IN COMBINATORICS L´aszl´oBabai and P´eterFrankl Version 2.1∗ March 2020 ||||| ∗ Slight update of Version 2, 1992. ||||||||||||||||||||||| 1 c L´aszl´oBabai and P´eterFrankl. 1988, 1992, 2020. Preface Due perhaps to a recognition of the wide applicability of their elementary concepts and techniques, both combinatorics and linear algebra have gained increased representation in college mathematics curricula in recent decades. The combinatorial nature of the determinant expansion (and the related difficulty in teaching it) may hint at the plausibility of some link between the two areas. A more profound connection, the use of determinants in combinatorial enumeration goes back at least to the work of Kirchhoff in the middle of the 19th century on counting spanning trees in an electrical network. It is much less known, however, that quite apart from the theory of determinants, the elements of the theory of linear spaces has found striking applications to the theory of families of finite sets. With a mere knowledge of the concept of linear independence, unexpected connections can be made between algebra and combinatorics, thus greatly enhancing the impact of each subject on the student's perception of beauty and sense of coherence in mathematics. If these adjectives seem inflated, the reader is kindly invited to open the first chapter of the book, read the first page to the point where the first result is stated (\No more than 32 clubs can be formed in Oddtown"), and try to prove it before reading on. (The effect would, of course, be magnified if the title of this volume did not give away where to look for clues.) What we have said so far may suggest that the best place to present this material is a mathematics enhancement program for motivated high school students.
    [Show full text]
  • Problems in Abstract Algebra
    STUDENT MATHEMATICAL LIBRARY Volume 82 Problems in Abstract Algebra A. R. Wadsworth 10.1090/stml/082 STUDENT MATHEMATICAL LIBRARY Volume 82 Problems in Abstract Algebra A. R. Wadsworth American Mathematical Society Providence, Rhode Island Editorial Board Satyan L. Devadoss John Stillwell (Chair) Erica Flapan Serge Tabachnikov 2010 Mathematics Subject Classification. Primary 00A07, 12-01, 13-01, 15-01, 20-01. For additional information and updates on this book, visit www.ams.org/bookpages/stml-82 Library of Congress Cataloging-in-Publication Data Names: Wadsworth, Adrian R., 1947– Title: Problems in abstract algebra / A. R. Wadsworth. Description: Providence, Rhode Island: American Mathematical Society, [2017] | Series: Student mathematical library; volume 82 | Includes bibliographical references and index. Identifiers: LCCN 2016057500 | ISBN 9781470435837 (alk. paper) Subjects: LCSH: Algebra, Abstract – Textbooks. | AMS: General – General and miscellaneous specific topics – Problem books. msc | Field theory and polyno- mials – Instructional exposition (textbooks, tutorial papers, etc.). msc | Com- mutative algebra – Instructional exposition (textbooks, tutorial papers, etc.). msc | Linear and multilinear algebra; matrix theory – Instructional exposition (textbooks, tutorial papers, etc.). msc | Group theory and generalizations – Instructional exposition (textbooks, tutorial papers, etc.). msc Classification: LCC QA162 .W33 2017 | DDC 512/.02–dc23 LC record available at https://lccn.loc.gov/2016057500 Copying and reprinting. Individual readers of this publication, and nonprofit libraries acting for them, are permitted to make fair use of the material, such as to copy select pages for use in teaching or research. Permission is granted to quote brief passages from this publication in reviews, provided the customary acknowledgment of the source is given. Republication, systematic copying, or multiple reproduction of any material in this publication is permitted only under license from the American Mathematical Society.
    [Show full text]
  • Abstract Algebra
    Abstract Algebra Martin Isaacs, University of Wisconsin-Madison (Chair) Patrick Bahls, University of North Carolina, Asheville Thomas Judson, Stephen F. Austin State University Harriet Pollatsek, Mount Holyoke College Diana White, University of Colorado Denver 1 Introduction What follows is a report summarizing the proposals of a group charged with developing recommendations for undergraduate curricula in abstract algebra.1 We begin by articulating the principles that shaped the discussions that led to these recommendations. We then indicate several learning goals; some of these address specific content areas and others address students' general development. Next, we include three sample syllabi, each tailored to meet the needs of specific types of institutions and students. Finally, we present a brief list of references including sample texts. 2 Guiding Principles We lay out here several principles that underlie our recommendations for undergraduate Abstract Algebra courses. Although these principles are very general, we indicate some of their specific implications in the discussions of learning goals and curricula below. Diversity of students We believe that a course in Abstract Algebra is valuable for a wide variety of students, including mathematics majors, mathematics education majors, mathematics minors, and majors in STEM disciplines such as physics, chemistry, and computer science. Such a course is essential preparation for secondary teaching and for many doctoral programs in mathematics. Moreover, algebra can capture the imagination of students whose attraction to mathematics is primarily to structure and abstraction (for example, 1As with any document that is produced by a committee, there were some disagreements and compromises. The committee members had many lively and spirited communications on what undergraduate Abstract Algebra should look like for the next ten years.
    [Show full text]
  • Abstract Algebra
    Abstract Algebra Paul Melvin Bryn Mawr College Fall 2011 lecture notes loosely based on Dummit and Foote's text Abstract Algebra (3rd ed) Prerequisite: Linear Algebra (203) 1 Introduction Pure Mathematics Algebra Analysis Foundations (set theory/logic) G eometry & Topology What is Algebra? • Number systems N = f1; 2; 3;::: g \natural numbers" Z = f:::; −1; 0; 1; 2;::: g \integers" Q = ffractionsg \rational numbers" R = fdecimalsg = pts on the line \real numbers" p C = fa + bi j a; b 2 R; i = −1g = pts in the plane \complex nos" k polar form re iθ, where a = r cos θ; b = r sin θ a + bi b r θ a p Note N ⊂ Z ⊂ Q ⊂ R ⊂ C (all proper inclusions, e.g. 2 62 Q; exercise) There are many other important number systems inside C. 2 • Structure \binary operations" + and · associative, commutative, and distributive properties \identity elements" 0 and 1 for + and · resp. 2 solve equations, e.g. 1 ax + bx + c = 0 has two (complex) solutions i p −b ± b2 − 4ac x = 2a 2 2 2 2 x + y = z has infinitely many solutions, even in N (thei \Pythagorian triples": (3,4,5), (5,12,13), . ). n n n 3 x + y = z has no solutions x; y; z 2 N for any fixed n ≥ 3 (Fermat'si Last Theorem, proved in 1995 by Andrew Wiles; we'll give a proof for n = 3 at end of semester). • Abstract systems groups, rings, fields, vector spaces, modules, . A group is a set G with an associative binary operation ∗ which has an identity element e (x ∗ e = x = e ∗ x for all x 2 G) and inverses for each of its elements (8 x 2 G; 9 y 2 G such that x ∗ y = y ∗ x = e).
    [Show full text]
  • 1 Algebra Vs. Abstract Algebra 2 Abstract Number Systems in Linear
    MATH 2135, LINEAR ALGEBRA, Winter 2017 and multiplication is also called the “logical and” operation. For example, we Handout 1: Lecture Notes on Fields can calculate like this: Peter Selinger 1 · ((1 + 0) + 1) + 1 = 1 · (1 + 1) + 1 = 1 · 0 + 1 = 0+1 1 Algebra vs. abstract algebra = 1. Operations such as addition and multiplication can be considered at several dif- 2 Abstract number systems in linear algebra ferent levels: • Arithmetic deals with specific calculation rules, such as 8 + 3 = 11. It is As you already know, Linear Algebra deals with subjects such as matrix multi- usually taught in elementary school. plication, linear combinations, solutions of systems of linear equations, and so on. It makes heavy use of addition, subtraction, multiplication, and division of • Algebra deals with the idea that operations satisfy laws, such as a(b+c)= scalars (think, for example, of the rule for multiplying matrices). ab + ac. Such laws can be used, among other things, to solve equations It turns out that most of what we do in linear algebra does not rely on the spe- such as 3x + 5 = 14. cific laws of arithmetic. Linear algebra works equally well over “alternative” • Abstract algebra is the idea that we can use the laws of algebra, such as arithmetics. a(b + c) = ab + ac, while abandoning the rules of arithmetic, such as Example 2.1. Consider multiplying two matrices, using arithmetic modulo 2 8 + 3 = 11. Thus, in abstract algebra, we are able to speak of entirely instead of the usual arithmetic. different “number” systems, for example, systems in which 1+1=0.
    [Show full text]
  • Algebraic Topology - Wikipedia, the Free Encyclopedia Page 1 of 5
    Algebraic topology - Wikipedia, the free encyclopedia Page 1 of 5 Algebraic topology From Wikipedia, the free encyclopedia Algebraic topology is a branch of mathematics which uses tools from abstract algebra to study topological spaces. The basic goal is to find algebraic invariants that classify topological spaces up to homeomorphism, though usually most classify up to homotopy equivalence. Although algebraic topology primarily uses algebra to study topological problems, using topology to solve algebraic problems is sometimes also possible. Algebraic topology, for example, allows for a convenient proof that any subgroup of a free group is again a free group. Contents 1 The method of algebraic invariants 2 Setting in category theory 3 Results on homology 4 Applications of algebraic topology 5 Notable algebraic topologists 6 Important theorems in algebraic topology 7 See also 8 Notes 9 References 10 Further reading The method of algebraic invariants An older name for the subject was combinatorial topology , implying an emphasis on how a space X was constructed from simpler ones (the modern standard tool for such construction is the CW-complex ). The basic method now applied in algebraic topology is to investigate spaces via algebraic invariants by mapping them, for example, to groups which have a great deal of manageable structure in a way that respects the relation of homeomorphism (or more general homotopy) of spaces. This allows one to recast statements about topological spaces into statements about groups, which are often easier to prove. Two major ways in which this can be done are through fundamental groups, or more generally homotopy theory, and through homology and cohomology groups.
    [Show full text]
  • Introduction to Abstract Algebra (Math 113)
    Introduction to Abstract Algebra (Math 113) Alexander Paulin, with edits by David Corwin FOR FALL 2019 MATH 113 002 ONLY Contents 1 Introduction 4 1.1 What is Algebra? . 4 1.2 Sets . 6 1.3 Functions . 9 1.4 Equivalence Relations . 12 2 The Structure of + and × on Z 15 2.1 Basic Observations . 15 2.2 Factorization and the Fundamental Theorem of Arithmetic . 17 2.3 Congruences . 20 3 Groups 23 1 3.1 Basic Definitions . 23 3.1.1 Cayley Tables for Binary Operations and Groups . 28 3.2 Subgroups, Cosets and Lagrange's Theorem . 30 3.3 Generating Sets for Groups . 35 3.4 Permutation Groups and Finite Symmetric Groups . 40 3.4.1 Active vs. Passive Notation for Permutations . 40 3.4.2 The Symmetric Group Sym3 . 43 3.4.3 Symmetric Groups in General . 44 3.5 Group Actions . 52 3.5.1 The Orbit-Stabiliser Theorem . 55 3.5.2 Centralizers and Conjugacy Classes . 59 3.5.3 Sylow's Theorem . 66 3.6 Symmetry of Sets with Extra Structure . 68 3.7 Normal Subgroups and Isomorphism Theorems . 73 3.8 Direct Products and Direct Sums . 83 3.9 Finitely Generated Abelian Groups . 85 3.10 Finite Abelian Groups . 90 3.11 The Classification of Finite Groups (Proofs Omitted) . 95 4 Rings, Ideals, and Homomorphisms 100 2 4.1 Basic Definitions . 100 4.2 Ideals, Quotient Rings and the First Isomorphism Theorem for Rings . 105 4.3 Properties of Elements of Rings . 109 4.4 Polynomial Rings . 112 4.5 Ring Extensions . 115 4.6 Field of Fractions .
    [Show full text]
  • Abstract Linear Algebra Math 350
    Abstract Linear Algebra Math 350 April 29, 2015 Contents 1 An introduction to vector spaces 2 1.1 Basic definitions & preliminaries . .4 1.2 Basic algebraic properties of vector spaces . .6 1.3 Subspaces . .7 2 Dimension 10 2.1 Linear combination . 10 2.2 Bases . 13 2.3 Dimension . 14 2.4 Zorn's lemma & the basis extension theorem . 16 3 Linear transformations 18 3.1 Definition & examples . 18 3.2 Rank-nullity theorem . 21 3.3 Vector space isomorphisims . 26 3.4 The matrix of a linear transformation . 28 4 Complex operators 34 4.1 Operators & polynomials . 34 4.2 Eigenvectors & eigenvalues . 36 4.3 Direct sums . 45 4.4 Generalized eigenvectors . 49 4.5 The characteristic polynomial . 54 4.6 Jordan basis theorem . 56 1 Chapter 1 An introduction to vector spaces Abstract linear algebra is one of the pillars of modern mathematics. Its theory is used in every branch of mathematics and its applications can be found all around our everyday life. Without linear algebra, modern conveniences such as the Google search algorithm, iPhones, and microprocessors would not exist. But what is abstract linear algebra? It is the study of vectors and functions on vectors from an abstract perspective. To explain what we mean by an abstract perspective, let us jump in and review our familiar notion of vectors. Recall that a vector of length n is a n × 1 array 2 3 a1 6 a2 7 6 7 ; 6 . 7 4 . 5 an where ai are real numbers, i.e., ai 2 R. It is also customary to define 82 3 9 a1 > > <>6 a2 7 => n = 6 7 j a 2 ; R 6 .
    [Show full text]
  • Math 171 Abstract Algebra I: Groups & Rings Shahriar Shahriari
    Course Description Math 171 Abstract Algebra I: Groups & Rings Shahriar Shahriari What is Abstract Algebra? Is there a formula|similar to the quadratic formula|for solving fifth degree algebraic equations? How do you go about finding all the integer solutions to an equation like y3 = x2 + 4? Abstract Algebra has its roots in attempts to answer these classical problems, but its methods and techniques permeate all of modern mathematics. Modern abstract algebra is organized around the axiomatic study of algebraic structures. Vector spaces|that you studied in linear algebra|are an example of an algebraic structure, but there are many more. All algebraic structures have common features, but each has its own distinct personality and its own areas of application. This first semester of abstract algebra will be devoted to the study of groups and rings. Groups are mathematicians way of capturing and analyzing symmetry while rings allow for a thorough study of arithmetical operations. The course develops groups and rings axiomatically and from first principles. While, we will prove everything along the way, we will also spend time developing mathematical intuition for these algebraic structures. From very meager beginnings, we will develop a powerful theory. My hope is that, by the end of the semester, you will have an appreciation for the depth, beauty, and power of this area of mathematics. Text. We will cover a good bit of Chapters 1{12 and 15{18 of the following text: Shahriar Shahriari, Algebra in Action, A course in groups, rings, and fields, Amer- ican Mathematical Society, 2017. Sample Questions. Here are three problems that you will be to do by the end of the course.
    [Show full text]
  • A Gentle Introduction to Abstract Algebra
    A GENTLE INTRODUCTION TO ABSTRACT ALGEBRA B.A. Sethuraman California State University Northridge ii Copyright © 2015 B.A. Sethuraman. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sec- tions, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled \GNU Free Documentation License". Source files for this book are available at http://www.csun.edu/~asethura/GIAAFILES/GIAAV2.0-T/GIAAV2. 0-TSource.zip History 2012 Version 1.0. Created. Author B.A. Sethuraman. 2015 Version 2.0-T. Tablet Version. Author B.A. Sethuraman Contents To the Student: How to Read a Mathematics Book2 To the Student: Proofs 10 1 Divisibility in the Integers 35 1.1 Further Exercises........................ 63 2 Rings and Fields 79 2.1 Rings: Definition and Examples................ 80 2.2 Subrings............................ 120 2.3 Integral Domains and Fields.................. 131 2.4 Ideals.............................. 149 iii CONTENTS iv 2.5 Quotient Rings......................... 161 2.6 Ring Homomorphisms and Isomorphisms........... 173 2.7 Further Exercises........................ 203 3 Vector Spaces 246 3.1 Vector Spaces: Definition and Examples........... 247 3.2 Linear Independence, Bases, Dimension............ 264 3.3 Subspaces and Quotient Spaces................ 307 3.4 Vector Space Homomorphisms: Linear Transformations... 324 3.5 Further Exercises........................ 355 4 Groups 370 4.1 Groups: Definition and Examples............... 371 4.2 Subgroups, Cosets, Lagrange's Theorem........... 423 4.3 Normal Subgroups, Quotient Groups............. 450 4.4 Group Homomorphisms and Isomorphisms.........
    [Show full text]
  • Abstract Algebra Paul Garrett
    - Abstract Algebra Paul Garrett ii I covered this material in a two-semester graduate course in abstract algebra in 2004-05, rethinking the material from scratch, ignoring traditional prejudices. I wrote proofs which are natural outcomes of the viewpoint. A viewpoint is good if taking it up means that there is less to remember. Robustness, as opposed to fragility, is a desirable feature of an argument. It is burdensome to be clever. Since it is non-trivial to arrive at a viewpoint that allows proofs to seem easy, such a viewpoint is revisionist. However, this is a good revisionism, as opposed to much worse, destructive revisionisms which are nevertheless popular, most notably the misguided impulse to logical perfection [sic]. Logical streamlining is not the same as optimizing for performance. The worked examples are meant to be model solutions for many of the standard traditional exercises. I no longer believe that everyone is obliged to redo everything themselves. Hopefully it is possible to learn from others’ efforts. Paul Garrett June, 2007, Minneapolis Garrett: Abstract Algebra iii Introduction Abstract Algebra is not a conceptually well-defined body of material, but a conventional name that refers roughly to one of the several lists of things that mathematicians need to know to be competent, effective, and sensible. This material fits a two-semester beginning graduate course in abstract algebra. It is a how-to manual, not a monument to traditional icons. Rather than an encyclopedic reference, it tells a story, with plot-lines and character development propelling it forward. The main novelty is that most of the standard exercises in abstract algebra are given here as worked examples.
    [Show full text]
  • An Inquiry-Based Approach to Abstract Algebra
    An Inquiry-Based Approach to Abstract Algebra Dana C. Ernst, PhD Northern Arizona University Fall 2016 c 2016 Dana C. Ernst. Some Rights Reserved. This work is licensed under the Creative Commons Attribution-Share Alike 3.0 United States License. You may copy, distribute, display, and perform this copyrighted work, but only if you give credit to Dana C. Ernst, and all derivative works based upon it must be published under the Creative Commons Attribution-Share Alike 4.0 International Li- cense. Please attribute this work to Dana C. Ernst, Mathematics Faculty at Northern Arizona University, [email protected]. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, Cali- fornia, 94105, USA. cba Here is a partial list of people that I need to thank for supplying content, advice, and feedback. • Ben Woodruff • Josh Wiscons • Dave Richeson • Nathan Carter • AppendixB: The Elements of Style for Proofs is a blending of work by Anders Hen- drickson and Dave Richeson. • Dave Richeson is the original author of AppendixC: Fancy Mathematical Terms and AppendixD: Definitions in Mathematics. Contents 1 Introduction4 1.1 What is Abstract Algebra?............................4 1.2 An Inquiry-Based Approach...........................4 1.3 Rules of the Game.................................5 1.4 Structure of the Notes...............................6 1.5 Some Minimal Guidance.............................6 2 An Intuitive Approach to Groups8 3 Cayley Diagrams 15 4 An Introduction to Subgroups and Isomorphisms 25 4.1 Subgroups..................................... 26 4.2 Isomorphisms................................... 29 5 A Formal Approach to Groups 34 5.1 Binary Operations................................
    [Show full text]