Planar graph

Go to previous page

Key Defination:


Observation: if $e$ is a bridge, then the two sides of $e$ are in the same face. Otherwise, they are in different faces, since $e$ is in a cycle.


Jordan Curve theorem:


Euler's Formula

Platonic Solids

If $G$ can be embedded on a planar, then $G$ can be embedded on a sphere. We then cut across each face to obtain a polyhedron.

Definition: a connected planar graph is platonic if it has an embedding where every vertex has same degree $(\ge 3)$ and every face has some degree.

\[ \begin{cases} n \cdot d_v &= 2m &\text{basic handshaking lemma} \\ s \cdot d_f &= 2m &\text{handshaking lemma for faces} \\ n - m + s &= 2 &\text{Euler's Formula} \end{cases} \]
Back To Top

Non-planar graphs

Key definitions