문제출처
광주과학기술원(GIST) 최정옥 교수님의 “그래프 이론” 수업, 2024년 가을학기 중 Homework 4
Solution
1. Let Cu be a connected component of G that contains the vertex u with the maximum degree, and Cv be a connected component of G that contains the vertex v with the minimum degree.
2. I will identify the contradiction that arises when Cu and Cv are disjoint.
3. d(u) is ⌈n/2⌉, where d(u) is the degree of vertex u. Thus, the number of vertices adjacent to u is at least ⌈n/2⌉. Therefore, the number of vertices in Cu is at least ⌈n/2⌉+1.
4. d(v) is ⌊n/2⌋−1. Thus, the number of vertices adjacent to v is at least ⌊n/2⌋. Therefore, the number of vertices in Cv is at least ⌊n/2⌋.
5. If Cu and Cv are disjoint:
- |V(G)|≥|Cu|+|Cv| is clear.
- Since |Cu|≥⌈n/2⌉+1 and |Cv|≥⌊n/2⌋,
|Cu|+|Cv|≥⌈n/2⌉+⌊n/2⌋+1=n+1.
6. Since n+1 is greater than n, the total number of vertices in G, this is a contradiction.
7. Therefore, Cu and Cv must have a common vertex. Thus, Cu=Cv.
8. By the same logic, for any vertex w in G, Cu=Cw. Thus, there exists only one connected component in G, and G is connected.