logo

Definition of Maps in Graph Theory 📂Graph Theory

Definition of Maps in Graph Theory

Definition 1

  1. A planar graph connected by 33 is defined as a map.
  2. A map that can be colored with kk different colors in such a way that adjacent faces across the same edge have different colors is called a kk-face colorable map.
  3. The existing kk-colorable graph is called a kk-vertex colorable graph.

  • The regions distinguished on the plane while drawing a planar graph are called faces.

Description

  1. 33-Graph is a constraint intended to exclude cases that cannot be called maps, and it’s a very good definition for being short and clear. The following are examples of graphs disconnected by 11 and 22 vertices, respectively, which are unrealistic in actual maps. In the left case, the removal of one red vertex creates a disconnected graph due to an unrealistic edge, and in the right case, removal of the red vertices on both sides creates a disconnected graph due to an unrealistic vertex. 20200425\_111229.png

  2. How many different colors are needed to distinguish each area, or face, of such a map with different colors? The number of colors seems to increase as the map becomes more complex, but not as many as one might think since only adjacent areas need to differ. For example, the following is the world map colored with just 44 colors. 20200426\_145624.png Such a question can be abstracted into a mathematical concept called kk-face coloring. This is a typical combinatorial style problem, asking not just about the world map but whether all possible maps can be differentiated with 44 colors, which is the 44 color problem.

  3. Vertex coloring is simply a term used to distinguish from face coloring of maps. The 44 color problem can be solved as a problem of graph theory through the following theorem.

Theorem

If GG is a simple connected planar graph, and GG^{ \ast } is its geometric dual, then the following hold: GG is kk-vertex colorable, GG^{ \ast } is kk-face colorable

Proof

Strategy: There’s really no “proof” to speak of, as the result is naturally obtained from the concept of the dual graph.


()(\Rightarrow)

Since GG is a simple connected graph, GG^{ \ast } is a map. If GG has a kk-coloring for vertices, then the faces ff^{ \ast } corresponding to each vV(G)v \in V(G) in GG^{ \ast } can be given the exact same kk-coloring. As adjacent vertices in GG were colored differently according to the assumption, adjacent faces in GG^{ \ast } are also colored differently. Therefore, GG^{ \ast } is kk-face colorable.


()(\Leftarrow)

The proof of the converse is essentially no different.


  1. Wilson. (1970). Introduction to Graph Theory: p88. ↩︎