Study Material
Semester-03
DM
Unit-06

Unit 6: Algebraic Structures

Introduction to Algebraic Structures

Algebraic structures are essential concepts in modern mathematics, providing a framework to study various operations and their properties. They help in understanding how elements within a set interact with each other under a defined operation. In this unit, we will explore key algebraic structures such as Semigroups, Monoids, Groups, Rings, Fields, and their applications. These structures have profound implications in areas like cryptography, coding theory, and computer science.


Semigroup

Definition of a Semigroup

A Semigroup is an algebraic structure consisting of a set SS together with a binary operation βˆ—* that combines two elements to form another element of the set. The operation must satisfy the associativity property, which means that for all elements aa, bb, and cc in SS:

(aβˆ—b)βˆ—c=aβˆ—(bβˆ—c)(a * b) * c = a * (b * c)

However, a semigroup does not require an identity element or inverses for its operation. An example of a semigroup is the set of natural numbers NN under addition, where associativity holds, but there is no identity element in the semigroup.

Example

Consider the set S={1,2,3}S = \{1, 2, 3\} with the operation of multiplication. This set is a semigroup because multiplication is associative:

(1Γ—2)Γ—3=1Γ—(2Γ—3)(1 \times 2) \times 3 = 1 \times (2 \times 3)

Thus, the set forms a semigroup under multiplication.


Monoid

Definition of a Monoid

A Monoid is a semigroup with an additional requirement: it must contain an identity element. This identity element, denoted as ee, satisfies the property that for every element aa in the set MM, the following holds:

aβˆ—e=eβˆ—a=aa * e = e * a = a

In other words, combining any element with the identity element under the operation does not change the element. The set of natural numbers NN with addition, and 0 as the identity element, is an example of a monoid.

Example

The set of non-negative integers M={0,1,2,… }M = \{0, 1, 2, \dots\} under the operation of addition is a monoid. The number 0 acts as the identity element because:

a+0=0+a=a for all a∈Ma + 0 = 0 + a = a \text{ for all } a \in M

Group

Definition of a Group

A Group is a monoid with the added property that every element must have an inverse. A group is a set GG equipped with a binary operation βˆ—* such that:

  1. Associativity: For all a,b,c∈Ga, b, c \in G, (aβˆ—b)βˆ—c=aβˆ—(bβˆ—c)(a * b) * c = a * (b * c).
  2. Identity Element: There exists an element e∈Ge \in G such that aβˆ—e=eβˆ—a=aa * e = e * a = a for all a∈Ga \in G.
  3. Inverses: For each element a∈Ga \in G, there exists an element b∈Gb \in G such that aβˆ—b=bβˆ—a=ea * b = b * a = e, where ee is the identity element.

Groups are central in various mathematical fields, including geometry and algebra.

Example

Consider the set of integers ZZ under addition. The identity element is 0, and each integer nn has an inverse βˆ’n-n, since:

n+(βˆ’n)=(βˆ’n)+n=0n + (-n) = (-n) + n = 0

Thus, the set of integers forms a group under addition.


Abelian Group

Definition of an Abelian Group

An Abelian Group (or commutative group) is a group in which the binary operation is commutative. This means that for all elements aa and bb in the group, the operation satisfies:

aβˆ—b=bβˆ—aa * b = b * a

In addition to the usual group properties (associativity, identity, and inverses), Abelian groups are characterized by this commutative property, which makes them easier to work with in many applications.

Example

The set of real numbers RR under addition forms an Abelian group. For any two real numbers aa and bb:

a+b=b+aa + b = b + a

Thus, real numbers form an Abelian group under addition.


Permutation Groups

Definition of a Permutation Group

A Permutation Group is a set of permutations of a finite set SS that is closed under composition and inverses. A permutation is a rearrangement of the elements of a set. If SS is a set with nn elements, the Symmetric Group SnS_n is the group of all permutations of SS.

Permutation groups are particularly useful in the study of symmetry and are used in many areas of mathematics, including algebra and combinatorics.

Example

Consider the set S={1,2,3}S = \{1, 2, 3\}. The symmetric group S3S_3 consists of all possible permutations of SS. These include:

(1,2,3),(1,3,2),(2,1,3),(2,3,1),(3,1,2),(3,2,1)(1, 2, 3), (1, 3, 2), (2, 1, 3), (2, 3, 1), (3, 1, 2), (3, 2, 1)

These permutations form a group under composition.


Cosets and Normal Subgroups

Cosets

A coset is a subset of a group formed by multiplying all elements of the group by a fixed element. If HH is a subgroup of a group GG and gg is an element of GG, the left coset of HH with respect to gg is:

gH={gβˆ—h:h∈H}gH = \{g * h : h \in H\}

Similarly, the right coset is defined as:

Hg={hβˆ—g:h∈H}Hg = \{h * g : h \in H\}

Cosets are used in the study of group structure and are important in understanding quotient groups.

Normal Subgroups

A Normal Subgroup is a subgroup NN of a group GG such that the left coset of NN is equal to the right coset for every element gg in GG. In other words, NN is normal if:

gN=Ng for all g∈GgN = Ng \text{ for all } g \in G

Normal subgroups are crucial in the construction of quotient groups and play a central role in the study of group homomorphisms.


Ring

Definition of a Ring

A Ring is an algebraic structure consisting of a set RR equipped with two binary operations: addition and multiplication. The set must satisfy the following properties:

  1. Additive Group: The set RR under addition is an Abelian group.
  2. Multiplication is Associative: For all a,b,c∈Ra, b, c \in R, (aβˆ—b)βˆ—c=aβˆ—(bβˆ—c)(a * b) * c = a * (b * c).
  3. Distributive Laws: Multiplication distributes over addition: a(b+c)=ab+aca _ (b + c) = a _ b + a _ c (a+b)c=ac+bc(a + b) _ c = a _ c + b _ c

Rings can either be commutative (if multiplication is commutative) or non-commutative.

Example

The set of integers ZZ under the usual addition and multiplication forms a commutative ring.


Integral Domain

Definition of an Integral Domain

An Integral Domain is a commutative ring with no zero divisors. A zero divisor is a non-zero element aa in a ring such that there exists a non-zero element bb with aβˆ—b=0a * b = 0. In an integral domain, the product of two non-zero elements is always non-zero.

Example

The set of integers ZZ forms an integral domain, as there are no zero divisors in ZZ.


Field

Definition of a Field

A Field is an algebraic structure in which both addition and multiplication are defined and behave similarly to the arithmetic of real numbers. A field is a set FF with two operations (addition and multiplication) that satisfy the following properties:

  1. Additive Group: The set FF under addition is an Abelian group.
  2. Multiplicative Group: The non-zero elements of FF under multiplication form an Abelian group.
  3. Distributive Law: Multiplication distributes over addition.

Fields are important in many areas of mathematics, including algebra, number theory, and geometry.

Example

The set of rational numbers QQ forms a field under the usual addition and multiplication.


Codes and Group Codes

Introduction to Codes

Codes are methods used to transform data into a form that can be efficiently transmitted or stored. Group codes refer to a type of error-correcting code where the codewords form a group under a particular operation. These codes are used in data transmission and storage to detect and correct errors.


Applications of Algebraic Structures

Algebraic structures have several practical applications in fields such as cryptography, coding theory, and computer science. Groups are used in symmetry analysis in physics and chemistry, while rings and fields form the foundation of coding theory and

cryptography.