colouring graphs definition
play

Colouring graphs Definition A (proper) k -coloring of G = ( V , E ) - PowerPoint PPT Presentation

Colouring graphs Definition A (proper) k -coloring of G = ( V , E ) is a function f : V { 1 , . . . , k } such that for every xy E , f ( x ) = f ( y ) . Definition A (proper) k -coloring of G = ( V , E ) is a function f : V {


  1. Colouring graphs

  2. Definition A (proper) k -coloring of G = ( V , E ) is a function f : V �→ { 1 , . . . , k } such that for every xy ∈ E , f ( x ) � = f ( y ) .

  3. Definition A (proper) k -coloring of G = ( V , E ) is a function f : V �→ { 1 , . . . , k } such that for every xy ∈ E , f ( x ) � = f ( y ) . In other words one partition the graph into k classes that are independent sets (no edge).

  4. Definition A (proper) k -coloring of G = ( V , E ) is a function f : V �→ { 1 , . . . , k } such that for every xy ∈ E , f ( x ) � = f ( y ) . In other words one partition the graph into k classes that are independent sets (no edge). The chromatic number of G , denoted χ ( G ) , is the minimum k for which there exists a k -colouring of G .

  5. Definition A (proper) k -coloring of G = ( V , E ) is a function f : V �→ { 1 , . . . , k } such that for every xy ∈ E , f ( x ) � = f ( y ) . In other words one partition the graph into k classes that are independent sets (no edge). The chromatic number of G , denoted χ ( G ) , is the minimum k for which there exists a k -colouring of G . Theorem (Appel-Haken) Every planar graph is 4-colourable.

  6. Examples ◮ K n Complete Graph (Clique) on n vertices :

  7. Examples ◮ K n Complete Graph (Clique) on n vertices : χ ( G n ) = n

  8. Examples ◮ K n Complete Graph (Clique) on n vertices : χ ( G n ) = n ◮ C n cycle of length n : C 6 C 7

  9. Examples ◮ K n Complete Graph (Clique) on n vertices : χ ( G n ) = n ◮ C n cycle of length n : � 2 if n is even C 6 C 7 χ ( C n ) = 3 if n is odd

  10. Examples ◮ K n Complete Graph (Clique) on n vertices : χ ( G n ) = n ◮ C n cycle of length n : � 2 if n is even C 6 C 7 χ ( C n ) = 3 if n is odd Theorem (folklore) A graph is bipartite (i.e. has chromatic number at most 2 ) if and only if it does not contain any odd cycle as a subgraph

  11. Some Vocabulary and Basic Facts The maximum size of a complete graph contained in G is called the clique number, and denoted ω ( G ) . The maximum size of an independent set contained in G is called the independence number, and denoted α ( G ) .

  12. Some Vocabulary and Basic Facts The maximum size of a complete graph contained in G is called the clique number, and denoted ω ( G ) . The maximum size of an independent set contained in G is called the independence number, and denoted α ( G ) . ◮ if H is a subgraph of G , then χ ( H ) � χ ( G )

  13. Some Vocabulary and Basic Facts The maximum size of a complete graph contained in G is called the clique number, and denoted ω ( G ) . The maximum size of an independent set contained in G is called the independence number, and denoted α ( G ) . ◮ if H is a subgraph of G , then χ ( H ) � χ ( G ) ◮ χ ( G ) � ω ( G )

  14. Some Vocabulary and Basic Facts The maximum size of a complete graph contained in G is called the clique number, and denoted ω ( G ) . The maximum size of an independent set contained in G is called the independence number, and denoted α ( G ) . ◮ if H is a subgraph of G , then χ ( H ) � χ ( G ) ◮ χ ( G ) � ω ( G ) ◮ χ ( G ) � | V ( G ) | α ( G )

  15. Some Vocabulary and Basic Facts The maximum size of a complete graph contained in G is called the clique number, and denoted ω ( G ) . The maximum size of an independent set contained in G is called the independence number, and denoted α ( G ) . ◮ if H is a subgraph of G , then χ ( H ) � χ ( G ) ◮ χ ( G ) � ω ( G ) ◮ χ ( G ) � | V ( G ) | α ( G ) ◮ χ ( G ) � 1 + ∆( G ) := maximum degree of G (greedy algorithm)

  16. Some Vocabulary and Basic Facts The maximum size of a complete graph contained in G is called the clique number, and denoted ω ( G ) . The maximum size of an independent set contained in G is called the independence number, and denoted α ( G ) . ◮ if H is a subgraph of G , then χ ( H ) � χ ( G ) ◮ χ ( G ) � ω ( G ) ◮ χ ( G ) � | V ( G ) | α ( G ) ◮ χ ( G ) � 1 + ∆( G ) := maximum degree of G (greedy algorithm) ( equality iff G is a clique or on odd cycle : Brooks Theorem)

  17. Some Vocabulary and Basic Facts The maximum size of a complete graph contained in G is called the clique number, and denoted ω ( G ) . The maximum size of an independent set contained in G is called the independence number, and denoted α ( G ) . ◮ if H is a subgraph of G , then χ ( H ) � χ ( G ) ◮ χ ( G ) � ω ( G ) ◮ χ ( G ) � | V ( G ) | α ( G ) ◮ χ ( G ) � 1 + ∆( G ) := maximum degree of G (greedy algorithm) ( equality iff G is a clique or on odd cycle : Brooks Theorem)

  18. General Question of the Talk What does having large chromatic number say about a graph?

  19. General Question of the Talk What does having large chromatic number say about a graph? What does it say in terms of the substructures it must contain?

  20. General Question of the Talk What does having large chromatic number say about a graph? What does it say in terms of the substructures it must contain? ◮ First case : maybe it contains a big clique as a subgraph.

  21. General Question of the Talk What does having large chromatic number say about a graph? What does it say in terms of the substructures it must contain? ◮ First case : maybe it contains a big clique as a subgraph. ◮ Is it the only case?

  22. General Question of the Talk What does having large chromatic number say about a graph? What does it say in terms of the substructures it must contain? ◮ First case : maybe it contains a big clique as a subgraph. ◮ Is it the only case? ◮ NO! There even exists triangle-free families of arbitrirary large χ (Mycielski, Tutte, Zykov...)

  23. General Question of the Talk What does having large chromatic number say about a graph? What does it say in terms of the substructures it must contain? ◮ First case : maybe it contains a big clique as a subgraph. ◮ Is it the only case? ◮ NO! There even exists triangle-free families of arbitrirary large χ (Mycielski, Tutte, Zykov...)

  24. Theorem (Erdős) For every k , there exists graphs with girth (min cycle size) at least k and chromatic number at least k .

  25. Theorem (Erdős) For every k , there exists graphs with girth (min cycle size) at least k and chromatic number at least k . Consider a random graph on n vertices with edge probability p with p = n − ( k − 1 ) / k ,

  26. Theorem (Erdős) For every k , there exists graphs with girth (min cycle size) at least k and chromatic number at least k . Consider a random graph on n vertices with edge probability p with p = n − ( k − 1 ) / k , Then it can be shown that ◮ lim n →∞ P ( α ( G ) � 2 log ( n ) / p ) = 0

  27. Theorem (Erdős) For every k , there exists graphs with girth (min cycle size) at least k and chromatic number at least k . Consider a random graph on n vertices with edge probability p with p = n − ( k − 1 ) / k , Then it can be shown that ◮ lim n →∞ P ( α ( G ) � 2 log ( n ) / p ) = 0 ◮ lim n →∞ P ( G contains more than n / 2 cycles of length < k ) = 0

  28. Theorem (Erdős) For every k , there exists graphs with girth (min cycle size) at least k and chromatic number at least k . Consider a random graph on n vertices with edge probability p with p = n − ( k − 1 ) / k , Then it can be shown that ◮ lim n →∞ P ( α ( G ) � 2 log ( n ) / p ) = 0 ◮ lim n →∞ P ( G contains more than n / 2 cycles of length < k ) = 0 Therefore, there exists a graph G ′ on n / 2 vertices such that ◮ α ( G ′ ) � 2 log ( n ) / p . ◮ girth ( G ′ ) � k

  29. Theorem (Erdős) For every k , there exists graphs with girth (min cycle size) at least k and chromatic number at least k . Consider a random graph on n vertices with edge probability p with p = n − ( k − 1 ) / k , Then it can be shown that ◮ lim n →∞ P ( α ( G ) � 2 log ( n ) / p ) = 0 ◮ lim n →∞ P ( G contains more than n / 2 cycles of length < k ) = 0 Therefore, there exists a graph G ′ on n / 2 vertices such that ◮ α ( G ′ ) � 2 log ( n ) / p . ◮ girth ( G ′ ) � k χ ( G ′ ) � | V ( G ′ ) | n 1 / k 4 log n � k (for large enough n ) α ( G ′ ) �

  30. Chromatic number is not a local notion Previous theorem says that chromatic number is not a local notion : a graph can locally be a tree (hence 2-colourable) but have very large χ .

  31. Chromatic number is not a local notion Previous theorem says that chromatic number is not a local notion : a graph can locally be a tree (hence 2-colourable) but have very large χ . Theorem (Erdős - 1962) For every k , there exists ε > 0 such that for all sufficielntly large n , there exists a graph G on n vertices with ◮ χ ( G ) > k ◮ χ ( G | S ) � 3 for every set S of size at most ε. n in G .

  32. Minors What about other containment relation?

  33. Minors What about other containment relation? A graph H is a minor of G if it can be obtained from G by vertex removal, edge removal and edge contraction.

  34. Minors What about other containment relation? A graph H is a minor of G if it can be obtained from G by vertex removal, edge removal and edge contraction. Octahedron K 4

  35. Minors What about other containment relation? A graph H is a minor of G if it can be obtained from G by vertex removal, edge removal and edge contraction. Octahedron K 4 Conjecture (Hadwiger - 1943) χ ( G ) � k ⇒ G contains K k as a minor . (Proven for k � 6)

  36. χ -bounded classes For general graphs χ ( G ) can be arbitrarily large and ω = 2.

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend