Chromatic Number of the Odd-Distance Graph

Slides:



Advertisements
Similar presentations
22C:19 Discrete Math Graphs Fall 2010 Sukumar Ghosh.
Advertisements

22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
Edge-Coloring of Graphs On the left we see a 1- factorization of  5, the five-sided prism. Each factor is respresented by its own color. No edges of the.
Equiangular Lines in R d Moshe Rosenfeld University of Washington Shanghai Jiao Tong University July 1, 2013.
The odd-distance graph To be or not to be…famous Hayri Ardal (SFU) Jano Manuch (SFU) Moshe Rosenfeld (UWT) Saharon Shelah (Hebrew University) Ladislav.
What is the next line of the proof? a). Let G be a graph with k vertices. b). Assume the theorem holds for all graphs with k+1 vertices. c). Let G be a.
Vertex Cover, Dominating set, Clique, Independent set
Segmentation Graph-Theoretic Clustering.
Discrete Structures Chapter 7A Graphs Nurul Amelina Nasharuddin Multimedia Department.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
22C:19 Discrete Math Graphs Spring 2014 Sukumar Ghosh.
Chapter 9.8 Graph Coloring
CS 2813 Discrete Structures
9.8 Graph Coloring. Coloring Goal: Pick as few colors as possible so that two adjacent regions never have the same color. See handout.
GRAPH Learning Outcomes Students should be able to:
5.4 Shortest-path problem  Let G=(V,E,w) be a weighted connected simple graph, w is a function from edges set E to position real numbers set. We denoted.
Sequences Definition - A function whose domain is the set of all positive integers. Finite Sequence - finite number of values or elements Infinite Sequence.
1 CS104 : Discrete Structures Chapter V Graph Theory.
 2. Region(face) colourings  Definitions 46: A edge of the graph is called a bridge, if the edge is not in any circuit. A connected planar graph is called.
Problems on Paired Graphs Stephen Hedetniemi, Alice McRae, Dee Parks, Kelly Wise and come join in…
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Basic Notions on Graphs. The House-and-Utilities Problem.
Planar graphs with no 5- cycles, 6-cycles or intersecting triangles are 3-colorable Carl Yerger, Davidson College Clemson Mini-Conference 2012.
NP-Complete Problems. Running Time v.s. Input Size Concern with problems whose complexity may be described by exponential functions. Tractable problems.
Chapter 10.8 Graph Coloring
CSE, IIT KGP Graph Coloring. CSE, IIT KGP K-coloring A k-coloring of G is a labeling f:V(G)  {1,…,k}.A k-coloring of G is a labeling f:V(G)  {1,…,k}.
Chapter 5 Graphs  the puzzle of the seven bridge in the Königsberg,  on the Pregel.
Graph.
The Vertex Arboricity of Integer Distance Graph with a Special Distance Set Juan Liu* and Qinglin Yu Center for Combinatorics, LPMC Nankai University,
MTH 253 Calculus (Other Topics) Chapter 11 – Infinite Sequences and Series Section 11.1 – Sequences Copyright © 2009 by Ron Wallace, all rights reserved.
An Introduction to Graph Theory
Graph Theory and Applications
Graph Theory Unit: 4.
5-color theorem 林典濤 : PPT, Lecture note 陳咨翰 : Presentation.
Chapter 10.8 Graph Coloring These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7 th ed., by Kenneth.
1 GRAPH Learning Outcomes Students should be able to: Explain basic terminology of a graph Identify Euler and Hamiltonian cycle Represent graphs using.
Expanders and Ramanujan Graphs Mike Krebs, Cal State LA For slideshow: click “Research and Talks” from
Fundamental Graph Theory (Lecture 1) Lectured by Hung-Lin Fu 傅 恆 霖 Department of Applied Mathematics National Chiao Tung University.
11.1 Sequences. A sequence is a list of numbers written in an explicit order. n th term Any real-valued function with domain a subset of the positive.
Great Theoretical Ideas In Computer Science
The countable character of uncountable graphs François Laviolette Barbados 2003.
5.9.2 Characterizations of Planar Graphs
To any sequence we can assign a sequence with terms defined as
Graph theory Definitions Trees, cycles, directed graphs.
What is the next line of the proof?
Tucker, Applied Combinatorics, Sec 2.4
Degree and Eigenvector Centrality
Segmentation Graph-Theoretic Clustering.
Graph Theory Graph Colorings.
The Implicit Function Theorem---Part 1
INFINITE LIMITS Section 1.5.
Chapter 10.8 Graph Coloring
Benjamin Doerr Partial Colorings of Unimodular Hypergraphs.
Discrete Math II Howon Kim
Chapter 10.8 Graph Coloring
Chapter 10.8 Graph Coloring
Allocating time to Instructors
NP-Complete Problems.
Theorem 5.13: For vT‘, l’(v)= min{l(v), l(vk)+w(vk, v)}
Chapter 10.8 Graph Coloring
Planarity.
N(S) ={vV|uS,{u,v}E(G)}
GRAPHS Lecture 17 CS2110 Spring 2018.
Problems on Paired Graphs
INFINITE LIMITS Section 1.5.
12 Further mathematics Adjacency Matrices.
Propagation in Graphs Modulo a Prime
Locality In Distributed Graph Algorithms
Exam 3 review Chapter 9- Graphs.
INTRODUCTION A graph G=(V,E) consists of a finite non empty set of vertices V , and a finite set of edges E which connect pairs of vertices .
Presentation transcript:

Chromatic Number of the Odd-Distance Graph Jacob Steinhardt Chromatic Number of the Odd-Distance Graph

Odd-Distance Graph Make a graph where the vertices consist of the points in the plane, and two points are connected if their distance is an odd-integer, i.e. if sqrt((x_1-x_2)^2+(y_1-y_2)^2) = 2k+1 for some k. Question: Is the chromatic number of this graph finite?

Chromatic Number The chromatic number is the minimum number of colors we need to color the vertices of a graph so that no two adjacent vertices have the same color. E.g.: The four-color theorem asserts that the chromatic number of all planar graphs is at most four. The problem is equivalent to asking if we can color the points in the plane with finitely many colors so that no two points of the same color are at an odd integral distance from each other.

Ideas Let A be the adjacency matrix of a graph, and let lambda_max and lambda_min be the largest and smallest eigenvalues. Then: Chi >= 1-lambda_max/lambda_min Chi is chromatic number For infinite graphs, only applies to measurable colorings Idea: Find a sequence of weightings for our graph such that lambda_max/lambda_min -> - infinity

Weighting If we weight vertices exponentially by their distance (i.e. as alpha^-dist), then we can prove that lambda_max/lambda_min -> -infinity as alpha -> 1 This shows that no finite measurable coloring exists

Non-measurable colorings If we can find a sequence of finite subgraphs whose adjacency matrices in some sense “converge” to that for our infinite graph, we may be able to get our result to hold for non- measurable colorings as well, as all colorings on a finite graph are measurable. Unsure how to do this...maybe use the coherent topology on our graph, but it doesn’t have all the properties one might hope for (and I also don’t know enough topology)‏