Mathematics for Computer Science

(avery) #1

Chapter 12 Planar Graphs488


n 2

n 1

n 2

n 1
!! m

Figure 12.12 Merging adjacent verticesn 1 andn 2 into new vertex,m.

Theorem 12.6.4.Every planar graph is five-colorable.


Proof. The proof will be by strong induction on the number,v, of vertices, with
induction hypothesis:


Every planar graph withvvertices is five-colorable.

Base cases(v 5 ): immediate.


Inductive case: SupposeGis a planar graph withvC 1 vertices. We will describe
a five-coloring ofG.
First, choose a vertex,g, ofGwith degree at most 5; Lemma 12.6.3 guarantees
there will be such a vertex.


Case 1: (deg.g/ < 5): DeletinggfromGleaves a graph,H, that is planar by
Lemma 12.6.1, and, sinceHhasvvertices, it is five-colorable by induction
hypothesis. Now define a five coloring ofGas follows: use the five-coloring
ofHfor all the vertices besidesg, and assign one of the five colors togthat
is not the same as the color assigned to any of its neighbors. Since there are
fewer than 5 neighbors, there will always be such a color available forg.


Case 2: (deg.g/D 5 ): If the five neighbors ofginGwere all adjacent to each
other, then these five vertices would form a nonplanar subgraph isomorphic
toK 5 , contradicting Lemma 12.6.1 (sinceK 5 is not planar). So there must

Free download pdf