跳到主要内容

広島大学 先進理工系科学研究科 情報科学プログラム 2020年8月実施 専門科目I 問題4

Author

samparker, 祭音Myyura

Description

任意の 2 辺を辺の端点以外で交差させることなく平面に描画できるようなグラフを平面的であるという。 頂点数 vv 、辺数 ee の連結な平面的グラフ GG を平面描画したときの面の数 ff とすると ve+f=2v - e + f = 2 となることが知られており、この等式はオイラーの公式と呼ばれている(ただし一番外側の領域も一つの面とみなす)。

(1) 図 1 に示すグラフ G1G_1 の平面描画を示し、その描画がオイラーの公式を満たしていることを説明せよ。

(2) 単純グラフ G=(V,E)G = (V, E) の補グラフ G\overline{G} は、GG と同じ頂点集合をもち、辺集合 E={(u,v)V×V:(u,v)E}\overline{E} = \{(u, v) \in V \times V : (u, v) \notin E\} を持つグラフである。グラフ G1G_1 の補グラフの平面描画を示せ。

(3) 平面性を維持したままでグラフに追加できる辺の数には限界がある。 オイラーの公式を利用して、頂点数 vv 、辺数 ee の単純グラフ GG が平面的であるための必要条件が e3(v2)e \leq 3(v - 2) となることを示せ。

(4) 不等式 e3(v2)e \leq 3(v - 2) を利用して、頂点数 1111 以上の任意の単純グラフ GG について、GGG\overline{G} の少なくとも一方は平面的ではないことを示せ。


A graph is said to be planar if it can be drawn on a plane so that no two edges intersect except at the end vertices of the edges. Let us consider the drawing of a planar graph on a plane. By letting ff be the number of faces (i.e., closed regions including exterior one) in the drawing of a connected planar graph GG with vv vertices and ee edges, it holds ve+f=2v - e + f = 2, which is called the Euler's formula in the graph theory.

(1) Give a planar drawing of graph G1G_1 shown in Figure 1, and show that the drawing fulfills the Euler's formula.

(2) Complement of simple graph G=(V,E)G = (V, E), denoted as G\overline{G}, is a graph with vertex set VV and edge set E={(u,v)V×V:(u,v)E}\overline{E} = \{(u, v) \in V \times V : (u, v) \notin E\}. Give a planar drawing of the complement of graph G1G_1.

(3) There is an upper limit on the number of edges so that a simple graph is planar. Prove that any simple planar graph with vv vertices and ee edges satisfies e3(v2)e \leq 3(v - 2).

(4) With inequality e3(v2)e \leq 3(v - 2), prove that for any simple graph GG with at least 11 vertices, GG or G\overline{G} is not planar.

図1グラフ G1G_1 Figure 1 Graph G1G_1

题目描述

若一个图能画在平面上,且任意两条边除公共端点外均不相交,则称该图是平面的。对一个有 vv 个顶点、ee 条边的连通平面图,其平面嵌入的面数为 ff(最外部区域也算一个面)时,有欧拉公式

ve+f=2.v-e+f=2.
  1. 为图 1 中的图 G1G_1 给出一个平面画法,并说明该画法满足欧拉公式。

  2. 简单图 G=(V,E)G=(V,E) 的补图 G\overline GGG 有相同顶点集,边集为

    E={(u,v)V×V:(u,v)E}.\overline E=\{(u,v)\in V\times V:(u,v)\notin E\}.

    给出 G1G_1 的补图的平面画法。

  3. 利用欧拉公式证明:有 vv 个顶点、ee 条边的简单图 GG 若为平面图,则必有

    e3(v2).e\le3(v-2).
  4. 利用该不等式证明:对任意顶点数不少于 1111 的简单图 GGGGG\overline G 中至少一个不是平面图。

G1G_1 的具体结构见图 1。

考点

  • 平面图:运用欧拉公式及面边界计数推导简单平面图的边数上界,并结合补图边数判断非平面性。

Kai

(1)

number of vertices: v=6v = 6, number of edges: e=8e = 8, number of faces: f=4f = 4

ve+f=68+4=2v - e + f = 6 - 8 + 4 = 2

(2)

(3)

Suppose a connected graph with vv vertices and ee edges has a planar embedding with ff faces. Since every edge is traversed exactly twice by the face boundaries, the sum of the lengths of the face boundaries is exactly 2e2e. Also, each face boundary is of length at least 33, so this sum is at least 3f3f. This implies that

3f2e3f \leq 2e

But f=ev+2f = e - v + 2 by Euler’s formula, and substituting into the above gives

3(ev+2)2ee3(v2)3(e - v + 2) \leq 2e \Rightarrow e \leq 3(v - 2)

(4)

When v11v \geq 11, w.l.o.g. assume that GG is planar, then by (3) we have

e3(v2)=27e \leq 3(v - 2) = 27

Let eˉ\bar{e} denote the number of edges of G\overline{G}. Since the number of edges of K11K_{11} (i.e. the complete simple graph of 1111 nodes) is 11×10÷2=5511 \times 10 \div 2 = 55, we have

eˉ=55e=5527=28>27\bar{e} = 55 - e = 55 - 27 = 28 > 27

Hence G\overline{G} is not planar.