UNIT - 2.  A binary operation on a set combines two elements of the set to produce another element of the set. a*b  G,  a, b  G e.g. +, -, ,  are.

Slides:



Advertisements
Similar presentations
Basic properties of the integers
Advertisements

Discrete Mathematics Lecture # 16 Inverse of Relations.
1.  We have studied groups, which is an algebraic structure equipped with one binary operation. Now we shall study rings which is an algebraic structure.
Chapter 4 Systems of Linear Equations; Matrices Section 6 Matrix Equations and Systems of Linear Equations.
Algebraic Structures DEFINITIONS: PROPERTIES OF BINARY OPERATIONS Let S be a set and let  denote a binary operation on S. (Here  does not necessarily.
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.
2.3 Matrix Inverses. Numerical equivalent How would we solve for x in: ax = b ? –a -1 a x = a -1 b –x=a -1 b since a -1 a = 1 and 1x = x We use the same.
Binary Operations.
CSE-221 Digital Logic Design (DLD)
Congruence Classes Z n = {[0] n, [1] n, [2] n, …, [n - 1] n } = the set of congruence classes modulo n.
MATH10001 Project 2 Groups part 1 ugstudies/units/ /level1/MATH10001/
1 Set Theory. Notation S={a, b, c} refers to the set whose elements are a, b and c. a  S means “a is an element of set S”. d  S means “d is not an element.
1 Set Theory. Notation S={a, b, c} refers to the set whose elements are a, b and c. a  S means “a is an element of set S”. d  S means “d is not an element.
1 Section 7.1 Relations and their properties. 2 Binary relation A binary relation is a set of ordered pairs that expresses a relationship between elements.
Algebraic Properties: The Rules of Algebra Be Cool - Follow The Rules!
A whole number or the quotient of any whole numbers, excluding zero as a denominator A whole number or the quotient of any whole numbers, excluding zero.
M. Khalily Dermany Islamic Azad University.  finite number of element  important in number theory, algebraic geometry, Galois theory, cryptography,
Math 3121 Abstract Algebra I Lecture 3 Sections 2-4: Binary Operations, Definition of Group.
Unit – IV Algebraic Structures
Chap. 2 Matrices 2.1 Operations with Matrices
Finite Groups & Subgroups. Order of a group Definition: The number of elements of a group (finite or infinite) is called its order. Notation: We will.
Homework Review notes Complete Worksheet #1. Homework Let A = {a,b,c,d}, B = {a,b,c,d,e}, C = {a,d}, D = {b, c} Describe any subset relationships. 1.
Groups Definition A group  G,  is a set G, closed under a binary operation , such that the following axioms are satisfied: 1)Associativity of  :
Monoids, Groups, Rings, Fields
6.6 Rings and fields Rings  Definition 21: A ring is an Abelian group [R, +] with an additional associative binary operation(denoted · such that.
Properties of Real Numbers List of Properties of Real Numbers Commutative Associative Distributive Identity Inverse.
Math 344 Winter 07 Group Theory Part 2: Subgroups and Isomorphism
Math 344 Winter 07 Group Theory Part 1: Basic definitions and Theorems.
Ryan Henry I 538 /B 609 : Introduction to Cryptography.
Chapter 6 Abstract algebra
Functions (Mappings). Definitions A function (or mapping)  from a set A to a set B is a rule that assigns to each element a of A exactly one element.
CS Lecture 14 Powerful Tools     !. Build your toolbox of abstract structures and concepts. Know the capacities and limits of each tool.
Linear Algebra Chapter 2 Matrices.
Copyright © Cengage Learning. All rights reserved. CHAPTER 8 RELATIONS.
(2 + 1) + 4 = 2 + (1 + 4) Associative Property of Addition.
Great Theoretical Ideas in Computer Science.
Divisibility and Modular Arithmetic
6.6 Rings and fields Rings  Definition 21: A ring is an Abelian group [R, +] with an additional associative binary operation (denoted ·) such that.
Properties of Groups Proposition 1: Let (G,  ) be a group. i.The inverse element of any element of G is unique. Remark: In view of i., we may use the.
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.
Prepared By Meri Dedania (AITS) Discrete Mathematics by Meri Dedania Assistant Professor MCA department Atmiya Institute of Technology & Science Yogidham.
Section 9.1. Section Summary Relations and Functions Properties of Relations Reflexive Relations Symmetric and Antisymmetric Relations Transitive Relations.
Chapter 7 Algebraic Structures
The Relation Induced by a Partition
Discrete Math II Howon Kim
Chapter 4 Systems of Linear Equations; Matrices
Finite Groups and Subgroups, Terminology
Unit-III Algebraic Structures
The Basic Properties of
CS480 Cryptography and Information Security
Properties of Operations
Great Theoretical Ideas in Computer Science
Advanced Algorithms Analysis and Design
Groups and Applications
Great Theoretical Ideas In Computer Science
A mathematical system - that is an algebra - consists of at least
LATTICES AND BOOLEAN ALGEBRA
Elementary Properties of Groups
Math 344 Winter 07 Group Theory Part 1: Basic definitions and Theorems
Great Theoretical Ideas in Computer Science
PROPERTIES OF ALGEBRA.
Great Theoretical Ideas in Computer Science
Section 10.1 Groups.
B.Sc. III Year Mr. Shrimangale G.W.
I. Finite Field Algebra.
Chapter 6 Abstract algebra
1.8 – Algebraic Proofs Objective:
Algebraic Identities intro
WELCOME.
Section 9.1 Groups.
Presentation transcript:

UNIT - 2

 A binary operation on a set combines two elements of the set to produce another element of the set. a*b  G,  a, b  G e.g. +, -, ,  are binary operations  The combination of the set and the operations that are applied to the elements of the set is called an algebraic structure. e.g. (N,+), (Z, -), (R, +,.) are the algebraic structures e.g. (N,+), (Z, -), (R, +,.) are the algebraic structures

 Closure Property a * b  G,  a, b  G e.g. N is closed w.r.t. addition & multiplication  Associative Property (a * b) * c = a * (b * c),  a, b, c  G  Commutative Property a * b = b * a,  a, b  G e.g. The set of integers Z is associative and commutative w.r.t. addition & multiplication

 Existence of Identity  e  G such that a * e = e * a = a,  a  G, then e is called identity element of G w.r.t. operation * e.g. 0 is the additive identity 1 is the multiplicative identity  Existence of Inverse  a  G,  b  G such that a * b = e = b * a, then a and b is the inverses of each other under operation * e.g. -3 and 3 are the additive inverses 3 and ⅓ are the multiplicative inverses

Semi-Group Let S be a non-empty set with operation *. Then (S,*) is called semi-group if it satisfies – Closure Property Associative Property Monoid Let S be a non-empty set with operation *. Then (S,*) is called monoid if it satisfies – Closure Property Associative Property Existence of Identity Element

Let G be a non-empty set with operation *. Then (G,*) is called group if it satisfies the properties –  Closure  Associative  Existence of Identity Element  Existence of Inverse A group is called abelian or commutative group if it satisfies the commutative property.

Group

1) Prove that (Z, +) is an abelian group. 2) Is (Z,.) is a group ? 3) Let G = {a, b, c, d} and the operation as shown in Tables 4) G = (1, ,  2 ) is an abelian group w.r.t. multiplication 5) G = (1, -1, i, -i) w.r.t. multiplication is abelian

 A group (G,*) is called finite if G consists of a finite number of distinct elements. Ex. G={1,-1,i,-i} w.r.t. x  A group is called infinite if it is not finite. Ex. (Z,+),(R,.)  The number of elements in a group is called order of the group. o(G) = 4, o(Z) = 

Theorem : The identity element in a group is unique. Proof : Suppose e and e are two identity elements of a group (G,*)  e and e are the elements of G If e is the identity element, then e * e = e ……(1) If e is the identity element, then e * e = e..….(2) From eq. (1) and (2), e = e Hence the identity element of a group is unique. The identity element is its own inverse e -1 = e

Theorem : The inverse of each element of a group is unique. Proof : Let (G,*) be a group and e be the identity of G Let a  G Suppose b and c are two inverses of a  b * a = e = a * b and c * a = e = a * c b * (a*c) = b * e [  a*c = e] = b [  e is the identity] (b*a) * c = e*c [  b*a = e] = c [  e is identity] In a group, composition * is associative.  b * (a * c) = (b * a) * c Hence b = c

Theorem : If the inverse of a is a -1, then the inverse of a -1 is a i.e., (a -1 ) -1 = a Proof: If e is the identity element, we have a -1 * a = e [by definition of inverse] Multiplying both sides on the left by (a -1 ) -1 which is an element of G because a -1 is an element of G, we get (a -1 ) -1 * (a -1 * a) = (a -1 ) -1 * e ((a -1 ) -1 * a -1 ) * a = (a -1 ) -1 [* is associative & e is identity element] e * a = (a -1 ) -1 [(a -1 ) -1 is inverse of a -1 ] a = (a -1 ) -1 (a -1 ) -1 = a

Theorem : Let (G,*) be a group. Prove that (a*b) -1 = b -1 *a -1,  a, b  G Proof : Let e be the identity element of a group G. Suppose a and b are elements of G. If a -1 and b -1 are the inverses of a and b respectively, then a -1 * a = e = a * a -1 b -1 * b = e = b * b -1 Now, (a*b) * (b -1 *a -1 ) = ((a * b) * b -1 ) * a -1 [By Associativity] = (a * (b * b -1 )) * a -1 [By Associativity] = (a * e) * a -1 [  b * b -1 = e] = a * a -1 [  a * e = a] = e [  a * a -1 = e] Also, (b -1 *a -1 ) * (a * b) = b -1 * [a -1 * (a * b)] [by associativity] = b -1 *[(a -1 *a)*b] = b -1 *[e*b] = b -1 * b = e Thus, (b -1 *a -1 )*(a*b) = e = (a*b)*(b -1 *a -1 ) So, by definition of inverse, we have (a*b) -1 = b -1 *a -1

Theorem : If a, b, c are the elements of a group G, then a * b = a * c  b = c (Left Cancellation law) b * a = c * a  b = c (Right Cancellation law) Proof : a  G   a -1  G such that a -1 * a = e = a * a -1 where e is the identity element. Now, a * b = a * c Multiplying both sides on left by a -1, we get a -1 * (a * b) = a -1 * (a * c)  (a -1 * a) * b = (a -1 * a) * c [by associativity]  e * b = e * c [  a -1 * a = e]  b = c [  e is the identity] Also, b * a = c * a  (b * a) * a -1 = (c * a) * a -1  b * (a * a -1 ) = c * (a * a -1 )  b * e = c * e  b = c

Theorem : If a, b are any two elements of a group G, then the equations a * x = b and y * a = b have unique solutions in G. Proof : a  G   a -1  G a -1  G, b  G  a -1 * b  G [by closure property] Substituting a -1 * b for x in the equation a * x = b, we have a * (a -1 * b) = (a * a -1 ) * b = e * b = b. Thus x = a -1 * b is a solution in G of the equation a * x = b. To show that the solution is unique, let us suppose that x 1 and x 2 are two solutions of the equation a * x = b. Then, a * x 1 = b and a * x 2 = b  a * x 1 = a * x 2  x 1 = x 2 [By left cancellation law] Therefore, the solution is unique. To prove that the equation y * a = b has a unique solution in G

 Let a be an element of a group G. The order of a is the least +ve integer n, if it exists, such that a n = e, where e is the identity element of the group.  If no such integer exists, then order of an element is infinite.  Ex. Find the order of every element of group G={1,-1,i,-i} w.r.t. multiplication.  In (Z,+), the order of every element except 0 is infinite.

Ex : Prove that if a 2 = a, a  G, then a = e. Sol: We have a 2 = a  a * a = a  a * a = a * e  a = e Ex : Given axa = b in G, find x. Sol: We have axa = b  a -1 (axa) = a -1 b  (a -1 a) (xa) = a -1 b  e (xa) = a -1 b  xa = a -1 b  (xa) a -1 = (a -1 b) a -1  x (aa -1 ) = a -1 ba -1  x e = a -1 b a -1 x = a -1 b a -1

Ex : Prove that if for every element a in a group G, a 2 = e, then G is an abelian group. Sol : Let a, b  G  ab  G. Therefore, (ab) 2 = e  (ab) 2 = e  (ab)*(ab) = e  (ab) -1 = ab  b -1 a -1 = ab. …………(1)  a 2 = e  a*a = e  a -1 = a Similarly, b 2 = e  b -1 = b From eq. (1), b*a = a*b. Thus, a*b = b*a  a, b  G Hence G is an abelian group

Ex. : Show that if every element of a group G is its own inverse, then G is abelian. Sol : Let a, b  G  a * b  G Given that every element of G is its own inverse  (a*b) -1 = a*b  b -1 *a -1 = a*b  b*a = a*b [  a -1 = a, b -1 = b] Thus, we have a*b = b*a  a, b  G. Therefore, G is an abelian group.

Ex. : Show that if a, b are any two elements of a group G, then (a*b) 2 = a 2 *b 2 iff G is abelian. Sol : Suppose G is an abelian group (a*b) 2 = (a*b)*(a*b) = a*(b*a)*b = a*(a*b)*b [  by commutative property] = (a*a)*(b*b) = a 2 *b 2 Converse: Suppose (a*b) 2 = a 2 * b 2  (a*b) * (a*b) = (a*a) * (b*b)  a * (b*a) * b = a * (a*b) * b [by associativity]  (b*a)*b = (a*b)*b [by left cancellation law]  b*a = a*b [by right cancellation law]  G is abelian

Ex. Prove that a group G is abelian if b -1 *a -1 *b*a = e,  a, b  G Sol : We have b -1 *a -1 *b*a = e  (b -1 *a -1 ) *(b*a) = e  (b -1 *a -1 ) -1 = b*a [  a*b=e  a -1 = b]  (a -1 ) -1 *(b -1 ) -1 = b*a [  (a*b) -1 = b -1 *a -1 ]  a*b = b*a [  (a -1 ) -1 = a]  G is abelian.

Ex. : A group of order 4 is abelian. Sol : Let G = {e, a, b, c} be a group of order four where e is the identity element  e -1 = e There must be at least one more element in G which is its own inverse. Let a -1 = a. Case -1: If b -1 = b and c -1 = c, then G is abelian. Case - 2: If b -1 = c, then c -1 = b, then b*c = e = c*b. Also, a -1 = a  a*a = e. In this case, composition table for G will be as follows:

a*b can not be equal to a or b. if a*b = b  a = e which is not possible  a*b = c Similarly, a*c = b From the table, it can be seen that composition in G is commutative. Therefore G is abelian.