Partial Order
Partial Order
relation
For a set A = {1,2,3}, check if the following relations
are POSET ?
R1 = {(1,1), (2,2), (3,3)}
R2 = {(1,1), (2,2), (3,3), (1,2), (2,1)}
Definition: The elements a and b of a poset (S,≺)
are called comparable if either a ≺ b or b ≺ a.
When a and b are elements of S such that neither
a ≺ b nor b ≺ a are called incomparable
Definition: If (S,≺) is a poset and every two
elements of S are comparable, S is called total
ordered or linearly ordered set and ≺ is called the
total order or a linear order. A totally ordered set
is called a chain
Definition: (S,≺) is well-ordered set if it is a poset
such that ≺ is a total ordering or every non-empty
subset of S has a least element.
Which of the following relations on set 0, 1, 2, 3 are
partial orderings? Determine the properties of partial
ordering that relations lack.
𝑅1 = 0, 0 , 2, 2 , (3, 3)
𝑅2 = 0, 0 , 1, 1 , 2, 0 , 2, 2 , 2, 3 , (3, 3)
𝑅3 = 0, 0 , 0, 1 , 0, 2 , 1, 0 , 1, 1 , 1, 2 , 2, 0 , 2, 2 , (3, 3)
𝑅4 = 0, 0 , 1, 1 , 1, 2 , 1, 3 , 2, 0 , 2, 2 , 2, 3 , 3, 0 , (3, 3)
S is the set of all people in the world R is the
relation defined on set S such that (𝑎, 𝑏) ∈ 𝑅 ,
where a and b are people, if a is taller than b. Is
(S, ≺) a poset?
Tell whether the relations represented by these
non-zero matrices are partial orders.
1 0 1 1 0 1 0
1 1 0 0 1 1 0
0 0 1 0 0 1 1
1 1 0 1
HASSE DIAGRAM
named after the German
mathematician Helmut Hasse
R = 𝑎, 𝑏 | 𝑎 𝑑𝑖𝑣𝑖𝑑𝑒𝑠 𝑏
S = 1, 2, 4, 6, 8
R = 𝑎, 𝑏 | 𝑎 ≤ 𝑏
S = 1, 2, 3, 4