Problem Set VI, for Wednesday, May 13

Mathematics 61, section 1

Representation of Graphs:

Isomorphisms of Graphs:

Planar Graphs:


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.