Groups
Groups
snistforum.com
TLO’s
1. List the application of groups and semigroups.
2. Define a binary operation and explain it with a
suitable example.
3. List properties of binary operation and explain
them with suitable examples
4. Identify whether a given operation is a binary
operation
snistforum.com
Content
1. Binary Operations
2. Semi groups
3. Products and Quotients of Semi groups
4. Groups
5. Product and Quotients of Groups
snistforum.com
Groups
Algebraic systems Examples and general
properties
Semi groups
Monoids
Groups
Sub groups
Algebraic systems
Abelian groups
Groups
Monoids
Semi groups
Algebraic systems
Theorem
In a Group (G, * ) the following properties hold good
1. Identity element is unique.
2. Inverse of an element is unique.
3. Cancellation laws hold good
a * b = a * c b = c (left cancellation law)
a * c = b * c a = b (Right cancellation law)
4. (a * b) -1 = b-1 * a-1
In a group, the identity element is its own inverse.
Ex: Show that set of all real numbers ‘R’ is not a group with respect
to multiplication.
Solution: We have 0 R .
The multiplicative inverse of 0 does not exist.
Hence. R is not a group.
Example
Ex. Let (Z, *) be an algebraic structure, where Z is the set of integers
and the operation * is defined by n * m = maximum of (n, m).
Show that (Z, *) is a semi group.
Is (Z, *) a monoid ?. Justify your answer.
Solution: Let a , b and c are any three integers.
Closure property: Now, a * b = maximum of (a, b) Z for all a,b Z
Ex. Show that the set of all strings ‘S’ is a monoid under the
operation ‘concatenation of strings’.
Is S a group w.r.t the above operation? Justify your answer.
Solution: Let us denote the operation
‘concatenation of strings’ by + .
Let s1, s2, s3 are three arbitrary strings in S.
Closure property: Concatenation of two strings is again a string.
i.e., s1+s2 S
Associativity: Concatenation of strings is associative.
(s1+ s2 ) + s3 = s1+ (s2 + s3 )
Contd.,
Ex. Let S be a finite set, and let F(S) be the collection of all functions
f: S S under the operation of composition of functions, then
show that F(S) is a monoid.
Is S a group w.r.t the above operation? Justify your answer.
Solution:
Let f1, f2, f3 are three arbitrary functions on S.
Closure property: Composition of two functions on S is again a function
on S.
i.e., f1o f2 F(S)
Associativity: Composition of functions is associative.
i.e., (f1 o f2 ) o f3 = f1 o (f2 o f3 )
Contd.,
4. Inverse: Let a A
let us suppose b is inverse of a.
Now, a * b = (a b)/2 ….(1) (By definition of inverse.)
Again, a * b = e = 2 …..(2) (By definition of inverse)
From (1) and (2), it follows that
(a b)/2 = 2
b = (4 / a) A
(A ,*) is a group.
Commutativity: a * b = (ab/2) = (ba/2) = b * a
Hence, (A,*) is an abelian group.
Theorem
1. Closure property: Since all the entries of the composition table are the
elements of the given set, the set G is closed under multiplication.
2. Associativity: The elements of G are complex numbers, and we know that
multiplication of complex numbers is associative.
3. Identity : Here, 1 is the identity element and 1 G.
4. Inverse: From the composition table, we see that the inverse elements of
1 , 2 are 1, 2, respectively.
Contd.,
Addition modulo m ( +m )
let m is a positive integer. For any two positive integers a and b
a +m b = a + b if a + b < m
a +m b = r if a + b m where r is the remainder obtained
by dividing (a+b) with m.
Multiplication modulo p ( p )
let p is a positive integer. For any two positive integers a and b
a p b = a b if a b < p
a p b = r if a b p where r is the remainder obtained
by dividing (ab) with p.
Ex. 3 5 4 = 2 , 5 5 4 = 0 , 2 5 2 = 4
Ex.The set G = {0,1,2,3,4,5} is a group with respect to addition modulo 6.
a = b
f is one.to-one.
Next, take any c R+.
Then log2 c R and f (log2 c ) = 2 log2 c = c.
Every element in R+ has a pre image in R.
i.e., f is onto.
f is a bijection.
Hence, f is an isomorphism.
Example
a = b
f is one.to-one.
Next, take any c R.
Then 10c R and f (10c) = log10 10c = c.
Every element in R has a pre image in R+ .
i.e., f is onto.
f is a bijection.
Hence, f is an isomorphism.
Theorem