Oriented Matroids: Applications - Chapters 6, 7 and 8

Total Page:16

File Type:pdf, Size:1020Kb

Oriented Matroids: Applications - Chapters 6, 7 and 8 Oriented Matroids: Applications - Chapters 6, 7 and 8 Kalle Klimkewitz 10.12.2013 Contents 1 Introduction 1 2 Catalog 1 2.1 Organisation . .2 2.2 Properties . .4 2.3 Generation . .6 3 Point Configurations 7 3.1 Basics . .7 3.2 A Conjecture Related to the Sylvester-Gallai Theorem . .9 4 Hyperplane Arrangements 9 4.1 Basics . 10 1 Introduction In the presentation and this final report we want to talk about the applications of what we have learned so far in the doctoral thesis of L.Finschi [1]. This covers most of chapters 6, 7 and 8 of the thesis. We take a look at how we create a catalog of oriented matroids in section 2. Next, in section 3, we want to find out how to use this catalog to create a catalog of all possible point configurations. In section 4 we do the same thing for hyperplane arrangements. Note that whenever we specify numbers in definitons, theorems, etc. we refer to the number in the thesis. 2 Catalog We want to create a catalog of all isomorphism classes of oriented matroids. To do this we want to use chapters 3 (Generation of Oriented Matroids and 1 Isomorphism Classes), 4 (Tope Graphs and Single Element Extensions) and 5 (Cocircuit Graphs and Single Element Extensions) of the thesis. That means we want to create all isomorphism classes inductively by sin- gle element extensions starting from the easy base cases when the number of elements equals the rank of the matroid or when the rank is 2. In both cases there exists exactly one isomorphism class of oriented matroids. Note that we can always restrict to simple oriented matroids, as there exists a simple oriented matroid in every isomorphism class. In subsection 2.1 we will specify the way of organizing the calatog, in 2.2 we will investigate some the the properties this induces. In 2.3 we show how the catalog is generated. 2.1 Organisation First, one has to decide on how to organize this catalog. For this one has to decide on two basic questions: • how do we save the isomorphism classes, i.e. we have to decided on a data format • how do we order the classes, i.e. decide on an ordering principle Lets look at the ordering principle first. When deciding how to order the isomorphism classes we should try to order them by invariants of the class as otherwise the ordering might depend on the representative we choose for every class. These invariants include: the number of elements n, the rank r, the big face lattice, the tope graph and the cocircuit graph. Notice that the latter three do not directly induce an ordering, meaning if we are for example given two tope graphs its not clear which one is bigger. This is why we choose n and r to order by first, leading to the definiton of IC(n; r), a list that includes all isomorphism classes of oriented matroids with n elements of rank r. We thus only need to decide how to order inside IC(n; r). As there does not seem to be a canonical way to do so, this gives us the freedom to choose it somewhat arbitrarily such that it will give us a natural and practical overall ordering. Before we go into further detail we need to specify the data format that is used. For this we need some preliminaries from Chapter 0. With any basis of the underlying matroid and every element in it, we can associate a cocircuit that is well defined, called the fundamental cocircuit: Definiton (0.9.3, Fundamental Cocircuit). For an oriented matroid M, a basis 0 B and an e 2 B we call the cocircuit X determined by Bne ⊆ X and Xe = + the fundamental cocircuit of B w.r.t. e This cocircuit can be used to define a basis orientation, which acts as a sign variant of the determinant: Definiton (0.9.4, Basis Orientation). For an oriented matroid M and its or- dered bases (B) a map χ :(B) ! {−; +g is called a basis orientation if 2 • χ is alternating, i.e. if for any ordered basis (B) and permutation π we have χ(π(B)) = sign(π)χ(B). • for all (B) 2 (B), e 2 B; f 62 B s.t Bne [ f 2 B we have χ(B : e ! f) = XeXf χ(B) where X is the fundamental cocircuit of w.r.t. B and e (i.e. we can calculate the value of the new basis using the value of the old basis and the fundamental cocircuit). Such a basis orientation is unique up to negation, as stated by the next theorem. Theorem (0.9.5, Las Vergnas). Every oriented matroid has exactly two basis orientations χ and −χ. We extend this unique basis orientation to all r-subsets and get the chirotope which determines the oriented matroid: Definiton (0.9.6, Chirotope). Let M be oriented matroid of rank r on n ele- ments. We call fχ, −χg the chirotope of M if χ is a map defined on all ordered r-subsets of E s.t. • restricted to the bases, χ is a basis orientation • χ = 0 for all non-basis r-subsets Proposition (0.9.7). The chirotope together with rank r and E determines M. The proposition is easily proven by getting the cocircuits from the bases, from which we get all covectors in M. We use the chirotope to save the matroid. For every matroid we need to save n one sign for every r-subset of f1; : : : ; ng, thus r signs in total. This number is the same for every matroid in IC(n; r). We order the subsets in reverse lexicographic ordering. That means that we order the elements in every subset increasing and order the subsets by the largest element first, than by the second largest and so forth. Lets look at an example, the ordering of 2-subsets of 4 elements: Example. The usual ordering would be: 12,13,14,23,24,34 (ordering by the lowest element first) whereas we take 12,13,23,14,24,34 3 Note that this give us the following two interesting properties. The first 2 sets do not contain 4 and are exactly the 2-subsets of 3 elements in the reverse 3 lexicographic ordering. The last 1 sets on the other hand contain 4 and if we delete the 4 from every set, we are left with the 1-subsets of 3 elements, also n−1 in reverse lexicographic ordering. This generalizes to the first r signs and n−1 the last r−1 signs for r-subsets of n elements, which will be used in the later proofs. To save the matroid we now always take χ or −χ s.t. first non-zero entry is +. More formally: 3 Definiton (Encoding). M oriented matroid on E = f1; : : : ; ng of rank r. De- n note χ(M) 2 {−; +; 0g(r) the encoding of M by the lexicographically positive map in the chirotope of M where the signs are given according to the reverse lexicographically sorted r-subsets. Now we can give an answer to the Isomorphism Class Representation Prob- lem posed in Chapter 3. For every class of isomorphic oriented matroids we choose the representative s.t. χ is lexicographically maximal, where − < + < 0. To find the representative of given simple oriented matroid we might need to consider all permutations and reorientations. Again, more formally and to introduce the notation: Definiton (Representative). M oriented matroid on E = f1; : : : ; ng. Denote by rep(M) the uniquely determined simple oriented matroid on E which is in the same isomorphism class and for which χ(rep(M)) is lexicographically maximal. With this we can now specify how we want to order inside IC(n; r): we order the classes such that the encoding of the representatives is lexicographically increasing. Denote by IC(n; r; c) the isomorphism class that comes at the cth position in this list. This completes the specification of the organization of the catalog. 2.2 Properties Here we want to investigate three properties of the catalog. The first two will be used in the generation process, the third is a useful property about uniform oriented matroids. Lemma (6.3.1). M simple oriented matroid on E = f1; : : : ; ng of rank r. Then n−1 1. If n 2 E is not a coloop then the first r signs of χ(M) are not all 0 and are equal to the signs of χ(Mnn) (in the same order) n−1 2. If n 2 E is a coloop then the first r signs of χ(M) are all 0 and the n−1 last r−1 signs of χ(M) are equal to the sign of χ(Mnn) (in the same order) Proof. To prove this we use reverse lexicographic ordering and the properties that were mentioned earlier. Note that n is a coloop if and only if it is part of every basis. Thus, if n is not a coloop there exists an r-subset that does not include n n−1 (and corresponds to one of the first r signs) and that is a basis meaning it has a non-zero entry. Notice that the rank of M is equal to the rank of Mnn and every basis of the latter is also a basis of M. Restricting χ to the deletion minor leads to a basis orientation of the deletion minor (the axioms are fulfilled), which proves the first part.
Recommended publications
  • Combinatorial Characterizations of K-Matrices
    Combinatorial Characterizations of K-matricesa Jan Foniokbc Komei Fukudabde Lorenz Klausbf October 29, 2018 We present a number of combinatorial characterizations of K-matrices. This extends a theorem of Fiedler and Pt´ak on linear-algebraic character- izations of K-matrices to the setting of oriented matroids. Our proof is elementary and simplifies the original proof substantially by exploiting the duality of oriented matroids. As an application, we show that a simple principal pivot method applied to the linear complementarity problems with K-matrices converges very quickly, by a purely combinatorial argument. Key words: P-matrix, K-matrix, oriented matroid, linear complementarity 2010 MSC: 15B48, 52C40, 90C33 1 Introduction A matrix M ∈ Rn×n is a P-matrix if all its principal minors (determinants of principal submatrices) are positive; it is a Z-matrix if all its off-diagonal elements are non-positive; and it is a K-matrix if it is both a P-matrix and a Z-matrix. Z- and K-matrices often occur in a wide variety of areas such as input–output produc- tion and growth models in economics, finite difference methods for partial differential equations, Markov processes in probability and statistics, and linear complementarity problems in operations research [2]. In 1962, Fiedler and Pt´ak [9] listed thirteen equivalent conditions for a Z-matrix to be a K-matrix. Some of them concern the sign structure of vectors: arXiv:0911.2171v3 [math.OC] 3 Aug 2010 a This research was partially supported by the project ‘A Fresh Look at the Complexity of Pivoting in Linear Complementarity’ no.
    [Show full text]
  • Arxiv:1508.05446V2 [Math.CO] 27 Sep 2018 02,5B5 16E10
    CELL COMPLEXES, POSET TOPOLOGY AND THE REPRESENTATION THEORY OF ALGEBRAS ARISING IN ALGEBRAIC COMBINATORICS AND DISCRETE GEOMETRY STUART MARGOLIS, FRANCO SALIOLA, AND BENJAMIN STEINBERG Abstract. In recent years it has been noted that a number of combi- natorial structures such as real and complex hyperplane arrangements, interval greedoids, matroids and oriented matroids have the structure of a finite monoid called a left regular band. Random walks on the monoid model a number of interesting Markov chains such as the Tsetlin library and riffle shuffle. The representation theory of left regular bands then comes into play and has had a major influence on both the combinatorics and the probability theory associated to such structures. In a recent pa- per, the authors established a close connection between algebraic and combinatorial invariants of a left regular band by showing that certain homological invariants of the algebra of a left regular band coincide with the cohomology of order complexes of posets naturally associated to the left regular band. The purpose of the present monograph is to further develop and deepen the connection between left regular bands and poset topology. This allows us to compute finite projective resolutions of all simple mod- ules of unital left regular band algebras over fields and much more. In the process, we are led to define the class of CW left regular bands as the class of left regular bands whose associated posets are the face posets of regular CW complexes. Most of the examples that have arisen in the literature belong to this class. A new and important class of ex- amples is a left regular band structure on the face poset of a CAT(0) cube complex.
    [Show full text]
  • Complete Enumeration of Small Realizable Oriented Matroids
    Complete enumeration of small realizable oriented matroids Komei Fukuda ∗ Hiroyuki Miyata † Institute for Operations Research and Graduate School of Information Institute of Theoretical Computer Science, Sciences, ETH Zurich, Switzerland Tohoku University, Japan [email protected] [email protected] Sonoko Moriyama ‡ Graduate School of Information Sciences, Tohoku University, Japan [email protected] September 26, 2012 Abstract Enumeration of all combinatorial types of point configurations and polytopes is a fundamental problem in combinatorial geometry. Although many studies have been done, most of them are for 2-dimensional and non-degenerate cases. Finschi and Fukuda (2001) published the first database of oriented matroids including degenerate (i.e., non-uniform) ones and of higher ranks. In this paper, we investigate algorithmic ways to classify them in terms of realizability, although the underlying decision problem of realizability checking is NP-hard. As an application, we determine all possible combinatorial types (including degenerate ones) of 3-dimensional configurations of 8 points, 2-dimensional configurations of 9 points and 5- dimensional configurations of 9 points. We could also determine all possible combinatorial types of 5-polytopes with 9 vertices. 1 Introduction Point configurations and convex polytopes play central roles in computational geometry and discrete geometry. For many problems, their combinatorial structures or types is often more important than their metric structures. The combinatorial type of a point configuration is defined by all possible partitions of the points by a hyperplane (the definition given in (2.1)), and encodes various important information such as the convexity, the face lattice of the convex hull and all possible triangulations.
    [Show full text]
  • Coms: Complexes of Oriented Matroids Hans-Jürgen Bandelt, Victor Chepoi, Kolja Knauer
    COMs: Complexes of Oriented Matroids Hans-Jürgen Bandelt, Victor Chepoi, Kolja Knauer To cite this version: Hans-Jürgen Bandelt, Victor Chepoi, Kolja Knauer. COMs: Complexes of Oriented Matroids. Journal of Combinatorial Theory, Series A, Elsevier, 2018, 156, pp.195–237. hal-01457780 HAL Id: hal-01457780 https://hal.archives-ouvertes.fr/hal-01457780 Submitted on 6 Feb 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. COMs: Complexes of Oriented Matroids Hans-J¨urgenBandelt1, Victor Chepoi2, and Kolja Knauer2 1Fachbereich Mathematik, Universit¨atHamburg, Bundesstr. 55, 20146 Hamburg, Germany, [email protected] 2Laboratoire d'Informatique Fondamentale, Aix-Marseille Universit´eand CNRS, Facult´edes Sciences de Luminy, F-13288 Marseille Cedex 9, France victor.chepoi, kolja.knauer @lif.univ-mrs.fr f g Abstract. In his seminal 1983 paper, Jim Lawrence introduced lopsided sets and featured them as asym- metric counterparts of oriented matroids, both sharing the key property of strong elimination. Moreover, symmetry of faces holds in both structures as well as in the so-called affine oriented matroids. These two fundamental properties (formulated for covectors) together lead to the natural notion of \conditional oriented matroid" (abbreviated COM).
    [Show full text]
  • ADDENDUM the Following Remarks Were Added in Proof (November 1966). Page 67. an Easy Modification of Exercise 4.8.25 Establishes
    ADDENDUM The following remarks were added in proof (November 1966). Page 67. An easy modification of exercise 4.8.25 establishes the follow­ ing result of Wagner [I]: Every simplicial k-"complex" with at most 2 k ~ vertices has a representation in R + 1 such that all the "simplices" are geometric (rectilinear) simplices. Page 93. J. H. Conway (private communication) has established the validity of the conjecture mentioned in the second footnote. Page 126. For d = 2, the theorem of Derry [2] given in exercise 7.3.4 was found earlier by Bilinski [I]. Page 183. M. A. Perles (private communication) recently obtained an affirmative solution to Klee's problem mentioned at the end of section 10.1. Page 204. Regarding the question whether a(~) = 3 implies b(~) ~ 4, it should be noted that if one starts from a topological cell complex ~ with a(~) = 3 it is possible that ~ is not a complex (in our sense) at all (see exercise 11.1.7). On the other hand, G. Wegner pointed out (in a private communication to the author) that the 2-complex ~ discussed in the proof of theorem 11.1 .7 indeed satisfies b(~) = 4. Page 216. Halin's [1] result (theorem 11.3.3) has recently been genera­ lized by H. A. lung to all complete d-partite graphs. (Halin's result deals with the graph of the d-octahedron, i.e. the d-partite graph in which each class of nodes contains precisely two nodes.) The existence of the numbers n(k) follows from a recent result of Mader [1] ; Mader's result shows that n(k) ~ k.2(~) .
    [Show full text]
  • Independent Hyperplanes in Oriented Paving Matroids
    Independent Hyperplanes in Oriented Paving Matroids Lamar Chidiac Winfried Hochst¨attler Fakult¨atf¨urMathematik und Informatik, FernUniversit¨atin Hagen, Germany, flamar.chidiac,[email protected] Abstract In 1993, Csima and Sawyer [3] proved that in a non-pencil arrangement of n pseudolines, 6 there are at least 13 n simple points of intersection. Since pseudoline arrangements are the topological representations of reorientation classes of oriented matroids of rank 3, in this paper, we will use this result to prove by induction that an oriented paving matroid of rank r ≥ 3 12 n on n elements, where n ≥ 5 + r, has at least 13(r−1) r−2 independent hyperplanes, yielding a new necessary condition for a paving matroid to be orientable. 1 Introduction In 1893 Sylvester asked in [18] the following question: \Prove that it is not possible to arrange any finite number of real points so that a right line through every two of them shall pass through a third, unless they all lie in the same right line." This question remained unsolved for almost 40 years, until it was independently raised by Erd¨osand solved shortly after by Gallai in 1933 [7, 8, 6] and later on several other proofs have been found (for reference [16], p.451 and [2], p. 65). In other words, the Sylvester-Gallai theorem states that given a set of non-collinear points in the Euclidean plane, we can always find at least one line that has exactly two of the given points, we call it an ordinary line. A generalization of this theorem to higher dimension is not always true, i.e.
    [Show full text]
  • A Lattice-Theoretical Characterization of Oriented Matroids
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Europ . J . Combinatorics (1997) 18 , 563 – 574 A Lattice-theoretical Characterization of Oriented Matroids W . H OCHSTA ¨ TTLER If 3 is the big face lattice of the covectors of an oriented matroid , it is well known that the zero map is a cover-preserving , order-reversing surjection onto the geometric lattice of the underlying (unoriented) matroid . In this paper we give a (necessary and) suf ficient condition for such maps to come from the face lattice of an oriented matroid . ÷ 1997 Academic Press Limited 1 . I NTRODUCTION Combinatorial geometries or matroids were considered as systems of points , lines or higher dimensional flats and their incidences for the first time in [14] . In oriented combinatorial geometry the property ‘is not on’ is replaced by ‘is to the left or to the right of’ . A geometric lattice is an unoriented incidence system corresponding to a simple matroid . The natural counterpart to a geometric lattice on the oriented side is the face lattice of an oriented matroid . Oriented matroids—introduced in the late 1970s independently in [5] and [8]—are a generalization of the cell complexes induced by hyperplane arrangements in Euclidean space . To be more precise , oriented matroids are in one-to-one correspondence to arrangements of pseudo hyperspheres , which can be thought of as ‘broken-hyperplane arrangements in oriented projective space’ [8 , 12] . These hyperspheres induce a regular cell decomposition of the sphere . The face lattice consists of its cells ordered by inclusion in the closure .
    [Show full text]
  • Matroid Optimization and Algorithms Robert E. Bixby and William H
    Matroid Optimization and Algorithms Robert E. Bixby and William H. Cunningham June, 1990 TR90-15 MATROID OPTIMIZATION AND ALGORITHMS by Robert E. Bixby Rice University and William H. Cunningham Carleton University Contents 1. Introduction 2. Matroid Optimization 3. Applications of Matroid Intersection 4. Submodular Functions and Polymatroids 5. Submodular Flows and other General Models 6. Matroid Connectivity Algorithms 7. Recognition of Representability 8. Matroid Flows and Linear Programming 1 1. INTRODUCTION This chapter considers matroid theory from a constructive and algorithmic viewpoint. A substantial part of the developments in this direction have been motivated by opti­ mization. Matroid theory has led to a unification of fundamental ideas of combinatorial optimization as well as to the solution of significant open problems in the subject. In addition to its influence on this larger subject, matroid optimization is itself a beautiful part of matroid theory. The most basic optimizational property of matroids is that for any subset every max­ imal independent set contained in it is maximum. Alternatively, a trivial algorithm max­ imizes any {O, 1 }-valued weight function over the independent sets. Most of matroid op­ timization consists of attempts to solve successive generalizations of this problem. In one direction it is generalized to the problem of finding a largest common independent set of two matroids: the matroid intersection problem. This problem includes the matching problem for bipartite graphs, and several other combinatorial problems. In Edmonds' solu­ tion of it and the equivalent matroid partition problem, he introduced the notions of good characterization (intimately related to the NP class of problems) and matroid (oracle) algorithm.
    [Show full text]
  • Oriented Matroids Today
    Oriented Matroids Today G¨unter M. Ziegler∗ Department of Mathematics, MA 7-1 Technische Universit¨at Berlin Strasse des 17. Juni 136 10623 Berlin, Germany [email protected] http://www.math.tu-berlin.de/∼ziegler Submitted: October 6, 1995; Accepted: March 26, 1996; Version 3 of September 10, 1998. Mathematics Subject Classification: 52-00 (52B05, 52B30, 52B35, 52B40) Abstract This dynamic survey offers an “entry point” for current research in oriented matroids. For this, it provides updates on the 1993 monograph “Oriented Matroids” by Bj¨orner, Las Vergnas, Sturmfels, White & Ziegler [85], in three parts: 1. a sketch of a few “Frontiers of Research” in oriented matroid theory, 2. an update of corrections, comments and progress as compared to [85], and 3. an extensive, complete and up-to-date bibliography of oriented matroids, comprising and extending the bibliography of [85]. 1 Introduction(s). Oriented matroids are both important and interesting objects of study in Combinatorial Geometry, and indispensable tools of increasing importance and applicability for many other parts of Mathematics. The main parts of the theory and some applications were, in 1993, compiled in the quite comprehensive monograph by Bj¨orner, Las Vergnas, Sturmfels, White & Ziegler [85]. For other (shorter) introductions and surveys, see Bachem & Kern [35], Bokowski & Sturmfels [146], Bokowski [116], Goodman & Pollack [333], Ziegler [712, Chapters 6 and 7], and, most recently, Richter-Gebert & Ziegler [565]. This dynamic survey provides three parts: 1. a sketch of a few “Frontiers of Research” in oriented matroid theory, 2. an update of corrections, comments and progress as compared to [85], and 3.
    [Show full text]
  • Arxiv:Math/0406116V1
    THE POSITIVE BERGMAN COMPLEX OF AN ORIENTED MATROID FEDERICO ARDILA, CAROLINE KLIVANS, AND LAUREN WILLIAMS Abstract. We study the positive Bergman complex B+(M) of an oriented matroid M, which is a certain subcomplex of the Bergman complex B(M) of the underlying unoriented matroid M. The positive Bergman complex is defined so that given a linear ideal I with associated oriented matroid MI , the positive tropical variety associated to I is equal to + + the fan over B (MI ). Our main result is that a certain “fine” subdivision of B (M) is a geometric realization of the order complex of the proper part of the Las Vergnas face lattice of M. It follows that B+(M) is homeomorphic to a sphere. For the oriented matroid of the + complete graph Kn, we show that the face poset of the “coarse” subdivision of B (Kn) is dual to the face poset of the associahedron An−2, and we give a formula for the number of fine cells within a coarse cell. 1. Introduction In [2], Bergman defined the logarithmic limit-set of an algebraic variety in order to study its exponential behavior at infinity. We follow [13] in calling this set the Bergman complex of the variety. Bergman complexes have recently received considerable attention in several areas, such as tropical algebraic geometry and dynamical systems. They are the non- Archimedean amoebas of [5] and the tropical varieties of [10, 13]. When the variety is a linear space, so that the defining ideal I is generated by linear forms, Sturmfels [13] showed that the Bergman complex can be described solely in terms of the matroid associated to the linear ideal.
    [Show full text]
  • Enumeration of PLCP-Orientations of the 4-Cube Through Solving the Realizability Problem of Oriented Matroids
    Enumeration of PLCP-orientations of the 4-cube Lorenz Klaus Hiroyuki Miyata National Institute of Informatics, Japan Graduate School of Information Sciences, and JST, ERATO, Kawarabayashi Tohoku University, Japan Large Graph Project, Japan [email protected] [email protected] August 2, 2018 Abstract The linear complementarity problem (LCP) provides a unified approach to many problems such as linear programs, convex quadratic programs, and bimatrix games. The general LCP is known to be NP-hard, but there are some promising results that suggest the possibility that the LCP with a P-matrix (PLCP) may be polynomial-time solvable. However, no polynomial-time algorithm for the PLCP has been found yet and the computational complexity of the PLCP remains open. Simple principal pivoting (SPP) algorithms, also known as Bard-type algorithms, are candidates for polynomial-time algorithms for the PLCP. In 1978, Stickney and Watson interpreted SPP algorithms as a family of algorithms that seek the sink of unique-sink orientations of n-cubes. They performed the enumeration of the arising orientations of the 3-cube, hereafter called PLCP-orientations. In this paper, we present the enumeration of PLCP-orientations of the 4-cube. The enumeration is done via construction of oriented matroids generalizing P-matrices and realizability classification of oriented matroids. Some insights obtained in the computational experiments are presented as well. 1 Introduction The linear complementarity problem (LCP), introduced by Cottle and Dantzig [7] and Lemke and How- son [33], is defined as follows. LCP(M, q): find w, z ∈ Rn s.t. w − Mz = q, w, z ≥ 0, wT z =0 Rn n Rn arXiv:1309.7225v2 [math.CO] 11 Jul 2014 for given matrix M ∈ × and vector q ∈ .
    [Show full text]
  • A Counterexample to Las Vergnas' Strong Map Conjecture on Realizable
    A counterexample to Las Vergnas’ strong map conjecture on realizable oriented matroids Pei Wu email: [email protected] April 23, 2019 Abstract The Las Vergnas’ strong map conjecture, asserts that any strong map of oriented matroids f : M1 → M2 can be factored into extensions and contractions. This conjecture is known to be false due to a construction by Richter-Gebert, he finds a strong map which is not factorizable, however in his example M1 is not realizable. The problem that whether there exists a non-factorizable strong map between realizable oriented matroids still remains open. In this paper we provide a counterexample to the strong map conjecture on realizable oriented matroids, which is a strong map f : M1 →M2, M1 is an alternating oriented matroid of rank 4 and f has corank 2. We prove it is not factorizable by showing that there is ′ ′ no uniform oriented matroid M of rank 3 such that M1 →M →M2. 1 Background The strong map conjecture, firstly posed by Las Vergnas[1], asserts that any strong map of oriented matroids f : M1 →M2 can be factored into extensions and contractions. It is known that the conjecture holds for ordinary matroids [6]. And for oriented matroids a counterexample has been constructed by Richter- Gebert [11]. However, M1 is not realizable in Richter-Gebert’s construction. The problem that whether Las Vergnas’ conjecture holds when M1 is realizable still remains open. In this paper, we will present an counterexample disproving this conjecture. Theorem 1. There is a strong map f : M1 → M2 with M1 being an real- izable oriented matroid of rank 4 on 8 elements and f corank 2, which is not arXiv:1803.06825v2 [math.CO] 22 Apr 2019 factorizable into extensions and contractions.
    [Show full text]