PDF

Free PDF Source

PDF

Free PDF Source

Day 06Part 02- Discrete Mathematics for Gate Computer – Algebraic Structure and Binary operations.

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!

Day 06Part 02- Discrete Mathematics for Gate Computer – Algebraic Structure and Binary operations.

Discrete Mathematics for Computer Science

Discrete Mathematical Structures

Mathematics (Discrete Structure).pdf

Day 06Part 02- Discrete Mathematics for Gate Computer – Algebraic Structure and Binary operations.

Leave a Reply

Scroll to top