Section 5: Graph colouring Flashcards
We are interested in assigning colours to the vertices of a graph, so that no two adjacent vertices can receive the same colour. A colouring of the vertices of a graph G that satisfies this rule is called
a
proper colouring of G
If there exists a proper
k-colouring of G, we say that G is
k-colourable
The _______ of G is the smallest natural number k such that G is k-colourable
chromatic number
If H is a subgraph of G, and H has chromatic number at least k, then G ________.
also has chromatic number at least k
The complete graph on n vertices, Kn, has chromatic number _________.
n (every vertex must receive a different colour)
the _______ _______ of G is the largest natural number t such that K_t
is a subgraph of G
clique number
t the chromatic number of a graph G is at least the _______ _______ of G
clique number
In general, if C_t
is a cycle on t vertices, where t is odd, we need ____ colours to properly colour C_t
three
If we have a proper
colouring of a graph G, and all the vertices of U ⊆ G receive the same colour, then there cannot be an edge between any two vertices of U.
A set like this, which does not induce any edges in G, is called an _____ ____
independent set
the number of vertices in the largest independent
set in G is called the ______ ______ of G
independence number
The number of vertices that receives any one colour in a proper colouring of G is at most the ____ _____ of G
independence number
independence number of G × chromatic number of G ≥ _____.
|G|
Theorem 5.1. Let G be a graph with n vertices and independence number α. Then the chromatic number of G is at least ____.
n/α
a _____ _______ is one which makes the best short-term decision, without considering the long-term consequences of this decision
greedy algorithm
The greedy
algorithm for colouring a graph is as follows:
a) ______
b) Colour the vertices in this order, each time choosing the
first colour that has not already been used on a neighbour of the vertex being considered.
List the vertices of G in some order.