Section 9: Planar graphs Flashcards
Planar graph
a graph that can be drawn in the plane in such a way that no edges cross
each other, and no edge touches a vertex other than its endpoints
An edge e and a region a are incident if
e forms part of the boundary of a
Degree of a region d(a)
the number of edges incident with it
Let G = (V, E) be a planar graph, and suppose that A is the set of regions in a planar drawing of G. Express a relationship between the degree of the regions and edges
∑ d(a) = 2|E|
a∈A
Relationship beween shortest cycle in a planar graph and degree of each region
If the shortest cycle in G has length d, then, in any planar drawing of G, every region has degree at least d.
Euler’s Formula
Let G be a non-empty, connected planar graph with n vertices and m edges, and suppose there is a planar drawing of G with r regions. Then
n − m + r = 2.
Inequality for vertices and edges
Let G be a connected planar graph with n≥3 vertices and m edges. Then m ≤ 3n−6.
Degree of a vertex in connected planar graph
Let G = (V, E) be a connected planar graph. Then G contains a vertex v such that d(v) ≤ 5.
Six colour theorem
Let G be a planar graph. Then the chromatic number of G is at most six.