<?xml version="1.0" encoding="UTF-8"?>

<record version="9" id="1826">
 <title>planar graph</title>
 <name>PlanarGraph</name>
 <created>2002-02-05 16:21:29</created>
 <modified>2006-10-17 03:12:54</modified>
 <type>Definition</type>
 <creator id="4430" name="archibal"/>
 <author id="1075" name="lieven"/>
 <author id="13753" name="Mathprof"/>
 <author id="8873" name="marijke"/>
 <author id="4430" name="archibal"/>
 <author id="2" name="akrowne"/>
 <classification>
	<category scheme="msc" code="05C10"/>
 </classification>
 <defines>
	<concept>plane graph</concept>
 </defines>
 <synonyms>
	<synonym concept="planar graph" alias="planar"/>
 </synonyms>
 <related>
	<object name="WagnersTheorem"/>
	<object name="KuratowskisTheorem"/>
	<object name="CrossingLemma"/>
	<object name="CrossingNumber"/>
	<object name="FourColorConjecture"/>
 </related>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amsfonts}

%\usepackage{psfrag}
%\usepackage{graphicx}
\usepackage{xypic}
\xyoption{all}

\theoremstyle{definition}
\newtheorem*{defn}{Definition}</preamble>
 <content>\PMlinkescapeword{divide}
\PMlinkescapeword{map}
\PMlinkescapeword{outer}
\PMlinkescapeword{terms}

\section*{Description}

A \emph{planar graph} is a graph which can be drawn on a plane (a flat 2-d surface) or on a sphere, with no edges crossing. When drawn on a sphere, the edges divide its area in a number of regions called faces (or ``countries'', in the context of map coloring). When drawn on a plane, there is one \emph{outer country} taking up all the space outside the drawing. Every graph drawn on a sphere can be drawn on a plane (puncture the sphere in the interior of any one of the countries) and vice versa. Statements on map coloring are often simpler in terms of a spherical map because the outer country is no longer a special case.

The number of faces (countries) equals $c+1$ where $c$ is the \emph{cyclomatic number}, $c=m-n+k$ (where $m$ is the number of edges, $n$ the number of vertices, and $k$ the number of connected components of the graph). All this holds equally for planar multigraphs and pseudographs.

No complete graphs above $K_4$ are planar.  $K_4$, drawn without crossings, looks like :

$$ 
\xymatrix{
  &amp; A\ar@{-}[d] \ar@{-}[ddl] \ar@{-}[ddr] &amp;    \\
  &amp; B\ar@{-}[dl] \ar@{-}[dr] &amp;    \\
C \ar@{-}[rr] &amp;   &amp; D } 
$$

Hence it is planar (try this for $K_5$.)

A \PMlinkescapetext{straight line} drawing of a planar graph is a drawing in which each edge is drawn as a \PMlinkescapetext{straight} line segment. Every planar graph has a \PMlinkescapetext{straight line} drawing. This result was found independently by Wagner, F\'ary and Stein. Schnyder improved this further by showing how to draw any planar graph with $n$ vertices on an integer grid of $O(n^2)$ area.

\section*{Definition}

Ideally, this definition would just formalize what was described above.  It will not, exactly.  It will formalize the notion of a graph \emph{with an embedding into the plane}.

\begin{defn}
Let $M$ be a topological manifold.  Then a \emph{graph on $M$} is a pair $(G,\iota)$, where 
\begin{enumerate}
\item $G$ is a multigraph, 
\item $\iota$ is a function from the graph topology of $G$ into $M$, and
\item $\iota$ is a homeomorphism onto its image.
\end{enumerate}
A \emph{plane graph} is a graph on $\mathbb{R}^2$. 

A \emph{planar graph} is a graph $G$ that has an embedding $\iota$ making $(G,\iota)$ into a plane graph.
\end{defn}

Normally, the only manifolds $M$ that are of interest are two-dimensional.  

The most usual question for which this definition finds a use is ``can the following graph $G$ be made into a graph on $M$?''.  When $M$ is the plane, this is usually phrased as ``Is $G$ a planar graph?''.  Wagner's theorem provides a \PMlinkescapetext{simple} criterion for answering this question.  When $M$ is a torus, the answer changes: the complete bipartite graph $K_{3,3}$ can be made into a graph on the torus. 

A graph on a manifold has a notion of ``face'' as well as the usual graph notions of vertex and edge.</content>
</record>
