Definition:Planar Graph/Face
< Definition:Planar Graph(Redirected from Definition:Face of Graph)
Jump to navigation
Jump to search
![]() | This article is complete as far as it goes, but it could do with expansion. In particular: This needs to be made general: instead of "planar graph" it needs to be "embeddable graph" into a particular surface that is not necessarily a plane. You can help $\mathsf{Pr} \infty \mathsf{fWiki}$ by adding this information. To discuss this page in more detail, feel free to use the talk page. When this work has been completed, you may remove this instance of {{Expand}} from the code.If you would welcome a second opinion as to whether your work is correct, add a call to {{Proofread}} the page. |
Definition
The faces of a planar graph are the areas which are surrounded by edges.
In the above, the faces are $BCEF$, $ABF$, $CFG$, $AFG$ and $ABCDCEG$.
Incident
Let $G = \struct {V, E}$ be a planar graph:
Then a face of $G$ is incident to an edge $e$ of $G$ if $e$ is one of those which surrounds the face.
Similarly, a face of $G$ is incident to a vertex $v$ of $G$ if $v$ is at the end of one of those incident edges.
In the above graph, for example, the face $BCEF$ is incident to:
Adjacent
Let $G = \struct {V, E}$ be a planar graph.
Two faces of $G$ are adjacent if and only if they are both incident to the same edge (or edges).
In the above diagram, $BCEF$ and $ABF$ are adjacent, but $BCEF$ and $AFG$ are not adjacent.
Also see
- Results about faces of graphs can be found here.