Graph Immersions

Total Page:16

File Type:pdf, Size:1020Kb

Graph Immersions Graph Immersions by Mahdieh Malekian M.Sc., Sharif University of Technology, 2010 B.Sc., Sharif University of Technology, 2006 Thesis Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy in the Department of Mathematics Faculty of Science ©Mahdieh Malekian 2018 SIMON FRASER UNIVERSITY Fall 2018 Copyright in this work rests with the author. Please ensure that any reproduction or re-use is done in accordance with the relevant national copyright legislation. Approval Name: Mahdieh Malekian Degree: Doctor of Philosophy (Mathematics) Title: Graph Immersions Examining Committee: Chair: Paul Tupper Professor Matt DeVos Senior Supervisor Associate Professor Bojan Mohar Supervisor Professor Luis Goddyn Internal Examiner Professor Department of Mathematics Guoli Ding External Examiner Professor Department of Mathematics Louisiana State University Date Defended: November 27, 2018 ii Abstract One of the first prominent theorems in structural graph theory is the Kuratowski-Wagner theorem which characterizes planar graphs as those with no K3,3 or K5 minor. Numerous other classical theorems give precise descriptions of the class of graphs with no H-minor for numerous small graphs H. In particular, such classifications exist when H is W4, W5, Prism, K3,3, K5, Octahedron, and Cube. One of the most useful tools in establishing such results are splitter theorems which reduce a graph while preserving both connectivity and containment of a given minor. In this thesis we consider analogous problems for a different containment relation: immer- sion. Although immersion is a standard containment relation, prior to this thesis there were almost no precise structure theorems for forbidden immersions. The most prominent theo- rems in this direction give a rough description of graphs with no W4 immersion and those with no K3,3 or K5 immersion. Our main contributions include precise structure theorems for the class of graphs with no H-immersion when H is one of K4,W4, Prism, and K3,3. To assist in this exploration, we have also established two splitter theorems for graph immersions, one for 2k-edge-connected graphs, and another for 3-edge-connected and internally 4-edge-connected graphs. Keywords: immersion; weak immersion; edge-connectivity; splitter theorem; chain theo- rem; structural theorem iii Dedication To all whose presence is an inspiration for becoming a better human being; I am indebted to so many of you for being in my life. iv Acknowledgements Pleased as I am about the outcome of my PhD research, I am much more delighted to have met many wonderful people thanks to the time spent at SFU. I would like to thank Matt DeVos for many things in addition to his most invaluable guidance all throughout this research, teaching me so much, and his brilliance in Mathe- matics. Matt! Thank you for your contagious enthusiasm, and for your huge patience with me; for all your encouragements and for your most generous support; for surpassing my wildest imaginations about the best supervisor. Matt! Thank you for being the amazing human being you are! I would also like to thank Stefan Hannie whose precious help is traceable in this thesis. Thank you Stefan for teaching me how to code in Sagemath, and for so patiently spending many hours debugging my code. Also, thanks for making Jarin and I so proud of you about the third month of each semester!! Thank you for exuding kindness, patience, and openness. Thank you Sebastián for the lovely human being you are, for your inspiring kindness, humility, and helpfulness—bi taruf! Thank you Baris for many refreshing chats, and for the darvish you are! Thank you Ruiping for your inspiring free spirit. My time at SFU was coloured by happy moments created by many Iranian fellow stu- dents who most generously offered their friendship (and their food!)—thank you all for bringing a taste of home to SFU! There are many others who are due thanks, at SFU and elsewhere; to whom I am forever grateful for adding so much beauty to the world I know. From those, I would like to particularly thank my family, who have always showered me with their unconditional love and care. I would also like to thank many dear friends, most of whom I missed out on so much during the past few years; thank you all for being the great people you are! I have learned from each one of you. v Table of Contents Approval ii Abstract iii Dedication iv Acknowledgements v Table of Contents vi List of Figures ix 1 Introduction 1 1.1 Overview . 1 1.2 Basic definitions . 3 1.3 Structural theorems for forbidden immersions . 4 1.3.1 K4 immersion . 4 1.3.2 W4 immersion . 5 1.3.3 Prism immersion . 5 1.3.4 Immersion of Kuratowski graphs . 6 1.4 Splitter Theorems . 6 1.5 More known results on graph minors/immersions . 9 1.5.1 Graph minors . 9 1.5.2 Graph immersions . 10 1.6 The story of this research program . 10 2 Splitter Theorems for Graph Immersions 13 2.1 k-edge-connected graphs, k ≥ 4 even . 14 2.1.1 Preliminaries . 14 2.1.2 k-edge-cuts . 16 2.1.3 (k + 1)-edge-cuts . 18 2.1.4 Finishing the proof of Theorem 2.1 . 20 2.2 3-edge-connected, internally 4-edge-connected graphs . 21 vi 2.3 Implication for immersing Kuratowski graphs . 27 3 Immersion of Dm 31 3.1 Proof of Theorem 3.4 . 33 3.1.1 ‘if’ direction . 33 3.1.2 ‘only if’ direction . 34 3.2 Immersion of K4 ................................. 39 3.2.1 Immersion of K4 with two roots . 39 3.2.2 Immersion of K4 with up to one root . 40 4 Immersion of W4 43 4.1 Rooted W4 immersions . 45 4.1.1 Proof of the ‘if’ direction of Theorem 4.2 . 45 4.1.2 Proof of the ‘only if’ direction of Theorem 4.2 . 46 4.1.3 A note about the code . 50 4.2 Unrooted W4 immersions . 51 4.3 Additional tools . 55 4.3.1 Reductions . 55 4.3.2 Tree-width; Branch-width . 56 4.4 Graphs with arbitrary edge-connectivity without a W4 immersion . 58 5 Immersion of Prism 59 5.1 A corollary of Theorem 2.17 . 61 5.2 Proof of Theorem 5.1 . 63 6 Immersion of Eyeglasses 67 7 Immersion of K3,3 72 7.1 Helpful tools for proof of Theorem 7.1 . 74 7.2 Proof of Theorem 7.1 . 76 7.2.1 4-edge-cuts . 77 7.2.2 Computation . 78 7.2.3 Two local properties . 79 7.2.4 5-edge-cuts . 80 7.2.5 Finishing the proof . 82 7.3 Corollaries of Theorem 7.1 . 83 7.3.1 Graphs of arbitrary edge-connectivity excluding a K3,3 immersion . 83 7.3.2 Tree-width and branch-width of graphs without K3,3 immersion . 83 Bibliography 86 vii Appendices 90 Appendix A Code used in the proof of Theorem 7.1 90 Appendix B A second proof of Theorem 4.2 118 B.1 Connectivity I . 120 B.2 Four neighbours . 122 B.3 One step above an obstruction . 125 B.4 Connectivity II . 130 B.5 Proof of main theorem . 133 viii List of Figures Figure 1.1 Sausage reduction . 3 Figure 1.2 A graph with a (3, 3)-segmentation of width four . 4 Figure 2.1 Cuts δ(X0), δ(Y ) relative to each other . 23 Figure 2.2 At least one of X0c ∩ Y, X0c ∩ Y c consists of only one vertex . 24 Figure 2.3 Both X0c ∩ Y, X0c ∩ Y c consist of two vertices . 24 Figure 2.4 Both uw and vz are in interesting edge-cuts . 24 Figure 2.5 The last graphs in the sequence . 28 Figure 2.6 Octahedron . 30 Figure 3.1 Graph D2 ................................ 31 Figure 3.2 Immersions in G when dG∗ (yi) = 1 or dG∗ (xi) = 0 . 35 Figure 3.3 Possibilities for G∗ ........................... 35 Figure 3.4 Types of Paths . 35 Figure 4.1 . 44 Figure 4.2 Type 3 graphs after sausage reduction . 44 Figure 4.3 Type 4 graphs . 44 Figure 4.4 Non-cubic sausage reduced graphs without a W4 immersion . 52 Figure 5.1 Prism graph . 59 Figure 5.2 Graphs of type 1 . 60 Figure 5.3 Graphs of type 2 after sausage reduction . 60 Figure 5.4 Graphs of type 3 after sausage reduction . 60 Figure 5.5 Graphs of type 4 . 61 Figure 5.6 Graphs of type 5 . 61 Figure 6.1 Eyeglasses . 67 Figure 6.2 Obstructions to an immersion of Eyeglasses . 68 Figure 7.1 Type 2 graphs . 72 Figure 7.2 Graphs of Type 3 after sausage reduction . 73 Figure 7.3 Type 4 graphs . 73 ix Chapter 1 Introduction 1.1 Overview The study of containment relations between graphs is a central topic in structural graph theory. A variety of containment relations may be defined when studying graphs, some of these, such as minor and topological minor are quite well-explored. A graph H is a minor of another graph G if a subgraph of a graph G can be transformed to H by a series of edge contraction. Graph H is a topological minor of G if G contains a subdivision of H as a subgraph. Arguably, the first significant structural theorem about graph minors is the Kuratowski-Wagner theorem, which characterizes planar graphs. Theorem 1.1 (Kuratowski [27]; Wagner [47]). A graph is planar if and only if it does not contain K3,3 or K5 as a minor (subdivision).
Recommended publications
  • Enumerating Graph Embeddings and Partial-Duals by Genus and Euler Genus
    numerative ombinatorics A pplications Enumerative Combinatorics and Applications ECA 1:1 (2021) Article #S2S1 ecajournal.haifa.ac.il Enumerating Graph Embeddings and Partial-Duals by Genus and Euler Genus Jonathan L. Grossy and Thomas W. Tuckerz yDepartment of Computer Science, Columbia University, New York, NY 10027 USA Email: [email protected] zDepartment of Mathematics, Colgate University, Hamilton, NY 13346, USA Email: [email protected] Received: September 2, 2020, Accepted: November 16, 2020, Published: November 20, 2020 The authors: Released under the CC BY-ND license (International 4.0) Abstract: We present an overview of an enumerative approach to topological graph theory, involving the derivation of generating functions for a set of graph embeddings, according to the topological types of their respective surfaces. We are mainly concerned with methods for calculating two kinds of polynomials: 1. the genus polynomial ΓG(z) for a given graph G, which is taken over all orientable embeddings of G, and the Euler-genus polynomial EG(z), which is taken over all embeddings; @ ∗ @ × @ ∗×∗ 2. the partial-duality polynomials EG(z); EG(z); and EG (z), which are taken over the partial-duals for all subsets of edges, for Poincar´eduality (∗), Petrie duality (×), and Wilson duality (∗×∗), respectively. We describe the methods used for the computation of recursions and closed formulas for genus polynomials and partial-dual polynomials. We also describe methods used to examine the polynomials pertaining to some special families of graphs or graph embeddings, for the possible properties of interpolation and log-concavity. Mathematics Subject Classifications: 05A05; 05A15; 05C10; 05C30; 05C31 Key words and phrases: Genus polynomial; Graph embedding; Log-concavity; Partial duality; Production matrix; Ribbon graph; Monodromy 1.
    [Show full text]
  • A Survey of the Studies on Gallai and Anti-Gallai Graphs 1. Introduction
    Communications in Combinatorics and Optimization Vol. 6 No. 1, 2021 pp.93-112 CCO DOI: 10.22049/CCO.2020.26877.1155 Commun. Comb. Optim. Review Article A survey of the studies on Gallai and anti-Gallai graphs Agnes Poovathingal1, Joseph Varghese Kureethara2,∗, Dinesan Deepthy3 1 Department of Mathematics, Christ University, Bengaluru, India [email protected] 2 Department of Mathematics, Christ University, Bengaluru, India [email protected] 3 Department of Mathematics, GITAM University, Bengaluru, India [email protected] Received: 17 July 2020; Accepted: 2 October 2020 Published Online: 4 October 2020 Abstract: The Gallai graph and the anti-Gallai graph of a graph G are edge disjoint spanning subgraphs of the line graph L(G). The vertices in the Gallai graph are adjacent if two of the end vertices of the corresponding edges in G coincide and the other two end vertices are nonadjacent in G. The anti-Gallai graph of G is the complement of its Gallai graph in L(G). Attributed to Gallai (1967), the study of these graphs got prominence with the work of Sun (1991) and Le (1996). This is a survey of the studies conducted so far on Gallai and anti-Gallai of graphs and their associated properties. Keywords: Line graphs, Gallai graphs, anti-Gallai graphs, irreducibility, cograph, total graph, simplicial complex, Gallai-mortal graph AMS Subject classification: 05C76 1. Introduction All the graphs under consideration are simple and undirected, but are not necessarily finite. The vertex set and the edge set of the graph G are denoted by V (G) and E(G) respectively.
    [Show full text]
  • Switching 3-Edge-Colorings of Cubic Graphs Arxiv:2105.01363V1 [Math.CO] 4 May 2021
    Switching 3-Edge-Colorings of Cubic Graphs Jan Goedgebeur Department of Computer Science KU Leuven campus Kulak 8500 Kortrijk, Belgium and Department of Applied Mathematics, Computer Science and Statistics Ghent University 9000 Ghent, Belgium [email protected] Patric R. J. Osterg˚ard¨ Department of Communications and Networking Aalto University School of Electrical Engineering P.O. Box 15400, 00076 Aalto, Finland [email protected] In loving memory of Johan Robaey Abstract The chromatic index of a cubic graph is either 3 or 4. Edge- Kempe switching, which can be used to transform edge-colorings, is here considered for 3-edge-colorings of cubic graphs. Computational results for edge-Kempe switching of cubic graphs up to order 30 and bipartite cubic graphs up to order 36 are tabulated. Families of cubic graphs of orders 4n + 2 and 4n + 4 with 2n edge-Kempe equivalence classes are presented; it is conjectured that there are no cubic graphs arXiv:2105.01363v1 [math.CO] 4 May 2021 with more edge-Kempe equivalence classes. New families of nonplanar bipartite cubic graphs with exactly one edge-Kempe equivalence class are also obtained. Edge-Kempe switching is further connected to cycle switching of Steiner triple systems, for which an improvement of the established classification algorithm is presented. Keywords: chromatic index, cubic graph, edge-coloring, edge-Kempe switch- ing, one-factorization, Steiner triple system. 1 1 Introduction We consider simple finite undirected graphs without loops. For such a graph G = (V; E), the number of vertices jV j is the order of G and the number of edges jEj is the size of G.
    [Show full text]
  • Arxiv:2011.14609V1 [Math.CO] 30 Nov 2020 Vertices in Different Partition Sets Are Linked by a Hamilton Path of This Graph
    Symmetries of the Honeycomb toroidal graphs Primož Šparla;b;c aUniversity of Ljubljana, Faculty of Education, Ljubljana, Slovenia bUniversity of Primorska, Institute Andrej Marušič, Koper, Slovenia cInstitute of Mathematics, Physics and Mechanics, Ljubljana, Slovenia Abstract Honeycomb toroidal graphs are a family of cubic graphs determined by a set of three parameters, that have been studied over the last three decades both by mathematicians and computer scientists. They can all be embedded on a torus and coincide with the cubic Cayley graphs of generalized dihedral groups with respect to a set of three reflections. In a recent survey paper B. Alspach gathered most known results on this intriguing family of graphs and suggested a number of research problems regarding them. In this paper we solve two of these problems by determining the full automorphism group of each honeycomb toroidal graph. Keywords: automorphism; honeycomb toroidal graph; cubic; Cayley 1 Introduction In this short paper we focus on a certain family of cubic graphs with many interesting properties. They are called honeycomb toroidal graphs, mainly because they can be embedded on the torus in such a way that the corresponding faces are hexagons. The usual definition of these graphs is purely combinatorial where, somewhat vaguely, the honeycomb toroidal graph HTG(m; n; `) is defined as the graph of order mn having m disjoint “vertical” n-cycles (with n even) such that two consecutive n-cycles are linked together by n=2 “horizontal” edges, linking every other vertex of the first cycle to every other vertex of the second one, and where the last “vertcial” cycle is linked back to the first one according to the parameter ` (see Section 3 for a precise definition).
    [Show full text]
  • On the Gonality of Cartesian Products of Graphs
    On the gonality of Cartesian products of graphs Ivan Aidun∗ Ralph Morrison∗ Department of Mathematics Department of Mathematics and Statistics University of Madison-Wisconsin Williams College Madison, WI, USA Williamstown, MA, USA [email protected] [email protected] Submitted: Jan 20, 2020; Accepted: Nov 20, 2020; Published: Dec 24, 2020 c The authors. Released under the CC BY-ND license (International 4.0). Abstract In this paper we provide the first systematic treatment of Cartesian products of graphs and their divisorial gonality, which is a tropical version of the gonality of an algebraic curve defined in terms of chip-firing. We prove an upper bound on the gonality of the Cartesian product of any two graphs, and determine instances where this bound holds with equality, including for the m × n rook's graph with minfm; ng 6 5. We use our upper bound to prove that Baker's gonality conjecture holds for the Cartesian product of any two graphs with two or more vertices each, and we determine precisely which nontrivial product graphs have gonality equal to Baker's conjectural upper bound. We also extend some of our results to metric graphs. Mathematics Subject Classifications: 14T05, 05C57, 05C76 1 Introduction In [7], Baker and Norine introduced a theory of divisors on finite graphs in parallel to divisor theory on algebraic curves. If G = (V; E) is a connected multigraph, one treats G as a discrete analog of an algebraic curve of genus g(G), where g(G) = jEj − jV j + 1. This program was extended to metric graphs in [15] and [21], and has been used to study algebraic curves through combinatorial means.
    [Show full text]
  • The Graph Curvature Calculator and the Curvatures of Cubic Graphs
    The Graph Curvature Calculator and the curvatures of cubic graphs D. Cushing1, R. Kangaslampi2, V. Lipi¨ainen3, S. Liu4, and G. W. Stagg5 1Department of Mathematical Sciences, Durham University 2Computing Sciences, Tampere University 3Department of Mathematics and Systems Analysis, Aalto University 4School of Mathematical Sciences, University of Science and Technology of China 5School of Mathematics, Statistics and Physics, Newcastle University August 20, 2019 Abstract We classify all cubic graphs with either non-negative Ollivier-Ricci curvature or non-negative Bakry-Emery´ curvature everywhere. We show in both curvature notions that the non-negatively curved graphs are the prism graphs and the M¨obiusladders. As a consequence of the classification result we show that non-negatively curved cubic expanders do not exist. We also introduce the Graph Curvature Calculator, an online tool developed for calculating the curvature of graphs under several variants of the curvature notions that we use in the classification. 1 Introduction and statement of results Ricci curvature is a fundamental notion in the study of Riemannian manifolds. This notion has been generalised in various ways from the smooth setting of manifolds to more general metric spaces. This article considers Ricci curvature notions in the discrete setting of graphs. Several adaptations of Ricci curvature such as Bakry-Emery´ curvature (see e.g. [20, 18, 8]), Ollivier-Ricci curvature [32], Entropic curvature introduced by Erbar and Maas [11], and Forman curvature [14, 36], have emerged on graphs in recent years, and there is very active research on these notions. We refer to [3, 27] and the references therein for this vibrant research field.
    [Show full text]
  • Only-Prism and Only-Pyramid Graphs Emilie Diot, Marko Radovanović, Nicolas Trotignon, Kristina Vušković
    The (theta, wheel)-free graphs Part I: only-prism and only-pyramid graphs Emilie Diot, Marko Radovanović, Nicolas Trotignon, Kristina Vušković To cite this version: Emilie Diot, Marko Radovanović, Nicolas Trotignon, Kristina Vušković. The (theta, wheel)-free graphs Part I: only-prism and only-pyramid graphs. Journal of Combinatorial Theory, Series B, Elsevier, 2020, 143, pp.123-147. 10.1016/j.jctb.2017.12.004. hal-03060180 HAL Id: hal-03060180 https://hal.archives-ouvertes.fr/hal-03060180 Submitted on 13 Dec 2020 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. The (theta, wheel)-free graphs Part I: only-prism and only-pyramid graphs Emilie Diot∗, Marko Radovanovi´cy, Nicolas Trotignonz, Kristina Vuˇskovi´cx August 24, 2018 Abstract Truemper configurations are four types of graphs (namely thetas, wheels, prisms and pyramids) that play an important role in the proof of several decomposition theorems for hereditary graph classes. In this paper, we prove two structure theorems: one for graphs with no thetas, wheels and prisms as induced subgraphs, and one for graphs with no thetas, wheels and pyramids as induced subgraphs. A consequence is a polynomial time recognition algorithms for these two classes.
    [Show full text]
  • Achromatic Colouring of the Central Graph of Some Specialgraphs
    International Journal of Innovative Technology and Exploring Engineering (IJITEE) ISSN: 2278-3075, Volume-8, Issue-11S, September 2019 Achromatic Colouring of the Central Graph of Some Specialgraphs K.P.Thilagavathy, A.Santha, G.S. Nandakumar Abstract— In this research investigation, the achromatic number of central graph of double wheel graph, wind mill graph andn- anti prism graph have been studied. In addition the structural properties of these graphs have also been studied. Key Words: Double wheel graph, Wind mill graph, Anti prism graph, achromatic number, b-chromatic number, Central graph Mathematics subject classification: 05C15 I. INTRODUCTION Wind mill graph Consider a simple undirected graph G . To form its central graph C(G) , we introduce a new node on every An anti prism is a semi regular polyhedron constructed with gons and triangles. It is made edge in and join those nodes of that are not up of two gons on the top and bottom separated by a adjacent.The achromatic number was introduced by Harary. ribbon of triangles, with the two gons being offset A proper vertex colouring is said to be achromatic if every by one ribbon. The graph corresponding to the skeleton of pair of colours has at least one edge joining them . The an anti prism is called the anti prism graph and is achromatic number is the maximum number of colours denoted by in an achromatic colouring of . A double wheel graph of size is composed of and It consists of two cycles of size where the vertices of the two cycles are connected to a central root vertex.
    [Show full text]
  • Crossing Number Graphs
    The Mathematica® Journal B E Y O N D S U D O K U Crossing Number Graphs Ed Pegg Jr and Geoffrey Exoo Sudoku is just one of hundreds of great puzzle types. This column pre- sents obscure logic puzzles of various sorts and challenges the readers to solve the puzzles in two ways: by hand and with Mathematica. For the lat- ter, solvers are invited to send their code to [email protected]. The per- son submitting the most elegant solution will receive a prize. ‡ The Brick Factory In 1940, the Hungarian mathematician Paul Turán was sent to a forced labor camp by the Nazis. Though every part of his life was brutally controlled, he still managed to do serious mathematics under the most extreme conditions. While forced to collect wire from former neighborhoods, he would be thinking about mathematics. When he found scraps of paper, he wrote down his theorems and conjectures. Some of these scraps were smuggled to Paul Erdős. One problem he developed is now called the brick factory problem. We worked near Budapest, in a brick factory. There were some kilns where the bricks were made and some open storage yards where the bricks were stored. All the kilns were connected to all the storage yards. The bricks were carried on small wheeled trucks to the storage yards. All we had to do was to put the bricks on the trucks at the kilns, push the trucks to the storage yards, and unload them there. We had a reasonable piece rate for the trucks, and the work itself was not difficult; the trouble was at the crossings.
    [Show full text]
  • Constructing Minimally 3-Connected Graphs
    algorithms Article Constructing Minimally 3-Connected Graphs João Paulo Costalonga 1,†, Robert J. Kingan 2,† and Sandra R. Kingan 3,*,† 1 Departamento de Matemática, Universidade Federal Do Espírito, Vitória 29075-910, Brazil; [email protected] 2 Bloomberg LP, New York, NY 10165, USA; [email protected] 3 Department of Mathematics, Brooklyn College, City University of New York, Brooklyn, NY 11210, USA * Correspondence: [email protected] † These authors contributed equally to this work. Abstract: A 3-connected graph is minimally 3-connected if removal of any edge destroys 3-connectivity. We present an algorithm for constructing minimally 3-connected graphs based on the results in (Dawes, JCTB 40, 159-168, 1986) using two operations: adding an edge between non-adjacent vertices and splitting a vertex. To test sets of vertices and edges for 3-compatibility, which depends on the cycles of the graph, we develop a method for obtaining the cycles of G0 from the cycles of G, where G0 is obtained from G by one of the two operations above. We eliminate isomorphic duplicates using certificates generated by McKay’s isomorphism checker nauty. The algorithm consecutively constructs the non-isomorphic minimally 3-connected graphs with n vertices and m edges from the non-isomorphic minimally 3-connected graphs with n − 1 vertices and m − 2 edges, n − 1 vertices and m − 3 edges, and n − 2 vertices and m − 3 edges. Keywords: graphs; minors; minimal 3-connected graphs; cubic graphs; algorithm 1. Introduction In this paper, we present an algorithm for consecutively generating minimally 3- connected graphs, beginning with the prism graph, with the exception of two families.
    [Show full text]
  • Topics in Graph Theory
    TOPICS IN GRAPH THEORY A tribute to A. A. and T. E. Zykovs on the occasion of A. A. Zykov’s 90th birthday 2013 TOPICS IN GRAPH THEORY The Volume contains research articles, recollections, photos etc. dedicated to the 90th birthday of Professor A. A. Zykov Edited by Regina Tyshkevich University of Illinois at Urbana-Champaign The personal Web page of Professor Alexandr V. Kostochka http://www.math.uiuc.edu/~kostochk/ 2013 Дорогой Александр Александрович! Эта книга – подарок Вам и Таисии Ефимовне в день Вашего юбилея от ¾Старых одесситов¿. ¾Старый одессит¿ в нашей терминологии – это активный участник Ваших знаменитых блистательных ¾циклов расши- ренных заседаний¿ одесских семинаров по графам и дискрет- ной математике 70–80 годов, который помнит замечательную демократичную атмосферу этих семинаров,• способствующую научному поиску и великолепно сочетавшую доброжелательность к участникам и требователь- ность к уровню и содержанию результатов, по сей день продолжает активно работать в математике, • четко осознает, как много дали ему лично эти семинары в профессиональном• и человеческом отношении, отчетливо представляет Вашу определяющую роль в воз- никновении• и развитии теории графов в СССР и государствах Восточной Европы. Дорогой Александр Александрович! Всех графистов ми- ра, кто хотя бы немного знает и помнит обстановку в со- ветской математике тех лет, восхищают Ваши гражданское мужество, глубочайшая порядочность, высочайшая матема- тическая и гуманитарная (и музыкальная!) культура, интел- лигентность и доброта. Всё это сочетается с энциклопедиче- ской образованностью, фантастической работоспособностью и удивительным обаянием. В благословенные 60-е (время хру- щевской ¾оттепели¿) в новосибирском Академгородке ¾невоз- можное стало возможным, а возможное стало мечтой¿. В на- чале 60-х Вы начали развивать теорию графов, предвидя ее исключительную роль в математике и приложениях: читали лекции и проводили семинары, переводили книги К.
    [Show full text]
  • Arxiv:2006.01020V1 [Math.CO] 1 Jun 2020 V Snonempty
    A NEW LOWER BOUND ON GRAPH GONALITY MICHAEL HARP, ELIJAH JACKSON, DAVID JENSEN, AND NOAH SPEETER 1. INTRODUCTION ABSTRACT. We define a new graph invariant called the scramble number. We show that the scramble number of a graph is a lower bound for the gonality and an upper bound for the treewidth. Unlike the treewdith, the scramble number is not minor monotone, but it is subgraph monotone and invariant under refinement. We compute the scramble number and gonality of several families of graphs for which these invariants are strictly greater than the treewidth. In [BN07], Baker and Norine define the theory of divisors on graphs and a new graph invariant known as the gonality. Due to its connection to algebraic geometry, this invariant has received a great deal of interest [vDdBG14, Gij15, DJKM16, DJ18, AM19, ADM+20]. Computing the gonality gon(G) of a graph G is NP-hard [Gij15]. To find an upper bound, one only has to produce an example of a divisor with positive rank, so much of the difficulty comes from finding lower bounds. A significant step in this direction was obtained in [vDdBG14], in which the authors show that the gonality of a graph G is bounded below by a much-studied graph invariant known as the treewidth, tw(G). In this paper we define a new graph invariant, which we call the scramble number of G and denote sn(G). We refer the reader to § 3 for a definition. Our main result is the following. Theorem 1.1. For any graph G, we have tw(G) ≤ sn(G) ≤ gon(G).
    [Show full text]