Binary Relations
Binary Relations
1 Relations 1. Reflexivity
5 Hasse Diagram
Definition 5.1 (Hasse Diagram). A Hasse diagram is
a diagramatic representation of a partially ordered set.
In the Hasse diagram of a poset (A, ≤),
• a dot (or vertex) is associated with each element
of A.
• if a ≤ b, then the dot for b is positioned higher
than the dot for a.
• if a < b and ∄c ∈ A such that a < b < c, then a
line is drawn from a to b. In this case we say that
the element b covers a. An element m is said to
cover an element n ∈ A if n ≤ m and there is no
element x ∈ A such that n ≤ x ≤ m.
Definition 5.2 (Maximum/ Minimum Element). An
element a of a poset (A, ≤) is maximum if and only if
b ≤ a for all b ∈ A. It is a minimum if and only if
a ≤ b for all b ∈ A.
Definition 5.3 (Maximal/ Minimal Elelment). An el-
ement a of a poset (A, ≤) is maximal if and only if,
if b ∈ A and a ≤ b, then b = a. It is minimal if and
only if, if b ∈ A and b ≤ a, then b = a.