Graph colouring Flashcards

1
Q

What is colouring of a graph, G?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a k-colouring?

A

A colouring where |C| is at most k. If G is k-colourable it is k+n-colourable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the chromatic number \chi(G)?

A

The minimum integer k such that there is a k-colouring in G.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

\chi(G) \leq k iff G is ___-___
\chi(G) \geq k iff G is ___ ___-___

A

\chi(G) \leq k iff G is k-colourable
\chi(G) \geq k iff G is not (k-1)-colourable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is K_{n_1,n_2,…,n_k}?

A

The multipartite graph on k partitions or the k-partite graph. Which is k-colourable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a colour class?

A

A set independent vertices coloured the same colour.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A graph is k-colourable iff its vertex set can be ___ ___ ___ ___ ___

A

A graph is k-colourable iff its vertex set can be partitioned into k independent sets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the minimum size of the largest colour class in a k-colouring?

A

|V(G)|/k

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In a k-colouring what is the max independent set alpha(G) un upper bound of?

A

|V(G)/chi(G)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

alpha(G) \geq ___

A

|V(G)|/chi(G)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When is a graph, G, k-degenerate? And what is the degeneracy of G?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Every k-degenerate graph is ___ ___

A

(k+1)-colourable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Every graph with maximum degree ___ is ___-___ and therefore ___-___

A

Every graph with maximum degree Delta is Delta-degenerate and therefore Delta+1-colourable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

For every integer k \geq 1 there is a triangle-free k-degenerate graph G with ___=___

A

chi(G)=k+1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the girth of graph G?

A

The length of the shortest cycle in G, if it contains a cycle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Erdos’ Theorem for girth: For all integers k and g there is a graph G with girth ___ ___ ___ and chromatic number ___ ___ ___

A

For all integers k and g there is a graph G with girth greater than g and chromatic number greater than k.

17
Q

For every integer k \geq 2 there is a graph G_k with girth ___ ___ ___ that is ___ ___-___

A

For every integer k \geq 2 there is a graph G_k with girth at least 6 that is not k-colourable.

18
Q

State Brook’s Theorem

A

Every graph G with maximum degree Delta is Delta-colourable unless some component of G is K_{Delta+1} or Delta=2 and some component of G is an odd cycle.

19
Q

What is a k-clique in a graph G?

A

A set of k pairwise adjacent vertices in G.