Graph-Theoretic Properties of the Class of Phonological Neighbourhood Networks

Total Page:16

File Type:pdf, Size:1020Kb

Graph-Theoretic Properties of the Class of Phonological Neighbourhood Networks Graph-theoretic Properties of the Class of Phonological Neighbourhood Networks Rory Turnbull Newcastle University [email protected] Abstract flan clan This paper concerns the structure of phono- plant logical neighbourhood networks, which are a graph-theoretic representation of the phono- plane logical lexicon. These networks represent each word as a node and links are placed be- plan planner tween words which are phonological neigh- bours, usually defined as a string edit distance plaque of one. Phonological neighbourhood networks have been used to study many aspects of the planned mental lexicon and psycholinguistic theories pan of speech production and perception. This pa- plans per offers preliminary graph-theoretic observa- tions about phonological neighbourhood net- Figure 1: Example phonological neighbourhood net- works considered as a class. To aid this ex- work centred around the English word plan. Note that ploration, this paper introduces the concept of some neighbours of a word are neighbours of each the hyperlexicon, the network consisting of all other. Adapted from Turnbull and Peperkamp(2017). possible words for a given symbol set and their neighbourhood relations. The construction of the hyperlexicon is discussed, and basic prop- 0 0 erties are derived. This work is among the first of w), intransitive (if w is a neighbour of w , and w to directly address the nature of phonological is a neighbour of w00, it is not necessarily the case neighbourhood networks from an analytic per- that w is a neighbour of w00), and anti-reflexive (w spective. cannot be a neighbour of itself). Figure1 shows an abbreviated phonological 1 Motivation neighbourhood network for some words of English. Recent work in phonological psycholinguistics One advantage of this representation is that it per- has investigated the structure of the lexicon mits analysis with the methods of network science through the use of phonological neighbourhood and graph theory, and work so far has shown a good networks (Chan and Vitevitch, 2010; Turnbull and deal of promise in modeling psycholinguistic prop- Peperkamp, 2017; Siew, 2013; Siew and Vitevitch, erties of the lexicon with these methods (Chan and 2020; Shoemark et al., 2016). A phonological Vitevitch, 2010; Vitevitch, 2008). A common analy- neighbourhood network is a representation of the sis technique within network science is to compare lexicon where each word is treated as a node and a given network with a randomly generated one a link is placed between nodes if and only if those that has the same number of nodes and links. No- two nodes are phonological neighbours. Two words table features of the target network relative to the are neighbours if their string edit distance, in terms random network are likely due to intrinsic proper- of phonological representation, is one. In other ties of the target network, rather than chance. From words, the neighbours of a word w are all the this structure one can then infer details about the words that can be formed by the addition, dele- organising principles that generated the network tion, or substitution of a single phoneme from w. originally. The neighbourhood relation is symmetric (if w is a For phonological neighbourhood networks, how- neighbour of w0, then w0 is necessarily a neighbour ever, this method is often inappropriate, as many 233 Proceedings of the Workshop on Cognitive Modeling and Computational Linguistics, pages 233–240 Online Event, June 10, 2021. ©2021 Association for Computational Linguistics logically possible network structures are not pos- if the the edges and vertices of H are subsets of sible phonological neighbourhood networks. This those of G. A subgraph H is an induced subgraph fact is because the links between nodes—the neigh- of G if every edge in E(G) whose endpoints are bourhood relations—are intrinsic to the definitions both in V (H) is present in E(H). In other words, of the nodes themselves. Changing a link between an induced subgraph can be obtained by the pro- nodes necessarily means changing the content of cess of removing vertices (and any incident edges) a node, which then could entail other changes to from a graph, but not removing edges on their own. other links. This problem was highlighted by Turn- Figure2 provides illustrative examples. 1 bull and Peperkamp(2017), who instead chose to The diamond is K4 with one edge removed. A randomly generate lexicons and derive networks circle Ck has the set of nodes f1; 2; :::; kg and edge from those lexicons. However, randomly gener- set ff1; 2g; f2; 3g; :::; f(k − 1); kg; fk; 1gg. (Cir- ated lexicons do not guarantee the same number cle graphs that are induced subgraphs of a larger of links will be present in the resulting network, graph are also known as k-holes.) Figure3 depicts making it difficult to compare like with like. For the diamond and C5. this reason, studying phonological neighbourhood A star Sk is a graph with one central vertex networks as a class, and discovering their defin- which is connected to k other unique vertices. No ing characteristics, is an important methodological other vertices or edges exist. Figure4 depicts the goal for psycholinguists. stars S3 (also known as a claw), S4, and S6. This research therefore seeks to answer the fol- The Cartesian product A × B of two sets A and lowing broad questions: What are the distinctive B is defined as characteristics of phonological neighbourhood net- works, including their definitions in terms of edge A × B = f(a; b)ja 2 A; b 2 Bg; (1) sets and vertex sets, their extremal properties, and characterization of forbidden subgraphs? Is there that is, the Cartesian product of A and B is an effective and efficient method by which phono- the set of all ordered pairs where the first el- logical neighbourhood graphs can be distinguished ement is a member of A and the second el- from other graphs? The present paper lays the ement is a member of B. For example, the mathematical foundations for future investigations Cartesian product of fa; b; cg and fx; yg is of both of these questions. f(a; x); (a; y); (b; x); (b; y); (c; x); (c; y)g. The Cartesian product GH of two graphs G 2 Preliminaries and H has the vertex set This section briefly defines the basic mathematical V (GH) = V (G) × V (H): (2) definitions and operations used in the remainder of the paper. The reader is referred to standard text- A given vertex (a; x) is linked with another vertex books in graph theory, such as Trudeau(1993) or (b; y) if a = b (the first elements are identical) and Diestel(2005), for more details. As mathematical fx; yg 2 E(H) (the second elements are linked in terminology and notation can vary between sub- H), or if x = y (the second elements are identical) fields, alternative names and characterizations of and fa; bg 2 E(G) (the first elements are linked some objects are mentioned in the ensuing sections, in G). To aid understanding, Figure5 depicts an but they are not strictly necessary to understand the example of the Cartesian product of two graphs, arguments of this paper. G and H. Graph G has V (G) = fa; b; cg and Networks can be modeled as mathematical ob- E(G) = ffa; bg; fb; cgg. Graph H has V (H) = jects known as graphs, which consist of vertices fx; yg and E(H) = ffx; ygg. Observe how G (nodes) and edges (links). Let G be an undirected and H can be seen in GH as two orthogonal graph with no self-loops with vertex set V (G) and dimensions. Note also that the total number of edge set E(G). Let Kn denote the complete graph vertices in GH is equal to the product of the with n vertices and all possible edges. number of vertices in G and H. A graph H is said to be a subgraph of a graph We further denote the Cartesian exponent of a G if V (H) ⊆ V (G) and E(H) ⊆ V (G), that is, graph G as 1 n See also Gruenenfelder and Pisoni(2009) for related con- G = GGG:::G; (3) cerns. | {z } n 234 G H J a b a b a b c d d d Figure 2: Three graphs. H is an induced subgraph of G formed through the removal of vertex c and its incident edges. J is also a subgraph of G, but it is not an induced subgraph due to the fact that the edge between vertices a and d is missing. diamond C5 Figure 3: The diamond graph and C5. S3 S4 S6 Figure 4: Star graphs S3, S4, and S6. G H GH a x (a, x) (a, y) b (b, x) (b, y) c y (c, x) (c, y) Figure 5: Graphs G and H and the Cartesian product GH. 235 3 K2 K2 0 ((0, 0), 0) ((0, 1), 0) ((0, 0), 1) ((0, 1), 1) 1 ((1, 0), 0) ((1, 1), 0) ((1, 0), 1) ((1, 1), 1) 3 Figure 6: The complete graph K2 and Cartesian exponent K2 , i.e. K2K2K2. 0 000 010 001 011 00 01 1 100 110 101 111 10 11 Figure 7: The hyperlexicon H(2; f1; 2; 3g). Here the alphabet is defined as f0; 1g but any set of two symbols is possible. Edges between layers (i.e. phoneme additions/deletions) are drawn in grey; edges within layers (i.e. phoneme substitutions) are drawn in black. that is, the Cartesian product of G with itself n − 1 ture can be clearly seen in Figure7. Edges within 3 times.
Recommended publications
  • Coloring ($ P 6 $, Diamond, $ K 4 $)-Free Graphs
    Coloring (P6, diamond, K4)-free graphs T. Karthick∗ Suchismita Mishra† June 28, 2021 Abstract We show that every (P6, diamond, K4)-free graph is 6-colorable. Moreover, we give an example of a (P6, diamond, K4)-free graph G with χ(G) = 6. This generalizes some known results in the literature. 1 Introduction We consider simple, finite, and undirected graphs. For notation and terminology not defined here we refer to [22]. Let Pn, Cn, Kn denote the induced path, induced cycle and complete graph on n vertices respectively. If G1 and G2 are two vertex disjoint graphs, then their union G1 ∪ G2 is the graph with V (G1 ∪ G2) = V (G1) ∪ V (G2) and E(G1 ∪ G2) = E(G1) ∪ E(G2). Similarly, their join G1 + G2 is the graph with V (G1 + G2) = V (G1) ∪ V (G2) and E(G1 + G2) = E(G1) ∪ E(G2)∪{(x,y) | x ∈ V (G1), y ∈ V (G2)}. For any positive integer k, kG denotes the union of k graphs each isomorphic to G. If F is a family of graphs, a graph G is said to be F-free if it contains no induced subgraph isomorphic to any member of F. A clique (independent set) in a graph G is a set of vertices that are pairwise adjacent (non-adjacent) in G. The clique number of G, denoted by ω(G), is the size of a maximum clique in G. A k-coloring of a graph G = (V, E) is a mapping f : V → {1, 2,...,k} such that f(u) 6= f(v) whenever uv ∈ E.
    [Show full text]
  • Isometric Diamond Subgraphs
    Isometric Diamond Subgraphs David Eppstein Computer Science Department, University of California, Irvine [email protected] Abstract. We test in polynomial time whether a graph embeds in a distance- preserving way into the hexagonal tiling, the three-dimensional diamond struc- ture, or analogous higher-dimensional structures. 1 Introduction Subgraphs of square or hexagonal tilings of the plane form nearly ideal graph draw- ings: their angular resolution is bounded, vertices have uniform spacing, all edges have unit length, and the area is at most quadratic in the number of vertices. For induced sub- graphs of these tilings, one can additionally determine the graph from its vertex set: two vertices are adjacent whenever they are mutual nearest neighbors. Unfortunately, these drawings are hard to find: it is NP-complete to test whether a graph is a subgraph of a square tiling [2], a planar nearest-neighbor graph, or a planar unit distance graph [5], and Eades and Whitesides’ logic engine technique can also be used to show the NP- completeness of determining whether a given graph is a subgraph of the hexagonal tiling or an induced subgraph of the square or hexagonal tilings. With stronger constraints on subgraphs of tilings, however, they are easier to con- struct: one can test efficiently whether a graph embeds isometrically onto the square tiling, or onto an integer grid of fixed or variable dimension [7]. In an isometric em- bedding, the unweighted distance between any two vertices in the graph equals the L1 distance of their placements in the grid. An isometric embedding must be an induced subgraph, but not all induced subgraphs are isometric.
    [Show full text]
  • Graphs with Few Trivial Characteristic Ideals
    University of Rhode Island DigitalCommons@URI Mathematics Faculty Publications Mathematics 2021 Graphs with few trivial characteristic ideals Carlos A. Alfaro Michael D. Barrus John Sinkovic Ralihe R. Villagrán Follow this and additional works at: https://digitalcommons.uri.edu/math_facpubs The University of Rhode Island Faculty have made this article openly available. Please let us know how Open Access to this research benefits you. This is a pre-publication author manuscript of the final, published article. Terms of Use This article is made available under the terms and conditions applicable towards Open Access Policy Articles, as set forth in our Terms of Use. Graphs with few trivial characteristic ideals Carlos A. Alfaroa, Michael D. Barrusb, John Sinkovicc and Ralihe R. Villagr´and a Banco de M´exico Mexico City, Mexico [email protected] bDepartment of Mathematics University of Rhode Island Kingston, RI 02881, USA [email protected] cDepartment of Mathematics Brigham Young University - Idaho Rexburg, ID 83460, USA [email protected] dDepartamento de Matem´aticas Centro de Investigaci´ony de Estudios Avanzados del IPN Apartado Postal 14-740, 07000 Mexico City, Mexico [email protected] Abstract We give a characterization of the graphs with at most three trivial characteristic ideals. This implies the complete characterization of the regular graphs whose critical groups have at most three invariant factors equal to 1 and the characterization of the graphs whose Smith groups have at most 3 invariant factors equal to 1. We also give an alternative and simpler way to obtain the characterization of the graphs whose Smith groups have at most 3 invariant factors equal to 1, and a list of minimal forbidden graphs for the family of graphs with Smith group having at most 4 invariant factors equal to 1.
    [Show full text]
  • Dynamical Systems Associated with Adjacency Matrices
    DISCRETE AND CONTINUOUS doi:10.3934/dcdsb.2018190 DYNAMICAL SYSTEMS SERIES B Volume 23, Number 5, July 2018 pp. 1945{1973 DYNAMICAL SYSTEMS ASSOCIATED WITH ADJACENCY MATRICES Delio Mugnolo Delio Mugnolo, Lehrgebiet Analysis, Fakult¨atMathematik und Informatik FernUniversit¨atin Hagen, D-58084 Hagen, Germany Abstract. We develop the theory of linear evolution equations associated with the adjacency matrix of a graph, focusing in particular on infinite graphs of two kinds: uniformly locally finite graphs as well as locally finite line graphs. We discuss in detail qualitative properties of solutions to these problems by quadratic form methods. We distinguish between backward and forward evo- lution equations: the latter have typical features of diffusive processes, but cannot be well-posed on graphs with unbounded degree. On the contrary, well-posedness of backward equations is a typical feature of line graphs. We suggest how to detect even cycles and/or couples of odd cycles on graphs by studying backward equations for the adjacency matrix on their line graph. 1. Introduction. The aim of this paper is to discuss the properties of the linear dynamical system du (t) = Au(t) (1.1) dt where A is the adjacency matrix of a graph G with vertex set V and edge set E. Of course, in the case of finite graphs A is a bounded linear operator on the finite di- mensional Hilbert space CjVj. Hence the solution is given by the exponential matrix etA, but computing it is in general a hard task, since A carries little structure and can be a sparse or dense matrix, depending on the underlying graph.
    [Show full text]
  • Approximation Algorithms for Problems in Makespan Minimization on Unrelated Parallel Machines
    Western University Scholarship@Western Electronic Thesis and Dissertation Repository 4-8-2019 10:30 AM Approximation Algorithms for Problems in Makespan Minimization on Unrelated Parallel Machines Daniel R. Page The University of Western Ontario Supervisor Solis-Oba, Roberto The University of Western Ontario Graduate Program in Computer Science A thesis submitted in partial fulfillment of the equirr ements for the degree in Doctor of Philosophy © Daniel R. Page 2019 Follow this and additional works at: https://ir.lib.uwo.ca/etd Part of the Discrete Mathematics and Combinatorics Commons, and the Theory and Algorithms Commons Recommended Citation Page, Daniel R., "Approximation Algorithms for Problems in Makespan Minimization on Unrelated Parallel Machines" (2019). Electronic Thesis and Dissertation Repository. 6109. https://ir.lib.uwo.ca/etd/6109 This Dissertation/Thesis is brought to you for free and open access by Scholarship@Western. It has been accepted for inclusion in Electronic Thesis and Dissertation Repository by an authorized administrator of Scholarship@Western. For more information, please contact [email protected]. Abstract A fundamental problem in scheduling is makespan minimization on unrelated parallel ma- chines (RjjCmax). Let there be a set J of jobs and a set M of parallel machines, where every + job J j 2 J has processing time or length pi; j 2 Q on machine Mi 2 M. The goal in RjjCmax is to schedule the jobs non-preemptively on the machines so as to minimize the length of the schedule, the makespan. A ρ-approximation algorithm produces in polynomial time a feasible solution such that its objective value is within a multiplicative factor ρ of the optimum, where ρ is called its approximation ratio.
    [Show full text]
  • Gridline Graphs in Three and Higher Dimensions Susanna Lange Grand Valley State University
    Grand Valley State University ScholarWorks@GVSU Honors Projects Undergraduate Research and Creative Practice 12-2015 Gridline Graphs in Three and Higher Dimensions Susanna Lange Grand Valley State University Holly Raglow Grand Valley State University Follow this and additional works at: http://scholarworks.gvsu.edu/honorsprojects Part of the Physical Sciences and Mathematics Commons Recommended Citation Lange, Susanna and Raglow, Holly, "Gridline Graphs in Three and Higher Dimensions" (2015). Honors Projects. 535. http://scholarworks.gvsu.edu/honorsprojects/535 This Open Access is brought to you for free and open access by the Undergraduate Research and Creative Practice at ScholarWorks@GVSU. It has been accepted for inclusion in Honors Projects by an authorized administrator of ScholarWorks@GVSU. For more information, please contact [email protected]. Gridline Graphs in Three and Higher Dimensions Susanna Lange, Holly Raglow Advisor: Dr. Feryal Alayont December 16, 2015 Introduction In mathematics, a graph is a collection of vertices and edges represented by an image with vertices as points and edges as lines. While there are many different types of graphs in graph theory, we will focus on gridline graphs (also called graphs of (0; 1) matrices, or rook's graphs). Definition. In two dimensions, a gridline graph is a graph whose vertices can be labeled by points in the plane in such a way that two vertices are adjacent, meaning they share an edge, if and only if they have one coordinate in common. In other words, in a two dimensional gridline graph, two vertices are not connected if they differ in both the x coordinate and the y coordinate.
    [Show full text]
  • Algorithms for Generating Star and Path of Graphs Using BFS Dr
    Web Site: www.ijettcs.org Email: [email protected], [email protected] Volume 1, Issue 3, September – October 2012 ISSN 2278-6856 Algorithms for Generating Star and Path of Graphs using BFS Dr. H. B. Walikar2, Ravikumar H. Roogi1, Shreedevi V. Shindhe3, Ishwar. B4 2,4Prof. Dept of Computer Science, Karnatak University, Dharwad, 1,3Research Scholars, Dept of Computer Science, Karnatak University, Dharwad Abstract: In this paper we deal with BFS algorithm by 1.8 Diamond Graph: modifying it with some conditions and proper labeling of The diamond graph is the simple graph on nodes and vertices which results edges illustrated Fig.7. [2] and on applying it to some small basic 1.9 Paw Graph: class of graphs. The BFS algorithm has to modify The paw graph is the -pan graph, which is also accordingly. Some graphs will result in and by direct application of BFS where some need modifications isomorphic to the -tadpole graph. Fig.8 [2] in the algorithm. The BFS algorithm starts with a root vertex 1.10 Gem Graph: called start vertex. The resulted output tree structure will be The gem graph is the fan graph illustrated Fig.9 [2] in the form of Structure or in Structure. 1.11 Dart Graph: Keywords: BFS, Graph, Star, Path. The dart graph is the -vertex graph illustrated Fig.10.[2] 1.12 Tetrahedral Graph: 1. INTRODUCTION The tetrahedral graph is the Platonic graph that is the 1.1 Graph: unique polyhedral graph on four nodes which is also the A graph is a finite collection of objects called vertices complete graph and therefore also the wheel graph .
    [Show full text]
  • Graceful Labeling on Twig Diamond Graph with Pendant Edges ∗
    Bull. Pure Appl. Sci. Sect. E Math. Stat. 39E(2), 188–192 (2020) e-ISSN:2320-3226, Print ISSN:0970-6577 Bulletin of Pure and Applied Sciences DOI: 10.5958/2320-3226.2020.00018.1 Section - E - Mathematics & Statistics ©Dr. A.K. Sharma, BPAS PUBLICATIONS, 115-RPS- DDA Flat, Mansarover Park, Website : https : ==www:bpasjournals:com= Shahdara, Delhi-110032, India. 2020 Graceful labeling on twig diamond graph with pendant edges ∗ J. Jeba Jesintha1;y, Subashini K.2 and Allu Merin Sabu3 1,3. P.G. Department of Mathematics, Women’s Christian College, Chennai, Tamil Nadu, India. 2. Department of Mathematics, Jeppiaar Engineering College, Chennai, Tamil Nadu, India. 2. Research Scholar (Part-Time), P.G. Department of Mathematics, Women’s Christian College, Affiliated to University of Madras, Chennai, Tamil Nadu, India. 1. E-mail: [email protected] 2. E-mail: [email protected] , 3. E-mail: [email protected] Abstract A graceful labeling of a graph G with q edges is an injection f : V (G) ! f0; 1; 2; : : : ; qg with the property that the resulting edges are also distinct, where an edge incident with the vertices u and v is assigned the label jf(u) − f(v)j. A graph which admits a graceful labeling is called a graceful graph. In this paper, we prove the graceful labeling of a new family of graphs G called a twig diamond graph with pendant edges. Key words Graceful labeling, star graph, diamond graph. 2020 Mathematics Subject Classification 05C78. 1 Introduction The most interesting and famous graph labeling method is the graceful labeling of graphs introduced by Rosa [4] in 1967.
    [Show full text]
  • Quick but Odd Growth of Cacti
    Algorithmica (2017) 79:271–290 DOI 10.1007/s00453-017-0317-1 Quick but Odd Growth of Cacti Sudeshna Kolay1 · Daniel Lokshtanov2 · Fahad Panolan2 · Saket Saurabh1 Received: 31 December 2015 / Accepted: 25 April 2017 / Published online: 8 May 2017 © Springer Science+Business Media New York 2017 Abstract Let F be a family of graphs. Given an n-vertex input graph G and a positive integer k, testing whether G has a vertex subset S of size at most k, such that G − S belongs to F, is a prototype vertex deletion problem. These type of problems have attracted a lot of attention in recent times in the domain of parameterized complexity. In this paper, we study two such problems; when F is either the family of forests of cacti or the family of forests of odd-cacti. A graph H is called a forest of cacti if every pair of cycles in H intersect on at most one vertex. Furthermore, a forest of cacti H is called a forest of odd cacti, if every cycle of H is of odd length. Let us denote by C and Codd, the families of forests of cacti and forests of odd cacti, respectively. The vertex deletion problems corresponding to C and Codd are called Diamond Hitting Set and Even Cycle Transversal, respectively. In this paper we design randomized algorithms with worst case run time 12knO(1) for both these problems. Our algorithms The conference version of this paper has been published in the Proceedings of IPEC 2015. The research leading to these results has received funding from the European Research Council (ERC) via grants Rigorous Theory of Preprocessing, reference 267959 and PARAPPROX, reference 306992 and the Bergen Research Foundation via grant “Beating Hardness by Preprocessing”.
    [Show full text]
  • Harmonious Coloring of Central Graphs of Certain Snake Graphs 571
    Applied Mathematical Sciences, Vol. 9, 2015, no. 12, 569 - 578 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2015.4121012 Harmonious Coloring of Central Graphs of Certain Snake Graphs M. S. Franklin Thamil Selvi Sathyabama University, Chennai, India Copyright © 2014 M. S. Franklin Thamil Selvi. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract A harmonious coloring of a simple graph is the proper vertex coloring such that each pair of colors appears together on at most one edge. The harmonious chromatic number of G, denoted by χh (G), is the least number of colors in a harmonious coloring of G. The paper gives the structural properties and the estimates of harmonious chromatic number of central graphs of Triangular snake graph C [Tn], Double triangular snake graph C [D (Tn)] and Diamond snake graph C [Dn]. Keywords: Harmonious coloring, Central graph, Triangular snake, Double triangular snake, Diamond snake 1. Introduction Graph Theory is one of the most developing branches of mathematics with wide applications to computer science. Graph Theory is applied in diverse areas such as social sciences, linguistics, physical sciences, communication engineering and others. Graph coloring is one of the oldest and an interesting problem that comes up in lots of applications. Graph coloring is an assignment of colors (or any distinct marks) to the vertices of a graph. A vertex coloring is called proper coloring if no two adjacent vertices of the graph receive the same color and the graph is then called properly colored graph.
    [Show full text]
  • On the Purity of Minor-Closed Classes of Graphs
    On the purity of minor-closed classes of graphs Colin McDiarmid1 and Micha lPrzykucki2 1Department of Statistics, Oxford University∗ 2Mathematical Institute, Oxford University† August 31, 2016 Abstract Given a graph H with at least one edge, let gapH (n) denote the maximum difference between the numbers of edges in two n-vertex edge-maximal graphs with no minor H. We show that for exactly four connected graphs H (with at least two vertices), the class of graphs with no minor H is pure, that is, gapH (n) = 0 for all n > 1; and for each connected graph H (with at least two vertices) we have the dichotomy that either gapH (n) = O(1) or gapH (n) = Θ(n). Further, if H is 2-connected and does not yield a pure class, then there is a constant c > 0 such that gapH (n) ∼ cn. We also give some partial results when H is not connected or when there are two or more excluded minors. 1 Introduction We say that a graph G contains a graph H as a minor if we can obtain a graph isomorphic to H from a subgraph of G by using edge contractions (discarding any loops and multiple edges, we are interested in simple graphs). A class of graphs A is minor-closed if for each G 2 A, each minor G0 of G is also in A. We say that H is an excluded minor for A if H is not in A but each minor of H (other than H itself) is in A. Robertson and Seymour [16] showed that, for each minor-closed class A of graphs, the set H of excluded minors is finite.
    [Show full text]
  • Random Graphs Containing Few Disjoint Excluded Minors
    Random graphs containing few disjoint excluded minors Valentas Kurauskas∗ Colin McDiarmid 10 April 2012 Abstract The Erd}os-P´osatheorem (1965) states that in each graph G which contains at most k disjoint cycles, there is a `blocking' set B of at most f(k) vertices such that the graph G − B is acyclic. Robertson and Seymour (1986) give an extension concerning any minor-closed class A of graphs, as long as A does not contain all planar graphs: in each graph G which contains at most k disjoint excluded minors for A, there is a set B of at most g(k) vertices such that G − B is in A. In an earlier paper [?], we showed that, amongst all graphs on vertex set [n] = f1; : : : ; ng which contain at most k disjoint cycles, all but an exponentially small proportion contain a blocking set of just k vertices. In the present paper we build on the previous work, and give an extension concerning any minor-closed graph class A with 2-connected excluded minors, as long as A does not contain all fans (here a `fan' is a graph consisting of a path together with a vertex joined to each vertex on the path). We show that amongst all graphs G on [n] which contain at most k disjoint excluded minors for A, all but an exponentially small proportion contain a set B of k vertices such that G − B is in A. (This is not the case when A contains all fans.) For a random graph Rn sampled uniformly from the graphs on [n] with at most k disjoint excluded minors for A, we consider also vertex degrees and the uniqueness of small blockers, the clique number and chromatic number, and the probability of being connected.
    [Show full text]