Hasse Diagrams (original) (raw)

Last Updated : 19 Aug, 2025

A Hasse diagram is a graphical representation of the relation of elements of a partially ordered set (**poset) with an implied upward orientation.

**Necessary Condition: To draw a Hasse diagram, the provided set must be a poset. 

A **poset A is a pair (B, ≤), where B is a set and ≤ is a partial order on B that satisfies:

Steps to Draw a Hasse Diagram

Examples of Hasse Diagram

**Example 1: Draw a Hasse diagram for ({3, 4, 12, 24, 48, 72}, /). Find the Maximal, Minimal, Greatest, and Least element.

**Solution:

According to above given question first, we have to find the poset for the divisibility.
Let the set is A.
A={(3 \prec 12), (3 \prec24), (3 \prec 48), (3 \prec 72), (4 \prec 12), (4 \prec 24), (4 \prec 48), (4 \prec 72), (12 \prec 24), (12 \prec 48), (12 \prec72), (24 \prec 48), (24 \prec 72)}
So, now the Hasse diagram will be:

example 1

In above diagram,

We can see transitivity in our diagram as the level is increasing.

Maximal elements are 48 and 72 since they are succeeding all the elements.
Minimal elements are 3 and 4 since they are preceding all the elements.
Greatest element does not exist since there is no any one element that succeeds all the elements.
Least element does not exist since there is no any one element that precedes all the elements.

**Example 2: Draw a Hasse diagram for (D12, /). Find the Maximal, Minimal, Greatest, and Least element.

**Solution:

Here, D12 means set of positive integers divisors of 12.
So, D12 = {1, 2, 3, 4, 6, 12}
poset A = {(1 \prec 2), (1 \prec 3), (1 \prec 4), (1 \prec 6), (1 \prec 12), (2 \prec 4), (2 \prec 6), (2 \prec 12), (3 \prec 6), (3 \prec 12), (4 \prec 12), (6 \prec12)}
So, now the Hasse diagram will be-

example 2

In above diagram,

Maximal and Greatest element is 12 and Minimal and Least element is 1.

**Example 3: Consider the poset ((P, ≤)) where (P = {1, 2, 3, 4, 6, 12}) and the relation (≤) is divisibility.

**Solution:

Elements: 1, 2, 3, 4, 6, 12

Order Relations: 1 divides all, 2 divides 4 and 6, 3 divides 6, 4 divides 12, 6 divides 12.

12
/ \
6 4
| \ |
3 2
\ /
1

**Example 4: Consider the poset ((P, ≤)) where (P = {a, b, c, d}) and the relation ≤ is defined as (a ≤ b), (a ≤ c), (b ≤ d), (c ≤ d).

**Solution :

Consider the poset ((P, ≤)) where (P = {a, b, c, d}) and the relation (≤) is defined as (a ≤ b), (a ≤ c), (b ≤ d), (c ≤ d). Elements: a, b, c, d Order Relations: (a ≤ b), (a ≤ c), (b ≤ d), (c ≤ d).

Consider the poset ((P, ≤)) where (P = {a, b, c, d}) and the relation (≤) is defined as (a ≤ b), (a ≤ c), (b ≤ d), (c ≤ d). Elements: a, b, c, d Order Relations: (a ≤ b), (a ≤ c), (b ≤ d), (c ≤ d).

d
/ \
b c
\ /
a

**Properties of Hasse Diagram

**Note:

Here, a, b, and c are maximal as well as minimal.

Practice Problems on Hasse Diagram

Problem 1: Given the set (P = {1, 2, 4, 8}) with (≤) being divisibility, draw the Hasse diagram.

Problem 2: Given the set (P = {a, b, c, d, e}) with the relations (a ≤ b), (a ≤ c), (b ≤ d), (c ≤ d), (d ≤ e), draw the Hasse diagram.

Problem 3: Given the set (P = {1, 3, 9, 27}) with (≤ ) being divisibility, draw the Hasse diagram.

Problem 4: Given the set (P = {2, 5, 10, 20}) with (≤) being divisibility, draw the Hasse diagram

Problem 5: Given the set (P = {a, b, c, d, e}) with the relations (a ≤ c), (b ≤ c), (c ≤ d), (d ≤ e), draw the Hasse diagram.

Problem 6: Given the set (P = {x, y, z, w}) with the relations (x ≤ y), (y ≤ z), (z ≤ w), draw the Hasse diagram.

Problem 7: Given the set (P = {m, n, o, p, q}) with the relations (m ≤ n), (m ≤ o), (n ≤ p), (o ≤ p), (p ≤ q), draw the Hasse diagram.

Problem 8: Given the set (P = {4, 8, 16, 32}) with (≤) being divisibility, draw the Hasse diagram.

Problem 9: Given the set (P = {r, s, t, u, v}) with the relations (r ≤ s), (s ≤ t), (t ≤ u), (u ≤ v), draw the Hasse diagram.

Problem 10: Given the set (P = {1, 2, 5, 10}) with (≤ ) being divisibility, draw the Hasse diagram.