Spaceview: a Visualization Tool for Matroids of Rank at Most 3

Total Page:16

File Type:pdf, Size:1020Kb

Spaceview: a Visualization Tool for Matroids of Rank at Most 3 The Pennsylvania State University The Graduate School Capital College SpaceView: A visualization tool for matroids of rank at most 3 A Master's Paper in Computer Science by Padma Gunturi °c 2002 Padma Gunturi Submitted in Partial Ful¯llment of the Requirements for the Degree of Master of Science April 2002 Abstract This paper presents some algorithms and a program called SpaceView for visualizing and manipulating matroids with rank at most 3. Simple matroids with rank at most 3 are also known as combinatorial geometries or linear spaces. The points and lines diagram for such a matroid is called its geometric representation. SpaceView takes as input a matroid of rank at most 3 and outputs its geometric representation. The user can move the points and lines, thereby animating the entire con¯guration. The user can perform matroid operations such as deletion, contraction and relaxation and can also obtain the bipartite graph corresponding to the inclusion relation between the points and lines. i Table of Contents Abstract i Acknowledgement iii List of Figures iv 1 Introduction 1 2 SpaceView 8 3 Design and Algorithms 13 4 Conclusion 19 References 20 ii Acknowledgement I would like to take this opportunity to express my deepest gratitude to my project advisor, Dr. S. R. Kingan. Her guidance and inspiration have been of tremendous help to me during the course of this project. Her patience and experience have helped me go through some of the most di±cult times in the project. I would like to extend my hearty thanks to Dr. T. N. Bui, not only for serving on my advisory committee, but also for introducing me to Matroid Theory. His suggestions and comments during the several group meetings were extremely helpful. I also would like to thank my academic advisor, Dr. L. Null and Prof. H. Royer for their immense guidance and support during my stay at Penn State, Harrisburg. I wish to thank Dr. R. J. Kingan for helping us build this visualization tool and continually giving us a helpful hand whenever we needed it. I would like to thank him also for sharing some of his experiences with us during this project. Thanks to Dr. Haidong Wu for recommending the book The Theory of Finite Linear Spaces. The book introduced me to the embeddability of linear spaces in projective planes and this knowledge has greatly helped us in developing SpaceView. Thanks to Karishma, Kate and Zhaoxia for making my stay at PSH both enjoyable and memorable. My special thanks to K. Richwine for all the help and encouragement during my master's program. Finally, I would like to thank my husband for his loving a®ection and constant encouragement during my study. iii List of Figures 1 Representation of K4 . 3 2 Well-known linear spaces . 5 3 Projective planes of order 3 and 5 . 7 4 Some other interesting linear spaces . 9 5 Fano representations after performing the matroid operations . 11 iv 1 INTRODUCTION 1 1 Introduction Computer science professor Andrew J. Hanson describes the importance of visualization in mathematics and physics as follows [8]: \Visualization in general embodies a transformation between a body of knowledge and a picture, or perhaps an interactive animation, capable of representing features of the data to the viewer. In general, the hope is that the displayed features will stimulate associations in the mind of the user that will lead to further insights, suggest new hypotheses to test, and thus advance the progress of science more rapidly than without this methodology. Mathematics and mathematical physics (like most other visualization domains, in fact) have potentially direct relations between the con- cepts in question and the choice of representation: it seems obvious to try to represent a geometric object by a faithful picture of the ge- ometry. Several situations typically arise when we ask whether such a picture can assist mathematical research. There is nothing con- ceptually new about the picture, but it was di±cult or impossible to construct without either computer assistance, or a clever technique for producing an easy computer representation of the geometry, or both. A new way of transforming the data to an image exposes aspects of the object not evident from the geometry alone. The ability to inter- actively alter, deform, optimize, re-parameterize, or manipulate the object permits us to examine limits and features that were unavail- able without a computer graphics representation and manipulation system. In general, the idea of simply seeing global, holistic features of an object that has never been depicted before can potentially sug- gest associations that algebraic analysis alone might miss." We designed and implemented a Java program called SpaceView for vi- sualizing and manipulating matroids with rank at most 3. We begin by reviewing background material on matroids with rank at most 3. In Chapter 2, we describe how SpaceView can be used as a research and pedagogical 1 INTRODUCTION 2 tool. In Chapter 3, we give the design and algorithm details. We conclude in Chapter 4 with suggestions for future work in this area. Matroids are a generalization of a number of combinatorial objects. Among them are graphs, matrices, linear spaces, a±ne spaces and projective spaces. The matroid terminology used here follows Oxley [13]. Portions of this in- troduction are taken from [5]. A matroid M is de¯ned as an ordered pair (E; I) consisting of a ¯nite set E and a collection I of subsets of E called independent sets such that: I1 ; 2 I I2 If I1 2 I and I2 ⊆ I1, then I2 2 I I3 If I1; I2 2 I and jI1j < jI2j then there exists an element e 2 I2 ¡ I1 such that, I1 [ e 2 I. A dependent set is a subset of E not in I. A circuit is a minimal dependent set. A matroid is called simple if it has no 1- or 2-point circuits. A basis is a maximal independent set. The rank of M is the size of a basis set. For a subset X of E, the rank of X is the size of a maximal independent subset in X. The closure of X is the union of X and all points e not in X, such that r(X [ e) = r(X). We say X is closed if r(X [ e) = r(X) + 1 for all points e not in X. A flat is a closed set. A hyperplane is a flat of rank r(M) ¡ 1. Matroids of rank at most 3 can be represented as a geometry in which the points, lines, and planes correspond to the rank-1, rank-2, and rank-3 flats, respectively. To simplify the diagram, lines with fewer than three points on them are not shown in the representation. Figure 1 and Figure 2 give representations of some popular matroids. A geometric representation for a matroid of rank at most 3 is a diagram of points and lines governed by the following rules: (1) All loops are marked in a single inset. (2) Parallel points (2-point circuits) are represented by touching points. 1 INTRODUCTION 3 1 4 2 5 5 6 1 3 ¡ ¢¡¢ 2 4 3 6 graphic geometric Figure 1: Representation of K4 (3) Any two distinct points belong to exactly one line and any line contains at least 2 distinct points. It follows from rule (3) that any two distinct lines meet in at most one point. For a graph G, let E be the set of edges and C be the set of cycles of G. Then (E; C) is a matroid called the cycle matroid of G. A matroid is called graphic if it can be represented as the cycle matroid of a graph. For a matrix A over a ¯eld F , let E be the set of columns and I be the set of independent sets of columns. Then (E; I) is a matroid called the vector matroid of A over the ¯eld F . A matroid is called representable if it can be represented as a matrix over a ¯eld. Since we are focusing only on rank 3 matroids, the only simple graphic matroids are subgraphs of the complete graph on four vertices, K4. A graphic and a geometric representation for K4 are shown in Figure 1. It should be noted that this paper is not really about graphs and the reader is encouraged not to think of these diagrams in terms of vertices and edges but rather as a geometry consisting of points and lines where the lines can be curved. We will now view rank 3 matroids from the perspective of linear spaces. Simple rank 3 matroids are also called linear spaces. There is much literature on linear spaces and an entire book called The Theory of Finite Linear Spaces which makes no mention of the word matroid. In fact, many matroid theorists prefer to call simple matroids combinatorial geometries. The linear space 1 INTRODUCTION 4 terminology used here will follow Batten and Beutelspacher [4]. This portion is taken from a survey on linear spaces by S. R. Kingan [11]. A linear space is a pair S = (P; L) consisting of a set P of points called points and a set L of distinguished subsets of points called lines satisfying the following: (S1) Any two distinct points of S belong to exactly one line of S; and (S2) Any line of S has at least two distinct points of S. A linear space is called non-trivial if there are three points not on a com- mon line. The number of points and lines are denoted by v and b, respectively.
Recommended publications
  • Projective Planarity of Matroids of 3-Nets and Biased Graphs
    AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 76(2) (2020), Pages 299–338 Projective planarity of matroids of 3-nets and biased graphs Rigoberto Florez´ ∗ Deptartment of Mathematical Sciences, The Citadel Charleston, South Carolina 29409 U.S.A. [email protected] Thomas Zaslavsky† Department of Mathematical Sciences, Binghamton University Binghamton, New York 13902-6000 U.S.A. [email protected] Abstract A biased graph is a graph with a class of selected circles (“cycles”, “cir- cuits”), called “balanced”, such that no theta subgraph contains exactly two balanced circles. A 3-node biased graph is equivalent to an abstract partial 3-net. We work in terms of a special kind of 3-node biased graph called a biased expansion of a triangle. Our results apply to all finite 3-node biased graphs because, as we prove, every such biased graph is a subgraph of a finite biased expansion of a triangle. A biased expansion of a triangle is equivalent to a 3-net, which, in turn, is equivalent to an isostrophe class of quasigroups. A biased graph has two natural matroids, the frame matroid and the lift matroid. A classical question in matroid theory is whether a matroid can be embedded in a projective geometry. There is no known general answer, but for matroids of biased graphs it is possible to give algebraic criteria. Zaslavsky has previously given such criteria for embeddability of biased-graphic matroids in Desarguesian projective spaces; in this paper we establish criteria for the remaining case, that is, embeddability in an arbitrary projective plane that is not necessarily Desarguesian.
    [Show full text]
  • Octonion Multiplication and Heawood's
    CONFLUENTES MATHEMATICI Bruno SÉVENNEC Octonion multiplication and Heawood’s map Tome 5, no 2 (2013), p. 71-76. <http://cml.cedram.org/item?id=CML_2013__5_2_71_0> © Les auteurs et Confluentes Mathematici, 2013. Tous droits réservés. L’accès aux articles de la revue « Confluentes Mathematici » (http://cml.cedram.org/), implique l’accord avec les condi- tions générales d’utilisation (http://cml.cedram.org/legal/). Toute reproduction en tout ou partie de cet article sous quelque forme que ce soit pour tout usage autre que l’utilisation á fin strictement personnelle du copiste est constitutive d’une infrac- tion pénale. Toute copie ou impression de ce fichier doit contenir la présente mention de copyright. cedram Article mis en ligne dans le cadre du Centre de diffusion des revues académiques de mathématiques http://www.cedram.org/ Confluentes Math. 5, 2 (2013) 71-76 OCTONION MULTIPLICATION AND HEAWOOD’S MAP BRUNO SÉVENNEC Abstract. In this note, the octonion multiplication table is recovered from a regular tesse- lation of the equilateral two timensional torus by seven hexagons, also known as Heawood’s map. Almost any article or book dealing with Cayley-Graves algebra O of octonions (to be recalled shortly) has a picture like the following Figure 0.1 representing the so-called ‘Fano plane’, which will be denoted by Π, together with some cyclic ordering on each of its ‘lines’. The Fano plane is a set of seven points, in which seven three-point subsets called ‘lines’ are specified, such that any two points are contained in a unique line, and any two lines intersect in a unique point, giving a so-called (combinatorial) projective plane [8,7].
    [Show full text]
  • Matroids You Have Known
    26 MATHEMATICS MAGAZINE Matroids You Have Known DAVID L. NEEL Seattle University Seattle, Washington 98122 [email protected] NANCY ANN NEUDAUER Pacific University Forest Grove, Oregon 97116 nancy@pacificu.edu Anyone who has worked with matroids has come away with the conviction that matroids are one of the richest and most useful ideas of our day. —Gian Carlo Rota [10] Why matroids? Have you noticed hidden connections between seemingly unrelated mathematical ideas? Strange that finding roots of polynomials can tell us important things about how to solve certain ordinary differential equations, or that computing a determinant would have anything to do with finding solutions to a linear system of equations. But this is one of the charming features of mathematics—that disparate objects share similar traits. Properties like independence appear in many contexts. Do you find independence everywhere you look? In 1933, three Harvard Junior Fellows unified this recurring theme in mathematics by defining a new mathematical object that they dubbed matroid [4]. Matroids are everywhere, if only we knew how to look. What led those junior-fellows to matroids? The same thing that will lead us: Ma- troids arise from shared behaviors of vector spaces and graphs. We explore this natural motivation for the matroid through two examples and consider how properties of in- dependence surface. We first consider the two matroids arising from these examples, and later introduce three more that are probably less familiar. Delving deeper, we can find matroids in arrangements of hyperplanes, configurations of points, and geometric lattices, if your tastes run in that direction.
    [Show full text]
  • The Turan Number of the Fano Plane
    Combinatorica (5) (2005) 561–574 COMBINATORICA 25 Bolyai Society – Springer-Verlag THE TURAN´ NUMBER OF THE FANO PLANE PETER KEEVASH, BENNY SUDAKOV* Received September 17, 2002 Let PG2(2) be the Fano plane, i.e., the unique hypergraph with 7 triples on 7 vertices in which every pair of vertices is contained in a unique triple. In this paper we prove that for sufficiently large n, the maximum number of edges in a 3-uniform hypergraph on n vertices not containing a Fano plane is n n/2 n/2 ex n, P G (2) = − − . 2 3 3 3 Moreover, the only extremal configuration can be obtained by partitioning an n-element set into two almost equal parts, and taking all the triples that intersect both of them. This extends an earlier result of de Caen and F¨uredi, and proves an old conjecture of V. S´os. In addition, we also prove a stability result for the Fano plane, which says that a 3-uniform hypergraph with density close to 3/4 and no Fano plane is approximately 2-colorable. 1. Introduction Given an r-uniform hypergraph F,theTur´an number of F is the maximum number of edges in an r-uniform hypergraph on n vertices that does not contain a copy of F. We denote this number by ex(n,F). Determining these numbers is one of the central problems in Extremal Combinatorics, and it is well understood for ordinary graphs (the case r =2). It is completely solved for many instances, including all complete graphs. Moreover, asymptotic results are known for all non-bipartite graphs.
    [Show full text]
  • Finite Projective Geometry 2Nd Year Group Project
    Finite Projective Geometry 2nd year group project. B. Doyle, B. Voce, W.C Lim, C.H Lo Mathematics Department - Imperial College London Supervisor: Ambrus Pal´ June 7, 2015 Abstract The Fano plane has a strong claim on being the simplest symmetrical object with inbuilt mathematical structure in the universe. This is due to the fact that it is the smallest possible projective plane; a set of points with a subsets of lines satisfying just three axioms. We will begin by developing some theory direct from the axioms and uncovering some of the hidden (and not so hidden) symmetries of the Fano plane. Alternatively, some projective planes can be derived from vector space theory and we shall also explore this and the associated linear maps on these spaces. Finally, with the help of some theory of quadratic forms we will give a proof of the surprising Bruck-Ryser theorem, which shows that if a projective plane has order n congruent to 1 or 2 mod 4, then n is the sum of two squares. Thus we will have demonstrated fascinating links between pure mathematical disciplines by incorporating the use of linear algebra, group the- ory and number theory to explain the geometric world of projective planes. 1 Contents 1 Introduction 3 2 Basic Defintions and results 4 3 The Fano Plane 7 3.1 Isomorphism and Automorphism . 8 3.2 Ovals . 10 4 Projective Geometry with fields 12 4.1 Constructing Projective Planes from fields . 12 4.2 Order of Projective Planes over fields . 14 5 Bruck-Ryser 17 A Appendix - Rings and Fields 22 2 1 Introduction Projective planes are geometrical objects that consist of a set of elements called points and sub- sets of these elements called lines constructed following three basic axioms which give the re- sulting object a remarkable level of symmetry.
    [Show full text]
  • Weak Orientability of Matroids and Polynomial Equations
    WEAK ORIENTABILITY OF MATROIDS AND POLYNOMIAL EQUATIONS J.A. DE LOERA1, J. LEE2, S. MARGULIES3, AND J. MILLER4 Abstract. This paper studies systems of polynomial equations that provide information about orientability of matroids. First, we study systems of linear equations over F2, originally alluded to by Bland and Jensen in their seminal paper on weak orientability. The Bland-Jensen linear equations for a matroid M have a solution if and only if M is weakly orientable. We use the Bland-Jensen system to determine weak orientability for all matroids on at most nine elements and all matroids between ten and twelve elements having rank three. Our experiments indicate that for small rank, about half the time, when a simple matroid is not orientable, it is already non-weakly orientable, and further this may happen more often as the rank increases. Thus, about half of the small simple non-orientable matroids of rank three are not representable over fields having order congruent to three modulo four. For binary matroids, the Bland-Jensen linear systems provide a practical way to check orientability. Second, we present two extensions of the Bland-Jensen equations to slightly larger systems of non-linear polynomial equations. Our systems of polynomial equations have a solution if and only if the associated matroid M is orientable. The systems come in two versions, one directly extending the Bland-Jensen system for F2, and a different system working over other fields. We study some basic algebraic properties of these systems. Finally, we present an infinite family of non-weakly-orientable matroids, with growing rank and co-rank.
    [Show full text]
  • Projective Planes
    Projective Planes A projective plane is an incidence system of points and lines satisfying the following axioms: (P1) Any two distinct points are joined by exactly one line. (P2) Any two distinct lines meet in exactly one point. (P3) There exists a quadrangle: four points of which no three are collinear. In class we will exhibit a projective plane with 57 points and 57 lines: the game of The Fano Plane (of order 2): SpotIt®. (Actually the game is sold with 7 points, 7 lines only 55 lines; for the purposes of this 3 points on each line class I have added the two missing lines.) 3 lines through each point The smallest projective plane, often called the Fano plane, has seven points and seven lines, as shown on the right. The Projective Plane of order 3: 13 points, 13 lines The second smallest 4 points on each line projective plane, 4 lines through each point having thirteen points 0, 1, 2, …, 12 and thirteen lines A, B, C, …, M is shown on the left. These two planes are coordinatized by the fields of order 2 and 3 respectively; this accounts for the term ‘order’ which we shall define shortly. Given any field 퐹, the classical projective plane over 퐹 is constructed from a 3-dimensional vector space 퐹3 = {(푥, 푦, 푧) ∶ 푥, 푦, 푧 ∈ 퐹} as follows: ‘Points’ are one-dimensional subspaces 〈(푥, 푦, 푧)〉. Here (푥, 푦, 푧) ∈ 퐹3 is any nonzero vector; it spans a one-dimensional subspace 〈(푥, 푦, 푧)〉 = {휆(푥, 푦, 푧) ∶ 휆 ∈ 퐹}.
    [Show full text]
  • The Structure of Binary Matroids with No Induced Claw Or Fano Plane Restriction
    ADVANCES IN COMBINATORICS, 2019:1, 17 pp. www.advancesincombinatorics.com The Structure of Binary Matroids with no Induced Claw or Fano Plane Restriction Marthe Bonamy František Kardoš Tom Kelly Peter Nelson Luke Postle Received 11 June 2018; Published 30 October 2019 Abstract: An induced restriction of a simple binary matroid M is a restriction MjF, where F is a flat of M. We consider the class M of all simple binary matroids M containing neither a free matroid on three elements (which we call a claw), nor a Fano plane as an induced restriction. We give an exact structure theorem for this class; two of its consequences are that the matroids in M have unbounded critical number, while the matroids in M not containing the clique M(K5) as an induced restriction have critical number at most 2. Key words and phrases: matroid, induced. 1 Introduction This paper considers questions from the theory of induced subgraphs in the setting of simple binary matroids. We adopt a nonstandard formalism of binary matroids, incorporating the notion of an ‘ambient arXiv:1806.04188v4 [math.CO] 13 Nov 2019 space’ into the definition of a matroid itself. A simple binary matroid (hereafter just a matroid) is a pair M = (E;G), where G is a finite-dimensional binary projective geometry and the ground set E is a subset of (the points of) G. The dimension of M is the dimension of G. If E = G, then we refer to M itself as a projective geometry. If no proper subgeometry of G contains E, then M is full-rank.
    [Show full text]
  • Matroid Representation, Geometry and Matrices
    MATROID REPRESENTATION, GEOMETRY AND MATRICES GARY GORDON 1. Introduction The connections between algebra and finite geometry are very old, with theorems about configurations of points dating to ancient Greece. In these notes, we will put a matroid theoretic spin on these results, with matroid representations playing the central role. Recall the definition of a matroid via independent sets I. Definition 1.1. Let E be a finite set and let I be a family of subsets of E. Then the family I forms the independent sets of a matroid M if: (I1) I 6= ; (I2) If J 2 I and I ⊆ J, then I 2 I (I3) If I;J 2 I with jIj < jJj; then there is some element x 2 J − I with I [ fxg 2 I We begin with an example to show how a finite collection of vectors can be used to create a picture of the matroid. Example 1.2. Let N be the following 3 × 5 matrix: a b c d e 2 0 0 0 1 1 3 N = 4 0 1 1 0 0 5 1 1 0 1 0 Our immediate goal is to produce a configuration that represents the linear depen- dences of the columns of N. We use the following procedure: • Each column vector will be represented by a point; • If three vectors u; v and w are linearly dependent, then the corresponding three points will be collinear. Notice that columns a; b and c are linearly dependent. That means the corre- sponding three points will be collinear. This process shows that the matroid M corresponding to the matrix N is what we have depicted in Fig.
    [Show full text]
  • Dissertation Hyperovals, Laguerre Planes And
    DISSERTATION HYPEROVALS, LAGUERRE PLANES AND HEMISYSTEMS { AN APPROACH VIA SYMMETRY Submitted by Luke Bayens Department of Mathematics In partial fulfillment of the requirements For the Degree of Doctor of Philosophy Colorado State University Fort Collins, Colorado Spring 2013 Doctoral Committee: Advisor: Tim Penttila Jeff Achter Willem Bohm Chris Peterson ABSTRACT HYPEROVALS, LAGUERRE PLANES AND HEMISYSTEMS { AN APPROACH VIA SYMMETRY In 1872, Felix Klein proposed the idea that geometry was best thought of as the study of invariants of a group of transformations. This had a profound effect on the study of geometry, eventually elevating symmetry to a central role. This thesis embodies the spirit of Klein's Erlangen program in the modern context of finite geometries { we employ knowledge about finite classical groups to solve long-standing problems in the area. We first look at hyperovals in finite Desarguesian projective planes. In the last 25 years a number of infinite families have been constructed. The area has seen a lot of activity, motivated by links with flocks, generalized quadrangles, and Laguerre planes, amongst others. An important element in the study of hyperovals and their related objects has been the determination of their groups { indeed often the only way of distinguishing them has been via such a calculation. We compute the automorphism group of the family of ovals constructed by Cherowitzo in 1998, and also obtain general results about groups acting on hyperovals, including a classification of hyperovals with large automorphism groups. We then turn our attention to finite Laguerre planes. We characterize the Miquelian Laguerre planes as those admitting a group containing a non-trivial elation and acting tran- sitively on flags, with an additional hypothesis { a quasiprimitive action on circles for planes of odd order, and insolubility of the group for planes of even order.
    [Show full text]
  • The Fano Plane As an Octonionic Multiplication Table
    The Fano Plane as an Octonionic Multiplication Table Peter Killgore June 9, 2014 1 Introduction When considering finite geometries, an obvious question to ask is what applications such geometries have. One use of the Fano geometry is as a multiplication table for the octonions. This table is shown in Figure 1. The octonions, denoted O, form an eight-dimensional number system. A number z 2 O takes the form z = x1 + x2i + x3j + x4k + x5k` + x6j` + x7i` + x8` (1) where x1; x2; x3; x4; x5; x6; x7; x8 2 R; and i; j; k; k`; j`; i`; and ` are each a distinct square root of −1. That being the case, i; j; k; k`; j`; i`; and ` all square to −1. The interesting question to ask, and the important one to answer, is what happens when you multiply i; j; k; k`; j`; i`; and ` with each other. One would like to think that the product of any two distinct units would also be −1: However, this is not the case. The product of any two distinct units can be determined using the multiplication table given in Figure 1. In Figure 1, each point in the Fano geometry corresponds to an octonionic imaginary unit. To denote the products of i with `; j with `; and k with `; we use the notation of Dray and Manogue and simply write i`; j`; and k` respectively [1]. Each line in the Fano geometry contains three points labeled as units, and also has an orientation, indicated by an arrow. The product of two units on a line is the third unit on the line moving in the direction of the arrow on that line.
    [Show full text]
  • Incidence Structures Near Configurations of Type (N
    ISSN 1855-3966 (printed edn.), ISSN 1855-3974 (electronic edn.) ARS MATHEMATICA CONTEMPORANEA 19 (2020) 17–23 https://doi.org/10.26493/1855-3974.1685.395 (Also available at http://amc-journal.eu) Incidence structures near configurations ∗ of type (n3) Peter J. Dukes y , Kaoruko Iwasaki Mathematics and Statistics, University of Victoria, Victoria, Canada Received 24 April 2018, accepted 28 June 2020, published online 26 October 2020 Abstract An (n3) configuration is an incidence structure equivalent to a linear hypergraph on n vertices which is both 3-regular and 3-uniform. We investigate a variant in which one constraint, say 3-regularity, is present, and we allow exactly one line to have size four, exactly one line to have size two, and all other lines to have size three. In particular, we study planar (Euclidean or projective) representations, settling the existence question and adapting Steinitz’ theorem for this setting. Keywords: Geometric configurations, incidence structures. Math. Subj. Class. (2020): 52C30, 05C65 1 Introduction A geometric (nr; mk) configuration is a set of n points and m lines in the Euclidean (or projective) plane such that every line contains exactly k points (uniformity) and every point is incident with exactly r lines (regularity). Grunbaum’s¨ book [3] is an excellent reference for the major results on this topic, including many variations. Our study here is a variation in which uniformity (or, dually, regularity) is mildly re- laxed; see also [1] and [4, x6.8] for prior investigations in this direction. An incidence structure is a triple (P; L; ι), where P is a set of points, L is a set of lines, and ι ⊆ P × L is a relation called incidence.
    [Show full text]