Microsoft Store
 

Partially ordered set


 

In mathematics, especially order theory, a partially ordered set (or poset for short) is a set equipped with a partial order relation. This relation formalizes the intuitive concept of an ordering, sequencing, or arrangement of that set's elements. Such an ordering does not necessarily need to be total, that is, it need not guarantee the mutual comparability of all objects in the set.

Formal definition

A partial order is a binary relation R over a set P which is reflexive, antisymmetric, and transitive, i.e., for all a, b and c in P, we have that:

Related Topics:
Binary relation - Set - Reflexive - Antisymmetric - Transitive

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

  • aRa (reflexivity);
  • if aRb and bRa then a = b (antisymmetry); and
  • if aRb and bRc then aRc (transitivity).
  • A set with a partial order is called a partially ordered set. The term ordered set is sometimes also used for posets, as long as it is clear from the context that no other kinds of orders are meant. In particular, totally ordered sets can also be referred to as "ordered sets", especially in areas where these structures are more common than posets.

    ~ ~ ~ ~ ~ ~ ~ ~ ~ ~