문제출처
광주과학기술원 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]|=∑v∈Sd(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]|=∑v∈Sd(v)−2e(G[S])=3|S|−2e(G[S]).
3. Each odd component of G−S requires at least 3 edges to connect to S. Thus:
o(G−S)≤|[S,ˉS]|3=3|S|−2e(G[S])3=|S|−2e(G[S])3,
where o(G−S) is the number of odd components in G−S.
4. Since e(G[S]), the total number of edges in S, satisfies e(G[S])≥0, we have:
o(G−S)≤|S|−2e(G[S])3≤|S|.
5. Therefore, Tutte's condition holds, and a 1-factor exists in G.