or order relation

A partial order on a set is a relation that is reflexive, antisymmetric, and transitive

The only difference to an equivalence relation is antisymmetric instead of symmetric Noted as

Example

, Relation

Definition

Example

(division relation)

Definition Poset

is a poset. It’s just a partial order relation on a set, and this thing is called a poset

Lemma

If is a poset, is transitive

Hasse diagrams

Combination of Posets

Direct Product

is with

(see similar concept External Direct Product in Groups)

lexicographic order

For and , is also a poset.

NOTE

Think of the relations of two-digits numbers (A is the first digit, B is the second digit)

Definition: totally ordered

Quote

If any two elements of a poset are comparable, then A is called totally ordered (or linearly ordered) by .

The hasse diagram would look like a line. (reason why it is also called as linearly ordered)

Definition: well-ordered

Quote

A poset is well-ordered if it is totally ordered and if every non-empty subset of A has a least element.

NOTE

every totally ordered finite poset is well-ordered