
문제출처
광주과학기술원 GIST 최정옥 교수님의 “그래프 이론” 수업, 2024년 가을학기 중 Homework 7
Solution
1. Prove that e(Tn,r)=(1−1r)n22−b(r−b)2r.
a. The degree of a vertex v in an independent set of size a is degG(v)=n−a.
- The degree of a vertex v in an independent set of size a+1 is degG(v)=n−a−1.
b. For independent sets of size a, there are r−b such sets, each containing a vertices.
- The total degree of these vertices is (r−b)a(n−a).
- For independent sets of size a+1, there are b such sets, each containing a+1 vertices.
- The total degree of these vertices is b(a+1)(n−a−1).
c. Thus,
∑v∈V(G)degG(v)=(r−b)a(n−a)+b(a+1)(n−a−1)
=(n−a)(ra+b)−b(a+1).
d. Since b=n−ra, it follows that ra+b=n. Thus,
∑v∈V(G)degG(v)=(n−a)n−b(a+1).
e. Since b=n−ra and a=nr−br,
∑v∈V(G)degG(v)=(n−nr+br)n−b(nr−br+1).
Simplify:
=n2(1−1r)+(b2r−b)=2e(G).
f. Therefore,
e(G)=e(Tn,r)=(1−1r)n22−b(r−b)2r.
2. Determine when strict inequality occurs.
a. Since e(G) must be an integer, check when fractional values occur:
- For the first term, if n22 is not an integer or n22⋅1r is not an integer, then e(G) is not an integer.
- For the second term, since b=n−ra, if b≠0 and r does not divide n, this term introduces a fractional value, making e(G) non-integer.
b. Strict inequality occurs when b≠0 (i.e., r does not divide n).
- The second term introduces a fractional part, forcing e(Tn,r) to be strictly less than the rounded value.
c. Therefore:
- If r divides n, then b=0, and
e(Tn,r)=(1−1r)n22.
- If r does not divide n, then b≠0, and strict inequality occurs:
e(Tn,r)<⌊(1−1r)n22⌋.