Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Class notes

Algebraic structure

Rating
-
Sold
-
Pages
21
Uploaded on
20-06-2024
Written in
2023/2024

It is the detailed note about algebraic is very helpful for engineering,bsc maths,msc maths, students etc

Institution
Course

Content preview

BCA 21 / IMCA 21 / Mathematics SVT 21




ALGEBRAIC STRUCTURES

Abreviations used
N : represent set of natural numbers.
Z or I : represent set of +ve and –ve integers including zero.
Z+ : represent non-negative integers ie. +ve integers including zero.
Q : represent set of rational numbers.
R : represent set of real numbers.
C : represent set of complex numbers.
Zn = {0, 1, 2, 3, .............. n – 1} ie. Zn represent set of integers modulo n.
Q+ : represent set of +ve rational numbers.
z - {o} : represent set of integers except 0.
Q - {o} : represent set of rational numbers except zero.
R - {o} : set of real numbers except zero.
A set in general is denoted by S.
∀ : for all
∈ : belongs to

Binary Operation
If S is a non-empty set then a mapping (function) from S × S to S is defined as Binary Operation (in short B.O.) and denoted
by ∗ (read as star). ie. : S × S → S (Star maps S cross S to S)

Another Definition
If S is non-empty set then ∗ (star) is said to be a Binary operation if ∀ a, b ∈ S, a ∗ b ∈ S.

Examples
(1) on N + and × (ie addition & multiplication) are B.O.
2 + 3 = 5∈ N 2×3 = 6∈ N

(2) on Z, +, – & × are B.O.

4 + 5 ∈ Z , 3 − 4 = 1∈ Z , 4 − 3 = 1 ∈ Z , 5 × 6 = 30 ∈ Z
a
(3) On Q & R +, – & × are B.O. but ÷ is not a B.O. on Q & R Q for 0, ∉ Q & R but on Q - {o} & R - {o} ÷ is a B.O.
0
(4) on C, + and × are B.O.
( x1 + iy1 ) + ( x2 + iy 2 ) = ( x1 + x2 ) + i ( y1 + y 2 ) ∈ C

( x1 + iy1 ) + ( x2 + iy 2 ) = ( x1 x2 − y1 y 2 ) + i ( x1 y 2 + x2 y1 ) ∈ C

,22 KSOU Algebraic Structures

Definitions
(1) A non-empty set S with one or more binary operations is called an 'Algebraic Structure'.
(N, +), (Z, +, ×), (Q, +, ×) are all algebraic structures.

(2) Closure Law : A set S is said to be closed under a B.O. ∗ if ∀ a, b ∈ S, a ∗ b ∈ S.

(3) Associative Law : A B.O. ∗ is said to be associative on S if ∀ a, b, c ∈ S
(a ∗ b) ∗ c = a ∗ (b ∗ c)

(4) Commutative Law : A B.O. ∗ is said to be commutative on S if ∀ a, b ∈ S, a ∗ b = b ∗ a.

(5) Identity Law : An element e ∈ S satisfying
a ∗ e = a = e ∗ a. ∀ a ∈ S is called an identity element for the B.O. ∗ on S.

Examples
(i) + and × (addition and multiplication) are associative and commutative on N, Z, Q & R.

(ii) B.O. – (subtraction) is not associative & commutative.

(iii) 1 is an identity for B.O. × on N but + has no identity on N. Where as O is an identity on Z, Q and R for the B.O. +.
1 0 
(iv) If S is a set of 2 × 2 matrices and B.O. is matrix multiplication then I =   is an identity element.
0 1 

Group
A non-empty set G together with a B.O. ∗ ie (G, ∗) is said to form a group if the following axioms are satisfied.

G1. Closure Law : ∀ a, b ∈ G, a ∗ b ∈ G

G2. Associative Law : ∀ a, b, c ∈ G, (a ∗ b) ∗ c = a ∗ (b ∗ c)

G3. Identity Law : There exists an element e ∈ G such that ∀ a ∈ G, a ∗ e = a = e ∗ a.

G4. Inverse : ∀ a ∈ G, there exists an element b such that a ∗ b = e = b ∗ a. This b is called inverse of a and usually denoted
as a–1
ie. a ∗ a–1 = e = a–1 ∗ a.

In addition to the above four axions if ∀ a, b ∈ G, a ∗ b = b ∗ a. Then (G, ∗) is called an 'abelian group' or 'commutative
group'.


Note (1) If for (G, ∗) only G1 is satisfied it is called a 'groupoid'.

(2) If for (G, ∗) G1 & G2 are satisfied it is called a 'semi-group'.

(3) If for (G, ∗) G1, G2 & G3 are satisfied it is called 'Monoid'.

Examples
(i) (N, +) is a groupoid and semigroup.

(ii) (N, ×) is a groupoid, semigroup and Monoid (identity for × is 1)

(iii) (Z, +) is a group (identity is O and a–1 = –a) ie. a + (–a) = 0 = –a + a.

Note :- Every group is a monoid but the converse is not true, (Z, +) is a group and also a monoid but (N, ×) is a monoid but
not a group.

, BCA 21 / IMCA 21 / Mathematics SVT 23

Properties of Groups
1. Cancellation laws are valid in a group
ie if (G , ∗) is a group then ∀ a, b, c ∈ G ,
(i) a ∗ b = a ∗ c ⇒ b = c (left cancellation law)
(ii ) b ∗ a = c ∗ a ⇒ b = c ( right cancellation law)
Proof :- a ∗ b = a ∗ c, as a ∈ G, a −1 ∈ G

∴ a −1 ∗ (a ∗ b) = a −1 ∗ (a ∗ c)

ie (a −1 ∗ a) ∗ b = (a −1 ∗ a) ∗ c
ie e ∗ b = e ∗ c where e is the identity.
⇒b=c
Similarly by considering
(b ∗ a) ∗ a −1 = (c ∗ a) ∗ a −1
we get b = c

2. In a group G, the equations a ∗ x = b and y ∗ a = b have unique solutions, ∀a, b ∈ G.
Proof :- a ∗ x = b
Operating on both sides by a–1

a −1 ∗ (a ∗ x) = a −1 ∗ b

ie (a −1 ∗ a) ∗ x = a −1 ∗ b

ie e ∗ x = a −1 ∗ b

∴ x = a −1 ∗ b

To prove that the solution is unique, let x1 & x2 be two solutions of a ∗ x = b.
ie a ∗ x1 = b & a ∗ x2 = b
⇒ a ∗ x1 = a ∗ x2
Operating on both sides by a–1
We get a −1 ∗ (a ∗ x1 ) = a −1 ∗ (a ∗ x2 )

ie (a −1 ∗ a ) ∗ x1 = (a −1 ∗ a) ∗ x2
ie e ∗ x1 = e ∗ x2
⇒ x1 = x2
∴ solution is unique.

3. In a group the identity element and inverse of an element are unique.

Proof :- To prove identity is unique. If possible let e1 & e2 are two identities then
∀a ∈ G, a ∗ e1 = a = e1 ∗ a (1)
& a ∗ e2 = a = e2 ∗ a (2)
From LHS of (1), a ∗ e1 = a = e2 ∗ a (using (2))
ie a ∗ e1 = e2 ∗ a = a ∗ e2 (using LHS of (2))

Written for

Course

Document information

Uploaded on
June 20, 2024
Number of pages
21
Written in
2023/2024
Type
Class notes
Professor(s)
Prof
Contains
All classes

Subjects

$8.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
Anjalivarun

Get to know the seller

Seller avatar
Anjalivarun Exam Questions
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
4 year
Number of followers
0
Documents
6
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions