Order Dimension
   HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, the dimension of a
partially ordered set In mathematics, especially order theory, a partial order on a Set (mathematics), set is an arrangement such that, for certain pairs of elements, one precedes the other. The word ''partial'' is used to indicate that not every pair of elements need ...
(poset) is the smallest number of
total order In mathematics, a total order or linear order is a partial order in which any two elements are comparable. That is, a total order is a binary relation \leq on some set X, which satisfies the following for all a, b and c in X: # a \leq a ( re ...
s the
intersection In mathematics, the intersection of two or more objects is another object consisting of everything that is contained in all of the objects simultaneously. For example, in Euclidean geometry, when two lines in a plane are not parallel, their ...
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. first studied order dimension; for a more detailed treatment of this subject than provided here, see .


Formal definition

The dimension of a poset ''P'' is the least integer ''t'' for which there exists a family :\mathcal R=(<_1,\dots,<_t) of
linear extension In order theory, a branch of mathematics, a linear extension of a partial order is a total order (or linear order) that is compatible with the partial order. As a classic example, the lexicographic order of totally ordered sets is a linear extensi ...
s 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. That is, :P=\bigcap\mathcal R=\bigcap_^t <_i. An alternative definition of order dimension is the minimal number of
total order In mathematics, a total order or linear order is a partial order in which any two elements are comparable. That is, a total order is a binary relation \leq on some set X, which satisfies the following for all a, b and c in X: # a \leq a ( re ...
s such that ''P'' embeds into their product with componentwise ordering i.e. x \leq y if and only if x_i \leq y_i for all ''i'' (, ).


Realizers

A family \mathcal R=(<_1,\dots,<_t) of linear orders on ''X'' is called a realizer of a poset ''P'' = (''X'', <''P'') if :<_P = \bigcap\mathcal R, which is to say that for any ''x'' and ''y'' in ''X'', ''x'' <''P'' ''y'' precisely when ''x'' <1 ''y'', ''x'' <2 ''y'', ..., and ''x'' <''t'' ''y''. Thus, an equivalent definition of the dimension of a poset ''P'' is "the least
cardinality The thumb is the first digit of the hand, next to the index finger. When a person is standing in the medical anatomical position (where the palm is facing to the front), the thumb is the outermost digit. The Medical Latin English noun for thum ...
of a realizer of ''P''." It can be shown that any nonempty family ''R'' 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'', ''y'' <''i'' ''x'' for some order <''i'' in ''R''.


Example

Let ''n'' be a positive integer, and let ''P'' be the partial order on the elements ''ai'' and ''bi'' (for 1 ≤ ''i'' ≤ ''n'') in which ''ai'' ≤ ''bj'' whenever ''i'' ≠ ''j'', 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 In graph theory and order theory, a comparability graph is an undirected graph that connects pairs of elements that are comparable to each other in a partial order. Comparability graphs have also been called transitively orientable graphs, partial ...
is the
complement Complement may refer to: The arts * Complement (music), an interval that, when added to another, spans an octave ** Aggregate complementation, the separation of pitch-class collections into complementary sets * Complementary color, in the visu ...
of the comparability graph of a different partial order . 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 order In order theory, order-theoretic mathematics, a series-parallel partial order is a partially ordered set built up from smaller series-parallel partial orders by two simple composition operations... The series-parallel partial orders may be charact ...
s . They are exactly the partial orders whose
Hasse diagram In order theory, a Hasse diagram (; ) is a type of mathematical diagram used to represent a finite partially ordered set, in the form of a drawing of its transitive reduction. Concretely, for a partially ordered set (S,\le) one represents each ...
s have
dominance drawing Dominance drawing is a style of graph drawing of directed acyclic graphs that makes the reachability relations between vertices visually apparent. In dominance drawing, vertices are placed at distinct points of the Euclidean plane and a vertex ''v ...
s, 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 In theoretical computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations p ...
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 In computational complexity theory, NP-complete problems are the hardest of the problems to which ''solutions'' can be verified ''quickly''. Somewhat more precisely, a problem is NP-complete when: # It is a decision problem, meaning that for any ...
to test whether the order dimension is at most ''k'' .


Incidence posets of graphs

The incidence poset of any
undirected graph In discrete mathematics, particularly in graph theory, a graph is a structure consisting of a set of objects where some pairs of the objects are in some sense "related". The objects are represented by abstractions called '' vertices'' (also call ...
''G'' has the vertices and edges of ''G'' as its elements; in this poset, ''x'' ≤ ''y'' 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 In the mathematical field of graph theory, a path graph (or linear graph) is a graph whose vertices can be listed in the order such that the edges are where . Equivalently, a path with at least two vertices is connected and has two termina ...
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 In graph theory, a planar graph is a graph (discrete mathematics), graph that can be graph embedding, embedded in the plane (geometry), plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. ...
if and only if the order dimension of its incidence poset is at most three . For a complete graph on ''n'' vertices, the order dimension of the incidence poset is \Theta(\log\log n) . It follows that all simple ''n''-vertex graphs have incidence posets with order dimension O(\log\log n).


''k''-dimension and 2-dimension

A generalization of dimension is the notion of ''k''-dimension (written \textrm_k) which is the minimal number of
chains A chain is a serial assembly of connected pieces, called links, typically made of metal, with an overall character similar to that of a rope in that it is flexible and curved in compression but linear, rigid, and load-bearing in tension. A ...
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 In the mathematical field of order theory, an inclusion order is the partial order that arises as the subset-inclusion relation on some collection of objects. In a simple way, every poset ''P'' = (''X'',≤) is (isomorphic to) an inclusion orde ...
on this set.


See also

* Interval dimension


References

*. *. *. *. *. *. *. *. *{{citation , doi = 10.1137/0603036 , last = Yannakakis , first = Mihalis , author-link = Mihalis Yannakakis , issue = 3 , journal = SIAM Journal on Algebraic and Discrete Methods , pages = 351–358 , title = The complexity of the partial order dimension problem , volume = 3 , year = 1982. Order theory Dimension theory NP-complete problems