made with Mathematica technology MathWorld

Partial Order

A relation "<=" is a partial order on a set S if it has:

1. Reflexivity: a<=a for all a in S.

2. Antisymmetry: a<=b and b<=a implies a=b.

3. Transitivity: a<=b and b<=c implies a<=c.

For a partial order, the size of the longest chain (antichain) is called the partial order length (partial order width). A partially ordered set is also called a poset.

A largest set of unrelated vertices in a partial order can be found using MaximumAntichain[g] in the Mathematica package Combinatorica`) . MinimumChainPartition[g] in the Mathematica package Combinatorica`) partitions a partial order into a minimum number of chains.

SEE ALSO: Antichain, Chain, Fence Poset, Linear Extension, Partial Order Ideal, Partial Order Length, Partial Order Width, Partially Ordered Multiset, Partially Ordered Set, Preorder, Total Order

REFERENCES:

Ruskey, F. "Information on Linear Extension." http://www.theory.csc.uvic.ca/~cos/inf/pose/LinearExt.html.

Skiena, S. "Partial Orders." §5.4 in Implementing Discrete Mathematics: Combinatorics and Graph Theory with Mathematica. Reading, MA: Addison-Wesley, pp. 203-209, 1990.




CITE THIS AS:

Weisstein, Eric W. "Partial Order." From MathWorld--A Wolfram Web Resource. http://mathworld.wolfram.com/PartialOrder.html

Partial Order in the 
New! Interactive mathematics--The Wolfram Demonstrations Project
JUST RELEASED: Wolfram Mathematica 7