DIZNR INTERNATIONAL

Day 03Part 03-Discrete mathematics for gate-How to Convert Partial order Relations to hasse diagram.

Day 03Part 03-Discrete mathematics for gate-How to Convert Partial order Relations to hasse diagram.

https://www.gyanodhan.com/video/7B5.%20GATE%20CSEIT/Discrete%20Mathematics%202/501.%20Day%2003Part%2003-Discrete%20mathematics%20for%20gate-How%20to%20Convert%20Partial%20order%20Relations%20to%20hasse%20diagram.mp4

हासे आरेख (Hasse Diagram) बनाने के लिए आंशिक क्रम संबंधों (Partial Order Relations) को कैसे परिवर्तित किया जाए, इसका चरण-दर-चरण तरीका इस प्रकार है:

चरण 1: आंशिक क्रम संबंध (Partial Order Relation) को समझें

आंशिक क्रम संबंध एक सेट पर परिभाषित होता है और तीन गुणों को संतुष्ट करता है:

  1. परिवर्तनीयता (Reflexivity): प्रत्येक aa के लिए, (a,a)(a, a) संबंध में होना चाहिए।
  2. पारगम्यता (Transitivity): यदि (a,b)(a, b) और (b,c)(b, c) संबंध में हैं, तो (a,c)(a, c) भी संबंध में होगा।
  3. प्रतिसमता (Antisymmetry): यदि (a,b)(a, b) और (b,a)(b, a) दोनों संबंध में हैं, तो a=ba = b होना चाहिए।

चरण 2: आंशिक क्रम संबंध को निर्देशित ग्राफ़ (Directed Graph) के रूप में लिखें

संबंध के आधार पर सभी तत्वों को नोड (node) के रूप में दर्शाएँ और (a,b)(a, b) संबंध होने पर एक निर्देशित किनारा (directed edge) जोड़ें।

चरण 3: अनावश्यक किनारे हटाएँ (Remove Redundant Edges)

चरण 4: हासे आरेख बनाएं

उदाहरण:

माना कि एक सेट S={1,2,3,4}S = \{1, 2, 3, 4\} पर आंशिक क्रम संबंध R={(1,1),(2,2),(3,3),(4,4),(1,2),(1,3),(2,4),(3,4)}R = \{(1,1), (2,2), (3,3), (4,4), (1,2), (1,3), (2,4), (3,4)\} दिया गया है।

  1. निर्देशित ग्राफ़ बनाएँ:

    1 → 2
    1 → 3
    2 → 4
    3 → 4
  2. अनावश्यक किनारों को हटाएँ (अगर कोई पारगामी संबंध हो तो)।

  3. हासे आरेख बनाएँ:

    4
    / \
    2 3
    \ /
    1

यह हासे आरेख ऊपर से नीचे संबंधों को दिखाता है, जिसमें केवल न्यूनतम आवश्यक किनारे रखे गए हैं।

अगर आपको किसी विशेष उदाहरण पर चर्चा करनी है या किसी जटिल आंशिक क्रम को हासे आरेख में बदलना है, तो बताइए!

Here’s a clear and concise explanation for Day 03 Part 03 – Discrete Mathematics for GATE CSE/IT: How to Convert Partial Order Relations to a Hasse Diagram:


Topic: Partial Order Relations and Hasse Diagrams

Subject: Discrete Mathematics
Target: GATE CSE/IT, UGC NET, and B.Tech CS Students


1. What is a Partial Order Relation?

A partial order relation (denoted ≤) on a set S is a binary relation R that is:

Example:
Let A = {1, 2, 3, 4, 6}, and define R = {(a, b) | a divides b}
This relation is a partial order on A.


2. Steps to Draw a Hasse Diagram from Partial Order Relation

The Hasse Diagram is a graphical representation of a partial order that simplifies the relation by removing:


Step-by-Step:

Step 1: List the elements and define the relation.

Use the relation to form ordered pairs.

Step 2: Draw the directed graph (digraph).

Connect elements with arrows based on the relation.

Step 3: Remove reflexive pairs.

Remove all loops like (a, a).

Step 4: Remove transitive edges.

If a → b and b → c exist, then a → c is transitive and can be removed.

Step 5: Replace arrows with lines.

Make lines go upward (from lower to higher elements). This becomes the Hasse Diagram.


Example:

Set A = {1, 2, 4, 8}, Relation R: “a divides b”

| Ordered Pairs: | (1,1), (1,2), (1,4), (1,8), (2,2), (2,4), (2,8), (4,4), (4,8), (8,8) |

Final Hasse Diagram (drawn vertically):

8
|
4
|
2
|
1

Tips for GATE Exam:


Would you like:

Let me know and I’ll help you further!

Day 03Part 03-Discrete mathematics for gate-How to Convert Partial order Relations to hasse diagram.

(4.3) Partial Orderings

Discrete Mathematics – Order Relation