Processing math: 63%
Graph Theory

Prove or disprove: If G is a 3-regular graph with at most two cut-edges, then G has a 1-factor.

728x90
반응형

문제출처

광주과학기술원 GIST 최정옥 교수님의 “그래프 이론” 수업, 2024년 가을학기 중 Homework 8


Problem

Prove or disprove: If G is a 3-regular graph with at most two cut-edges, then ( G ) has a 1-factor.


Solution

1. We will use Tutte's theorem and Proposition 4.1.12:
If S is a set of vertices in a graph G, then:
|[S,ˉS]|=vSd(v)2e(G[S]),
where |[S,ˉS]| represents the number of edges between S and ˉS, and e(G[S]) is the number of edges within S.

2. Since G is a 3-regular graph:
|[S,ˉS]|=vSd(v)2e(G[S])=3|S|2e(G[S]).

3. Each odd component of GS requires at least 3 edges to connect to S. Thus:
o(GS)|[S,ˉS]|3=3|S|2e(G[S])3=|S|2e(G[S])3,
where o(GS) is the number of odd components in GS.

4. Since e(G[S]), the total number of edges in S, satisfies e(G[S])0, we have:
o(GS)|S|2e(G[S])3|S|.

5. Therefore, Tutte's condition holds, and a 1-factor exists in G.

728x90
반응형