DSTL
DSTL
DSTL
DSTL(BCS-303)
UNIT 4-Algebric Structures
Ques-1: Define:
(a) Groupoid
(b) Semigroup
(c) Monoid
Solu:
(a∗b)∗c=a∗(b∗c)
Since the characteristic property of a binary operation on S is the closure property, it is not
necessary to mention it explicity when algebraic systems are defined.
For example, if E is the set of positive even numbers, then {E, + } and {E, X} are semigroups.
(c ). MONOID:- If a semigroup {M, * } has an identity element with respect to the operation
* , then {M, * } is called a monoid.
(a∗b)∗c=a∗(b∗c)
and if there exists an element e∈M such that for any a∈M, e∗a=a∗e=a, then the algebraic
system {M, * } is called a monoid.
For example, if N is the set of natural numbers, then {N,+} and {N,X} are monoids with the
identity elements 0 and 1 respectively.
A set GG with a binary operation ∗:G×G→G is called a group if it satisfies the following
properties:
1. Closure: For all a,b∈G, the result of the operation a∗b is also in GG.
3. Identity Element: There exists an element e∈G such that for every element a∈G, the
equation e∗a=a∗e=a holds. This element e is called the identity element.
4. Inverse Element: For each element a∈G, there exists an element b∈G such that
a∗b=b∗a=e, where e is the identity element. The element b is called the inverse of a and is
often denoted as a^{-1}.
Properties of a Group
1. Uniqueness of Identity: The identity element in a group is unique. If e and e' are both
identity elements, then e = e'.
2. Uniqueness of Inverse: For each element a in a group, its inverse is unique. If b and c are
both inverses of a, then b = c.
2|Page
4. Self-Inverse: If a * a = e (the identity element), then a is called an involution, or self-inverse.
This is a special case and applies to certain groups.
Solu: To justify this statement, we need to understand the definitions of cyclic groups and
abelian groups and then show that the properties of a cyclic group inherently satisfy the
criteria for an abelian group.
1. Cyclic Group: A group G is called cyclic if there exists an element g∈G such that every
element of G can be written as a power of g. In other words, G is generated by g, and we
write G=⟨g⟩.
Formally, for all h∈G, there exists an integer kk such that h = g^k.
2. Abelian Group: A group G is called abelian (or commutative) if for all elements a,b∈G, the
group operation satisfies a* b = b * a.
3. Proof:
o Consider any two elements a,b∈G. Since G is cyclic, we can write a = g^m and b = g^n for
some integers m and n.
a * b = g^m * g^n = g^{m+n} (using the properties of exponents in the group operation)
b * a = g^n * g^m = g^{n+m} (using the same properties of exponents in the group
operation)
g^{m+n} = g^{n+m}
Therefore:
3|Page
a * b = g^{m+n} = g^{n+m} = b * a
This shows that a * b = b * a for any a,b∈G. Hence, the operation in a cyclic group is
commutative, and thus, every cyclic group is an abelian group
Solu: Ring:
A set R with two binary operations +(addition) and ⋅ (multiplication) is called a ring if it
satisfies the following properties:
3. Additive Identity: There exists an element 0∈R such that for all a∈R, a+ 0 = 0 + a = a.
4. Additive Inverse: For each a∈R, there exists an element -a∈R such that a+ (-a) = (-
a) + a = 0.
Example of a Ring
The set of integers Z with the usual operations of addition and multiplication forms a ring. It
satisfies all the properties mentioned above.
Field:
A set FF with two binary operations + (addition) and ⋅ (multiplication) is called a field if it
satisfies the following properties:
4|Page
2. Multiplicative Inverse: For every non-zero element a∈F, there exists an element
b∈F such that a⋅b=b⋅a=1, where 1 is the multiplicative identity.
Example of a Field
The set of rational numbers Q with the usual operations of addition and multiplication
forms a field. It satisfies all the properties of a ring and also has multiplicative inverses for
every non-zero element.
Solu: To find the identity element e of the group ⟨Z,∗⟩ with the binary
operation defined by a∗b=a+b-2, we need to find an element e∈Z such
that for all a∈Z,
a* e = a
e∗a=a
1. Left Identity:
a*e=a+e-2=a
e-2=0
e=2e = 2
2. Right Identity:
e*a=e+a-2=a
e- 2 = 0
e=2e = 2
5|Page
In both cases, we find e=2e = 2. Therefore, the identity element for the
group ⟨Z,∗⟩ is 2.
First, we need to find the product of each pair of elements in the set 𝐺 = {1,2,3,4,5,6}
modulo 7.
⋅123456
1123456
2246135
3362514
4415263
5531642
6654321
6|Page
To find the inverse of an element 𝑎 in the group 𝐺
under multiplication modulo 7, we need to find an element 𝑏 such that 𝑎⋅ 𝑏 ≡ 1 (mod 7).
1. 2 −1 :
We need 2 ⋅ 𝑥 ≡ 1 (mod 7)
2 ⋅ 4 = 8 ≡ 1 (mod 7)
So, 2 -1= 4
2. 3 −1 :
We need 3 ⋅ 𝑥 ≡ 1 (mod 7)
3 ⋅ 5 = 15 ≡ 1 (mod 7)
So, 3 −1 = 5
3. 6 −1 :
We need 6 ⋅ 𝑥 ≡ 1 (mod 7)
6 ⋅ 6 = 36 ≡ 1 (mod 7)
So, 6 −1 =6
1. Order of an element:
The order of an element 𝑎 in a group is the smallest positive integer 𝑛 such that
𝑎 𝑛 ≡ 1 (mod 7).
Element 2:
21≡2 (mod 7)
7|Page
22≡4 (mod 7)
23≡8≡1 (mod 7)
Order of 2 is 3.
Element 3:
31≡3 (mod 7)
32≡9≡2 (mod 7)
33≡27≡6 (mod 7)
34≡18≡4 (mod 7)
35≡12≡5 (mod 7)
36≡15≡1 (mod 7)
Order of 3 is 6.
Ques-7:
8|Page