1 POSET (partial ordered sets)

(X, \sim): \sim is a partial order on X iff \sim is:

  1. reflexive
  2. antisymmetric
  3. transitive

(2^{\{a, b, c\}}, \subseteq):

hasse diagram

1.0.1 elements

m \in X is said to be a … element:

1.0.2 total

A poset (X, \sim) is said to be total iff (\forall x,y \in X)(x \sim y \lor y \sim x)

1.0.3 chain

A subset B of X is called a chain iff B is totally ordered by \sim

C(X) - the set of all chains in (X, \sim)

A chain D in (X, \sim) is called a maximal chain iff D is a maximal element in (C(X), \subseteq)

1.0.4 anti chain

K \subseteq X is called an antichain in (X, \sim) iff (\forall p,q \in K)(p \sim q \lor q \sim p \implies p = q)

1.0.5 well order

(X, \sim), \sim is called a well order iff \sim is a total order on X and every non-empty subset A of X has the smallest element


  1. x \preccurlyeq y: some kind of order where x comes before y. For example: A \preccurlyeq B \iff |A| \leq |B|↩︎