Garis-garis Besar Perkuliahan

Slides:



Advertisements
Similar presentations
Section 7.5: Equivalence Relations Def: A relation R on a set A is called an equivalence relation if it is reflexive, symmetric, and transitive. Ex: Let.
Advertisements

Equivalence Relations
1 Lect. 12: Number Theory. Contents Prime and Relative Prime Numbers Modular Arithmetic Fermat’s and Euler’s Theorem Extended Euclid’s Algorithm.
Cryptography and Network Security
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.
Groups TS.Nguyễn Viết Đông.
 Definition 16: Let H be a subgroup of a group G, and let a  G. We define the left coset of H in G containing g,written gH, by gH ={g*h| h  H}. Similarity.
Algebraic Structures: Group Theory II
Section 13 Homomorphisms Definition A map  of a group G into a group G’ is a homomorphism if the homomophism property  (ab) =  (a)  (b) Holds for.
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.
Congruence of Integers
Cyclic Groups. Definition G is a cyclic group if G = for some a in G.
Week 8 - Wednesday.  What did we talk about last time?  Cardinality  Countability  Relations.
Equivalence Relations MSU CSE 260. Outline Introduction Equivalence Relations –Definition, Examples Equivalence Classes –Definition Equivalence Classes.
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?
Cyclic Groups (9/25) Definition. A group G is called cyclic if there exists an element a in G such that G =  a . That is, every element of G can be written.
Math 3121 Abstract Algebra I Lecture 9 Finish Section 10 Section 11.
MATH10001 Project 2 Groups part 2 ugstudies/units/ /level1/MATH10001/
Chinese Remainder Theorem. How many people What is x? Divided into 4s: remainder 3 x ≡ 3 (mod 4) Divided into 5s: remainder 4 x ≡ 4 (mod 5) Chinese Remainder.
Cosets and Lagrange’s Theorem (10/28)
Great Theoretical Ideas in Computer Science for Some.
Section 14 Factor Groups Factor Groups from Homomorphisms. Theorem Let  : G  G’ be a group homomorphism with kernel H. Then the cosets of H form a factor.
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 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 
Chapter 13 Mathematic Structures 13.1 Modular Arithmetic Definition 1 (modulo). Let a be an integer and m be a positive integer. We denoted by a mod m.
Great Theoretical Ideas In Computer Science COMPSCI 102 Fall 2010 Lecture 16October 27, 2010Duke University Modular Arithmetic and the RSA Cryptosystem.
Great Theoretical Ideas in Computer Science.
Divisibility and Modular Arithmetic
Garis-garis Besar Perkuliahan
Chapter 4 With Question/Answer Animations 1. Chapter Motivation Number theory is the part of mathematics devoted to the study of the integers and their.
Great Theoretical Ideas in Computer Science.
Prepared By Meri Dedania (AITS) Discrete Mathematics by Meri Dedania Assistant Professor MCA department Atmiya Institute of Technology & Science Yogidham.
Relations Chapter 9 Copyright © McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill.
The Relation Induced by a Partition
Math 3121 Abstract Algebra I
MA/CSSE 473 Day 07 Extended Euclid's Algorithm Modular Division
Mathematical Background : A quick approach to Group and Field Theory
Modular Arithmetic and the RSA Cryptosystem
Unit-III Algebraic Structures
Sylow Theorems.
Topic 12: Number Theory Basics (2)
Great Theoretical Ideas in Computer Science
Abstract Algebra I.
Groups and Applications
Reflexivity, Symmetry, and Transitivity
Great Theoretical Ideas In Computer Science
Math 3121 Abstract Algebra I
MATH301- DISCRETE MATHEMATICS Copyright © Nahid Sultana Dr. Nahid Sultana Chapter 4: Number Theory and Cryptography.
Number Theory and Modular Arithmetic
Math 3121 Abstract Algebra I
Topic 6: Number Theory Basics
Equivalence Relations
Homomorphisms (11/20) Definition. If G and G’ are groups, a function  from G to G’ is called a homomorphism if it is operation preserving, i.e., for all.
Great Theoretical Ideas in Computer Science
Great Theoretical Ideas in Computer Science
Algebraic Structures: Group Theory
Equivalence Relations
Equivalence Relations
2. From Groups to Surfaces
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Rayat Shikshan Sanstha’s S.M.Joshi College, Hadapsar -28
Cryptology Design Fundamentals
Clements MAΘ October 30th, 2014
Algebra 5 Congruence Classes.
Section 9.3 Modular Arithmetic.
Mathematical Background : A quick approach to Group and Field Theory
Presentation transcript:

Garis-garis Besar Perkuliahan 15/2/10 Sets and Relations 22/2/10 Definitions and Examples of Groups 01/2/10 Subgroups 08/3/10 Lagrange’s Theorem 15/3/10 Mid-test 1 22/3/10 Homomorphisms and Normal Subgroups 1 29/3/10 Homomorphisms and Normal Subgroups 2 05/4/10 Factor Groups 1 12/4/10 Factor Groups 2 19/4/10 Mid-test 2 26/4/10 Cauchy’s Theorem 1 03/5/10 Cauchy’s Theorem 2 10/5/10 The Symmetric Group 1 17/5/10 The Symmetric Group 2 22/5/10 Final-exam

Lagrange’s Theorem Section 3

Equivalence Relation Definition. A relation ~ on a set S is called an equivalence relation if, for all a, b, c  S, it satisfies: a ~ a (reflexivity). a ~ b implies that b ~ a (symmetry). a ~ b, b ~ c implies that a ~ c (transitivity).

Examples Let n > 1 be a fixed integer. Define a ~ b for a, b  Z if n | (b – a). When a ~ b, we write this as a  b mod n, which is read “a congruent to b mod n.” Let G be a group and H a subgroup of G. Define a ~ b for a, b  G if ab-1  H. Let G be any group. Declare that a ~ b if there exists an x  G such that b = x-1ax.

Equivalence Class Definition. If ~ is an equivalence relation on S, then the class of a, is defined by [a] = {b  S | b ~ a}. In Example 2, b ~ a  ba -1 H  ba -1 = h for some h  H. That is, b ~ a  b = ha  Ha = {ha | h  H}. Thus, [a] = Ha. The set Ha is called a right coset of H in G.

Equivalence Class Theorem 1. If ~ is an equivalence relation on S, then S =  [a], where this union runs over one element from each class, and where [a]  [b] implies that [a]  [b] = . That is, ~ partitions S into equivalence classes.

Lagrange’s Theorem Theorem 2. If G is a finite group and H is a subgroup of G, then the order of H divides the order of G. J. L. Lagrange (1736-1813) was a great Italian mathematician who made fundamental contributions to all the areas of mathematics of his day.

Order of an element Definition. If G is finite, then the order of a, written o(a), is the least positive integer m such that am = e. Theorem 4. If G is finite and a  G, then o(a) | |G|. Corollary. If G is a finite group of order n, then an = e for all a  G.

Cyclic Group A group G is said to be cyclic if there is an element a  G such that every element of G is a power of a. Theorem 3. A group G of prime order is cyclic.

Congruence Class mod n Theorem 5. Zn forms a cyclic group under addition modulo n. Theorem 6. Zn* forms an abelian group under the product modulo n, of order (n). Theorem 7. If a is an integer relatively prime to n, then a(n)  1 mod n. Corollary (Fermat). If p is a prime and p  a, then ap-1  1 mod p.

Problems Let G be a group and H a subgroup of G. Define a ~ b for a, b  G if a-1b  H. Prove that this defines an equivalence relation on G, and show that [a] = aH = {ah | h  H}. The sets aH are called left cosets of H in G. If G is S3 and H = {i, f}, where f : S  S is defined by f(x1) = x2, f(x2) = x1, f(x3) = x3, list all the right cosets of H in G and list all the left cosets of H in G.

Problems If p is a prime number, show that the only solutions of x2  1 mod p are x  1 mod p and x  -1 mod p. If G is a finite abelian group and a1, a2, an are all its elements, show that x = a1a2an must satisfy x2 = e. If p is a prime number of the form 4n + 3, show that we cannot solve x2  -1 mod p.

Problems If o(a) = m and as = e, prove that m | s. If in a group G, a5 = e and aba-1 = b2, find o(b) if b  e. In a cyclic group of order n, show that for each positive integer m that divides n (including m = 1 and m = n) there are (m) elements of order m.

Question? If you are confused like this kitty is, please ask questions =(^ y ^)=