0

Chapter 4 Graph Theory

52
0

** Discrete Mathematics **

この記事(シリーズ)の起源と説明は次のとおりです...

CHAPTER 4

Show that if G is a connected planar graph with n vertices, m edges and f faces, then
nm+f=2

If G is a connected planar graph with n3 vertices and m edges, then m 3n6. If additionally G has no triangles, then m2n4.

Show that K5 is not planar

Show that For any vertex a of a graph G, the equality
M(G)=M(Ga)+bN(a)(M(Ga,b+1))
holds.

Show that arbitrary graph G,
T(G)M(G)+1.

Show that the Petersen graph is non-planar.

Solution of 1:

We prove by induction on m. If m=0, then G=K1, a graph with 1 vertex and 1 face. The formula is true in this case. Assume it is true for all planar graphs with fewer than m edges and suppose G has m edges.

Case 1:G is a tree. Then m=n1 and obviously f=1. Thus nm+f=2, and the result holds.

Case 2:G is not a tree. Let C be a cycle in G, and e an edge in C. Consider the graph Ge. Compared to G this graph has the same number of vertices, one edge fewer, and one face fewer (since removing e coalesces two faces in G into one in Ge ). By the induction hypothesis, in Ge we have n(m1)+(f1)=2. Therefore, in G we have nm+f=2. Then completed the proof.

Solution of 2:

If we trace around all faces, we encounter each edge exactly twice. Denoting the number of faces of degree k by fk, we conclude that kkfk=2m. Since the degree of any face in a (simple) planar graph is at least 3 , we have
3f=3k3fkk3kfk=2m

With the Euler's formula, this proves that m3n6. If additionally, G has no triangles, then
4f=4k4fkk4kfk=2m
and then we have m2n4.

Solution of 4:

The proposition is a consequence of the fact that each induced matching either is included in Ga or contains an edge incident with the vertex a.

Solution of 5:

For the complete graph with n vertices, we have T(Kn)=n,M(Kn)=n(n1)/2 and the inequality is true for all n. If G is not a complete graph, then it has a nondominating vertex a. The statement of the theorem is proved by induction on the number of vertices with the help of the lemma.
T(G)T(Ga)+bN(a)T(Ga,b)M(Ga)+1+bN(a)(M(Ga,b)+1)=M(G)+1

投稿日:202151
OptHub AI Competition

この記事を高評価した人

高評価したユーザはいません

この記事に送られたバッジ

バッジはありません。
バッチを贈って投稿者を応援しよう

バッチを贈ると投稿者に現金やAmazonのギフトカードが還元されます。

投稿者

Math-X
Math-X
12
598
Math website math-x.linkpc.net

コメント

他の人のコメント

コメントはありません。
読み込み中...
読み込み中
  1. ** Discrete Mathematics **
  2. CHAPTER 4