DIZNR INTERNATIONAL

Part 01-Discrete mathematics for gate-Partial Order Relations and it’s matrix representation

Part 01-Discrete mathematics for gate-Partial Order Relations and it’s matrix representation

https://www.gyanodhan.com/video/7B5.%20GATE%20CSEIT/Discrete%20Mathematics%202/523.%20Day%2003%20%20Part%2001-Discrete%20mathematics%20for%20gate-Partial%20Order%20Relations%20and%20it%27s%20matrix%20representation.mp4

Partial Order Relations and Its Matrix Representation (Discrete Mathematics for GATE)

1. Introduction to Partial Order Relations
A partial order relation (poset) is a binary relation RR on a set SS that satisfies the following properties:

A set SS along with a partial order relation RR is called a partially ordered set (poset).

2. Matrix Representation of Partial Order Relations
The relation matrix of a partial order relation on a finite set is a square matrix MRM_R of size n×nn \times n, where:

Example:
Let S={1,2,3}S = \{1, 2, 3\} with a relation R={(1,1),(2,2),(3,3),(1,2),(2,3)}R = \{(1,1), (2,2), (3,3), (1,2), (2,3)\}.

The relation matrix MRM_R is:

MR=[110011001]M_R = \begin{bmatrix} 1 & 1 & 0 \\ 0 & 1 & 1 \\ 0 & 0 & 1 \end{bmatrix}

3. Hasse Diagram Representation
A Hasse diagram is a graphical representation of a poset where:

For the above example, the Hasse Diagram is:

3

2

1

4. Applications of Partial Order Relations

Would you like a detailed explanation or GATE-level problems on this topic?

Part 01-Discrete mathematics for gate-Partial Order Relations and it’s matrix representation

DIGITAL NOTES ON Discrete Mathematics B.TECH II YEAR

Discrete Mathematical Structures Unit-1

Here is a detailed, student-friendly explanation for:


Part 01 – Discrete Mathematics for GATE

Topic: Partial Order Relations and Its Matrix Representation

Language: English (can also be provided in Hindi upon request)
Useful for: GATE, B.Tech, UGC-NET, BCA, MCA, Competitive CS Exams


1. What is a Relation in Set Theory?

A relation RR from a set AA to AA is a subset of A×AA \times A, i.e., a set of ordered pairs.

Example:
Let A={1,2,3}A = \{1, 2, 3\}
A relation R={(1,1),(2,2),(3,3),(1,2),(2,3)}R = \{(1,1), (2,2), (3,3), (1,2), (2,3)\}


2. What is a Partial Order Relation?

A Partial Order Relation on a set AA is a binary relation R⊆A×AR \subseteq A \times A that is:

  1. Reflexive: (a,a)∈R(a, a) \in Ra∈Aa \in A

  2. Antisymmetric: (a,b)∈R(a, b) \in R and (b,a)∈R(b, a) \in Ra=ba = b

  3. Transitive: (a,b)∈R(a, b) \in R and (b,c)∈R(b, c) \in R(a,c)∈R(a, c) \in R

If a relation satisfies these three properties, it is called a partial order, and the set AA with relation RR is called a partially ordered set (poset).


3. Matrix Representation of a Relation

To represent a relation RR on set A={a1,a2,…,an}A = \{a_1, a_2, …, a_n\} as a matrix:


Example:

Let A={1,2,3}A = \{1, 2, 3\}

Define relation R={(1,1),(2,2),(3,3),(1,2)}R = \{(1,1), (2,2), (3,3), (1,2)\}

Matrix Representation:

1 2 3
1 1 1 0
2 0 1 0
3 0 0 1

4. Checking Properties via Matrix

Property Matrix Condition
Reflexive All diagonal elements Mii=1M_{ii} = 1
Antisymmetric If Mij=1M_{ij} = 1 and Mji=1M_{ji} = 1, then i=ji = j
Transitive If Mij=1M_{ij} = 1 and Mjk=1M_{jk} = 1, then Mik=1M_{ik} = 1

5. GATE Perspective Questions:

  1. Identify whether a relation is partial order

  2. Find the matrix of a given relation

  3. Check whether a relation is reflexive, antisymmetric, transitive

  4. Count number of relations with given properties


Summary

Term Meaning
Partial Order A relation that is reflexive, antisymmetric, transitive
Poset A set with a partial order relation
Matrix Representation A binary matrix showing which pairs are in the relation

Would you like:

Let me know how you’d like to proceed!

Part 01-Discrete mathematics for gate-Partial Order Relations and it’s matrix representation

Bernard Kolman_ Robert C. Busby_ Sharon Cutler Ross- …