DIZNR INTERNATIONAL

Day 06Part 07- Discrete mathematics for computer engineering- Trick for finding of group of finite numbers.

Day 06Part 07- Discrete mathematics for computer engineering- Trick for finding of group of finite numbers.

https://www.gyanodhan.com/video/7B4.%20GATE%20CSEIT/Discrete%20Mathematics%201/389.%20Day%2006Part%2007-%20Discrete%20mathematics%20for%20computer%20engg-%20Trick%20for%20finding%20of%20group%20of%20finite%20numbers.mp4

Trick for Finding a Group of Finite Numbers in Discrete Mathematics

In Discrete Mathematics, a group is a set of finite numbers with a binary operation that satisfies the following properties:
Closure – If a,ba, b are in the set, then a∗ba * b is also in the set.
Associativity(a∗b)∗c=a∗(b∗c)(a * b) * c = a * (b * c) for all elements in the set.
Identity Element – There exists an element ee such that a∗e=e∗a=aa * e = e * a = a.
Inverse Element – For each aa, there is an element a−1a^{-1} such that a∗a−1=ea * a^{-1} = e.

 Quick Trick to Check if a Finite Set Forms a Group

Check Closure → Perform the operation on all elements and ensure the result is still in the set.
Check Associativity → Pick any three elements and verify the associative property.
Find the Identity Element → Find an element ee such that a∗e=aa * e = a for all aa.
Find Inverses → Each element should have an inverse under the given operation.

 Example 1: Checking if (Z₆, +) is a Group

Consider the set Z₆ = {0, 1, 2, 3, 4, 5} under addition modulo 6.

Closure: Adding any two numbers from Z₆ modulo 6 gives another element in Z₆.
Associativity: Modulo addition is associative.
Identity Element: 0 is the identity because a+0=aa + 0 = a.
Inverses Exist: Each element has an inverse:

Conclusion: (Z₆, +) is a Group.

 Example 2: Checking if (Z₆, ×) is a Group

Consider Z₆ = {0, 1, 2, 3, 4, 5} under multiplication modulo 6.

Closure: Some results are not in Z₆ (e.g., 2×3=6≡0mod  62 × 3 = 6 \equiv 0 \mod 6, but 6 is not in Z₆).
Identity: There is no element ee such that a×e=aa × e = a for all aa.
Inverses: Some elements have no inverses.

Conclusion: (Z₆, ×) is NOT a Group.

 Shortcut Rule for Small Sets

 If the operation is addition modulo n, it usually forms a group.
 If the operation is multiplication modulo n, check for the existence of an identity element and inverses.
 The set of nonzero elements modulo a prime number (Zₚ{0}, × mod p) always forms a group.

Would you like more examples or specific tricks for other types of groups?

Day 06Part 07- Discrete mathematics for computer engineering- Trick for finding of group of finite numbers.

HISTORY (HIST) Class – XI Theory-80 marks Project-20 …

The theory and practice of financial engineeri·ng

Research Report 2025 – Molekulare Genetik

Here’s a simplified and trick-based explanation of “How to identify a group from a set of finite numbers” — perfect for Discrete Mathematics (Day 06 Part 07), especially if you’re studying for Computer Engineering or GATE.


What is a Group? (Basic Definition)

In group theory, a group is a set GG along with a binary operation ∗* that satisfies four properties:

Property Description
Closure For all a,b∈Ga, b \in G, a∗b∈Ga * b \in G
Associativity For all a,b,c∈Ga, b, c \in G, (a∗b)∗c=a∗(b∗c)(a * b) * c = a * (b * c)
Identity There exists an element e∈Ge \in G such that a∗e=e∗a=aa * e = e * a = a
Inverse For every a∈Ga \in G, there exists a−1∈Ga^{-1} \in G such that a∗a−1=ea * a^{-1} = e

Shortcut/Trick to Check if a Set is a Group

Let’s say you’re given a finite set with a binary operation like addition or multiplication (modulo something), and you’re asked:

“Is this a group?”

Follow this Trick-Step Checklist:

Step 1: Check Closure

Try a few pairs a,ba, b and verify that a∗ba * b is also in the set.

Tip: If any result is outside the set → Not a group.


Step 2: Check Associativity

Check if (a∗b)∗c=a∗(b∗c)(a * b) * c = a * (b * c)

Tip: For addition and multiplication modulo n, associativity always holds.
So you can skip manual check if it’s modulo.


Step 3: Check Identity Element

Find an element ee such that a∗e=aa * e = a for all a∈Ga \in G

Addition: 00 is identity
Multiplication: 11 is identity


Step 4: Check Inverse

For every a∈Ga \in G, check if there exists an a−1∈Ga^{-1} \in G such that a∗a−1=ea * a^{-1} = e

Use a table to test inverses in small sets.


Example 1: Set {0,1,2}\{0, 1, 2\} under Addition Mod 3

We check:

  • Closure: a+bmod  3∈{0,1,2}a + b \mod 3 \in \{0,1,2\}

  • Associative: Addition mod n is associative

  • Identity: 00

  • Inverse:

    • 0−1=00^{-1} = 0

    • 1−1=21^{-1} = 2

    • 2−1=12^{-1} = 1

So it’s a group under addition mod 3.


Example 2: Set {1,2,3}\{1, 2, 3\} under Multiplication Mod 4

Let’s test:

  • 2×2mod  4=0∉{1,2,3}2 × 2 \mod 4 = 0 \notin \{1,2,3\} Not closed

So this is NOT a group


Quick Tips:

  • Addition mod n over Zn\mathbb{Z}_n → Always a group.

  • Multiplication mod n over Zn\mathbb{Z}_n → Group only if elements are coprime with n.

  • Use group table method for small sets.


Final Trick Formula:

If a finite set GG with operation ∗* satisfies closure, identity, associativity, and every element has an inverse → G is a group.


Let me know if you’d like:

  • A PDF with solved examples

  • A table method to verify group properties

  • A video lesson explaining this with animations

Day 06Part 07- Discrete mathematics for computer engineering- Trick for finding of group of finite numbers.