Colouring Probability
Colouring Probability
Yuxiang Yang
Learning Outcomes:
O1 Understand abstract mathematical concepts
Where:
Sections 10.8 of the textbook
With 3 colors?
With 5, 6 ...?
Example:
Example: Cn
every cycle graph with
even number of vertices
has γ = 2.
Theorem:
4 2
2 2
2 2
Example:
maxv∈V deg(v) = 4 =⇒ γ ≤ 5 (actually 3 are enough)
Graph construction:
1 Exams → vertices
2 If 2 exams have common students, put an edge between the
corresponding vertices.
3 Time slots → colors.
7 2
6 3
5 4
Mapping to a graph:
Stations → vertices
Frequencies → colors
Type A B C D E F
Cannot be with B,C A,C,D A,B,D,E B,C,F C,F D,E
Solution: 3.
Tank 1 Tank 2 Tank 3
A,D F,C B,E
Edge coloring:
color the edges of a graph in
such a way that no two incident
edges are of the same color
Reduction
Edge coloring → vertextocoloring
vertex coloring
Edge
edges →coloring
vertices! vertex coloring
• edges ! vertices
in •the newnew
in the graph, put an edge
graph,
between Reduction
two vertices if to
the vertex coloring
put an edge between two vertices
Edge coloring
corresponding edges ! in thevertex
oldcoloring
graph
if the corresponding edges in the old graph are incident.
• edges ! vertices
are incident.
• in the new graph,
put an edge between two vertices
Region coloring
Region → vertex coloring
if coloring ! vertex
the corresponding coloring
edges in the old graph are incident.
• regions
regions ! vertices
→ vertices
• in the new graph,
in the
putnewRegion
an graph,
edge coloring
put !
between vertex
an two
edge coloring
vertices
between •two
regions ! vertices
vertices if the
if the corresponding regions in the old graph are adjacent.
• in the regions
corresponding new graph,in the old
graph are put an edge between two vertices
adjacent. 21
if the corresponding regions in the old graph are adjacent.
21
3 2
But is n − 1 enough?
In this way, 2 edges with the same color won’t share the same
vertex (because one team cannot play twice in one round).
Yuxiang Yang Lecture 11: Graph Colouring
There are n − 1 rounds. Therefore, the edge color number is
n − 1.
A problem is NP-complete if it is
1 in NP, and
2 any other NP complete problem can be reduced to it
4-Color Theorem:
Any planar graph can be region-colored using at most 4 colors.
6-Color Theorem:
Any planar graph can be colored using at most 6 colors.
Proof: By contradiction.
P ≥ 6 for any w, then (handshaking)
If deg(w)
2e = w∈V deg(w) ≥ 6v, which contradicts with the planar
inequality e ≤ 3v − 6!