Order dimension

From HandWiki
Short description: Mathematical measure for partial orders
A partial order of dimension 4 (shown as a Hasse diagram) and four total orderings that form a realizer for this partial order.

In mathematics, the dimension of a partially ordered set (poset) is the smallest number of total orders the intersection of which gives rise to the partial order. This concept is also sometimes called the order dimension or the Dushnik–Miller dimension of the partial order. (Dushnik Miller) first studied order dimension; for a more detailed treatment of this subject than provided here, see (Trotter 1992).

Formal definition

The order dimension of a poset P is the least integer t for which there exists a family

=(<1,,<t)

of linear extensions of P so that, for every x and y in P, x precedes y in P if and only if it precedes y in all of the linear extensions, if any such t exists. In other words, that the intersection of those linear extensions equals P. That is,

P==i=1t<i.

An alternative definition of order dimension is the minimal number of total orders such that P embeds into their product with componentwise ordering i.e. xy if and only if xiyi for all i (Hiraguti 1955, Milner & Pouzet 1990).

Realizers

A family =(<1,,<t) of total orders on X is called a realizer of a poset P=(X,<P) if

<P=,

which is to say that for any x and y in X, x<Py precisely when x<1y,x<2y ,..., x<ty. Thus, an equivalent definition of the dimension of a poset P is "the least cardinality of a realizer of P ".

It can be shown that any nonempty family of linear extensions is a realizer of a finite partially ordered set P if and only if, for every critical pair (x,y) of , P x<iy for some order <i in .

Example

Let n be a positive integer, and let P be the partial order on the elements ai and bi (for 1 ≤ in) in which aibj whenever ij, but no other pairs are comparable. In particular, ai and bi are incomparable in P; P can be viewed as an oriented form of a crown graph. The illustration shows an ordering of this type for n = 4.

Then, for each i, any realizer must contain a linear order that begins with all the aj except ai (in some order), then includes bi, then ai, and ends with all the remaining bj. This is so because if there were a realizer that didn't include such an order, then the intersection of that realizer's orders would have ai preceding bi, which would contradict the incomparability of ai and bi in P. And conversely, any family of linear orders that includes one order of this type for each i has P as its intersection. Thus, P has dimension exactly n. In fact, P is known as the standard example of a poset of dimension n, and is usually denoted by Sn.

Order dimension two

The partial orders with order dimension two may be characterized as the partial orders whose comparability graph is the complement of the comparability graph of a different partial order (Baker Fishburn). That is, P is a partial order with order dimension two if and only if there exists a partial order Q on the same set of elements, such that every pair x, y of distinct elements is comparable in exactly one of these two partial orders. If P is realized by two linear extensions, then partial order Q complementary to P may be realized by reversing one of the two linear extensions. Therefore, the comparability graphs of the partial orders of dimension two are exactly the permutation graphs, graphs that are both themselves comparability graphs and complementary to comparability graphs.

The partial orders of order dimension two include the series-parallel partial orders (Valdes Tarjan). They are exactly the partial orders whose Hasse diagrams have dominance drawings, which can be obtained by using the positions in the two permutations of a realizer as Cartesian coordinates.

Computational complexity

It is possible to determine in polynomial time whether a given finite partially ordered set has order dimension at most two, for instance, by testing whether the comparability graph of the partial order is a permutation graph. However, for any k ≥ 3, it is NP-complete to test whether the order dimension is at most k (Yannakakis 1982).

Order dimension of incidence posets of graphs

The incidence poset of any undirected graph G has the vertices and edges of G as its elements; in this poset, xy if either x = y or x is a vertex, y is an edge, and x is an endpoint of y. Certain kinds of graphs may be characterized by the order dimensions of their incidence posets: a graph is a path graph if and only if the order dimension of its incidence poset is at most two, and according to Schnyder's theorem it is a planar graph if and only if the order dimension of its incidence poset is at most three (Schnyder 1989).

For a complete graph on n vertices, the order dimension of the incidence poset is Θ(loglogn) (Hoşten Morris). It follows that all simple n-vertex graphs have incidence posets with order dimension O(loglogn).

Order dimension of planar maps

Schnyder's theorem can be generalized for the vertex-edge-face incidence poset, denoted by PM, of a planar map M. As before x<y if x is a vertex, y an edge and x an endpoint of y. On the other hand x<y will be true if x is an edge, y a face and x incident to y. Thus, the incidence poset is defined by the natural incidence relations between vertices, edges, and faces.

It was shown by (Brightwell Trotter) that the order dimension of the vertex-edge-face incidence poset of a planar map (planar graph with fixed plane embedding) is at most four.

(Felsner {{{2}}}) later proved in "The order dimension of planar maps revisited " that dim(split(PM))4.

For an order P=(X,<) the split is defined as split(P)=(XX,<s), whereas X and X are two copies on X. The order <s is given by:

  • x<sxxX
  • x<sy if and only if x<y.

It is to be noted, that dim(P)dim(split(P))dim(P)+1 (Trotter 1992).

Felsner's proof of that the order dimension of the split incidence poset is at most four constructs a grid intersection representation of the respective planar map in which incidences correspond to intersections of axis-parallel segments. This representation makes it possible to construct four linear extensions whose intersection realizes the split incidence poset, establishing the dimension bound of four.

k-dimension and 2-dimension

A generalization of dimension is the notion of k-dimension (written dimk) which is the minimal number of chains of length at most k in whose product the partial order can be embedded. In particular, the 2-dimension of an order can be seen as the size of the smallest set such that the order embeds in the inclusion order on this set.

See also

  • Interval dimension

References