Loading [MathJax]/jax/output/CommonHTML/jax.js
The Turan graph $T_{n,r}$ is the compelete $r$-partite graph with $b$ partite sets of size $a+1$ and $r - b$ partite sets of size $a$, where $a = \lfloor n/r \rfloor$ and $b = n - ra$.
Graph Theory

The Turan graph Tn,r is the compelete r-partite graph with b partite sets of size a+1 and rb partite sets of size a, where a=n/r and b=nra.

728x90
반응형

 

문제출처

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


Solution

1. Prove that e(Tn,r)=(11r)n22b(rb)2r.

a. The degree of a vertex v in an independent set of size a is degG(v)=na.
- The degree of a vertex v in an independent set of size a+1 is degG(v)=na1.

b. For independent sets of size a, there are rb such sets, each containing a vertices.
- The total degree of these vertices is (rb)a(na).
- 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)(na1).

c. Thus,
vV(G)degG(v)=(rb)a(na)+b(a+1)(na1)
=(na)(ra+b)b(a+1).

d. Since b=nra, it follows that ra+b=n. Thus,
vV(G)degG(v)=(na)nb(a+1).

e. Since b=nra and a=nrbr,
vV(G)degG(v)=(nnr+br)nb(nrbr+1).
Simplify:
=n2(11r)+(b2rb)=2e(G).

f. Therefore,
e(G)=e(Tn,r)=(11r)n22b(rb)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 n221r is not an integer, then e(G) is not an integer.
- For the second term, since b=nra, if b0 and r does not divide n, this term introduces a fractional value, making e(G) non-integer.

b. Strict inequality occurs when b0 (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)=(11r)n22.
- If r does not divide n, then b0, and strict inequality occurs:
e(Tn,r)<(11r)n22.

728x90
반응형