Math 3121 Abstract Algebra I Lecture 8 Sections 9 and 10.

Slides:



Advertisements
Similar presentations
Discrete Mathematics II
Advertisements

10.4 Complex Vector Spaces.
Math 3121 Abstract Algebra I
College Algebra Review Section 1 Objectives of this Section Classify Numbers Evaluate Numerical Expressions Work with Properties of Real Numbers.
Rules of Matrix Arithmetic
6.4 Best Approximation; Least Squares
Equivalence Relations
8.3 Inverse Linear Transformations
Equivalence Relations
Lecture 1 RMIT University, Taylor's University Learning Objectives
Section 11 Direct Products and Finitely Generated Abelian Groups One purpose of this section is to show a way to use known groups as building blocks to.
Math 3121 Abstract Algebra I
Groups TS.Nguyễn Viết Đông.
Algebraic Structures: Group Theory II
Algebraic Structures DEFINITIONS: PROPERTIES OF BINARY OPERATIONS Let S be a set and let  denote a binary operation on S. (Here  does not necessarily.
Burnside’s lemma and beyond: Permutations of vertices and color by Lucas Wagner.
1.  Detailed Study of groups is a fundamental concept in the study of abstract algebra. To define the notion of groups,we require the concept of binary.
Group THeory Bingo You must write the slide number on the clue to get credit.
Section 4.1 Finite Permutation Groups Permutation of a Set Let A be the set { 1, 2, …, n }. A permutation on A is a function f : A  A that is both one-to-one.
Relations Chapter 9.
Great Theoretical Ideas in Computer Science.
Cycle Notation. Cycle notation  Compute:  Alternative notation: (1 3)(2 5)( ) = (1 5)(3 4)
2. Basic Group Theory 2.1 Basic Definitions and Simple Examples 2.2 Further Examples, Subgroups 2.3 The Rearrangement Lemma & the Symmetric Group 2.4 Classes.
GROUPS & THEIR REPRESENTATIONS: a card shuffling approach Wayne Lawton Department of Mathematics National University of Singapore S ,
Math 3121 Abstract Algebra I Lecture 3 Sections 2-4: Binary Operations, Definition of Group.
Cycles, Transpositions, and Bob Gardner KME Advisor Fall 2013.
Lagrange's Theorem. The most important single theorem in group theory. It helps answer: –How large is the symmetry group of a volleyball? A soccer ball?
Generalized Derangement Graphs Hannah Jackson.  If P is a set, the bijection f: P  P is a permutation of P.  Permutations can be written in cycle notation.
6.3 Permutation groups and cyclic groups  Example: Consider the equilateral triangle with vertices 1 , 2 , and 3. Let l 1, l 2, and l 3 be the angle bisectors.
Permutation Groups Part 1. Definition A permutation of a set A is a function from A to A that is both one to one and onto.
Lecture 5 Counting 4.3, Permutations r-permutation: An ordered arrangement of r elements of a set of n distinct elements. Example: S={1,2,3}:
1 Binomial Coefficients CS 202 Epp, section ??? Aaron Bloomfield.
Math 3121 Abstract Algebra I Lecture 9 Finish Section 10 Section 11.
Great Theoretical Ideas in Computer Science for Some.
April 14, 2015Applied Discrete Mathematics Week 10: Equivalence Relations 1 Properties of Relations Definition: A relation R on a set A is called transitive.
Linear algebra: matrix Eigen-value Problems Eng. Hassan S. Migdadi Part 1.
Chapter 5: Permutation Groups  Definitions and Notations  Cycle Notation  Properties of Permutations.
Math 3121 Abstract Algebra I Lecture 5 Finish Sections 6 + Review: Cyclic Groups, Review.
Math 3121 Abstract Algebra I Lecture 10 Finish Section 11 Skip 12 – read on your own Start Section 13.
Math 3121 Abstract Algebra I
Properties of Real Numbers
Math 3121 Abstract Algebra I Lecture 7: Finish Section 7 Sections 8.
Math 3121 Abstract Algebra I Lecture 11 Finish Section 13 Section 14.
Math 3121 Abstract Algebra I
CS Lecture 14 Powerful Tools     !. Build your toolbox of abstract structures and concepts. Know the capacities and limits of each tool.
SECTION 9 Orbits, Cycles, and the Alternating Groups Given a set A, a relation in A is defined by : For a, b  A, let a  b if and only if b =  n (a)
Math 3121 Abstract Algebra I Lecture 14 Sections
Copyright © Cengage Learning. All rights reserved. CHAPTER 8 RELATIONS.
SECTION 8 Groups of Permutations Definition A permutation of a set A is a function  ϕ : A  A that is both one to one and onto. If  and  are both permutations.
SECTION 10 Cosets and the Theorem of Lagrange Theorem Let H be a subgroup of G. Let the relation  L be defined on G by a  L b if and only if a -1 b 
MAT 2720 Discrete Mathematics Section 3.3 Relations
Garis-garis Besar Perkuliahan
Week 8 - Monday.  What did we talk about last time?  Properties of functions  One-to-one  Onto  Inverses  Cardinality.
Prepared By Meri Dedania (AITS) Discrete Mathematics by Meri Dedania Assistant Professor MCA department Atmiya Institute of Technology & Science Yogidham.
“It is impossible to define every concept.” For example a “set” can not be defined. But Here are a list of things we shall simply assume about sets. A.
Math 3121 Abstract Algebra I Lecture 6 Midterm back over+Section 7.
Relations Chapter 9 Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill.
Math 3121 Abstract Algebra I
Garis-garis Besar Perkuliahan
Unit-III Algebraic Structures
Group.
Abstract Algebra I.
Math 3121 Abstract Algebra I
Groups and Applications
Great Theoretical Ideas In Computer Science
Math 3121 Abstract Algebra I
Math 3121 Abstract Algebra I
GROUPS & THEIR REPRESENTATIONS: a card shuffling approach
Theorem 6. 6: Let [G;] be a group and let a and b be elements of G
DETERMINANT MATH 80 - Linear Algebra.
Presentation transcript:

Math 3121 Abstract Algebra I Lecture 8 Sections 9 and 10

Section 9 Section 9: Orbits, Cycles, and the Alternating Group – Definition: Orbits of a permutation – Definition: Cycle permutations – Theorem: Every permutation of a finite set is a product of disjoint cycles. – Definition: Transposition – Definition/Theorem: Parity of a permutation – Definition: Alternating Group on n letters.

Orbits Look at what happens to elements as a permutation is applied: Example:

Orbits Theorem: Let p be a permutation of a set S. The following relation is an equivalence relation: a ~ b ⇔ b = p n (a), for some n in ℤ Proof: 1) reflexive: a = p 0 (a) ⇒ a~a 2) symmetric: a~b ⇒ b = p n (a), for some n in ℤ ⇒ a = p -n (b), with -n in ℤ ⇒ b~a 3) transitive: a~b and b~c ⇒ b = p n1 (a) and c = p n2 (b), for some n1 and n2 in ℤ ⇒ c = p n2 (p n1 (a)), for some n1 and n2 in ℤ ⇒ c = p n2+n1 (a), with n2 + n1 in ℤ ⇒ a~c

Definition: An orbit of a permutation p is an equivalence class under the relation: a ~ b ⇔ b = p n (a), for some n in ℤ

Example Find all orbits of Method: Let S be the set that the permutation works on. 0) Start with an empty list 1) If possible, pick an element of the S not already visited and apply permutation repeatedly to get an orbit. 2) Repeat step 1 until all elements of S have been visited.

Cycles Definition: A permutation is a cycle if a most one of its orbits is nontrivial (has more than one element). Notation: Cycle notation: list each orbit within parentheses. Example: Do this for (1, 2, 3)(4, 5)

Cycle Multiplication Examples: (without commas) ( ) (1 3) = (1 2 3) (1 2 3) = (1 4)(1 3)(1 2) =

Cycle Decomposition Theorem: Every permutation of a finite set is a product of disjoint cycles. Proof: Let σ be a permutation. Let B 1, B 2, … B r be the orbits. Let μ i be the cycle defined by μ i (x) = σ(x) if x in B i and x otherwise Then σ = μ 1 μ 2 … μ r Note: Disjoint cycles commute.

Examples Decompose S 3 and make a multiplication table.

S 3 = Symmetric Group on 3 Letters ρ0ρ0 ρ1ρ1 ρ2ρ2 μ1μ1 μ2μ2 μ3μ3 ρ0ρ0 ρ0ρ0 ρ1ρ1 ρ2ρ2 μ1μ1 μ2μ2 μ3μ3 ρ1ρ1 ρ1ρ1 ρ2ρ2 ρ0ρ0 μ3μ3 μ1μ1 μ2μ2 ρ2ρ2 ρ2ρ2 ρ0ρ0 ρ1ρ1 μ2μ2 μ3μ3 μ1μ1 μ1μ1 μ1μ1 μ2μ2 μ3μ3 ρ0ρ0 ρ1ρ1 ρ2ρ2 μ2μ2 μ2μ2 μ3μ3 μ1μ1 ρ2ρ2 ρ0ρ0 ρ1ρ1 μ3μ3 μ3μ3 μ1μ1 μ2μ2 ρ1ρ1 ρ2ρ2 ρ0ρ0

Transpositions Definition: A cycle of length 2 is called a transposition: Lemma: Every cycle is a product of transpositions Proof: Let (a 1, a 2, …, a n ) be a cycle, then (a 1, a n ) (a 1, a n-1 ) … (a 1 a 2 ) = (a 1, a 2, …, a n ) Theorem: Every permutation can be written as a product of transpositions. Proof: Use the lemma plus the previous theorem.

Parity of a Permutation Definition: The parity of a permutation is said to be even if it can be expressed as the product of an even number of transpositions, and odd if it can be expressed as a product of an odd number of transpositions. Theorem: The parity of a permutation is even or odd, but not both.

Parity of a Permutation Definition: The parity of a permutation is said to be even if it can be expressed as the product of an even number of transpositions, and odd if it can be expressed as a product of an odd number of permutations. Theorem: The parity of a permutation is even or odd, but not both. Proof: We show thatFor any positive integer n, parity is a homomorphism from S n to the group ℤ 2, where 0 represents even, and 1 represents odd. (These are alternate names for the equivalence classes 2 ℤ and 2ℤ+1 that make up the group ℤ 2.

Defining the Parity Map There are several ways to define the parity map. They tend to use the group {1, -1} with multiplicative notation instead of {0, 1} with additive notation. One way uses linear algebra: For the permutation π define a map from R n to R n by switching coordinates as follows L π (x 1, x 2, …, x n ) = (x π(1), x π(2), …, x π(n) ). Then L π is represented by a nxn matrix M π whose rows are the corresponding permutation of the rows of the nxn identity matrix. The map that takes the permutation π to Det(M π ) is a homomorphism from S n to the multiplicative group {-1, 1}. Another way uses the action of the permutation on the polynomial P( x 1, x 2, …, x n ) = Product{(x i - x j )| i < j }. Each permutation changes the sign of P or leaves it alone. This determines the parity: change sign = odd parity, leave sign = even parity. Another way is to work directly with the cycles as in Proof2 in the book.

Alternating Group Definition: The alternating group on n letters consists of the even permutations in the symmetric group of n letters.

HW Section 9 Don’t hand in: Pages 94-95: 19, 39 Hand in Tues, Oct 28: Pages 94-95: 10, 24, 36

Section 10 Section 10: Cosets and the Theorem of Lagrange – Modular relations for a subgroup – Definition: Coset – Theorem of Lagrange: For finite groups, the order of subgroup divides the order of the group. – Theorem: For finite groups, the order of any element divides the order of the group

Modulo a Subgroup Definition: Let H be a subgroup of a group G. Define relations: ~ L and ~ R by: x ~ L y ⇔ x -1 y in H x ~ R y ⇔ x y -1 in H We will show that ~ L and ~ R are equivalence relations on G. We call ~ L left modulo H. We call ~ R right modulo H. Note: x ~ L y ⇔ x -1 y = h, for some h in H ⇔ y = x h, for some h in H x ~ R y ⇔ x y -1 = h, for some h in H ⇔ x = h y, for some h in H

Equivalence Modulo a Subgroup Theorem: Let H be a subgroup of a group G. The relations: ~ L and ~ R defined by: x ~ L y ⇔ x -1 y in H x ~ R y ⇔ x y -1 in H are equivalence relations on G. Proof: We show the three properties for equivalence relations: 1) Reflexive: x -1 x = e is in H. Thus x ~ L x. 2) Symmetric: x ~ L y ⇒ x -1 y in H ⇒ ( x -1 y) -1 in H ⇒ y -1 x in H ⇒ y ~ L x 3) Transitive: x ~ L y and y ~ L z ⇒ x -1 y in H and y -1 z in H ⇒ ( x -1 y )( y -1 z) in H ⇒ ( x -1 z) in H ⇒ x ~ L z Similarly, for x ~ R y.

Cosets The equivalence classes for these equivalence relations are called left and right cosets modulo the subgroup. Recall: x ~ L y ⇔ x -1 y = h, for some h in H ⇔ y = x h, for some h in H Cosets are defined as follows Definition: Let H be a subgroup of a group G. The subset a H = { a h | h in H } is called the left coset of H containing a, and the subset H a= { a h | h in H } is called the right coset of H containing a.

Examples Cosets of n ℤ are: n ℤ, n ℤ+1, n ℤ+2, …, n ℤ + (n-1 Note: Cosets in nonabelian case: left and right don’t always agree. In the book: H = { ρ 0, μ 1 } in S 3 has different left and right cosets.

Counting Cosets Theorem: For a given subgroup of a group, every coset has exactly the same number of elements, namely the order of the subset. Proof: Let H be a subgroup of a group G. Recall the definitions of the cosets: aH and Ha. a H = { a h | h in H } H a= { a h | h in H } Define a map L a from H to aH by the formula L a (g) = a g. This is 1- 1 and onto. Define a map R a from H to Ha by the formula R a (g) = g a. This is 1-1 and onto.

Lagrange Theorem (Lagrange): Let H be a subgroup of a finite group G. Then the order of H divides the order of G. Proof: Let n = number of left cosets of H, and let m = the number of elements in H. Then n m = the number of elements of G. Here m is the order of H, and n m is the order of G.

Orders of Cycles The order of an element in a finite group is the order of the cyclic group it generates. Thus the order of any element divides the order of the group.

HW Section 10 Don’t hand in: – Pages 101: 3, 6, 9, 15 Hand in Tues, Nov 4 – Pages : 8, 10