The Notorious Four-Color Problem

Total Page:16

File Type:pdf, Size:1020Kb

The Notorious Four-Color Problem The Four-Color Theorem Graphs The Solution of the Four-Color Problem More About Coloring Graphs The Notorious Four-Color Problem Prof. Jeremy L. Martin Department of Mathematics University of Kansas KU Mini College June 5, 2013 1 / 60 The Four-Color Theorem Graphs Coloring Maps The Solution of the Four-Color Problem History More About Coloring Graphs The Map-Coloring Problem Question: How many colors are required to color a map of the United States so that no two adjacent regions are given the same color? Answer: Four colors are enough. Three are not enough. The Four-Color Problem: Is there some map that requires five colors? In order to give a negative answer, you have to show that every map | no matter how cleverly constructed | can be colored with 4 or fewer colors. 2 / 60 The Four-Color Theorem Graphs Coloring Maps The Solution of the Four-Color Problem History More About Coloring Graphs 3 / 60 The Four-Color Theorem Graphs Coloring Maps The Solution of the Four-Color Problem History More About Coloring Graphs 4 / 60 The Four-Color Theorem Graphs Coloring Maps The Solution of the Four-Color Problem History More About Coloring Graphs 5 / 60 The Four-Color Theorem Graphs Coloring Maps The Solution of the Four-Color Problem History More About Coloring Graphs 6 / 60 The Four-Color Theorem Graphs Coloring Maps The Solution of the Four-Color Problem History More About Coloring Graphs The History of the Four-Color Theorem 1852: Student Francis Guthrie notices that four colors suffice to color a map of the counties of England. Guthrie poses the Four-Color Problem to his brother Frederick, a student of Augustus De Morgan (a big shot of 19th-century British mathematics). De Morgan likes the problem and mentions it to others. 7 / 60 The Four-Color Theorem Graphs Coloring Maps The Solution of the Four-Color Problem History More About Coloring Graphs The History of the Four-Color Theorem I 1879: Alfred Kempe proves the Four-Color Theorem (4CT): Four colors suffice to color any map. I 1880: Peter Tait finds another proof. That was that. I 1890: Percy John Heawood shows that Kempe's proof was wrong. I 1891: Julius Petersen shows that Tait's proof was wrong. I 20th century: Many failed attempts to (dis)prove the 4CT. Some lead to interesting discoveries; many don't. 8 / 60 The Four-Color Theorem Graphs Coloring Maps The Solution of the Four-Color Problem History More About Coloring Graphs The History of the Four-Color Theorem Mathematician H.S.M. Coxeter: Almost every mathematician must have experienced one glorious night when he thought he had discovered a proof, only to find in the morning that he had fallen into a similar trap. Mathematician Underwood Dudley: The four-color conjecture was easy to state and easy to understand, no large amount of technical mathematics is needed to attack it, and errors in proposed proofs are hard to see, even for professionals; what an ideal combination to attract cranks! 9 / 60 The Four-Color Theorem Graphs Coloring Maps The Solution of the Four-Color Problem History More About Coloring Graphs The History of the Four-Color Theorem I 1976: Kenneth Appel and Wolfgang Haken prove the 4CT. Their proof relies on checking a large number of cases by computer, sparking ongoing debate over what a proof really is. I 1997: N. Robertson, D.P. Sanders, P.D. Seymour, and R. Thomas improve Appel and Haken's methods to reduce the number of cases (but still rely on computer assistance). I 2005: Georges Gonthier publishes a \formal proof" (automating not just the case-checking, but the proof process itself). 10 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Graphs A graph consists of a collection of vertices connected by edges. vertices edges 11 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Graphs The vertices and edges of a graph do not have to be points and curves. I Facebook: vertices = people, edges = friendship I WWW: vertices = web pages, edges = links I Chess: vertices = positions, edges = possible moves 12 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Graphs vs. Drawings A graph remains the same no matter how you draw it. (a) 2 (b) 2 3 1 5 5 1 4 4 3 Note: crossings (like this) are not vertices. These drawings represent the same graph (e.g., vertex 5 has neighbors 2,4 in both cases). All that matters is which pairs of vertices are connected. 13 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Planar Graphs A graph is planar if its vertices and edges can be drawn as points and line segments with no crossings. (a) Planar 2 (b) Planar (same graph as (a)) 2 3 1 5 5 1 4 4 2 3 1 The key word in the 3 5 definition is "can". (c) Not planar 4 14 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Graphs from Maps Every map can be modeled as a planar graph. Vertices represent regions; edges represent common borders. 15 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Graph Coloring Example: You are a kindergarten teacher. You want to assign each child a table to sit at. However, there are certain pairs of kids who shouldn't sit together. How many tables are you going to need? This is a graph theory problem! vertices = children edges = pairs of kids to keep separate colors = tables 16 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Graph Coloring and the Chromatic Number A proper coloring of G is an assignment of colors to the vertices of G such that every two vertices connected by an edge must receive different colors. The chromatic number χ(G) is the minimum number of colors needed for a proper coloring. Important Note: The chromatic number is not necessarily the same as the maximum number of mutually connected vertices. (For example, a graph can have chromatic number 3 even if it has no triangles.) The Four-Color Problem: Does every planar graph have chromatic number 4 or less? 17 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Graph Coloring and the Chromatic Number χ = 4 χ = 3 χ = 3 χ = 2 χ = 3 χ = 2 χ = 5 χ = 2χ = 4 18 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Graph Coloring Consider a graph whose vertices are a 9 × 9 grid of points. Two vertices are joined by an edge if they are in the same row, column, or 3 × 3 subregion. Not all edges shown − each vertex has 20 neighbors. You are given a partial proper coloring and told to extend it to all vertices. Does this sound familiar? It's a Sudoku puzzle! 19 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Interlude: What Is A Proof? I What is a mathematical proof? | A logical argument that relies on commonly accepted axioms and rules of inference (e.g., \if a = b and b = c, then a = c"). I When is a proof correct? | The standard of proof is very high in mathematics (not just \beyond a reasonable doubt", but beyond any doubt) I Who gets to decide whether a proof is correct? I Are some proofs better than others? 20 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Back to Graph Theory: Faces of Planar Graphs Planar graphs have faces as well as edges and vertices. The faces are the areas between the edges. v = 8 v = 5 e = 12 e = 8 f = 6 f = 5 v = 13 v = 6 e = 19 e = 12 f = 8 f = 8 21 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Euler's Formula Theorem (Euler's Formula) Let G be any planar graph. Let v, e, f denote the numbers of vertices, edges, and faces, respectively. Then, v − e + f = 2: 22 / 60 The Four-Color Theorem Definitions and Examples Graphs Planar Graphs The Solution of the Four-Color Problem Coloring Graphs More About Coloring Graphs Euler's Formula Euler's Formula: The \Raging Sea" Proof Imagine that the edges are dikes that hold back the raging sea from a network of fields. sea sea sea field #2 field #3 sea field #6 sea field #5 field #4 sea One by one, the dikes break under the pressure.
Recommended publications
  • A Brief History of Edge-Colorings — with Personal Reminiscences
    Discrete Mathematics Letters Discrete Math. Lett. 6 (2021) 38–46 www.dmlett.com DOI: 10.47443/dml.2021.s105 Review Article A brief history of edge-colorings – with personal reminiscences∗ Bjarne Toft1;y, Robin Wilson2;3 1Department of Mathematics and Computer Science, University of Southern Denmark, Odense, Denmark 2Department of Mathematics and Statistics, Open University, Walton Hall, Milton Keynes, UK 3Department of Mathematics, London School of Economics and Political Science, London, UK (Received: 9 June 2020. Accepted: 27 June 2020. Published online: 11 March 2021.) c 2021 the authors. This is an open access article under the CC BY (International 4.0) license (www.creativecommons.org/licenses/by/4.0/). Abstract In this article we survey some important milestones in the history of edge-colorings of graphs, from the earliest contributions of Peter Guthrie Tait and Denes´ Konig¨ to very recent work. Keywords: edge-coloring; graph theory history; Frank Harary. 2020 Mathematics Subject Classification: 01A60, 05-03, 05C15. 1. Introduction We begin with some basic remarks. If G is a graph, then its chromatic index or edge-chromatic number χ0(G) is the smallest number of colors needed to color its edges so that adjacent edges (those with a vertex in common) are colored differently; for 0 0 0 example, if G is an even cycle then χ (G) = 2, and if G is an odd cycle then χ (G) = 3. For complete graphs, χ (Kn) = n−1 if 0 0 n is even and χ (Kn) = n if n is odd, and for complete bipartite graphs, χ (Kr;s) = max(r; s).
    [Show full text]
  • Additive Non-Approximability of Chromatic Number in Proper Minor
    Additive non-approximability of chromatic number in proper minor-closed classes Zdenˇek Dvoˇr´ak∗ Ken-ichi Kawarabayashi† Abstract Robin Thomas asked whether for every proper minor-closed class , there exists a polynomial-time algorithm approximating the chro- G matic number of graphs from up to a constant additive error inde- G pendent on the class . We show this is not the case: unless P = NP, G for every integer k 1, there is no polynomial-time algorithm to color ≥ a K -minor-free graph G using at most χ(G)+ k 1 colors. More 4k+1 − generally, for every k 1 and 1 β 4/3, there is no polynomial- ≥ ≤ ≤ time algorithm to color a K4k+1-minor-free graph G using less than βχ(G)+(4 3β)k colors. As far as we know, this is the first non-trivial − non-approximability result regarding the chromatic number in proper minor-closed classes. We also give somewhat weaker non-approximability bound for K4k+1- minor-free graphs with no cliques of size 4. On the positive side, we present additive approximation algorithm whose error depends on the apex number of the forbidden minor, and an algorithm with addi- tive error 6 under the additional assumption that the graph has no 4-cycles. arXiv:1707.03888v1 [cs.DM] 12 Jul 2017 The problem of determining the chromatic number, or even of just de- ciding whether a graph is colorable using a fixed number c 3 of colors, is NP-complete [7], and thus it cannot be solved in polynomial≥ time un- less P = NP.
    [Show full text]
  • Interval Edge-Colorings of Graphs
    University of Central Florida STARS Electronic Theses and Dissertations, 2004-2019 2016 Interval Edge-Colorings of Graphs Austin Foster University of Central Florida Part of the Mathematics Commons Find similar works at: https://stars.library.ucf.edu/etd University of Central Florida Libraries http://library.ucf.edu This Masters Thesis (Open Access) is brought to you for free and open access by STARS. It has been accepted for inclusion in Electronic Theses and Dissertations, 2004-2019 by an authorized administrator of STARS. For more information, please contact [email protected]. STARS Citation Foster, Austin, "Interval Edge-Colorings of Graphs" (2016). Electronic Theses and Dissertations, 2004-2019. 5133. https://stars.library.ucf.edu/etd/5133 INTERVAL EDGE-COLORINGS OF GRAPHS by AUSTIN JAMES FOSTER B.S. University of Central Florida, 2015 A thesis submitted in partial fulfilment of the requirements for the degree of Master of Science in the Department of Mathematics in the College of Sciences at the University of Central Florida Orlando, Florida Summer Term 2016 Major Professor: Zixia Song ABSTRACT A proper edge-coloring of a graph G by positive integers is called an interval edge-coloring if the colors assigned to the edges incident to any vertex in G are consecutive (i.e., those colors form an interval of integers). The notion of interval edge-colorings was first introduced by Asratian and Kamalian in 1987, motivated by the problem of finding compact school timetables. In 1992, Hansen described another scenario using interval edge-colorings to schedule parent-teacher con- ferences so that every person’s conferences occur in consecutive slots.
    [Show full text]
  • An Update on the Four-Color Theorem Robin Thomas
    thomas.qxp 6/11/98 4:10 PM Page 848 An Update on the Four-Color Theorem Robin Thomas very planar map of connected countries the five-color theorem (Theorem 2 below) and can be colored using four colors in such discovered what became known as Kempe chains, a way that countries with a common and Tait found an equivalent formulation of the boundary segment (not just a point) re- Four-Color Theorem in terms of edge 3-coloring, ceive different colors. It is amazing that stated here as Theorem 3. Esuch a simply stated result resisted proof for one The next major contribution came in 1913 from and a quarter centuries, and even today it is not G. D. Birkhoff, whose work allowed Franklin to yet fully understood. In this article I concentrate prove in 1922 that the four-color conjecture is on recent developments: equivalent formulations, true for maps with at most twenty-five regions. The a new proof, and progress on some generalizations. same method was used by other mathematicians to make progress on the four-color problem. Im- Brief History portant here is the work by Heesch, who developed The Four-Color Problem dates back to 1852 when the two main ingredients needed for the ultimate Francis Guthrie, while trying to color the map of proof—“reducibility” and “discharging”. While the the counties of England, noticed that four colors concept of reducibility was studied by other re- sufficed. He asked his brother Frederick if it was searchers as well, the idea of discharging, crucial true that any map can be colored using four col- for the unavoidability part of the proof, is due to ors in such a way that adjacent regions (i.e., those Heesch, and he also conjectured that a suitable de- sharing a common boundary segment, not just a velopment of this method would solve the Four- point) receive different colors.
    [Show full text]
  • CHROMATIC POLYNOMIALS of PLANE TRIANGULATIONS 1. Basic
    1990, 2005 D. R. Woodall, School of Mathematical Sciences, University of Nottingham CHROMATIC POLYNOMIALS OF PLANE TRIANGULATIONS 1. Basic results. Throughout this survey, G will denote a multigraph with n vertices, m edges, c components and b blocks, and m′ will denote the smallest number of edges whose deletion from G leaves a simple graph. The corresponding numbers for Gi will be ′ denoted by ni , mi , ci , bi and mi . Let P(G, t) denote the number of different (proper vertex-) t-colourings of G. Anticipating a later result, we call P(G, t) the chromatic polynomial of G. It was introduced by G. D. Birkhoff (1912), who proved many of the following basic results. Proposition 1. (Examples.) Here Tn denotes an arbitrary tree with n vertices, Fn denotes an arbitrary forest with n vertices and c components, and Rn denotes the graph of an arbitrary triangulated polygon with n vertices: that is, a plane n-gon divided into triangles by n − 3 noncrossing chords. = n (a) P(Kn , t) t , = − n −1 (b) P(Tn , t) t(t 1) , = − − n −2 (c) P(Rn , t) t(t 1)(t 2) , = − − − + (d) P(Kn , t) t(t 1)(t 2)...(t n 1), = c − n −c (e) P(Fn , t) t (t 1) , = − n + − n − (f) P(Cn , t) (t 1) ( 1) (t 1) − = (−1)nt(t − 1)[1 + (1 − t) + (1 − t)2 + ... + (1 − t)n 2]. Proposition 2. (a) If the components of G are G1,..., Gc , then = P(G, t) P(G1, t)...P(Gc , t). = ∪ ∩ = (b) If G G1 G2 where G1 G2 Kr , then P(G1, t) P(G2, t) ¡¢¡¢¡¢¡¢¡¢¡¢¡¢¡¢¡£¡¢¡¢¡¢¡ P(G, t) = ¡ .
    [Show full text]
  • Approximating the Chromatic Polynomial of a Graph
    Approximating the Chromatic Polynomial Yvonne Kemper1 and Isabel Beichl1 Abstract Chromatic polynomials are important objects in graph theory and statistical physics, but as a result of computational difficulties, their study is limited to graphs that are small, highly structured, or very sparse. We have devised and implemented two algorithms that approximate the coefficients of the chromatic polynomial P (G, x), where P (G, k) is the number of proper k-colorings of a graph G for k ∈ N. Our algorithm is based on a method of Knuth that estimates the order of a search tree. We compare our results to the true chro- matic polynomial in several known cases, and compare our error with previous approximation algorithms. 1 Introduction The chromatic polynomial P (G, x) of a graph G has received much atten- tion as a result of the now-resolved four-color problem, but its relevance extends beyond combinatorics, and its domain beyond the natural num- bers. To start, the chromatic polynomial is related to the Tutte polynomial, and evaluating these polynomials at different points provides information about graph invariants and structure. In addition, P (G, x) is central in applications such as scheduling problems [26] and the q-state Potts model in statistical physics [10, 25]. The former occur in a variety of contexts, from algorithm design to factory procedures. For the latter, the relation- ship between P (G, x) and the Potts model connects statistical mechanics and graph theory, allowing researchers to study phenomena such as the behavior of ferromagnets. Unfortunately, computing P (G, x) for a general graph G is known to be #P -hard [16, 22] and deciding whether or not a graph is k-colorable is NP -hard [11].
    [Show full text]
  • David Gries, 2018 Graph Coloring A
    Graph coloring A coloring of an undirected graph is an assignment of a color to each node so that adja- cent nodes have different colors. The graph to the right, taken from Wikipedia, is known as the Petersen graph, after Julius Petersen, who discussed some of its properties in 1898. It has been colored with 3 colors. It can’t be colored with one or two. The Petersen graph has both K5 and bipartite graph K3,3, so it is not planar. That’s all you have to know about the Petersen graph. But if you are at all interested in what mathemati- cians and computer scientists do, visit the Wikipedia page for Petersen graph. This discussion on graph coloring is important not so much for what it says about the four-color theorem but what it says about proofs by computers, for the proof of the four-color theorem was just about the first one to use a computer and sparked a lot of controversy. Kempe’s flawed proof that four colors suffice to color a planar graph Thoughts about graph coloring appear to have sprung up in England around 1850 when people attempted to color maps, which can be represented by planar graphs in which the nodes are countries and adjacent countries have a directed edge between them. Francis Guthrie conjectured that four colors would suffice. In 1879, Alfred Kemp, a barrister in London, published a proof in the American Journal of Mathematics that only four colors were needed to color a planar graph. Eleven years later, P.J.
    [Show full text]
  • Computing Tutte Polynomials
    Computing Tutte Polynomials Gary Haggard1, David J. Pearce2, and Gordon Royle3 1 Bucknell University [email protected] 2 Computer Science Group, Victoria University of Wellington, [email protected] 3 School of Mathematics and Statistics, University of Western Australia [email protected] Abstract. The Tutte polynomial of a graph, also known as the partition function of the q-state Potts model, is a 2-variable polynomial graph in- variant of considerable importance in both combinatorics and statistical physics. It contains several other polynomial invariants, such as the chro- matic polynomial and flow polynomial as partial evaluations, and various numerical invariants such as the number of spanning trees as complete evaluations. However despite its ubiquity, there are no widely-available effective computational tools able to compute the Tutte polynomial of a general graph of reasonable size. In this paper we describe the implemen- tation of a program that exploits isomorphisms in the computation tree to extend the range of graphs for which it is feasible to compute their Tutte polynomials. We also consider edge-selection heuristics which give good performance in practice. We empirically demonstrate the utility of our program on random graphs. More evidence of its usefulness arises from our success in finding counterexamples to a conjecture of Welsh on the location of the real flow roots of a graph. 1 Introduction The Tutte polynomial of a graph is a 2-variable polynomial of significant im- portance in mathematics, statistical physics and biology [25]. In a strong sense it “contains” every graphical invariant that can be computed by deletion and contraction.
    [Show full text]
  • Effective and Efficient Dynamic Graph Coloring
    Effective and Efficient Dynamic Graph Coloring Long Yuanx, Lu Qinz, Xuemin Linx, Lijun Changy, and Wenjie Zhangx x The University of New South Wales, Australia zCentre for Quantum Computation & Intelligent Systems, University of Technology, Sydney, Australia y The University of Sydney, Australia x{longyuan,lxue,zhangw}@cse.unsw.edu.au; [email protected]; [email protected] ABSTRACT (1) Nucleic Acid Sequence Design in Biochemical Networks. Given Graph coloring is a fundamental graph problem that is widely ap- a set of nucleic acids, a dependency graph is a graph in which each plied in a variety of applications. The aim of graph coloring is to vertex is a nucleotide and two vertices are connected if the two minimize the number of colors used to color the vertices in a graph nucleotides form a base pair in at least one of the nucleic acids. such that no two incident vertices have the same color. Existing The problem of finding a nucleic acid sequence that is compatible solutions for graph coloring mainly focus on computing a good col- with the set of nucleic acids can be modelled as a graph coloring oring for a static graph. However, since many real-world graphs are problem on a dependency graph [57]. highly dynamic, in this paper, we aim to incrementally maintain the (2) Air Traffic Flow Management. In air traffic flow management, graph coloring when the graph is dynamically updated. We target the air traffic flow can be considered as a graph in which each vertex on two goals: high effectiveness and high efficiency.
    [Show full text]
  • Coloring Problems in Graph Theory Kacy Messerschmidt Iowa State University
    Iowa State University Capstones, Theses and Graduate Theses and Dissertations Dissertations 2018 Coloring problems in graph theory Kacy Messerschmidt Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/etd Part of the Mathematics Commons Recommended Citation Messerschmidt, Kacy, "Coloring problems in graph theory" (2018). Graduate Theses and Dissertations. 16639. https://lib.dr.iastate.edu/etd/16639 This Dissertation is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Graduate Theses and Dissertations by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Coloring problems in graph theory by Kacy Messerschmidt A dissertation submitted to the graduate faculty in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY Major: Mathematics Program of Study Committee: Bernard Lidick´y,Major Professor Steve Butler Ryan Martin James Rossmanith Michael Young The student author, whose presentation of the scholarship herein was approved by the program of study committee, is solely responsible for the content of this dissertation. The Graduate College will ensure this dissertation is globally accessible and will not permit alterations after a degree is conferred. Iowa State University Ames, Iowa 2018 Copyright c Kacy Messerschmidt, 2018. All rights reserved. TABLE OF CONTENTS LIST OF FIGURES iv ACKNOWLEDGEMENTS vi ABSTRACT vii 1. INTRODUCTION1 2. DEFINITIONS3 2.1 Basics . .3 2.2 Graph theory . .3 2.3 Graph coloring . .5 2.3.1 Packing coloring . .6 2.3.2 Improper coloring .
    [Show full text]
  • Contemporary Mathematics 78
    CONTEMPORARY MATHEMATICS 78 Braids Proceedings of the AMS-IMS-SIAM Joint Summer Research Conference on Artin's Braid Group held July 13-26. 1986 at the University of California, Santa Cruz, California Joan S. Birman Anatoly Libgober Editors http://dx.doi.org/10.1090/conm/078 Recent Titles in This Series 120 Robert S. Doran, Editor, Selfadjoint and nonselfadjoint operator algebras and operator theory, 1991 119 Robert A. Melter, Azriel Rosenfeld, and Prabir Bhattacharya, Editors, Vision geometry, 1991 118 Yan Shi-Jian, Wang Jiagang, and Yang Chung-chun, Editors, Probability theory and its applications in China, 1991 117 Morton Brown, Editor, Continuum theory and dynamical systems, 1991 116 Brian Harboume and Robert Speiser, Editors, Algebraic geometry: Sundance 1988, 1991 115 Nancy Flournoy an'il Robert K. Tsutakawa, Editors, Statistical multiple integration, 1991 114 Jeffrey C. Lagarias and Michael J. Todd, Editors, Mathematical developments arising from linear programming, 1990 113 Eric Grinberg and Eric Todd Quinto, Editors, Integral geometry and tomography, 1990 112 Philip J. Brown and Wayne A. Fuller, Editors, Statistical analysis of measurement error models and applications, 1990 Ill Earl S. Kramer and Spyros S. Magliveras, Editors, Finite geometries and combinatorial designs, I 990 II 0 Georgia Benkart and J. Marshall Osborn, Editors, Lie algebras and related topics, 1990 109 Benjamin Fine, Anthony Gaglione, and Francis C. Y. Tang, Editors, Combinatorial group theory, 1990 108 Melvyn S. Berger, Editor, Mathematics of nonlinear science, 1990 107 Mario Milman and Tomas Schonbek, Editors, Harmonic analysis and partial differential equations, 1990 I 06 Wilfried Sieg, Editor, Logic and computation, 1990 I 05 Jerome Kaminker, Editor, Geometric and topological invariants of elliptic operators, 1990 I 04 Michael Makkai and Robert Pare, Accessible categories: The foundations of categorical model theory, 1989 I 03 Steve Fisk, Coloring theories, 1989 I 02 Stephen McAdam, Primes associated to an ideal, 1989 101 S.-Y.
    [Show full text]
  • Structural Parameterizations of Clique Coloring
    Structural Parameterizations of Clique Coloring Lars Jaffke University of Bergen, Norway lars.jaff[email protected] Paloma T. Lima University of Bergen, Norway [email protected] Geevarghese Philip Chennai Mathematical Institute, India UMI ReLaX, Chennai, India [email protected] Abstract A clique coloring of a graph is an assignment of colors to its vertices such that no maximal clique is monochromatic. We initiate the study of structural parameterizations of the Clique Coloring problem which asks whether a given graph has a clique coloring with q colors. For fixed q ≥ 2, we give an O?(qtw)-time algorithm when the input graph is given together with one of its tree decompositions of width tw. We complement this result with a matching lower bound under the Strong Exponential Time Hypothesis. We furthermore show that (when the number of colors is unbounded) Clique Coloring is XP parameterized by clique-width. 2012 ACM Subject Classification Mathematics of computing → Graph coloring Keywords and phrases clique coloring, treewidth, clique-width, structural parameterization, Strong Exponential Time Hypothesis Digital Object Identifier 10.4230/LIPIcs.MFCS.2020.49 Related Version A full version of this paper is available at https://arxiv.org/abs/2005.04733. Funding Lars Jaffke: Supported by the Trond Mohn Foundation (TMS). Acknowledgements The work was partially done while L. J. and P. T. L. were visiting Chennai Mathematical Institute. 1 Introduction Vertex coloring problems are central in algorithmic graph theory, and appear in many variants. One of these is Clique Coloring, which given a graph G and an integer k asks whether G has a clique coloring with k colors, i.e.
    [Show full text]