<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Introduction_to_Graph_Theory%2FPlanar_Graphs</id>
	<title>Introduction to Graph Theory/Planar Graphs - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Introduction_to_Graph_Theory%2FPlanar_Graphs"/>
	<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Introduction_to_Graph_Theory/Planar_Graphs&amp;action=history"/>
	<updated>2026-06-14T23:52:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://charlesreid1.com/w/index.php?title=Introduction_to_Graph_Theory/Planar_Graphs&amp;diff=30564&amp;oldid=prev</id>
		<title>Admin: Create Chapter 6: Planar Graphs page from study notes (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Introduction_to_Graph_Theory/Planar_Graphs&amp;diff=30564&amp;oldid=prev"/>
		<updated>2026-06-14T19:16:10Z</updated>

		<summary type="html">&lt;p&gt;Create Chapter 6: Planar Graphs page from study notes (via create-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Chapter 6: Planar Graphs =&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
Chapter 6 of Douglas B. West&amp;#039;s &amp;#039;&amp;#039;Introduction to Graph Theory&amp;#039;&amp;#039; (2nd Edition) is devoted to &amp;#039;&amp;#039;&amp;#039;planar graphs&amp;#039;&amp;#039;&amp;#039; -- graphs that can be drawn in the plane without edge crossings. The chapter is motivated by two classical problems: the Four Color Problem (whether every map on a globe can be colored with four colors so that regions sharing a nontrivial boundary have different colors) and circuit layout design (where wire crossings cause problems in silicon chip layouts). The chapter is organized into three major sections:&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Section 6.1: Embeddings and Euler&amp;#039;s Formula&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Section 6.2: Characterization of Planar Graphs&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Section 6.3: Parameters of Planarity&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 6.1 Embeddings and Euler&amp;#039;s Formula ==&lt;br /&gt;
&lt;br /&gt;
=== Drawings in the Plane ===&lt;br /&gt;
&lt;br /&gt;
The section opens with the classic &amp;quot;gas-water-electricity&amp;quot; brain teaser (Example 6.1.1): three houses each need paths to three utilities without crossings. This is equivalent to asking whether &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt; can be drawn in the plane without edge crossings -- it cannot.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Key Definitions:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Proposition 6.1.2:&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt; cannot be drawn without crossings. The proof uses spanning cycles and the impossibility of arranging conflicting chords.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Curve&amp;#039;&amp;#039;&amp;#039; (Definition 6.1.3): The image of a continuous map from &amp;lt;math&amp;gt;[0,1]&amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt;\mathbb{R}^2&amp;lt;/math&amp;gt;. A &amp;#039;&amp;#039;&amp;#039;polygonal curve&amp;#039;&amp;#039;&amp;#039; is composed of finitely many line segments. A &amp;#039;&amp;#039;&amp;#039;drawing&amp;#039;&amp;#039;&amp;#039; of a graph &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; assigns each vertex a point and each edge a polygonal curve between the endpoint images. A &amp;#039;&amp;#039;&amp;#039;crossing&amp;#039;&amp;#039;&amp;#039; is a non-endpoint intersection of edge images.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Planar graph&amp;#039;&amp;#039;&amp;#039; (Definition 6.1.4): A graph that has a drawing without crossings. Such a drawing is called a &amp;#039;&amp;#039;&amp;#039;planar embedding&amp;#039;&amp;#039;&amp;#039;. A &amp;#039;&amp;#039;&amp;#039;plane graph&amp;#039;&amp;#039;&amp;#039; is a particular planar embedding of a planar graph.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Open set, region, face&amp;#039;&amp;#039;&amp;#039; (Definition 6.1.5): A planar embedding partitions the plane into &amp;#039;&amp;#039;&amp;#039;faces&amp;#039;&amp;#039;&amp;#039; -- the maximal regions containing no point used in the embedding. There is always one unbounded face, called the &amp;#039;&amp;#039;&amp;#039;outer face&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Restricted Jordan Curve Theorem&amp;#039;&amp;#039;&amp;#039; (Theorem 6.1.6): A simple closed polygonal curve partitions the plane into exactly two faces, each having the curve as boundary. This fundamental topological result underpins many arguments about planar graphs.&lt;br /&gt;
&lt;br /&gt;
=== Dual Graphs ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Dual graph&amp;#039;&amp;#039;&amp;#039; (Definition 6.1.7): Given a plane graph &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;, the &amp;#039;&amp;#039;&amp;#039;dual graph&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;G^*&amp;lt;/math&amp;gt; has vertices corresponding to the faces of &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;, and edges corresponding to the edges of &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; (each dual edge crosses exactly one primal edge, connecting the two faces on either side).&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Example 6.1.8:&amp;#039;&amp;#039;&amp;#039; The dual of any planar embedding of &amp;lt;math&amp;gt;K_4&amp;lt;/math&amp;gt; is another copy of &amp;lt;math&amp;gt;K_4&amp;lt;/math&amp;gt;. The dual of the cube &amp;lt;math&amp;gt;Q_3&amp;lt;/math&amp;gt; (8 vertices, 12 edges, 6 faces) is &amp;lt;math&amp;gt;K_{2,2,2}&amp;lt;/math&amp;gt; (6 vertices, 12 edges, 8 faces). The dual can introduce loops and multiple edges.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Remark 6.1.9:&amp;#039;&amp;#039;&amp;#039; A cut-edge in &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; becomes a loop in &amp;lt;math&amp;gt;G^*&amp;lt;/math&amp;gt;. Multiple edges arise when distinct faces share more than one boundary edge. The double dual &amp;lt;math&amp;gt;(G^*)^*&amp;lt;/math&amp;gt; is isomorphic to &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; if and only if &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is connected.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Face length&amp;#039;&amp;#039;&amp;#039; (Definition 6.1.11): The total length of the closed walk(s) bounding a face. A cut-edge contributes twice to its face&amp;#039;s length.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Proposition 6.1.13:&amp;#039;&amp;#039;&amp;#039; The sum of all face lengths equals &amp;lt;math&amp;gt;2e(G)&amp;lt;/math&amp;gt;. This is the dual analogue of the degree-sum formula.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Theorem 6.1.14:&amp;#039;&amp;#039;&amp;#039; Edges in a plane graph form a cycle in &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; if and only if the corresponding dual edges form a bond (minimal edge cut) in &amp;lt;math&amp;gt;G^*&amp;lt;/math&amp;gt;. This establishes a fundamental duality between cycles and cuts.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Remark 6.1.15:&amp;#039;&amp;#039;&amp;#039; Deleting a non-cut edge in &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; corresponds to contracting an edge in &amp;lt;math&amp;gt;G^*&amp;lt;/math&amp;gt;, and contracting a non-loop edge in &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; corresponds to deleting an edge in &amp;lt;math&amp;gt;G^*&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Bipartite Planar Graphs and Outerplanarity ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Theorem 6.1.16:&amp;#039;&amp;#039;&amp;#039; For a plane graph &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;, the following are equivalent: (A) &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is bipartite, (B) every face has even length, (C) the dual &amp;lt;math&amp;gt;G^*&amp;lt;/math&amp;gt; is Eulerian.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Outerplanar graph&amp;#039;&amp;#039;&amp;#039; (Definition 6.1.17): A graph that has an embedding with every vertex on the boundary of the unbounded face. An &amp;#039;&amp;#039;&amp;#039;outerplane graph&amp;#039;&amp;#039;&amp;#039; is such an embedding.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Proposition 6.1.18:&amp;#039;&amp;#039;&amp;#039; The boundary of the outer face of a 2-connected outerplane graph is a spanning cycle.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Proposition 6.1.19:&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;K_4&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;K_{2,3}&amp;lt;/math&amp;gt; are planar but not outerplanar.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Proposition 6.1.20:&amp;#039;&amp;#039;&amp;#039; Every simple outerplanar graph has a vertex of degree at most 2.&lt;br /&gt;
&lt;br /&gt;
=== Euler&amp;#039;s Formula ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Euler&amp;#039;s Formula&amp;#039;&amp;#039;&amp;#039; (Theorem 6.1.21, Euler [1758]): If a connected plane graph &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; has &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; vertices, &amp;lt;math&amp;gt;e&amp;lt;/math&amp;gt; edges, and &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; faces, then &amp;lt;math&amp;gt;n - e + f = 2&amp;lt;/math&amp;gt;. This is the fundamental counting tool for planar graphs. The proof uses induction on &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, contracting edges while tracking the vertex, edge, and face counts.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Remark 6.1.22:&amp;#039;&amp;#039;&amp;#039; All planar embeddings of a connected graph have the same number of faces. For disconnected plane graphs with &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; components, the formula generalizes to &amp;lt;math&amp;gt;n - e + f = k + 1&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Theorem 6.1.23 (Edge bound):&amp;#039;&amp;#039;&amp;#039; If &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is a simple planar graph with at least three vertices, then &amp;lt;math&amp;gt;e(G) \leq 3n(G) - 6&amp;lt;/math&amp;gt;. If &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is also triangle-free, then &amp;lt;math&amp;gt;e(G) \leq 2n(G) - 4&amp;lt;/math&amp;gt;. These bounds follow from Euler&amp;#039;s Formula combined with the constraint that every face boundary has length at least 3 (or at least 4 if triangle-free).&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Example 6.1.24:&amp;#039;&amp;#039;&amp;#039; The nonplanarity of &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;e = 10 &amp;gt; 9 = 3n - 6&amp;lt;/math&amp;gt;) and &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt; (&amp;lt;math&amp;gt;e = 9 &amp;gt; 8 = 2n - 4&amp;lt;/math&amp;gt;) follows immediately from Theorem 6.1.23.&lt;br /&gt;
&lt;br /&gt;
=== Maximal Planar Graphs and Triangulations ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Maximal planar graph&amp;#039;&amp;#039;&amp;#039; (Definition 6.1.25): A simple planar graph that is not a spanning subgraph of any other simple planar graph. A &amp;#039;&amp;#039;&amp;#039;triangulation&amp;#039;&amp;#039;&amp;#039; is a simple plane graph in which every face boundary is a 3-cycle.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Proposition 6.1.26:&amp;#039;&amp;#039;&amp;#039; For a simple &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-vertex plane graph &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;, the following are equivalent: (A) &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; has &amp;lt;math&amp;gt;3n - 6&amp;lt;/math&amp;gt; edges, (B) &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is a triangulation, (C) &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is a maximal plane graph.&lt;br /&gt;
&lt;br /&gt;
=== Embeddings on the Sphere and Regular Polyhedra ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Remark 6.1.27:&amp;#039;&amp;#039;&amp;#039; A graph embeds in the plane if and only if it embeds on a sphere. The two settings are interchangeable via stereographic projection.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Application 6.1.28 (Regular polyhedra / Platonic solids):&amp;#039;&amp;#039;&amp;#039; Using Euler&amp;#039;s Formula and the degree-sum formula for regular plane graphs (where every vertex has degree &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt; and every face has length &amp;lt;math&amp;gt;l&amp;lt;/math&amp;gt;), one derives the constraint &amp;lt;math&amp;gt;(k-2)(l-2) &amp;lt; 4&amp;lt;/math&amp;gt;, which restricts &amp;lt;math&amp;gt;k, l \geq 3&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;k, l \leq 5&amp;lt;/math&amp;gt;. This yields exactly five solutions -- the five Platonic solids:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;math&amp;gt;(k, l)&amp;lt;/math&amp;gt; !! Solid !! Vertices !! Edges !! Faces&lt;br /&gt;
|-&lt;br /&gt;
| (3, 3) || Tetrahedron || 4 || 6 || 4&lt;br /&gt;
|-&lt;br /&gt;
| (3, 4) || Cube || 8 || 12 || 6&lt;br /&gt;
|-&lt;br /&gt;
| (4, 3) || Octahedron || 6 || 12 || 8&lt;br /&gt;
|-&lt;br /&gt;
| (3, 5) || Dodecahedron || 20 || 30 || 12&lt;br /&gt;
|-&lt;br /&gt;
| (5, 3) || Icosahedron || 12 || 30 || 20&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 6.2 Characterization of Planar Graphs ==&lt;br /&gt;
&lt;br /&gt;
=== Kuratowski&amp;#039;s Theorem ===&lt;br /&gt;
&lt;br /&gt;
The central question of Section 6.2 is: &amp;#039;&amp;#039;which graphs embed in the plane?&amp;#039;&amp;#039; &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt; are the crucial obstructions, leading to Kuratowski&amp;#039;s Theorem.&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Kuratowski subgraph&amp;#039;&amp;#039;&amp;#039; (Definition 6.2.3): A subgraph of &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; that is a subdivision of &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt;. A &amp;#039;&amp;#039;&amp;#039;minimal nonplanar graph&amp;#039;&amp;#039;&amp;#039; is a nonplanar graph such that every proper subgraph is planar.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Proposition 6.2.1:&amp;#039;&amp;#039;&amp;#039; If &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; has a subgraph that is a subdivision of &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is nonplanar. (Since every subgraph of a planar graph is planar, and subdivisions of nonplanar graphs remain nonplanar.)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Kuratowski&amp;#039;s Theorem&amp;#039;&amp;#039;&amp;#039; (Theorem 6.2.2, Kuratowski [1930]): &amp;#039;&amp;#039;&amp;#039;A graph is planar if and only if it does not contain a subdivision of &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt;.&amp;#039;&amp;#039;&amp;#039; This is one of the most celebrated results in graph theory (a TONCAS -- &amp;quot;The Obvious Necessary Condition is Also Sufficient&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
=== Preparation for the Proof ===&lt;br /&gt;
&lt;br /&gt;
The proof of Kuratowski&amp;#039;s Theorem proceeds through several structural lemmas:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Lemma 6.2.4:&amp;#039;&amp;#039;&amp;#039; If &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt; is the edge set of a face in a planar embedding of &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; has an embedding with &amp;lt;math&amp;gt;F&amp;lt;/math&amp;gt; as the edge set of the unbounded face.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Lemma 6.2.5:&amp;#039;&amp;#039;&amp;#039; Every minimal nonplanar graph is 2-connected.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Lemma 6.2.6:&amp;#039;&amp;#039;&amp;#039; If &amp;lt;math&amp;gt;S = \{x, y\}&amp;lt;/math&amp;gt; is a separating 2-set of a nonplanar graph &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;, then adding edge &amp;lt;math&amp;gt;xy&amp;lt;/math&amp;gt; to some S-lobe yields a nonplanar graph.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Lemma 6.2.7:&amp;#039;&amp;#039;&amp;#039; If &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is a graph with the fewest edges among all nonplanar graphs without Kuratowski subgraphs, then &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is 3-connected.&lt;br /&gt;
&lt;br /&gt;
=== Convex Embeddings and Tutte&amp;#039;s Theorem ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Convex embedding&amp;#039;&amp;#039;&amp;#039; (Definition 6.2.8): A planar embedding in which every face boundary is a convex polygon.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Lemma 6.2.9&amp;#039;&amp;#039;&amp;#039; (Thomassen [1980]): Every 3-connected graph with at least five vertices has an edge &amp;lt;math&amp;gt;e&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;G \cdot e&amp;lt;/math&amp;gt; (the contraction) is 3-connected.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Lemma 6.2.10:&amp;#039;&amp;#039;&amp;#039; If &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; has no Kuratowski subgraph, then &amp;lt;math&amp;gt;G \cdot e&amp;lt;/math&amp;gt; also has no Kuratowski subgraph.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Tutte&amp;#039;s Theorem&amp;#039;&amp;#039;&amp;#039; (Theorem 6.2.11, Tutte [1960, 1963]): &amp;#039;&amp;#039;&amp;#039;If &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is a 3-connected graph with no subdivision of &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt;, then &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; has a convex embedding in the plane with no three vertices on a line.&amp;#039;&amp;#039;&amp;#039; The proof uses induction on &amp;lt;math&amp;gt;n(G)&amp;lt;/math&amp;gt;, contracting an edge to obtain a smaller 3-connected graph, applying the induction hypothesis for a convex embedding, and then carefully restoring the contracted vertex.&lt;br /&gt;
&lt;br /&gt;
Together, Lemmas 6.2.7 and Theorem 6.2.11 imply Kuratowski&amp;#039;s Theorem.&lt;br /&gt;
&lt;br /&gt;
=== Fáry&amp;#039;s Theorem and Straight-Line Embeddings ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Fáry&amp;#039;s Theorem&amp;#039;&amp;#039;&amp;#039; (Wagner [1936], Fáry [1948], Stein [1951]): Every simple planar graph has a planar embedding in which all edges are straight line segments. For 3-connected planar graphs, Tutte&amp;#039;s Theorem gives the stronger result that there exists a convex embedding.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Schnyder [1992]&amp;#039;&amp;#039;&amp;#039; proved that every &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-vertex planar graph has a straight-line embedding on the integer grid &amp;lt;math&amp;gt;[n-1] \times [n-1]&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Graph Minors ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Minor&amp;#039;&amp;#039;&amp;#039; (Definition 6.2.12): A graph &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; is a &amp;#039;&amp;#039;&amp;#039;minor&amp;#039;&amp;#039;&amp;#039; of &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; if a copy of &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; can be obtained from &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; by deleting and/or contracting edges.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Wagner&amp;#039;s Theorem&amp;#039;&amp;#039;&amp;#039; (Wagner [1937]): A graph is planar if and only if it has neither &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; nor &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt; as a minor. This is equivalent to Kuratowski&amp;#039;s Theorem since, for graphs with maximum degree at most 3, &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; is a minor if and only if &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; contains a subdivision of &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Remark 6.2.13:&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; is a minor of the Petersen graph, although the Petersen graph does not contain a subdivision of &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Planarity Testing (Optional) ===&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;H-fragment&amp;#039;&amp;#039;&amp;#039; (Definition 6.2.15): When &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; is a subgraph of &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;, an H-fragment is either (1) an edge not in &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt; whose endpoints are in &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt;, or (2) a component of &amp;lt;math&amp;gt;G - V(H)&amp;lt;/math&amp;gt; together with the edges and vertices connecting it to &amp;lt;math&amp;gt;H&amp;lt;/math&amp;gt;.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Conflict graph&amp;#039;&amp;#039;&amp;#039; (Definition 6.2.16): Two C-fragments &amp;lt;math&amp;gt;A, B&amp;lt;/math&amp;gt; &amp;#039;&amp;#039;&amp;#039;conflict&amp;#039;&amp;#039;&amp;#039; if they have three common vertices of attachment to &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt; or if there are four vertices in cyclic order on &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt; where &amp;lt;math&amp;gt;v_1, v_3&amp;lt;/math&amp;gt; attach to &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;v_2, v_4&amp;lt;/math&amp;gt; attach to &amp;lt;math&amp;gt;B&amp;lt;/math&amp;gt;. The &amp;#039;&amp;#039;&amp;#039;conflict graph&amp;#039;&amp;#039;&amp;#039; has C-fragments as vertices, with conflicting fragments adjacent.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Tutte&amp;#039;s planarity criterion&amp;#039;&amp;#039;&amp;#039; (Tutte [1958]): &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is planar if and only if the conflict graph of each cycle in &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is bipartite.&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Linear-time planarity algorithms&amp;#039;&amp;#039;&amp;#039; exist due to Hopcroft and Tarjan [1974] and Booth and Luecker [1976].&lt;br /&gt;
&lt;br /&gt;
== 6.3 Parameters of Planarity ==&lt;br /&gt;
&lt;br /&gt;
Section 6.3 addresses quantitative measures of &amp;quot;how far&amp;quot; a graph is from being planar, and explores related structural parameters.&lt;br /&gt;
&lt;br /&gt;
=== Crossing Number ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;#039;&amp;#039;&amp;#039;crossing number&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;\text{cr}(G)&amp;lt;/math&amp;gt; of a graph &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is the minimum number of edge crossings in any drawing of &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; in the plane. A graph is planar if and only if &amp;lt;math&amp;gt;\text{cr}(G) = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Determining the crossing number is NP-hard in general, but bounds exist for specific graph families. The crossing number of &amp;lt;math&amp;gt;K_n&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;K_{m,n}&amp;lt;/math&amp;gt; have been studied extensively.&lt;br /&gt;
&lt;br /&gt;
=== Thickness ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;#039;&amp;#039;&amp;#039;thickness&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;t(G)&amp;lt;/math&amp;gt; of a graph &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is the minimum number of planar subgraphs whose union is &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt;. A graph is planar if and only if &amp;lt;math&amp;gt;t(G) = 1&amp;lt;/math&amp;gt;.&lt;br /&gt;
* For the complete graph &amp;lt;math&amp;gt;K_n&amp;lt;/math&amp;gt;, the thickness is known: &amp;lt;math&amp;gt;t(K_n) = \lfloor n/6 \rfloor + 1&amp;lt;/math&amp;gt; for most values of &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Genus ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;#039;&amp;#039;&amp;#039;genus&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;\gamma(G)&amp;lt;/math&amp;gt; of a graph &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is the minimum genus of an orientable surface on which &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; can be embedded without crossings. A graph is planar if and only if &amp;lt;math&amp;gt;\gamma(G) = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
* Euler&amp;#039;s Formula generalizes to surfaces of genus &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;: for a connected graph embedded on a surface of genus &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;n - e + f = 2 - 2g&amp;lt;/math&amp;gt;.&lt;br /&gt;
* This yields the edge bound &amp;lt;math&amp;gt;e \leq 3(n - 2 + 2g)&amp;lt;/math&amp;gt; for simple graphs on a surface of genus &amp;lt;math&amp;gt;g&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Coloring of Planar Graphs ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;#039;&amp;#039;&amp;#039;Five Color Theorem:&amp;#039;&amp;#039;&amp;#039; Every planar graph is 5-colorable. This can be proved using the fact that every planar graph has a vertex of degree at most 5 (from Euler&amp;#039;s Formula) combined with an inductive argument.&lt;br /&gt;
* The &amp;#039;&amp;#039;&amp;#039;Four Color Theorem&amp;#039;&amp;#039;&amp;#039; (Appel and Haken [1977]): Every planar graph is 4-colorable. This was the first major theorem proved with essential computer assistance.&lt;br /&gt;
* The connection between coloring faces of a plane graph and coloring vertices of its dual links the Four Color Problem to vertex coloring.&lt;br /&gt;
&lt;br /&gt;
=== Edge Coloring and List Coloring of Planar Graphs ===&lt;br /&gt;
&lt;br /&gt;
* Planar graphs satisfy various results concerning edge coloring and list coloring that exploit their structural constraints (sparsity from Euler&amp;#039;s Formula, guaranteed vertices of low degree).&lt;br /&gt;
&lt;br /&gt;
== Summary of Key Results ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Result !! Statement&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Euler&amp;#039;s Formula&amp;#039;&amp;#039;&amp;#039; (6.1.21) || For a connected plane graph: &amp;lt;math&amp;gt;n - e + f = 2&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Edge bound&amp;#039;&amp;#039;&amp;#039; (6.1.23) || Simple planar graph with &amp;lt;math&amp;gt;n \geq 3&amp;lt;/math&amp;gt;: &amp;lt;math&amp;gt;e \leq 3n - 6&amp;lt;/math&amp;gt;; triangle-free: &amp;lt;math&amp;gt;e \leq 2n - 4&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Kuratowski&amp;#039;s Theorem&amp;#039;&amp;#039;&amp;#039; (6.2.2) || &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is planar iff it contains no subdivision of &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tutte&amp;#039;s Theorem&amp;#039;&amp;#039;&amp;#039; (6.2.11) || 3-connected graph with no &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt; subdivision has a convex embedding&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Fáry&amp;#039;s Theorem&amp;#039;&amp;#039;&amp;#039; || Every simple planar graph has a straight-line embedding&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Wagner&amp;#039;s Theorem&amp;#039;&amp;#039;&amp;#039; (6.2.12) || &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is planar iff it has no &amp;lt;math&amp;gt;K_5&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;K_{3,3}&amp;lt;/math&amp;gt; minor&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Five Platonic Solids&amp;#039;&amp;#039;&amp;#039; (6.1.28) || The only regular polyhedra correspond to &amp;lt;math&amp;gt;(k,l)&amp;lt;/math&amp;gt; pairs satisfying &amp;lt;math&amp;gt;(k-2)(l-2) &amp;lt; 4&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Bipartite planarity&amp;#039;&amp;#039;&amp;#039; (6.1.16) || Plane graph &amp;lt;math&amp;gt;G&amp;lt;/math&amp;gt; is bipartite iff every face has even length iff &amp;lt;math&amp;gt;G^*&amp;lt;/math&amp;gt; is Eulerian&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Significance ==&lt;br /&gt;
&lt;br /&gt;
Chapter 6 establishes the foundational theory of planar graphs, one of the most deeply studied classes in graph theory. The results connect topology (Jordan Curve Theorem, surface embeddings), combinatorics (Euler&amp;#039;s Formula, counting arguments), and algebra (graph minors, the Robertson–Seymour theorem). Kuratowski&amp;#039;s Theorem provides a complete forbidden-subgraph characterization of planarity, while Euler&amp;#039;s Formula serves as the workhorse for deriving bounds on edges, proving the existence of low-degree vertices, classifying regular polyhedra, and establishing coloring results. The theory developed here underpins later chapters on graph coloring (the Four Color Theorem) and more advanced topics in topological graph theory.&lt;br /&gt;
&lt;br /&gt;
[[Category:Graph Theory]]&lt;br /&gt;
[[Category:Introduction to Graph Theory]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>