Alg Comb Lecture 7
Alg Comb Lecture 7
Alg Comb Lecture 7
Lionel Levine
Lecture 7
Lecture date: Feb 24, 2011
1.1
Definitions
Definition 1 A partially ordered set ( poset for short) is a set P with a binary relation
R P P satisfying all of the following conditions.
1. (reflexivity) (x, x) R for all x P
2. (antisymmetry) (x, y) R and (y, x) R x = y
3. (transitivity) (x, y) R and (y, z) R (x, z) R
In analogy with the order on the integers by size, we will write (x, y) R as x y (or
equivalently, y x). We will use x < y to mean that x y and x 6= y. When there are
multiple posets in play, we can disambiguate by using the name of the poset as a subscript,
e.g. x P y.
Remark 2 The word partial indicates that theres no guarantee that all elements can be
compared to each otheri.e. we dont know that for all x, y P , at least one of x y and
x y holds. A poset in which this is guaranteed is called a totally ordered set.
Partially ordered sets can be visualized via Hasse diagrams, which we now proceed to define.
Definition 3 Given x, y in a poset P , the interval [x, y] is the poset {z P | x z y}
with the same order as P .
Definition 4 y covers x means [x, y] = {x, y}. That is, no elements of the poset lie
strictly between x and y (and x 6= y).
Definition 5 The Hasse diagram of a partially ordered set P is the (directed) graph whose
vertices are the elements of P and whose edges are the pairs (x, y) for which y covers x. It
is usually drawn so that elements are placed higher than the elements they cover.
7-1
1.2
Examples
{1}
{2}
B2
B3
{3}
6
2
3
1
A partition of a set X is a set of disjoint subsets of X whose union is X. We say that a partition
refines another partition (so, in the example, ) if every i is a subset of some j(i) .
7-2
2.1
Examples
1. D8 ' 4
2. D6 ' B2
D8
D6
B2
{1, 2}
6
2
{1}
{2}
Given two partially ordered sets P and Q, we can define new partially ordered sets in the
following ways.
7-3
7-4
z }| {
P = 1 + + 1
k
z }| {
Q = 1 + + 1
nk
z }| {
' 1 + + 1
Perhaps more importantly, the following properties hold (the proof is the 15th homework problem).
P Q+R ' P Q P R
R
P Q ' P QR
Example 12 The partially ordered set 22 is isomorphic to 3.
Proof: The order-preserving maps are specified by f1 (1) = f1 (2) = 1, f2 = id, and
f3 (1) = f3 (2) = 2; so f1 f2 f3 . 2
Graded posets
7-5
7-6
Lattices
S T = S T,
7-7
x
xy
7-8