Partially ordered set
Encyclopedia : P : PA : PAR : 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, but it can be. (In mathematical usage, a total order is a kind of partial order.) A poset defines a poset topology.
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:
- aRa (reflexivity);
- if aRb and bRa then a = b (antisymmetry); and
- if aRb and bRc then aRc (transitivity).
Examples
- The set of natural numbers equipped with the lesser than or equal to relation.
- The set of natural numbers equipped with the divides relation.
Strict and weak partial orders
In some contexts, the partial order defined above is called a weak (or reflexive) partial order. In these contexts a strict (or irreflexive) partial order is a binary relation that is irreflexive and transitive, and therefore antisymmetric. In other words, for all a, b, and c in P, we have that:
- ¬(aRa) (irreflexivity);
- if a ≠ b and aRb then ¬(bRa) (antisymmetry); and
- if aRb and bRc then aRc (transitivity).
Strict partial orders are also useful because they correspond more directly to directed acyclic graphs (dags): every strict partial order is a dag, and the transitive closure of a dag is both a strict partial order and also a dag itself.
See also: strict weak ordering
When considered as a category where hom(x, y) = and (y, z)o(x, y) = (x, z), posets are equivalent to one another if and only if they are isomorphic. In a poset, the smallest element, if any, is an initial object, and the largest element, if any, a terminal object. Also, every pre-ordered set is equivalent to a poset. Finally, every subcategory of a poset is isomorphism-closed.
See also
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
