|
128 | 128 |
|
129 | 129 | <p>
|
130 | 130 | <idx><h>planar representation</h></idx>
|
131 |
| - The graphs are the same, so if one is planar, the other must be too. |
| 131 | + The graphs are the same, so if one is planar, the other must be, too. |
132 | 132 | However, the original drawing of the graph was not a
|
133 | 133 | <term>planar representation</term> of the graph.
|
134 | 134 | </p>
|
|
359 | 359 | </subsection>
|
360 | 360 |
|
361 | 361 | <subsection>
|
362 |
| - <title>Euler's formula for planar graphs</title> |
| 362 | + <title>Euler's Formula for Planar Graphs</title> |
363 | 363 |
|
364 | 364 | <p>
|
365 | 365 | There is a connection between the number of vertices (<m>v</m>),
|
|
455 | 455 | and doing so never changes the quantity <m>v - e + f</m>,
|
456 | 456 | that quantity will be the same for all graphs.
|
457 | 457 | But notice that our starting graph <m>P_2</m> has <m>v = 2</m>,
|
458 |
| - <m>e = 1</m> and <m>f = 1</m>, so <m>v - e + f = 2</m>. |
| 458 | + <m>e = 1</m>, and <m>f = 1</m>, so <m>v - e + f = 2</m>. |
459 | 459 | </p>
|
460 | 460 |
|
461 | 461 | <p>
|
462 |
| - The argument we have outlined above is not quite correct, since we made the unjustified assumption that all graphs can be built up from <m>P_2</m> using only the two moves we described. To avoid this issue, we can use a minimal criminal argument. You are asked to do this in the exercises, but the idea is essentially the same as we have here, except that start with a minimal connected planar graph that does not satisfy the formula, then <em>remove</em> either an edge or a vertex (and its edge) to get a smaller connected planar graph that does satisfy the formula. But just like the adding moves we have described above, removing an edge or a vertex does not change the quantity <m>v - e + f</m>. |
| 462 | + The argument we have outlined above is not quite correct, since we made the unjustified assumption that all graphs can be built up from <m>P_2</m> using only the two moves we described. To avoid this issue, we can use a minimal criminal argument. You are asked to do this in the exercises, but the idea is essentially the same as we have here, except that we start with a minimal connected planar graph that does not satisfy the formula, then <em>remove</em> either an edge or a vertex (and its edge) to get a smaller connected planar graph that does satisfy the formula. But just like the adding moves we have described above, removing an edge or a vertex does not change the quantity <m>v - e + f</m>. |
463 | 463 | </p>
|
464 | 464 | </subsection>
|
465 | 465 |
|
|
576 | 576 | But this is impossible,
|
577 | 577 | since we have already determined that <m>f = 7</m> and <m>e = 10</m>,
|
578 | 578 | and <m>21 \not\le 20</m>.
|
579 |
| - This is a contradiction so in fact <m>K_5</m> is not planar. |
| 579 | + This is a contradiction, so in fact <m>K_5</m> is not planar. |
580 | 580 | </p>
|
581 | 581 | </proof>
|
582 | 582 |
|
|
657 | 657 | Then we find a relationship between the number of faces and the number of edges based on how many edges surround each face.
|
658 | 658 | This is the only difference.
|
659 | 659 | In the proof for <m>K_5</m>,
|
660 |
| - we got <m>3f \le 2e</m> and for <m>K_{3,3}</m> we go <m>4f \le 2e</m>. |
| 660 | + we got <m>3f \le 2e</m> and for <m>K_{3,3}</m> we had <m>4f \le 2e</m>. |
661 | 661 | The coefficient of <m>f</m> is the key.
|
662 | 662 | It is the smallest number of edges that could surround any face.
|
663 | 663 | If some number of edges surround a face,
|
|
695 | 695 | <p>
|
696 | 696 | There are exactly four other regular polyhedra:
|
697 | 697 | the tetrahedron, octahedron, dodecahedron,
|
698 |
| - and icosahedron with 4, 8, 12, and 20 faces respectively. |
| 698 | + and icosahedron, with 4, 8, 12, and 20 faces respectively. |
699 | 699 | How many vertices and edges do each of these have?
|
700 | 700 | </p>
|
701 | 701 | </investigation>
|
|
822 | 822 | <b>Case 1</b>: Each face is a triangle.
|
823 | 823 | Let <m>f</m> be the number of faces.
|
824 | 824 | There are then <m>3f/2</m> edges.
|
825 |
| - Using Euler's formula we have |
| 825 | + Using Euler's formula, we have |
826 | 826 | <m>v - 3f/2 + f = 2</m> so <m>v = 2 + f/2</m>.
|
827 | 827 | Now each vertex has the same degree, say <m>k</m>.
|
828 | 828 | So the number of edges is also <m>kv/2</m>.
|
|
857 | 857 | <p>
|
858 | 858 | <b>Case 2</b>: Each face is a square.
|
859 | 859 | Now we have <m>e = 4f/2 = 2f</m>.
|
860 |
| - Using Euler's formula we get <m>v = 2 + f</m>, |
| 860 | + Using Euler's formula, we get <m>v = 2 + f</m>, |
861 | 861 | and counting edges using the degree <m>k</m> of each vertex gives us
|
862 | 862 | <me>
|
863 | 863 | e = 2f = \frac{k(2+f)}{2}
|
|
0 commit comments