Graph colouring Flashcards
What is colouring of a graph, G?
An assignment of one colour to each vertex such that adjacent vertices receive different colours. Formally a function f:V(G)-> C such that f(v) does not equal f(w) for every vw in E(G) where C is a set of colours.
What is a k-colouring?
A colouring where |C| is at most k. If G is k-colourable it is k+n-colourable
What is the chromatic number \chi(G)?
The minimum integer k such that there is a k-colouring in G.
\chi(G) \leq k iff G is ___-___
\chi(G) \geq k iff G is ___ ___-___
\chi(G) \leq k iff G is k-colourable
\chi(G) \geq k iff G is not (k-1)-colourable
What is K_{n_1,n_2,…,n_k}?
The multipartite graph on k partitions or the k-partite graph. Which is k-colourable.
What is a colour class?
A set independent vertices coloured the same colour.
A graph is k-colourable iff its vertex set can be ___ ___ ___ ___ ___
A graph is k-colourable iff its vertex set can be partitioned into k independent sets
What is the minimum size of the largest colour class in a k-colouring?
|V(G)|/k
In a k-colouring what is the max independent set alpha(G) un upper bound of?
|V(G)/chi(G)
alpha(G) \geq ___
|V(G)|/chi(G)
When is a graph, G, k-degenerate? And what is the degeneracy of G?
A graph is k-degenerate if every subgraph has a vertex of at most degree k. The degeneracy is the maximum taken over all the minimum degrees, delta(G), of all the subgraphs of G. Or it is the minimum k such that G is k-degenerate.
Every k-degenerate graph is ___ ___
(k+1)-colourable
Every graph with maximum degree ___ is ___-___ and therefore ___-___
Every graph with maximum degree Delta is Delta-degenerate and therefore Delta+1-colourable
For every integer k \geq 1 there is a triangle-free k-degenerate graph G with ___=___
chi(G)=k+1
What is the girth of graph G?
The length of the shortest cycle in G, if it contains a cycle.