|
Fig. 34, Line graph of a tetrahedron. |
It does not look planar but if we move the vertices around using the editor we can get the plane depiction in as in figure 35
|
Fig. 35, Plane depiction of the line graph of a tetrahedron. |
Notice that the graph breaks up the plane into 8 regions (the outside counts as a region). You can get the program to count regions of plane graphs for you by clicking Properties, then Planar Graphs and then Count Regions. We have many examples of planar graphs. Get the circuit graph C5 and count the regions, edges and vertices. You should get 2 regions, 5 edges and 5 vertices. In general Cn has 2 regions, n edges and n vertices.
Graph | Edges | Vertices | Regions |
---|---|---|---|
Cn | n | n | 2 |
Wn | . | . | . |
tetrahedron | . | . | . |
cube | . | . | . |
octahedron | . | . | . |
icosahedron | . | . | . |
dodecahedron | . | . | . |
Sn | . | . | . |
Sqm,n | . | . | . |
Trin | . | . | . |
If a plane graph has e edges, v vertices and r regions,
what do you think the relationship is between e and v+r?
|
Fig. 36, A Plane depiction of the prism of K3 |
The Four Color Theorem: The chromatic number of a planar graph is no greater than four. This was posed as a conjecture in the 1850s and although many attempts were made to prove it was only finally proved in 1976 by K. Appel and W. Haken. The proof involves a careful analysis of 2000 different cases and was done using more than 1000 hours of computer time.