Oriented matroid

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
File:Max-flow min-cut example.svg
Oriented-matroid theory allows a combinatorial approach to the max-flow min-cut theorem. A network with the value of flow equal to the capacity of an s-t cut

An oriented matroid is a mathematical structure that abstracts the properties of directed graphs and of arrangements of vectors in a vector space over an ordered field (particularly for partially ordered vector spaces).[1] In comparison, an ordinary (i.e., non-oriented) matroid abstracts the dependence properties that are common both to graphs, which are not necessarily directed, and to arrangements of vectors over fields, which are not necessarily ordered.[2] [3]

All oriented matroids have an underlying matroid. Thus, results on ordinary matroids can be applied to oriented matroids. However, the converse is false; some matroids cannot become an oriented matroid by orienting an underlying structure (e.g., circuits or independent sets).[4] The distinction between matroids and oriented matroids is discussed further below.

Matroids are often useful in areas such as dimension theory and algorithms. Because of an oriented matroid's inclusion of additional details about the oriented nature of a structure, its usefulness extends further into several areas including geometry and optimization.

Background

In order to abstract the concept of orientation on the edges of a graph to sets, one needs the ability to assign "direction" to the elements of a set. The way this achieved is with the following definition of signed sets.

  • A signed set, X, combines a set of objects \underline{X} with a partition of that set into two subsets: X^+ and X^-.
The members of X^+ are called the positive elements; members of X^- are the negative elements.
  • The set \underline{X} = X^+ \cup X^- is called the support of X.
  • The empty signed set,  \empty is defined in the obvious way.
  • The signed set Y is the opposite of X, i.e., Y = -X, if and only if Y^+ = X^- and Y^- = X^+

Given an element of the support x, we will write x for a positive element and -x for a negative element. In this way, a signed set is just adding negative signs to distinguished elements. This will make sense as a "direction" only when we consider orientations of larger structures. Then the sign of each element will encode its direction relative to this orientation.

Axiomatizations

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Like ordinary matroids, several equivalent systems of axioms exist. (Such structures that possess multiple equivalent axiomatizations are called cryptomorphic.)

Circuit axioms

Let E be any set. We refer to E as the ground set. Let \mathcal{C} be a collection of signed sets, each of which is supported by a subset of E. If the following axioms hold for \mathcal{C}, then equivalently \mathcal{C} is the set of signed circuits for an oriented matroid on E.

  • (C0) \empty \notin \mathcal{C}
  • (C1) (symmetric) \mbox{ For all } X \in \mathcal{C},~ -\!X \in \mathcal{C}.
  • (C2) (incomparable) \mbox{ For all } X,Y \in \mathcal{C},~~ \mbox{ if } X\subseteq Y\mbox{ then } (X=Y \mbox{ or } X = -Y).
  • (C3) (weak elimination) \mbox{ For all } X,Y \in \mathcal{C}, X \neq -Y \mbox{ with an } e \in X^+ \cap Y^- \mbox{ there is a } Z \in \mathcal{C} \mbox{ such that }
    •  Z^+ \subseteq (X^+ \cup Y^+)\setminus\{e\} \mbox{ and }
    •  Z^- \subseteq (X^- \cup Y^-)\setminus\{e\}.

Chirotope axioms

Let E be as above. A chirotope of rank r is a function \chi\colon E^r\to \{-1,0,1\} that satisfies the following axioms.

  • (B0) \chi is not identically zero
  • (B1) (alternating) For any permutation \sigma and x_1,\dots,x_r\in E, \chi\left(x_{\sigma(1)},\dots,x_{\sigma(r)}\right)=\text{sgn}(\sigma)\chi\left(x_1,\dots,x_r\right), where \text{sgn}(\sigma) is the sign of the permutation.
  • (B2) (exchange) For any x_1,\dots,x_r,y_1,\dots,y_r\in E such that \chi(y_i,x_2,\dots,x_r)\chi(y_1,\dots,y_{i-1},x_1,y_{i+1},\dots,y_r)\ge 0 for each i, then we also have  \chi\left(x_1,\dots,x_r\right)\chi\left(y_1,\dots,y_r\right)\ge0.

The term chirotope is derived from the mathematical notion of chirality, which is a concept abstracted from chemistry, where it is used to distinguish molecules that have the same structure except for a reflection.

Equivalence

Every chirotope of rank r gives rise to a set of bases of a matroid on E consisting of those r-element subsets that \chi assigns a nonzero value.[5] The chirotope can then sign the circuits of that matroid. If  C is a circuit of the described matroid, then C\subset \{x_1,\dots,x_r,x_{r+1}\} where \{x_1,\dots,x_r\} is a basis. Then C can be signed with positive elements

C^+=\{x_i: (-1)^i\chi(x_1,\dots,x_{i-1},\dots,x_{i+1},\dots,x_{r+1})=1\}

and negative elements the complement. Thus a chirotope gives rise to the oriented bases of an oriented matroid. In this sense, (B0) is the nonempty axiom for bases and (B2) is the basis exchange property.

Examples

Oriented matroids are often introduced (e.g., Bachem and Kern) as an abstraction for directed graphs or systems of linear inequalities. Below are the explicit constructions.

Directed graphs

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Given a digraph, we define a signed circuit from the standard circuit of the graph by the following method. The support of the signed circuit \textstyle \underline{X} is the standard set of edges in a minimal cycle. We go along the cycle in the clockwise or anticlockwise direction assigning those edges whose orientation agrees with the direction to the positive elements \textstyle X^+ and those edges whose orientation disagrees with the direction to the negative elements \textstyle X^-. If \textstyle \mathcal{C} is the set of all such \textstyle X, then \textstyle \mathcal{C} is the set of signed circuits of an oriented matroid on the set of edges of the directed graph.

File:Directed graph.svg
A directed graph

If we consider the directed graph on the right, then we can see that there are only two circuits, namely \textstyle \{(1,2),(1,3),(3,2)\} and \textstyle \{(3,4),(4,3)\}. Then there are only four possible signed circuits corresponding to clockwise and anticlockwise orientations, namely \textstyle\{ (1,2),-(1,3),-(3,2)\}, \textstyle\{ -(1,2),(1,3),(3,2)\}, \textstyle\{(3,4),(4,3)\}, and \textstyle\{-(3,4),-(4,3)\}. These four sets form the set of signed circuits of an oriented matroid on the set \textstyle \{ (1,2),(1,3),(3,2),(3,4),(4,3)\}.

Linear algebra

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

If \textstyle E is any finite subset of \textstyle\mathbb{R}^n, then the set of minimal linearly dependent sets forms the circuit set of a matroid on \textstyle E. To extend this construction to oriented matroids, for each circuit \textstyle \{v_1,\dots,v_m\} there is a minimal linear dependence

\sum_{i=1}^m \lambda_i v_i =0

with \textstyle \lambda_i\in\mathbb{R}. Then the signed circuit \textstyle X=\{X^+,X^-\} has positive elements \textstyle X^+=\{v_i:\lambda_i>0\} and negative elements \textstyle X^-=\{v_i:\lambda_i<0\}. The set of all such \textstyle X forms the set of signed circuits of an oriented matroid on \textstyle E. Oriented matroids that can be realized this way are called representable.

Given the same set of vectors E, we can define the same oriented matroid with a chirotope \chi:E^r\rightarrow\{-1,0,1\}. For any x_1,\dots,x_r\in E let

\chi(x_1,\dots,x_r)=\text{sgn}(\det(x_1,\dots,x_r))

where the right hand side of the equation is the sign of the determinant. Then  \chi is the chirotope of the same oriented matroid on the set E.

Convex polytope

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Ziegler introduces oriented matroids via convex polytopes.

Results

Orientability

A standard matroid is called orientable if its circuits are the supports of signed circuits of some oriented matroid. It is known that all real representable matroids are orientable. It is also known that the class of orientable matroids is closed under taking minors, however the list of forbidden minors for orientable matroids is known to be infinite.[6] In this sense, oriented matroids is a much stricter formalization than regular matroids.

Duality

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Much like matroids have unique dual, oriented matroids have unique orthogonal dual. What this means is the underlying matroids are dual and that the cocircuits are signed so that they are orthogonal to every circuit. Two signed sets are said to be orthogonal if the intersection of their supports is empty or if the restriction of their positive elements to the intersection and negative elements to the intersection form two nonidentical and non-opposite signed sets. The existence and uniqueness of the dual oriented matroid depends on the fact that every signed circuit is orthogonal to every signed cocircuit.[7] To see why orthogonality is necessary for uniqueness one needs only to look to the digraph example above. We know that for planar graphs, that the dual of the circuit matroid is the circuit matroid of the graph's planar dual. Thus there are as many different oriented matroids that are dual as there are ways to orient a graph and its dual.

To see the explicit construction of this unique orthogonal dual oriented matroid, consider an oriented matroid's chirotope \chi:E^r\rightarrow\{-1,0,1\}. If we consider a list of elements of  x_1,\dots,x_k \in E as a cyclic permutation then we define \text{sgn}(x_1,\dots,x_k) to be the sign of the associated permutation. If \chi^*:E^{|E|-r}\rightarrow\{-1,0,1\} is defined as

\chi^*(x_1,\dots,x_r)\mapsto \chi(x_{r+1},\dots,x_{|E|})\text{sgn}(x_1,\dots,x_r,x_{r+1},\dots,x_{|E|}),

then \chi^* is the chirotope of the unique orthogonal dual oriented matroid.[8]

Topological representation

File:Pappos pseudo.svg
This is an example of a pseudoline arrangement that is distinct from any line arrangement.

Oriented matroids are abstractions of geometric constructs. The exact constructs are arrangements of pseudospheres. A d-dimensional pseudosphere is an embedding of e:S^d\hookrightarrow S^{d+1} such that there exists a homeomorphism h:S^{d+1}\rightarrow S^{d+1} so that h \circ e embeds S^d as an equator of S^{d+1}. In this sense a pseudosphere is just a tame sphere (as opposed to wild spheres). A pseudosphere arrangement in S^d is a collection of pseudospheres that intersect along pseudospheres. The Folkman Lawrence topological representation theorem states that every oriented matroid of rank d+1 can be obtained from a pseudosphere arrangement in S^d.[9]

Geometry

File:Shapley–Folkman lemma.svg
A zonotope, which is a Minkowski sum of line segments, is a fundamental model for oriented matroids. The sixteen dark red points (on the right) form the Minkowski sum of the four non-convex sets (on the left), each of which consists of a pair of red points. Their convex hulls (shaded pink) contain plus signs (+): The right plus sign is the sum of the left plus signs.

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The theory of oriented matroids has influenced the development of combinatorial geometry, especially the theory of convex polytopes, zonotopes, and of configurations of vectors (arrangements of hyperplanes).[10] Many results—Carathéodory's theorem, Helly's theorem, Radon's theorem, the Hahn–Banach theorem, the Krein–Milman theorem, the lemma of Farkas—can be formulated using appropriate oriented matroids.[11]

Optimization

File:Simplex description.png
In convex geometry, the simplex algorithm for linear programming is interpreted as tracing a path along the vertices of a convex polyhedron. Oriented matroid theory studies the combinatorial invariants that are revealed in the sign patterns of the matrices that appear as pivoting algorithms exchange bases.

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

The theory of oriented matroids was initiated by R. Tyrrell Rockafellar to describe the sign patterns of the matrices arising through the pivoting operations of Dantzig's simplex algorithm; Rockafellar was inspired by Albert W. Tucker's studies of such sign patterns in "Tucker tableaux". [12]

The theory of oriented matroids has led to breakthroughs in combinatorial optimization. In linear programming, it was the language in which Robert G. Bland formulated his pivoting rule, by which the simplex algorithm avoids cycles. Similarly, it was used by Terlaky and Zhang to prove that their criss-cross algorithms have finite termination for linear programming problems. Similar results were made in convex quadratic programming by Todd and Terlaky.[13] It has been applied to linear-fractional programming,[14] quadratic-programming problems, and linear complementarity problems.[15][16][17]

Outside of combinatorial optimization, OM theory also appears in convex minimization in Rockafellar's theory of "monotropic programming" and related notions of "fortified descent".[18] Similarly, matroid theory has influenced the development of combinatorial algorithms, particularly the greedy algorithm.[19] More generally, a greedoid is useful for studying the finite termination of algorithms.

References

  1. Rockafellar 1969. Björner et alia, Chapters 1-3. Bokowski, Chapter 1. Ziegler, Chapter 7.
  2. Björner et alia, Chapters 1-3. Bokowski, Chapters 1-4.
  3. Because matroids and oriented matroids are abstractions of other mathematical abstractions, nearly all the relevant books are written for mathematical scientists rather than for the general public. For learning about oriented matroids, a good preparation is to study the textbook on linear optimization by Nering and Tucker, which is infused with oriented-matroid ideas, and then to proceed to Ziegler's lectures on polytopes.
  4. Björner et alia, Chapter 7.9.
  5. Björner et alia, Chapter 3.5
  6. Björner et alia, Chapter 7.9
  7. Björner et alia, Chapter 3.4
  8. Björner et alia, Chapter 3.6
  9. Björner et alia, Chapter 5.2
  10. Bachem and Kern, Chapters 1–2 and 4–9. Björner et alia, Chapters 1–8. Ziegler, Chapter 7–8. Bokowski, Chapters 7–10.
  11. Bachem and Wanka, Chapters 1–2, 5, 7–9. Björner et alia, Chapter 8.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Björner et alia, Chapters 8-9. Fukuda and Terlaky. Compare Ziegler.
  14. Illés, Szirmai & Terlaky (1999)
  15. Fukuda & Terlaky (1997)
  16. Fukuda & Terlaky (1997, p. 385)
  17. Fukuda & Namiki (1994, p. 367)
  18. Rockafellar 1984 and 1998.
  19. Lawler. Rockafellar 1984 and 1998.


Further reading

Books

  • A. Bachem and W. Kern. Linear Programming Duality: An Introduction to Oriented Matroids. Universitext. Springer-Verlag, 1992.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Evar D. Nering and Albert W. Tucker, 1993, Linear Programs and Related Problems, Academic Press. (elementary)
  • R. T. Rockafellar. Network Flows and Monotropic Optimization, Wiley-Interscience, 1984 (610 pages); republished by Athena Scientific of Dimitri Bertsekas, 1998.
  • Ziegler, Günter M., Lectures on Polytopes, Springer-Verlag, New York, 1994.
  • Richter-Gebert, J. and G. Ziegler, Oriented Matroids, In Handbook of Discrete and Computational Geometry, J. Goodman and J.O'Rourke, (eds.), CRC Press, Boca Raton, 1997, p. 111-132.

Articles

  • A. Bachem, A. Wanka, Separation theorems for oriented matroids, Discrete Math. 70 (1988) 303—310.
  • Robert G. Bland, New finite pivoting rules for the simplex method, Math. Oper. Res. 2 (1977) 103–107.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • R. T. Rockafellar. The elementary vectors of a subspace of R^n, in Combinatorial Mathematics and its Applications, R. C. Bose and T. A. Dowling (eds.), Univ. of North Carolina Press, 1969, 104-127.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Michael J. Todd, Linear and quadratic programming in oriented matroids, J. Combin. Theory Ser. B 39 (1985) 105—133.
  • Lua error in package.lua at line 80: module 'strict' not found.

On the web

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.

External links