Algebraic Structure
Algebraic Structure
Hello!
I AM DIWAKAR
I am here because I love to give presentations.
2
Recall
3
Different sets of number
• All Natural numbers are whole numbers and all whole numbers are
real numbers
3. Set of integer numbers Z = {...,−5,−4,−3,−2,−1,0,1,2,3,4,5,...}
4
Different sets of number
• Irrational numbers are those real numbers that cannot be represented in the
form of a ratio.
• They are non-repeating, non-terminating decimals.
5
What is algebraic structure ?
6
Do yourself ?
7
General Properties
3. Identity: For an algebraic system (A, *), an element ‘e’ in A is said to be an identity element of A if
a * e = e * a = a for all a ∈ A.
4. Inverse: Let (A, *) be an algebraic system with identity ‘e’. Let a be an element in A. An element b is said to
be inverse of A if a * b = b * a = e
8
Ho to find identity ?
An identity is a number (let n is the number ) that when added, subtracted, multiplied or divided with any
number, allows n to remain the same. The identity will be either 0 or 1, depending on the operation that we are
using. In addition and subtraction, the identity is 0. In multiplication and division, the identity is 1.
9
Ho to find Inverse ?
The additive inverse is the opposite of the number. Any number plus its additive inverse equals 0.
a+(−a)=0
The multiplicative inverse is the reciprocal of the number. Any nonzero number multiplied by its reciprocal
equals 1.
a∗1/a=1
10
Semi group
11
Monoid
12
Group
13
Abelian Group
A group (S,*) is called a abelian group if it follows the following properties
• Closure:(a*b) belongs to S for all a,b ∈ S.
• Associativity: a*(b*c) = (a*b)*c ∀ a,b,c belongs to S.
• Identity Element: There exists e ∈ S such that a*e = e*a = a ∀ a ∈ S
• Inverses:∀ a ∈ G there exists a-1 ∈ G such that a*a-1 = a-1*a = e
• Commutative: a*b = b*a for all a,b ∈ S
Example: Z = {...,−5,−4,−3,−2,−1,0,1,2,3,4,5,...}
(Z, +), ✔
1. Closure Property
∀a,b∈Z⇒a+b∈Z
2,-4 ∈ Z ⇒ -2 ∈ Z , Hence Closure Property is satisfied
2. Associative Property
( a+ b ) + c = a+( b +c) ∀ a , b , c ∈ Z
4 ∈ Z, -2 ∈ Z , 6 ∈ Z
So, LHS= ( a + b )+c
= (4+ ( -2 ) ) + 6 = 8
RHS= a + ( b + c )
=4 + ( – 2 + 6 ) = 8 , Associative Property is also Satisfied
14
Abelian Group
3. Identity Property
a+0=a∀a∈Z,0∈Z
4∈Z
4+0 = 4
-5 ∈Z
-5 + 0 = – 5 Identity property is also satisfied.
4. Inverse Property
a + ( -a ) = 0 ∀ a ∈ Z, -a ∈ Z ,0 ∈ Z
a=18 ∈ Z then ∋ a number -18 such that 18 + ( -18 ) = 0 , So, Inverse property is also satisfied.
5. Commutative Property
a+b=b+a∀a,b∈Z
Let a=10, b=20
LHS = a + b
= 10+ 20 = 30
RHS = b + a
= -20 +10 = 30
LHS=RHS
We can see that all five property is satisfied. Hence (I,+) is an Abelian Group.
15
Addition modulo
Addition modulo m” .written in the form a +m b, where a and b belong to an integer and
m is any fixed positive integer
By definition we have
a +m b=r, for 0⩽r<m
Here r is the least non-negative remainder when a+ b, i.e., the ordinary addition of a
and b is divided by m.
Example: 5+6 3=2, since 5+3=8=1(6)+2, i.e., it is the least non-negative reminder
when 5+3 is divisible by 6
16
Multiplication modulo
Multiplication modulo p.” can be written as a×p b, where a and b are any
integers and p is a fixed positive integer
a×pb=r,for0⩽r⩽p
Here r is the least non-negative remainder when ab, i.e. the ordinary product
of a and b, is divided by p.
Example: 4×7 2=1, since 4×2=8=1(7)+1
17
Examples
Qus: Prove that Z4= {0,1,2,3} is an abelian group w.r.t. additive modulo 4.
Solu: All elements presents in table are the element of Z4 (Closure)
Associativity: (1 +4 2)+4 3= 1 +4( 2+4 3)
3+ 4 3 =1 +4 1 Z4 0 1 2 3
2 = 2 (satisfied ) 0 0 1 2 3
19
Sub Group
A non empty sub set H of a group (G, *) is a sub group of G, if (H, *) is a group.it satisfies the four
properties simultaneously − Closure, Associative, Identity element, and Inverse.
Denoted by H<=G
Example:
1. (Z ,+) is the subgroup of (Q,+)
2. (Q,+) is the subgroup of (R,+)
Note: 1) The identity of subgroup is the identity of group.
2) The inverse of an element in a subgroup is the inverse of element in the group
3) Intersection of subgroups A and B is again a subgroup
20
Cyclic group
A Group (G, *) is called said to be cyclic group if it contains at least one generator element.
Generator element: On a group a (G, *) a element is called as generator element if
a ∈ G can be represent using power of a
Example: G={0,1,2,3} , +4
=0
=0
=0
=1
=2
=3
=0
By the element 1 we can generate all elements of group G. so that it is a cyclic group
21
homomorphism
22
Isomorphism
23
Automorphism
24
25
Continue…
26