THE LIST COLORING CONJECTURE nicla bernasconi. topics Introduction – The LCC Kernels and choosability Proof of the bipartite LCC.

Slides:



Advertisements
Similar presentations
Connectivity - Menger’s Theorem Graphs & Algorithms Lecture 3.
Advertisements

 Theorem 5.9: Let G be a simple graph with n vertices, where n>2. G has a Hamilton circuit if for any two vertices u and v of G that are not adjacent,
The Grammar According to West By D.B. West. 5. Expressions as units. There exists i < j with x i = x j. ( Double-Duty Definition of i, not OK ) There.
Covers, Dominations, Independent Sets and Matchings AmirHossein Bayegan Amirkabir University of Technology.
8.3 Representing Relations Connection Matrices Let R be a relation from A = {a 1, a 2,..., a m } to B = {b 1, b 2,..., b n }. Definition: A n m  n connection.
 期中测验时间:本周五上午 9 : 40  教师 TA 答疑时间 : 周三晚上 6 : 00—8 : 30  地点:软件楼 315 房间,  教师 TA :李弋老师  开卷考试.
MCA 520: Graph Theory Instructor Neelima Gupta
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.
Every H-decomposition of K n has a nearly resolvable alternative Wilson: e(H) | n(n-1)/2 and gcd(H) | n-1 n>> then there exists an H-decomposition of K.
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
SE561 Math Foundations Week 11 Graphs I
CS138A Maximum Bipartite Matching Peter Schröder.
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.
Graph Theory in CS Route Search in Online Map Services
How many non-isomorphic tournaments with 10 vertices are there? a). 5 b). 10 c). 362,880 d). Over nine million.
Coloring Algorithms and Networks. Coloring2 Graph coloring Vertex coloring: –Function f: V  C, such that for all {v,w}  E: f(v)  f(w) Chromatic number.
1 Separator Theorems for Planar Graphs Presented by Shira Zucker.
May 7 th, 2006 On the distribution of edges in random regular graphs Sonny Ben-Shimon and Michael Krivelevich.
Selected Topics in Data Networking Graph Representation.
Graph Theory Ch.5. Coloring of Graphs 1 Chapter 5 Coloring of Graphs.
Graphs.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
9.2 Graph Terminology and Special Types Graphs
Graphs Chapter 10.
On-line list colouring of graphs Xuding Zhu Zhejiang Normal University.
Lecture 5.2: Special Graphs and Matrix Representation CS 250, Discrete Structures, Fall 2013 Nitesh Saxena Adopted from previous lectures by Zeph Grunschlag.
Trees and Distance. 2.1 Basic properties Acyclic : a graph with no cycle Forest : acyclic graph Tree : connected acyclic graph Leaf : a vertex of degree.
Chapter 1 Fundamental Concepts II Pao-Lien Lai 1.
The Equitable Coloring of Kneser Graphs 陳伯亮 & 黃國卿 2008 年 8 月 11 日.
9.1 Introduction to Graphs
 Rooted tree and binary tree  Theorem 5.19: A full binary tree with t leaves contains i=t-1 internal vertices.
Testing the independence number of hypergraphs
Chapter 1 Fundamental Concepts Introduction to Graph Theory Douglas B. West July 11, 2002.
Planar Graphs Graph Coloring
1/24 Introduction to Graphs. 2/24 Graph Definition Graph : consists of vertices and edges. Each edge must start and end at a vertex. Graph G = (V, E)
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}.
COSC 2007 Data Structures II Chapter 14 Graphs I.
Graph.
The Vertex Arboricity of Integer Distance Graph with a Special Distance Set Juan Liu* and Qinglin Yu Center for Combinatorics, LPMC Nankai University,
Connectivity and Paths 報告人:林清池. Connectivity A separating set of a graph G is a set such that G-S has more than one component. The connectivity of G,
Graph Theory and Applications
Chap. 11 Graph Theory and Applications 1. Directed Graph 2.
Dense graphs with a large triangle cover have a large triangle packing Raphael Yuster SIAM DM’10.
Graphs Basic properties.
Graphs Lecture 2. Graphs (1) An undirected graph is a triple (V, E, Y), where V and E are finite sets and Y:E g{X V :| X |=2}. A directed graph or digraph.
Introduction to Graph Theory Lecture 13: Graph Coloring: Edge Coloring.
Introduction to Graph Theory
Introduction to Graph Theory
Chromatic Coloring with a Maximum Color Class Bor-Liang Chen Kuo-Ching Huang Chih-Hung Yen* 30 July, 2009.
5.6 Prefix codes and optimal tree Definition 31: Codes with this property which the bit string for a letter never occurs as the first part of the bit string.
MAT 2720 Discrete Mathematics Section 8.1 Introduction
Fundamental Graph Theory (Lecture 1) Lectured by Hung-Lin Fu 傅 恆 霖 Department of Applied Mathematics National Chiao Tung University.
Chapter Chapter Summary Graphs and Graph Models Graph Terminology and Special Types of Graphs Representing Graphs and Graph Isomorphism Connectivity.
On-line list colouring of graphs
Graph Coloring.
Lecture 5.2: Special Graphs and Matrix Representation
15. Directed graphs and networks
Copyright © Zeph Grunschlag,
Proof Techniques and Chessboard Problems
CS 250, Discrete Structures, Fall 2015
Graphs.
On the Dynamic Colorings of Graphs
Acyclic List Edge Coloring of Graphs
Problem Solving 4.
GRAPHS G=<V,E> Adjacent vertices Undirected graph
N(S) ={vV|uS,{u,v}E(G)}
Algorithms Lecture # 27 Dr. Sohail Aslam.
Graph Vocabulary.
Locality In Distributed Graph Algorithms
Presentation transcript:

THE LIST COLORING CONJECTURE nicla bernasconi

topics Introduction – The LCC Kernels and choosability Proof of the bipartite LCC

Introduction and the list coloring conjecture

vertex coloring k-coloring of a graph G: labelling f: V(G) S with |S|=k. The labels are called colors A k-coloring is called proper if adjacent vertices have different colors G is k-colorable if it has a proper k-coloring Chromatic number: (G):= min{k|G is k-colorable}

example 3-coloringProper 3-coloring (C 5 )=3

edge coloring k-edge-coloring of a graph G: labelling f: E(G) S with |S|=k. A k-edge-coloring is called proper if incident edges have different colors G is k-edge-colorable if it has a proper k-edge- coloring Chromatic index: (G):= min{k|G is k-edge-colorable}

example 3-edge-coloringProper 3-edge-coloring (C 5 )=3

line graph The line graph L(G) of a graph G is the graph with vertex set V(L(G))=E(G) and edge set E(L(G))={{e,f}| e incident with f}

example

list coloring List coloring is a more general concept of coloring a graph G is n-choosable if, given any set of n colors for each vertex, we can find a proper coloring

example {1,2} {2,3} {1,2} {2,3} {1,2} C 5 is not 2-choosable

choice number Choice number: ch(G):= min{n|G is n-choosable} The list chromatic index of H is the choice number of L(H) Clearly: ch(G) (G)

example {1,2} {2,3}{1,3} {2,3}{1,3} ch(K 3,3 ) > (K 3,3 )

list coloring conjecture ch(G) = (G) whenever G is a line graph

Kernels and choosability

definitions Consider a digraph D=(V,E) Notation: u v means that (u,v) E: uv The outdegree of v is d + (v)=|{u| v u}| The closed neighborhood of v is N[v] = {u| v u or v=u } The underlying graph of D is G=(V,E) with E = {{u,v}| u v or v u}

kernel A kernel of D is an independent set K V s.t. v V\K there exists an u K with v u A kernel of S V is a kernel of the subdigraph induced by S

example

(f:g)-choosable Consider two functions f,g: V G is (f:g)-choosable if, given any sets A v of colors with f(v)=|A v |, we can choose subsets B v A v with g(v) =|B v | such that B u B v = whenever {u,v} E Example: G is n-choosable if we take f(v)=n and g(v)=1

lemma 1 Bondy, Boppana and Siegel Let D be a digraph in which i. i.every induced subdigraph has a kernel ii. ii.f,g: V(D) are so, that f(v) whenever g(v)>0 Then D is (f:g)-choosable

Proof: Induction on Define S:= {v V| c A v } Let K be a kernel of S Given: sets A v with |A v |=f(v) Goal: find B v with |B v |=g(v) and B u B v = whenever u,v adjacent Define W := {v V| g(v) > 0} Choose color

Define functions f,g: V(D) We have that i) holds, check ii)

Induction hypothesis G is (f:g)-choosable This means: B v A v \{c} with |B v|= g(v), s.t. B v B v = if u,v adjacent Define It holds: |B v |= g(v) and B u B v = if u,v adjacent G is (f:g)-choosable

(m:n)-choosable G is called (m:n)-choosable if it is (f:g)-choosable for the constant functions f(v)=m and g(v)=n

corollary 1 Let D be a digraph in which i. i.the maximum outdegree is n-1 ii. ii.every induced subdigraph has a kernel Then D is (kn:k)-choosable for every k. In particular D is n-choosable.

Proof of the bipartite LCC

definitions An orientation of a graph G is any digraph having G as underying graph Let K be a set of vertices in a digraph. Then K absorbs a vertex v if N[v] K. K absorbs a set S if K absorbs every vertex of S Example: a kernel of S is an independent subset of S that absorbs S

the bipartite LCC Let H be a bipartite multigraph, and G:=L(H). Suppose that G is n-colorable. Then G is (kn:k)-choosable for every k. In particular G is n-choosable.

Proof: Let V := V(G) = E(H) Define A x :={v V| v is incident with x, x V(H)}. A x is called row if x X, column if x Y If v is a vertex of G, then R(v) is the row and C(v) the column containing v Take a proper coloring f: V {1,...,n} of V Define an orientation D of G in which u v if R(u)=R(v) and f(u)>f(v) or C(u)=C(v) and f(u)<f(v)

Check i) and ii) of Corollary 1 i): (since f is one-to-one on N[v]) ii): induction on |S| Given S V, show the existence of a kernel in S Define T := {v S| f(v)<f(u) whenever v u R(v) S} T absorbs S If T is independent, then its a kernel

Assume T is not independent, then it has two elements in the same column, say v 1,v 2 T with C(v 1 )=C(v 2 )=:C, f(v 1 )<f(v 2 ) Choose v 0 C S s.t. f(v 0 )<f(u) whenever v 0 u C S Induction hypothesis S\{v 0 } has a kernel K, and K absorbs v 2, this means N[v 2 ] K N[v 0 ] K N[v 2 ] K K absorbs v 0 K is a kernel of S

Corollary 1 D is (kn:k)-choosable k G is (kn:k)-choosable for every k