On-line list colouring of graphs Xuding Zhu Zhejiang Normal University.

Slides:



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

Great Theoretical Ideas in Computer Science
1 LP Duality Lecture 13: Feb Min-Max Theorems In bipartite graph, Maximum matching = Minimum Vertex Cover In every graph, Maximum Flow = Minimum.
Bipartite Matching, Extremal Problems, Matrix Tree Theorem.
1 NP-completeness Lecture 2: Jan P The class of problems that can be solved in polynomial time. e.g. gcd, shortest path, prime, etc. There are many.
Some Graph Problems. LINIAL’S CONJECTURE Backgound: In a partially ordered set we have Dilworth’s Theorem; The largest size of an independent set (completely.
Painting game on graphs Xuding Zhu Zhejiang Normal University th Shanghai Conference on Combinatorics.
1 By Gil Kalai Institute of Mathematics and Center for Rationality, Hebrew University, Jerusalem, Israel presented by: Yair Cymbalista.
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.
1 Discrete Structures & Algorithms Graphs and Trees: II EECE 320.
HW2 Solutions. Problem 1 Construct a bipartite graph where, every family represents a vertex in one partition, and table represents a vertex in another.
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
Online Graph Avoidance Games in Random Graphs Reto Spöhel Diploma Thesis Supervisors: Martin Marciniszyn, Angelika Steger.
2007 Kézdy André Kézdy Department of Mathematics University of Louisville * Preliminary report.  More -valuations for trees via the combinatorial nullstellensatz*
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.
Graph Colouring Lecture 20: Nov 25.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
1 Bipartite Matching Lecture 3: Jan Bipartite Matching A graph is bipartite if its vertex set can be partitioned into two subsets A and B so that.
Online Vertex Colorings of Random Graphs Without Monochromatic Subgraphs Reto Spöhel, ETH Zurich Joint work with Martin Marciniszyn.
Theta Function Lecture 24: Apr 18. Error Detection Code Given a noisy channel, and a finite alphabet V, and certain pairs that can be confounded, the.
Job Scheduling Lecture 19: March 19. Job Scheduling: Unrelated Multiple Machines There are n jobs, each job has: a processing time p(i,j) (the time to.
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.
Lecture 20: April 12 Introduction to Randomized Algorithms and the Probabilistic Method.
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.
Antimagic Labellings of Graphs Torsten Mütze Joint work with Dan Hefetz and Justus Schwartz.
Online Ramsey Games in Random Graphs Reto Spöhel, ETH Zürich Joint work with Martin Marciniszyn and Angelika Steger.
The Theory of NP-Completeness 1. Nondeterministic algorithms A nondeterminstic algorithm consists of phase 1: guessing phase 2: checking If the checking.
1 The Theory of NP-Completeness 2012/11/6 P: the class of problems which can be solved by a deterministic polynomial algorithm. NP : the class of decision.
Online Ramsey Games in Random Graphs Reto Spöhel, ETH Zürich Joint work with Martin Marciniszyn and Angelika Steger TexPoint fonts used in EMF. Read the.
Online Vertex-Coloring Games in Random Graphs Reto Spöhel (joint work with Martin Marciniszyn; appeared at SODA ’07)
Graph Pegging By Jason Counihan. The Rules of Pegging We start with a graph, such as this graph representation a cube. –Graphs are made of vertices (dots)
1 Asymptotically optimal K k -packings of dense graphs via fractional K k -decompositions Raphael Yuster University of Haifa.
Graph Colouring L09: Oct 10. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including the famous.
The length of vertex pursuit games Anthony Bonato Ryerson University CCC 2013.
Planar graphs with no 5- cycles, 6-cycles or intersecting triangles are 3-colorable Carl Yerger, Davidson College Clemson Mini-Conference 2012.
Graph.
5.8 Graph Matching  Example: Set of worker assign to a set of task  Four tasks are to be assigned to four workers.  – Worker 1 is qualified to do tasks.
Graph Colouring Lecture 20: Nov 25. This Lecture Graph coloring is another important problem in graph theory. It also has many applications, including.
Adversarial Coloring, Covering and Domination Chip Klostermeyer.
Dense graphs with a large triangle cover have a large triangle packing Raphael Yuster SIAM DM’10.
Xuding Zhu Zhejiang Normal University Budapest Circular flow of signed graphs.
Introduction to Graph Theory
1 Complexities of some interesting problems on spanning trees M Sohel Rahman King’s College, London M Kaykobad KHU, NSU and BUET.
Introduction to Graph Theory
The Theory of NP-Completeness 1. Nondeterministic algorithms A nondeterminstic algorithm consists of phase 1: guessing phase 2: checking If the checking.
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.
C&O 355 Lecture 19 N. Harvey TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.: A A A A A A A A A A.
Eternal Domination Chip Klostermeyer.
Approximation Algorithms by bounding the OPT Instructor Neelima Gupta
Approximation Algorithms Greedy Strategies. I hear, I forget. I learn, I remember. I do, I understand! 2 Max and Min  min f is equivalent to max –f.
1 Schnyder’s Method. 2 Motivation Given a planar graph, we want to embed it in a grid We want the grid to be relatively small And we want an efficient.
Adversarial Coloring, Covering and Domination Chip Klostermeyer.
Xuding Zhu National Sun Yat-sen University Circular chromatic index.
Theory of Computational Complexity Probability and Computing Chapter Hikaru Inada Iwama and Ito lab M1.
Planar Graphs Hubert Chan (Chapter 9.7) [O2 Proof Techniques]
On-line list colouring of graphs
Antimagic Labellings of Graphs
What is the next line of the proof?
Discrete Mathematics for Computer Science
Approximation Algorithms
Thue choice number of paths
Problem Solving 4.
Student:連敏筠 Advisor:傅恆霖
N(S) ={vV|uS,{u,v}E(G)}
Game chromatic number of graphs
Xuding Zhu National Sun Yat-sen University
Lecture 24 Vertex Cover and Hamiltonian Cycle
Presentation transcript:

On-line list colouring of graphs Xuding Zhu Zhejiang Normal University

Suppose G is a graph A list assignment L assigns to each vertex x a set L(x) of permissible colours. An L-colouring h of G assigns to each vertex x a colour such that for every edge xy choice number

Given a vertex x, L(x) tells us which colours are permissible. Alternately, given a colour i, one can ask which vertices have i as a permissible colour. A list assignment L can be given as Given a colour i, is the set of vertices having i as a permissible colour. An L-colouring is a family of independent subsets and

on-line f-list colouring game on G played by Alice and Bob At round i, Alice choose a set of uncoloured vertices. is the set of vertices which has colour i as a permissible colour. is the number of permissible colours for x Bob chooses an independent subset of and colour vertices in by colour i. Alice wins the game if there is a vertex x, which has been given f(x) permissible colours and remains uncoloured. Otherwise, eventually all vertices are coloured and Bob wins the game.

G is on-line f-choosable if Bob has a winning strategy for the on-line f-list colouring game. G is on-line k-choosable if G is on-line f-choosable for f(x)=k for every x. The on-line choice number of G is the minimum k for which G is on-line k-choosable.

Theorem [Erdos-Rubin-Taylor (1979)] is 2-choosable. is not on-line 2-choosable

Alice wins the game

Question: Can the difference be arbitrarily large ? Question: Can the ratio be arbitrarily large ?

Most upper bounds for choice number are also upper bounds for on-line choice number. Currently used method in proving upper bounds for choice number Kernel method InductionSome works for on-line choice number, Combinatorial Nullstellensatz Theorem [Schauz,2009] For planar G, Theorem [Chung-Z,2011] For planar G, triangle free + no 4-cycle adjacent to a 4-cycle or a 5-cycle, Theorem [Schauz,2009] Upper bounds for ch(G) proved by Combinatorial nullstellensatz works for on-line choice number

Theorem [Schauz,2009] Upper bounds for ch(G) proved by Combinatorial nullstellensatz works for on-line choice number Theorem [Schauz,2009] If G has an orientation D with then G is on-line The proof is by induction (no polynomial is involved).

Probabilistic methodDoes not work for on-line choice number Theorem [Alon, 1992] The proof is by probabilistic method Theorem[Z,2009] Proof: If G is bipartite and has n vertices, then

If a vertex x has permissible colours, Bob will be able to colour it. Bob colours, double the weight of each vertex in A B Initially, each vertex x has weight w(x)=1 Assume Alice has given set If The total weight of uncoloured vertices is not increased. If a vertex is given a permissible colour but is not coloured by that colour, then it weight doubles. If a vertex x has given k permissible colours, but remains uncoloured, then

A graph G is chromatic choosable if Conjecture: Line graphs are chromatic choosable. Conjecture: Claw-free graphs are chromatic choosable. Conjecture: Total graphs are chromatic choosable. Conjecture [Ohba] Graphs G with are chromatic choosable. Conjecture: For any G, for any k > 1, is chromatic choosable. Theorem [Noel-Reed-Wu]

On-line version of Ohba Conjecture: Graphs G with are on-line chromatic choosable |33|333 NOT TRUE

On-line version of Ohba Conjecture: Graphs G with are on-line chromatic choosable |33|333 Alice’s move

On-line version of Ohba Conjecture: Graphs G with are on-line chromatic choosable |33|333 Alice’s move 3|23|233 23|23|33 Bob’s (2 possible) moves

On-line version of Ohba Conjecture: Graphs G with are on-line chromatic choosable |33|333 Alice’s move 3|23|233 23|23|33 Bob’s (2 possible) moves 13|222 2|3|222

On-line version of Ohba Conjecture: Graphs G with are on-line chromatic choosable |33|333 Alice’s move 3|23|233 23|23|33 Bob’s (2 possible) moves 13|222 2|3|222 3|111

On-line version of Ohba Conjecture: Graphs G with are on-line chromatic choosable |33|333 Alice’s move 3|23|233 23|23|33 Bob’s (2 possible) moves 13|222 2|3|222 3|111 2|112

On-line version of Ohba Conjecture: Graphs G with are on-line chromatic choosable |33|333 Alice’s move 3|23|233 23|23|33 13|222 2|3|222 3|111 2|112 3|13|22 2|3|11

Theorem [Kim-Kwon-Liu-Z,2012] For n > 1, is not on-line -choosable

On-line version of Ohba Conjecture: Graphs G with are on-line chromatic choosable.

Theorem [Erdos-Rubin-Taylor (1979)] is chromatic choosable. Proof Assume each vertex is given n permissible colours. then colour them by a common colour use induction to colour the rest. If for some k, have a common permissible colour and

Assume no partite set has a common permissible colour Build a bipartite graph colours By Hall’s theorem, there is a matching that covers all the vertices of V V C The proof does not work for on-line list colouring

On-line version of Ohba Conjecture: Graphs G with are on-line chromatic choosable. Question: is on-line n-choosable ?

Question:Theorem [Huang-Wong-Z,2010] is on-line n-choosable. Proof Combinatorial Nullstellensatz An explicit winning strategy for Bob ( Kim-Kwon-Liu-Z, 2012)

Theorem [Kim-Kwon-Liu-Z, 2012] G: complete multipartite graph with partite sets satisfying the following Then (G,f) is feasible, i.e., G is on-line f-choosable. is on-line n-choosable.

Alice’s choice Bob’s choice After this round, G changed and f changed. Need to prove:new (G,f) still satisfies the condition

Alice’s choice

Bob colours v

Alice’s choice

Bob colours v

Theorem [Kim-Kwon-Liu-Z, 2012] G: complete multipartite graph with partite sets satisfying the following Then (G,f) is feasible, i.e., G is on-line f-choosable. is on-line n-choosable.

Theorem [Kozik-Micek-Z, 2012] G: complete multipartite graph with partite sets satisfying the following Then (G,f) is feasible.

On-line version of Ohba Conjecture: Graphs G with are on-line chromatic choosable. Conjecture holds for graphs with independence number 3

Open Problems Can the difference ch^{OL}-ch be arbitrarily big? On-line Ohba conjecture true?

Nine Dragon Tree Thank you