Game chromatic number of graphs

Slides:



Advertisements
Similar presentations
Random non-local games Andris Ambainis, Artūrs Bačkurs, Kaspars Balodis, Dmitry Kravchenko, Juris Smotrovs, Madars Virza University of Latvia.
Advertisements

Definitions Distance Diameter Radio Labeling Span Radio Number Gear Graph.
CompSci 102 Discrete Math for Computer Science April 19, 2012 Prof. Rodger Lecture adapted from Bruce Maggs/Lecture developed at Carnegie Mellon, primarily.
Painting game on graphs Xuding Zhu Zhejiang Normal University th Shanghai Conference on Combinatorics.
Applied Combinatorics, 4th Ed. Alan Tucker
Between 2- and 3-colorability Rutgers University.
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
Online Ramsey Games in Random Graphs Reto Spöhel Joint work with Martin Marciniszyn and Angelika Steger.
Domineering Solving Large Combinatorial Search Spaces.
The Analysis and Design of Approximation Algorithms for the Maximum Induced Planar Subgraph Problem Kerri Morgan Supervisor: Dr. G. Farr.
Stephane Durocher 1 Debajyoti Mondal 1 Rahnuma Islam Nishat 2 Sue Whitesides 2 1 Department of Computer Science, University of Manitoba 2 Department of.
Online Graph Avoidance Games in Random Graphs Reto Spöhel Diploma Thesis Supervisors: Martin Marciniszyn, Angelika Steger.
Online Ramsey Games in Random Graphs Reto Spöhel Joint work with Martin Marciniszyn and Angelika Steger.
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.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Online Vertex Colorings of Random Graphs Without Monochromatic Subgraphs Reto Spöhel, ETH Zurich Joint work with Martin Marciniszyn.
Is C 6 2-critical? a). Yes b). No c). I have absolutely no idea.
Graph Theory Ch.5. Coloring of Graphs 1 Chapter 5 Coloring of Graphs.
What is the next line of the proof? a). Assume the theorem holds for all graphs with k edges. b). Let G be a graph with k edges. c). Assume the theorem.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
Online Ramsey Games in Random Graphs Reto Spöhel, ETH Zürich Joint work with Martin Marciniszyn and Angelika Steger.
Chapter 9.8 Graph Coloring
CS 2813 Discrete Structures
Coloring 3/16/121. Flight Gates flights need gates, but times overlap. how many gates needed? 3/16/122.
9.8 Graph Coloring. Coloring Goal: Pick as few colors as possible so that two adjacent regions never have the same color. See handout.
Applications of types of SATs Arash Ahadi What is SAT?
On-line list colouring of graphs Xuding Zhu Zhejiang Normal University.
Krakow, Summer 2011 Adjacency Posets of Planar Graphs William T. Trotter
Online Vertex-Coloring Games in Random Graphs Reto Spöhel (joint work with Martin Marciniszyn; appeared at SODA ’07)
Fan-planar Graphs: Combinatorial Properties and Complexity results Carla Binucci, Emilio Di Giacomo, Walter Didimo, Fabrizio Montecchiani, Maurizio Patrignani,
First Fit Coloring of Interval Graphs William T. Trotter Georgia Institute of Technology.
Testing the independence number of hypergraphs
Graph Colouring L09: Oct 10. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including the famous.
Chapter 10.8 Graph Coloring
Sec. 5.1: Planarity & Coloring
Graph.
The Vertex Arboricity of Integer Distance Graph with a Special Distance Set Juan Liu* and Qinglin Yu Center for Combinatorics, LPMC Nankai University,
Graph Colouring Lecture 20: Nov 25. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including.
Planar Graphs Lecture 10: Oct 21. This Lecture Today we will talk about planar graphs, and how to color a map using 6 colors. Planar graphs Euler’s formula.
Introduction to Graph Theory
5-color theorem 林典濤 : PPT, Lecture note 陳咨翰 : Presentation.
game chromatic number game chromatic number of G in the game Alice plays first the game Bob plays first game chromatic number of G in.
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.
Kernel Bounds for Path and Cycle Problems Bart M. P. Jansen Joint work with Hans L. Bodlaender & Stefan Kratsch September 8 th 2011, Saarbrucken.
Graph Theory and Algorithms 1 DM Notes1CMrsLenox.
Xuding Zhu National Sun Yat-sen University Circular chromatic index.
Hex: a Game of Connecting Faces. Player 1 Player 2 Players take turns placing blue chips (player 1) and red chips (player 2). Player 1 plays first. Player.
Game chromatic number of graphs 吳佼佼 中研院數學所. Two players: Alice and Bob A set of colors A graph G.
On-line list colouring of graphs
Discrete Mathematics Graph: Planar Graph Yuan Luo
Graph Coloring Lots of application – be it mapping routes, coloring graphs, building redundant systems, mapping genes, looking at traffic patterns (see.
Keeping your Distance is Hard

What is the next line of the proof?
Tucker, Applied Combinatorics, Sec 2.4
Pigeonhole Principle and Ramsey’s Theorem
Graph Theory Graph Colorings.
Chapter 10.8 Graph Coloring
First Fit Coloring of Interval Graphs
Discrete Math II Howon Kim
Chapter 10.8 Graph Coloring
Chapter 10.8 Graph Coloring
Thue choice number of paths
Memoryless Determinacy of Parity Games
Miniconference on the Mathematics of Computation
Discrete Mathematics and its Applications Lecture 8 – Cop-win Graphs
Modelling and Searching Networks Lecture 8 – Cop-win Graphs
Discrete Mathematics and its Applications Lecture 7 – Cops and Robbers
Chapter 10.8 Graph Coloring
Drawing a graph
Presentation transcript:

Game chromatic number of graphs 吳佼佼 中研院數學所

Two players: Alice and Bob A graph G A set of colors

Adjacent vertices cannot be colored by the same color.

Game over !

Game is over when one cannot make a move. Either all the vertices are colored Alice wins Or there are uncolored vertices, but there is no legal color for any of the uncolored vertices Bob wins

Alice’s goal: have all the vertices colored. Bob’s goal: to have an uncolored vertex with no legal color.

In the previous example, Bob wins the game ! But, Alice could have won the game if she had played carefully ! If both players play “perfectly”, who will win the game ?

It depends on the graph G, and depends on the number of colors ! Given a graph G, the game chromatic number of G is the least number of colors for which Alice has a winning strategy.

A hint that the problem is difficult. To prove that one needs to prove the correctness of a sentence of the form: MA: a move for Alice; MB: a move for Bob A hint that the problem is difficult.

Theorem [Faigle,Kern,Kierstead,Trotter, Ars. Combin., 1993 ] H.L. Bodlaender, On the complexity of some coloring games, Computer Science, 1991. Theorem [Faigle,Kern,Kierstead,Trotter, Ars. Combin., 1993 ] For any forest F,

7. ) ( £ c Theorem [Guan and Zhu, J. Graph Theory, 1999] For any outerplanar graph G, G 7. ) ( £ g c

3k+2. ) ( £ c Theorem [Zhu, Discrete Math.,2000] G 3k+2. ) ( £ g c For any partial k-tree G, 2-tree A partial k-tree is a subgraph of a k-tree

Theorem [Zhu] For any planar graph G, G 17. ) ( £ g c

Theorem [Faigle,Kern,Kierstead,Trotter, Ars. Combin., 1993 ] For any forest F, Proof:

Theorem [Faigle,Kern,Kierstead,Trotter, Ars. Combin., 1993 ] For any forest F, Proof:

Theorem [Faigle,Kern,Kierstead,Trotter, Ars. Combin., 1993 ] For any forest F, Proof:

Theorem [Faigle,Kern,Kierstead,Trotter, Ars. Combin., 1993 ] For any forest F, There is a forest F such that Proof:

7. ) ( £ c G’ Theorem [Guan and Zhu, J. Graph Theory, 1999] For any outerplanar graph G, G 7. ) ( £ g c Proof: G’

Theorem [Guan and Zhu, J. Graph Theory, 1999] For any outerplanar graph G, G 7. ) ( £ g c Proof: 7 2 10 12 G’ 1 11 3 9 4 8 5 6

1 2 3

1 2 4 3 5 6 7 8

1 2 3 4 5 6 7 8 9 10 11 12 14 13 15 16 17 18 19 20 21 22 23 24

For each uncolored vertex v, there are at most 3 colored neighbours in T.

1 2 3 4 5 For each uncolored vertex v, there are at most 6 colored neighbours in G’. 1 2 3 4 5 6 7 8 9 10 11 12 14 13 15 16 17 18 19 20 21 22 23 24

1 2 3 4 5 For each uncolored vertex v, there are at most 6 colored neighbours in G. 1 2 3 4 5 6 7 8 9 10 11 12 14 13 15 16 17 18 19 20 21 22 23 24

7. ) ( £ c Theorem [Guan and Zhu, J. Graph Theory, 1999] For any outerplanar graph G, G 7. ) ( £ g c There is an outerplanar G such that

3k+2. ) ( £ c Theorem [Zhu, Discrete Math.,2000] For any partial k-tree G, G 3k+2. ) ( £ g c Proof: 1 2 n k+1 k+2 k+3 k

3k+2. ) ( £ c Theorem [Zhu, Discrete Math.,2000] For any partial k-tree G, G 3k+2. ) ( £ g c Proof: k k k k k 1 2 n

3k+2. ) ( £ c Theorem [Zhu, Discrete Math.,2000] For any partial k-tree G, G 3k+2. ) ( £ g c Proof: 1 2

3k+2. ) ( £ c Theorem [Zhu, Discrete Math.,2000] For any partial k-tree G, G 3k+2. ) ( £ g c Proof: 1 2

3k+2. ) ( £ c Theorem [Zhu, Discrete Math.,2000] For any partial k-tree G, G 3k+2. ) ( £ g c Proof: Uncolored vertex x

3k+2. ) ( £ c Theorem [Zhu, Discrete Math.,2000] For any partial k-tree G, G 3k+2. ) ( £ g c Proof: Uncolored vertex x

3k+2. ) ( £ c Theorem [Zhu, Discrete Math.,2000] For any partial k-tree G, G 3k+2. ) ( £ g c Proof: Uncolored vertex x

There are at most k +2(k+1) colored neighbours of x. Theorem [Zhu, Discrete Math.,2000] For any partial k-tree G, G 3k+2. ) ( £ g c Proof: Uncolored vertex x There are at most k +2(k+1) colored neighbours of x. k +2k+1=3k+1

t colors game coloring number game chromatic number game coloring number

Game chromatic number Author Graph Upper bound Faigle, Kern, Kierstead, Trotter Forests 4 Guan and Zhu Outerplanar 7 Interval graphs 3k+1 Zhu Partial k-tree 3k+2 Planar 17 Game coloring number Graph Lower bound Upper bound Forests 4 outerplanar 7 Interval graphs 3k+1 Partial k-tree 3k+2 Planar 11 17

The End