THE LARGEST BOND in 3-CONNECTED GRAPHS By

Total Page:16

File Type:pdf, Size:1020Kb

THE LARGEST BOND in 3-CONNECTED GRAPHS By THE LARGEST BOND IN 3-CONNECTED GRAPHS by Melissa Flynn A thesis submitted to the faculty of The University of Mississippi in partial fulfillment of the requirements of the Sally McDonnell Barksdale Honors College. Oxford May 2017 Approved by Advisor: Dr. Haidong Wu, Ph.D. Reader: Dr. Laura Sheppardson, Ph.D. Reader: Dr. Richard Gordon, Ph.D. © 2017 Melissa Flynn ALL RIGHTS RESERVED ii Abstract AgraphG is connected if given any two vertices, there is a path between them. A bond B is a minimal edge set in G such that G B has more components than − G. We say that a connected graph is dual Hamiltonian if its largest bond has size E(G) V (G) +2. In this thesis we verify the conjecture that any simple 3-connected | |−| | graph G has a largest bond with size at least ⌦(nlog32)(Ding,Dziobiak,Wu,2015 [3]) for a variety of graph classes including planar graphs, complete graphs, ladders, M¨obius ladders and circular ladders, complete bipartite graphs, some unique (3,g)- cages, the generalized Petersen graph, and some small hypercubes. We will also go further to prove that a variety of these graph classes not only satisfy the conjecture, but are also dual Hamiltonian. iii Contents List of Figures v 1 Introduction and Some Background on Graph Theory 1 1.1 Introduction . 1 1.2 Whatisagraph? ............................. 2 1.3 Cycles and Subgraphs . 3 1.4 Graph Connectivity . 4 1.5 Trees . 5 1.6 Planar Graphs . 6 1.6.1 The Planar Dual Graph . 7 1.7 DualHamiltonianGraphs ........................ 8 2 The Main Problem 9 2.1 The Conjecture . 9 2.2 Some Known Results . 9 2.2.1 The Lower Bound on Bond Size in a 3-connected Graph . 9 2.2.2 The Largest Cycle in a Planar Graph . 10 2.2.3 ResultsAboutDualHamiltonianGraphs . 10 3 Main Results 11 3.1 Introduction . 11 3.2 Planar Graphs . 11 3.2.1 Complete Graphs . 12 3.3 DualHamiltonianGraphs . .. 12 3.3.1 Ladders, M¨obiusLadders, and Circular Ladders . 12 3.3.2 The Complete Bipartite Graph . 15 3.3.3 The Generalized Petersen Graph . 17 3.3.4 Unique (3,g)-Cages . 19 3.4 AConjectureonHypercubes. 24 4 Further Study 28 Bibliography 29 iv List of Figures 1ExampleofaGraph...........................2 2AGraphContainingCycles.......................3 3Subgraphs.................................4 4 AnExampleofanEdge-Cut....................... 4 5 AnExampleofaBond.......................... 5 6 AnExampleofaTree .......................... 6 7AFewPlanarGraphs...........................6 8 Non-PlanarGraphs............................ 6 9TwoPossibleDrawingsofaPlanarGraph...............7 10 AGraphanditsDualGraph....................... 7 11 K3,K4,K5 ................................. 12 12 A Ladder Graph . 13 13 AMaximumBondinaLadderGraph. 13 14 TheM¨obiusLadder............................ 13 15 A Maximum Bond in the M¨obiusLadder . 14 16 A Circular Ladder . 14 17 AMaximumBondinaCircularLadder. 15 18 Examples of Bipartite Graphs . 16 19 A Maximum Bond in K3,3 ........................ 16 20 The Petersen Graph . 17 21 P (7, 3)................................... 17 22 A Maximum Bond in the Petersen Graph (P (5, 2)) . 19 23 A Maximum Bond in P (7, 3) . 19 24 A Maximum Bond on the (3,6)-Cage . 20 25 A Maximum Bond on the (3,7)-Cage . 21 26 A Maximum Bond on the (3,8)-Cage . 22 27 A Maximum Bond on the (3,11)-Cage . 23 28 The 2-cube . 24 29 The 3-cube . 24 30 A Maximum Bond in the 2-Cube . 25 31 A Maximum Bond in the 3-Cube . 25 32 A Maximum Bond in the 4-Cube . 26 33 A Maximum Bond in the 5-Cube . 27 v Chapter 1 Introduction and Some Background on Graph Theory 1.1 Introduction Graph Theory is a relatively young area of study in mathematics. The first doc- umented graph theory problem was the K¨onigsberg Bridge problem proposed by Leonhard Euler in 1736, long before the term “Graph Theory” was coined. This problem involved seven bridges connecting two islands to the main city of K¨onigsberg in Prussia, and the question was to devise a path which crossed each bridge only once. Ultimately, it was proven impossible to obtain such a path. It wasn’t until 1936 that the first textbook on graph theory was published. There are many practical applications for graph theory, typically involving relational modeling in areas such as biology, business and computer science. Graphs have many real-world applications such as modeling computer network systems and creating mappings for airline routes. In this thesis, we will specifically study bond sizes in graphs. Abondisaminimaledge-cut(aminimalsetofedgeswhosedeletiondisconnectsa connected graph). We know an upper bound for bond size in a graph is E(G) V (G) +2,where E(G) is the number of edges in the graph and V (G|) is the|− number| | of vertices in| the graph.| Additionally, we know that a 3-connected| graph| will 2 have a bond of size at least 17 plogn [3]; however, in 2015, Ding, Dziobiak, and Wu [3] raised the following conjecture: Conjecture (Ding, Dziobiak, Wu, 2015 [3]). Any simple 3-connected graph G will have a largest bond with size at least ⌦(nlog32) where n = V (G) . | | We say that f(n)=⌦(g(n)) if and only if there exists some constant M>0and some N N,suchthatf(n) Mg(n)foralln N. 2 ≥ ≥ 1 In this thesis, we will verify this conjecture for a variety of graph classes including planar graphs, complete graphs, ladders, M¨obius ladders and circular ladders, com- plete bipartite graphs, the generalized Petersen graph, a few unique (3,g)-cages and some small hypercubes. Furthermore, we will prove that a variety of these graph classes possess bonds which meet the maximum bound for bond size. These graphs are called dual Hamiltonian. We will show that graphs that meet this upper bound for bond size will verify our conjecture on the lower bound. 1.2 What is a graph? A simple graph G with n vertices and m edges consists of a vertex set V (G)= v1,v2,...,vn and an edge set E(G)= e1,e2,...,em ,whereeachedgeisanunordered pair{ of vertices} from V (G). We say that{ G =(V (G}),E(G)). A simple graph has no multiple edges or loops. A graph in which edges are allowed to repeat is called a multigraph. Unless otherwise stated, the graphs in this thesis are all simple graphs. The cardinality of a set S is the number of elements in the set, and is denoted S . Subsequently, the number of vertices in a graph (also called the order of the graph)| | can be denoted V (G) and the number of edges, E(G) .Most(butnotall)graphs have many visual| representations,| often called embeddings| | . To illustrate the above definitions, let’s use the following graph: G = A, B, C, D, E , A, B , B,C , C, D , C, E , D, E , D, A {{ } {{ } { } { } { } { } { }}} The edge set of G, E(G)is A, B , B,C , C, D , C, E , D, E , D, A . The vertex set of G, V (G)is{{ A, B,} C,{ D, E} {. } { } { } { }} V (G) =5, E(G) =6 { } Two| possible| | embeddings| of G are illustrated in Figure 1: Figure 1: Example of a Graph 2 We may abbreviate the edge a, b as ab.Wesaythata and b are called neighbors when they are joined by an edge.{ } Any two neighbors are said to be adjacent. When a and b are neighbors, we say that a and b are each incident to the edge ab.Subse- quently, the neighborhood of a vertex v,denotedN(v)isthesetofallneighborsofv. Using the example from Figure 1, we can see that N(A)= B,D .Thesizeofthe neighborhood of a vertex, N(v) ,iscalledthedegree of v,frequentlydenoted{ } d(v). Agraphinwhichallverticeshavedegree| | r is called r-regular. Many of the graphs we will discuss are cubic,meaningtheyare3-regular. The number of edges in a graph can be determined from the number of vertices and their degree by the following formula: The Handshake Lemma. 2 E(G) = v V (G) d(v). | | 2 P 1.3 Cycles and Subgraphs A walk is an alternating sequence of vertices and incident edges. In other words, a walk is a route that can be traveled within a graph from vertex to vertex along edges. A trail is a walk in which no edges are repeated, and a path is a walk in which no vertices are repeated. A walk is said to be closed if it begins and ends with the same vertex. A closed walk that repeats no vertices or edges is called a cycle. Figure 2: A Graph Containing Cycles In Figure 2, A, B, C, D, A is an example of a cycle. It follows a path from vertex A to B, C, D{ and back to} A to complete the cycle. Another example of a cycle is D, C, E, D . We call the size of the largest cycle in a graph the circumference of the graph,{ denoted} c(G), and the size of the smallest cycle in a graph the girth. AcycleonagraphG is called Hamiltonian if it contains every vertex from V (G). A subgraph of a graph G is a graph whose vertex set is a subset of V (G)andwhose edge set is a subset of E(G). We call a subgraph induced if it contains all edges which have both ends in the vertex set of the subgraph. The subgraph induced by the set S is denoted G[S]. 3 Figure 3: Subgraphs In Figure 3, both the graphs in the center and on the right are subgraphs of the leftmost graph. However, only the subgraph on the right is induced, as the edge AD has both ends in the vertex set of the subgraphs and thus, is required in the central subgraph in order for it to be induced.
Recommended publications
  • Configurations of Points and Lines
    Configurations of Points and Lines "RANKO'RüNBAUM 'RADUATE3TUDIES IN-ATHEMATICS 6OLUME !MERICAN-ATHEMATICAL3OCIETY http://dx.doi.org/10.1090/gsm/103 Configurations of Points and Lines Configurations of Points and Lines Branko Grünbaum Graduate Studies in Mathematics Volume 103 American Mathematical Society Providence, Rhode Island Editorial Board David Cox (Chair) Steven G. Krantz Rafe Mazzeo Martin Scharlemann 2000 Mathematics Subject Classification. Primary 01A55, 01A60, 05–03, 05B30, 05C62, 51–03, 51A20, 51A45, 51E30, 52C30. For additional information and updates on this book, visit www.ams.org/bookpages/gsm-103 Library of Congress Cataloging-in-Publication Data Gr¨unbaum, Branko. Configurations of points and lines / Branko Gr¨unbaum. p. cm. — (Graduate studies in mathematics ; v. 103) Includes bibliographical references and index. ISBN 978-0-8218-4308-6 (alk. paper) 1. Configurations. I. Title. QA607.G875 2009 516.15—dc22 2009000303 Copying and reprinting. Individual readers of this publication, and nonprofit libraries acting for them, are permitted to make fair use of the material, such as to copy a chapter for use in teaching or research. Permission is granted to quote brief passages from this publication in reviews, provided the customary acknowledgment of the source is given. Republication, systematic copying, or multiple reproduction of any material in this publication is permitted only under license from the American Mathematical Society. Requests for such permission should be addressed to the Acquisitions Department, American Mathematical Society, 201 Charles Street, Providence, Rhode Island 02904-2294, USA. Requests can also be made by e-mail to [email protected]. c 2009 by the American Mathematical Society.
    [Show full text]
  • Levi Graphs and Concurrence Graphs As Tools to Evaluate Designs
    Levi graphs and concurrence graphs as tools to evaluate designs R. A. Bailey [email protected] The Norman Biggs Lecture, May 2012 1/35 What makes a block design good for experiments? I have v treatments that I want to compare. I have b blocks. Each block has space for k treatments (not necessarily distinct). How should I choose a block design? 2/35 Two designs with v = 5, b = 7, k = 3: which is better? Conventions: columns are blocks; order of treatments within each block is irrelevant; order of blocks is irrelevant. 1 1 1 1 2 2 2 1 1 1 1 2 2 2 2 3 3 4 3 3 4 1 3 3 4 3 3 4 3 4 5 5 4 5 5 2 4 5 5 4 5 5 binary non-binary A design is binary if no treatment occurs more than once in any block. 3/35 Two designs with v = 15, b = 7, k = 3: which is better? 1 1 2 3 4 5 6 1 1 1 1 1 1 1 2 4 5 6 10 11 12 2 4 6 8 10 12 14 3 7 8 9 13 14 15 3 5 7 9 11 13 15 replications differ by ≤ 1 queen-bee design The replication of a treatment is its number of occurrences. A design is a queen-bee design if there is a treatment that occurs in every block. 4/35 Two designs with v = 7, b = 7, k = 3: which is better? 1 2 3 4 5 6 7 1 2 3 4 5 6 7 2 3 4 5 6 7 1 2 3 4 5 6 7 1 4 5 6 7 1 2 3 3 4 5 6 7 1 2 balanced (2-design) non-balanced A binary design is balanced if every pair of distinct treaments occurs together in the same number of blocks.
    [Show full text]
  • Maximizing the Order of a Regular Graph of Given Valency and Second Eigenvalue∗
    SIAM J. DISCRETE MATH. c 2016 Society for Industrial and Applied Mathematics Vol. 30, No. 3, pp. 1509–1525 MAXIMIZING THE ORDER OF A REGULAR GRAPH OF GIVEN VALENCY AND SECOND EIGENVALUE∗ SEBASTIAN M. CIOABA˘ †,JACKH.KOOLEN‡, HIROSHI NOZAKI§, AND JASON R. VERMETTE¶ Abstract. From Alon√ and Boppana, and Serre, we know that for any given integer k ≥ 3 and real number λ<2 k − 1, there are only finitely many k-regular graphs whose second largest eigenvalue is at most λ. In this paper, we investigate the largest number of vertices of such graphs. Key words. second eigenvalue, regular graph, expander AMS subject classifications. 05C50, 05E99, 68R10, 90C05, 90C35 DOI. 10.1137/15M1030935 1. Introduction. For a k-regular graph G on n vertices, we denote by λ1(G)= k>λ2(G) ≥ ··· ≥ λn(G)=λmin(G) the eigenvalues of the adjacency matrix of G. For a general reference on the eigenvalues of graphs, see [8, 17]. The second eigenvalue of a regular graph is a parameter of interest in the study of graph connectivity and expanders (see [1, 8, 23], for example). In this paper, we investigate the maximum order v(k, λ) of a connected k-regular graph whose second largest eigenvalue is at most some given parameter λ. As a consequence of work of Alon and Boppana and of Serre√ [1, 11, 15, 23, 24, 27, 30, 34, 35, 40], we know that v(k, λ) is finite for λ<2 k − 1. The recent result of Marcus, Spielman, and Srivastava [28] showing the existence of infinite families of√ Ramanujan graphs of any degree at least 3 implies that v(k, λ) is infinite for λ ≥ 2 k − 1.
    [Show full text]
  • Framing Cyclic Revolutionary Emergence of Opposing Symbols of Identity Eppur Si Muove: Biomimetic Embedding of N-Tuple Helices in Spherical Polyhedra - /
    Alternative view of segmented documents via Kairos 23 October 2017 | Draft Framing Cyclic Revolutionary Emergence of Opposing Symbols of Identity Eppur si muove: Biomimetic embedding of N-tuple helices in spherical polyhedra - / - Introduction Symbolic stars vs Strategic pillars; Polyhedra vs Helices; Logic vs Comprehension? Dynamic bonding patterns in n-tuple helices engendering n-fold rotating symbols Embedding the triple helix in a spherical octahedron Embedding the quadruple helix in a spherical cube Embedding the quintuple helix in a spherical dodecahedron and a Pentagramma Mirificum Embedding six-fold, eight-fold and ten-fold helices in appropriately encircled polyhedra Embedding twelve-fold, eleven-fold, nine-fold and seven-fold helices in appropriately encircled polyhedra Neglected recognition of logical patterns -- especially of opposition Dynamic relationship between polyhedra engendered by circles -- variously implying forms of unity Symbol rotation as dynamic essential to engaging with value-inversion References Introduction The contrast to the geocentric model of the solar system was framed by the Italian mathematician, physicist and philosopher Galileo Galilei (1564-1642). His much-cited phrase, " And yet it moves" (E pur si muove or Eppur si muove) was allegedly pronounced in 1633 when he was forced to recant his claims that the Earth moves around the immovable Sun rather than the converse -- known as the Galileo affair. Such a shift in perspective might usefully inspire the recognition that the stasis attributed so widely to logos and other much-valued cultural and heraldic symbols obscures the manner in which they imply a fundamental cognitive dynamic. Cultural symbols fundamental to the identity of a group might then be understood as variously moving and transforming in ways which currently elude comprehension.
    [Show full text]
  • The Intriguing Human Preference for a Ternary Patterned Reality
    75 Kragujevac J. Sci. 27 (2005) 75-114. THE INTRIGUING HUMAN PREFERENCE FOR A TERNARY PATTERNED REALITY Lionello Pogliani,* Douglas J. Klein,‡ and Alexandru T. Balaban¥ *Dipartimento di Chimica Università della Calabria, 87030 Rende (CS), Italy; ‡Texas A&M University at Galveston, Galveston, Texas, 77553-1675, USA; ¥ Texas A&M University at Galveston, Galveston, Texas, 77551, USA E-mails: [email protected]; [email protected]; balabana @tamug.tamu.edu (Received February 10, 2005) Three paths through the high spring grass / One is the quicker / and I take it (Haikku by Yosa Buson, Spring wind on the river bank Kema) How did number theory degrade to numerology? How did numerology influence different aspects of human creation? How could some numbers assume such an extraordinary meaning? Why some numbers appear so often throughout the fabric of reality? Has reality really a preference for a ternary pattern? Present excursion through the ‘life’ and ‘deeds’ of this pattern and of its parent number in different fields of human culture try to offer an answer to some of these questions giving at the same time a glance of the strange preference of the human mind for a patterned reality based on number three, which, like the 'unary' and 'dualistic' patterned reality, but in a more emphatic way, ended up assuming an archetypical character in the intellectual sphere of humanity. Introduction Three is not only the sole number that is the sum of all the natural numbers less than itself, but it lies between arguably the two most important irrational and transcendental numbers of all mathematics, i.e., e < 3 < π.
    [Show full text]
  • The History of Degenerate (Bipartite) Extremal Graph Problems
    The history of degenerate (bipartite) extremal graph problems Zolt´an F¨uredi and Mikl´os Simonovits May 15, 2013 Alfr´ed R´enyi Institute of Mathematics, Budapest, Hungary [email protected] and [email protected] Abstract This paper is a survey on Extremal Graph Theory, primarily fo- cusing on the case when one of the excluded graphs is bipartite. On one hand we give an introduction to this field and also describe many important results, methods, problems, and constructions. 1 Contents 1 Introduction 4 1.1 Some central theorems of the field . 5 1.2 Thestructureofthispaper . 6 1.3 Extremalproblems ........................ 8 1.4 Other types of extremal graph problems . 10 1.5 Historicalremarks . .. .. .. .. .. .. 11 arXiv:1306.5167v2 [math.CO] 29 Jun 2013 2 The general theory, classification 12 2.1 The importance of the Degenerate Case . 14 2.2 The asymmetric case of Excluded Bipartite graphs . 15 2.3 Reductions:Hostgraphs. 16 2.4 Excluding complete bipartite graphs . 17 2.5 Probabilistic lower bound . 18 1 Research supported in part by the Hungarian National Science Foundation OTKA 104343, and by the European Research Council Advanced Investigators Grant 267195 (ZF) and by the Hungarian National Science Foundation OTKA 101536, and by the European Research Council Advanced Investigators Grant 321104. (MS). 1 F¨uredi-Simonovits: Degenerate (bipartite) extremal graph problems 2 2.6 Classification of extremal problems . 21 2.7 General conjectures on bipartite graphs . 23 3 Excluding complete bipartite graphs 24 3.1 Bipartite C4-free graphs and the Zarankiewicz problem . 24 3.2 Finite Geometries and the C4-freegraphs .
    [Show full text]
  • Some Topics Concerning Graphs, Signed Graphs and Matroids
    SOME TOPICS CONCERNING GRAPHS, SIGNED GRAPHS AND MATROIDS DISSERTATION Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of the Ohio State University By Vaidyanathan Sivaraman, M.S. Graduate Program in Mathematics The Ohio State University 2012 Dissertation Committee: Prof. Neil Robertson, Advisor Prof. Akos´ Seress Prof. Matthew Kahle ABSTRACT We discuss well-quasi-ordering in graphs and signed graphs, giving two short proofs of the bounded case of S. B. Rao's conjecture. We give a characterization of graphs whose bicircular matroids are signed-graphic, thus generalizing a theorem of Matthews from the 1970s. We prove a recent conjecture of Zaslavsky on the equality of frus- tration number and frustration index in a certain class of signed graphs. We prove that there are exactly seven signed Heawood graphs, up to switching isomorphism. We present a computational approach to an interesting conjecture of D. J. A. Welsh on the number of bases of matroids. We then move on to study the frame matroids of signed graphs, giving explicit signed-graphic representations of certain families of matroids. We also discuss the cycle, bicircular and even-cycle matroid of a graph and characterize matroids arising as two different such structures. We study graphs in which any two vertices have the same number of common neighbors, giving a quick proof of Shrikhande's theorem. We provide a solution to a problem of E. W. Dijkstra. Also, we discuss the flexibility of graphs on the projective plane. We conclude by men- tioning partial progress towards characterizing signed graphs whose frame matroids are transversal, and some miscellaneous results.
    [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]
  • On the Levi Graph of Point-Line Configurations 895
    inv lve a journal of mathematics On the Levi graph of point-line configurations Jessica Hauschild, Jazmin Ortiz and Oscar Vega msp 2015 vol. 8, no. 5 INVOLVE 8:5 (2015) msp dx.doi.org/10.2140/involve.2015.8.893 On the Levi graph of point-line configurations Jessica Hauschild, Jazmin Ortiz and Oscar Vega (Communicated by Joseph A. Gallian) We prove that the well-covered dimension of the Levi graph of a point-line configuration with v points, b lines, r lines incident with each point, and every line containing k points is equal to 0, whenever r > 2. 1. Introduction The concept of the well-covered space of a graph was first introduced by Caro, Ellingham, Ramey, and Yuster[Caro et al. 1998; Caro and Yuster 1999] as an effort to generalize the study of well-covered graphs. Brown and Nowakowski [2005] continued the study of this object and, among other things, provided several examples of graphs featuring odd behaviors regarding their well-covered spaces. One of these special situations occurs when the well-covered space of the graph is trivial, i.e., when the graph is anti-well-covered. In this work, we prove that almost all Levi graphs of configurations in the family of the so-called .vr ; bk/- configurations (see Definition 3) are anti-well-covered. We start our exposition by providing the following definitions and previously known results. Any introductory concepts we do not present here may be found in the books by Bondy and Murty[1976] and Grünbaum[2009]. We consider only simple and undirected graphs.
    [Show full text]
  • Some Applications of Generalized Action Graphs and Monodromy Graphs
    Some applications of generalized action graphs and monodromy graphs Tomaˇz Pisanski (University of Primorska and University of Ljubljana) 2015 International Conference on Graph Theory UP FAMNIT, Koper, May 26–28, 2015 Tomaˇz Pisanski (University of Primorska and University of Ljubljana)Some applications of generalized action graphs and monodromy graphs Thanks Thanks to my former students Alen Orbani´c, Mar´ıa del R´ıo-Francos and their and my co-authors, in particular to Jan Karab´aˇs and many others whose work I am freely using in this talk. Tomaˇz Pisanski (University of Primorska and University of Ljubljana)Some applications of generalized action graphs and monodromy graphs Snub Cube - Chirality in the sense of Conway Snube cube is vertex-transitive (uniform) chiral polyhedron. It comes in two oriented forms. Tomaˇz Pisanski (University of Primorska and University of Ljubljana)Some applications of generalized action graphs and monodromy graphs Motivation We would like to have a single combinatorial mechanism that would enable us to deal with such phenomena. Our goal is to unify several existing structures in such a way that the power of each individual structure is preserved. Tomaˇz Pisanski (University of Primorska and University of Ljubljana)Some applications of generalized action graphs and monodromy graphs Example: The Cube Example The cube may be considered as an oriented map: R, r, as a map: r0, r1, r2 as a polyhedron .... Question What is the dual of a cube and how can we describe it? Question How can we tell that the cube is a regular map and amphichiral oriented map? Tomaˇz Pisanski (University of Primorska and University of Ljubljana)Some applications of generalized action graphs and monodromy graphs Plan We define generalized action graphs as semi-directed graphs in which the edge set is partitioned into directed 2-factors (forming an action digraph) and undirected 1-factors (forming a monodromy graph) and use them to describe several combinatorial structures, such as maps and oriented maps.
    [Show full text]
  • Ma/CS 6B Class 8: Planar and Plane Graphs
    1/26/2017 Ma/CS 6b Class 8: Planar and Plane Graphs By Adam Sheffer The Utilities Problem Problem. There are three houses on a plane. Each needs to be connected to the gas, water, and electricity companies. ◦ Is there a way to make all nine connections without any of the lines crossing each other? ◦ Using a third dimension or sending connections through a company or house is not allowed. 1 1/26/2017 Rephrasing as a Graph How can we rephrase the utilities problem as a graph problem? ◦ Can we draw 퐾3,3 without intersecting edges. Closed Curves A simple closed curve (or a Jordan curve) is a curve that does not cross itself and separates the plane into two regions: the “inside” and the “outside”. 2 1/26/2017 Drawing 퐾3,3 with no Crossings We try to draw 퐾3,3 with no crossings ◦ 퐾3,3 contains a cycle of length six, and it must be drawn as a simple closed curve 퐶. ◦ Each of the remaining three edges is either fully on the inside or fully on the outside of 퐶. 퐾3,3 퐶 No 퐾3,3 Drawing Exists We can only add one red-blue edge inside of 퐶 without crossings. Similarly, we can only add one red-blue edge outside of 퐶 without crossings. Since we need to add three edges, it is impossible to draw 퐾3,3 with no crossings. 퐶 3 1/26/2017 Drawing 퐾4 with no Crossings Can we draw 퐾4 with no crossings? ◦ Yes! Drawing 퐾5 with no Crossings Can we draw 퐾5 with no crossings? ◦ 퐾5 contains a cycle of length five, and it must be drawn as a simple closed curve 퐶.
    [Show full text]
  • Planarity and Duality of Finite and Infinite Graphs
    JOURNAL OF COMBINATORIAL THEORY, Series B 29, 244-271 (1980) Planarity and Duality of Finite and Infinite Graphs CARSTEN THOMASSEN Matematisk Institut, Universitets Parken, 8000 Aarhus C, Denmark Communicated by the Editors Received September 17, 1979 We present a short proof of the following theorems simultaneously: Kuratowski’s theorem, Fary’s theorem, and the theorem of Tutte that every 3-connected planar graph has a convex representation. We stress the importance of Kuratowski’s theorem by showing how it implies a result of Tutte on planar representations with prescribed vertices on the same facial cycle as well as the planarity criteria of Whit- ney, MacLane, Tutte, and Fournier (in the case of Whitney’s theorem and MacLane’s theorem this has already been done by Tutte). In connection with Tutte’s planarity criterion in terms of non-separating cycles we give a short proof of the result of Tutte that the induced non-separating cycles in a 3-connected graph generate the cycle space. We consider each of the above-mentioned planarity criteria for infinite graphs. Specifically, we prove that Tutte’s condition in terms of overlap graphs is equivalent to Kuratowski’s condition, we characterize completely the infinite graphs satisfying MacLane’s condition and we prove that the 3- connected locally finite ones have convex representations. We investigate when an infinite graph has a dual graph and we settle this problem completely in the locally finite case. We show by examples that Tutte’s criterion involving non-separating cy- cles has no immediate extension to infinite graphs, but we present some analogues of that criterion for special classes of infinite graphs.
    [Show full text]