728x90
반응형
문제출처
광주과학기술원(GIST) 최정옥 교수님의 “그래프 이론” 수업, 2024년 가을학기 중 Homework 3
Solution
- (i). Let P=(x0,x1,…,xk) be a longest path in G. Vertices x0 and xk are the endpoints of P.
- (ii). Since every vertex in G has degree at least 3, x0, being one of the endpoints of P, must have at least two neighbors other than x1, which is already on the path. These neighbors must be other vertices in the path P. Otherwise, the path could be extended, which would contradict the assumption that P is the longest path. If x0 had any neighbor not on P, we could extend P by including that neighbor, but this would contradict the assumption that P is the longest path.
- (iii). Let x1,xi,xj (1<i<j) be three distinct neighbors of x0. These vertices are all part of the path P. Since x0 has degree at least 3, and two of its neighbors must already be in P, we can choose such distinct neighbors within the path.
- (iv). Consider the cycle that starts from x0, follows the path through x1,x2,…,xi and then returns to x0. This cycle is x0−x1−⋯−xi−x0, and its length is i+1. If i is odd, then the length of this cycle is even. Hence, we have found an even-length cycle.
- (v). If both i and j are even, we can consider a different cycle that includes xj. This cycle is x0−x1−⋯−xi−xi+1−⋯−xj−x0. The length of this cycle is j−i+2. Since j−i is even ,-because both i and j are even-, the total length j−i+2 is also even.
- (vi). Since the length of a cycle does not change regardless of which vertex we start from, the cases based on the parity of i and j are symmetric and equally applicable. Thus, by considering the two main cases where i is odd or both i and j are even, we can guarantee that an even-length cycle exists in every possible configuration.
- (vii). Therefore, it is proved.
728x90
반응형