Day 06Part 02- Discrete Mathematics for Gate Computer – Algebraic Structure and Binary operations.
[fvplayer id=”175″]
Hereβs a detailed learning guide for:
π Day 06 Part 02 β Discrete Mathematics for GATE CSE
π’ Topic: Algebraic Structures & Binary Operations
β 1. What is a Binary Operation?
A binary operation on a set S is a function:
β:SΓSβS*: S \times S \rightarrow S
That means:
For any two elements a,bβSa, b \in S, the result aβbβSa * b \in S.
β΄οΈ 2. Examples of Binary Operations
| Operation | Set | Binary? | Reason |
|---|---|---|---|
| a+ba + b | Integers | β Yes | Result is an integer |
| aβba – b | Natural Numbers | β No | Result may be negative |
| aβ bmodββna \cdot b \mod n | Zn\mathbb{Z}_n | β Yes | Remains in Zn\mathbb{Z}_n |
π§± 3. Algebraic Structures
An algebraic structure is a set equipped with one or more binary operations. Here are common types:
πΉ Semigroup
-
Set + Binary Operation
-
Operation is Associative
πΉ Monoid
-
Semigroup + Identity Element
πΉ Group
-
Monoid + Inverse Exists for All Elements
πΉ Abelian Group
-
Group + Commutativity
π 4. Important Properties of Binary Operations
| Property | Definition |
|---|---|
| Closure | βa,bβS,aβbβS\forall a,b \in S, a * b \in S |
| Associativity | aβ(bβc)=(aβb)βca * (b * c) = (a * b) * c |
| Commutativity | aβb=bβaa * b = b * a |
| Identity | aβe=aa * e = a and eβa=ae * a = a |
| Inverse | For each aa, aβaβ1=ea * a^{-1} = e |
π GATE-Style Sample Question:
Let β* be a binary operation defined on the set S={0,1,2}S = \{0, 1, 2\} as
aβb=(a+b)modββ3a * b = (a + b) \mod 3.
Is (S,β)(S, *) a group?
β Solution:
-
Closure: Yes, all results in {0,1,2}\{0,1,2\}
-
Associative: Yes (mod addition is associative)
-
Identity: 0 (since a+0modββ3=aa + 0 \mod 3 = a)
-
Inverse:
-
0 β 0
-
1 β 2
-
2 β 1
-
-
Commutative: Yes (Abelian group)
Answer: Yes, it’s an Abelian Group
π Quick Revision Table:
| Structure | Associative | Identity | Inverse | Commutative |
|---|---|---|---|---|
| Semigroup | β | β | β | β |
| Monoid | β | β | β | β |
| Group | β | β | β | β |
| Abelian Group | β | β | β | β |
π Useful for GATE Topics:
-
Algebraic structures
-
Group Theory
-
Boolean Algebra
-
Modular Arithmetic
Would you like:
-
A PDF notes version?
-
More GATE MCQs with solutions?
-
Visual diagram of structure hierarchy?
Just let me know!
