Problem Set VI, for Friday, November 16

Mathematics 61

Representation of Graphs (page 228 in Discrete Source or page 355 in Discrete Mathematics):

Isomorphisms of Graphs (page 234 in Discrete Source or page 361 in Discrete Mathematics):

Planar Graphs (page 240 in Discrete Source or page 367 in Discrete Mathematics):


Formula Summary for Graphs. Here G is a finite graph,
v   is the number of vertices,
e   is the number of edges,
k   is the number of components, and
f   is the number of faces (if G is planar).

1.       v is less than or equal to e + k
for any G.   Equality holds if and only if G is acyclic.

2.       v + f = e + k + 1
if G is planar.

3.       e is less than or equal to 3v - 6
if G is planar, simple, and v is at least 3.

4.       e is less than or equal to 2v - 4
if G is planar, simple, v is at least 4, and G has no K_3 subgraph.


Click here for answers in .pdf format.