Chapter 13 ***Planar graphs***

Can we draw graphs on a paper without edges crossing each other ? We can draw K4 and so any graph on at most 4 vertices can be drawn. What about K5 ? First, we shall clarify what we mean by ’drawing’.

Definition 13.1 (Planar embedding).

An embedding of the graph G=(V,E) in the plane is a pair of functionf f,fe,eE such that

  • f:V2 is an injection.

  • e=(u,v)E, fe:[0,1]2 is a continuous simple path such that fe(0)=f(u),fe(1)=f(v),fe([0,1])f(V)={f(u),f(v)}.

  • for ee, we have that fe([0,1])fe([0,1])=f(ee) or equivalently fe((0,1)fe((0,1))=.

Since we are concerned with finite graphs, we shall assume that all fe’s are polygonal line segments i.e., union of finitely many straight lines.

We shall never specify fe directly but more via drawings. A plane graph is a graph G with its embedding f,fe,eE. We shall view plane graphs as a subset of 2 by identifying G with f(V)eEfe([0,1])2. We shall denote fe([0,1]) by e and fe((0,1)) by e̊. A graph isomorphic to a plane graph is called a planar graph. We refer to [Diestel 2000, Chapter 4] for various topological and geometric facts that shall be used in some of the proofs as well as more details. The most important of these is the Jordan curve theorem.

Definition 13.2 (Faces).

Let G be a plane graph. 2G is an open set and consists of finitely many connected components. Each connected component is called a face.

Here we list some properties of faces.

Proposition 13.3.
  1. 1.

    For any face F and an edge e, e̊F= or eF. Thus we have that F=e:e̊Fe.

  2. 2.

    If HG as a plane graph and F is a face of G, then there is a face F of H such that FF.

  3. 3.

    Assuming as above, if FH then F=F.

  4. 4.

    An edge e belongs to a cycle iff eF1F2 for two distinct faces F1,F2.

  5. 5.

    An edge e is a cut-edge iff there exists a unique face F such that eF.

A corollary of the above proposition is that a forest has only one face. Further, we define the length of a face F as

l(F):=eF(𝟏[e is in a cycle]+2𝟏[e is a cut-edge]).

One can define a notion of ’traversal’ (i.e., a closed walk) of a face such that the length of the closed walk is the length of the face.

Exercise 13.4.

Fl(F)=2|E|.