Questions: Turán's Theorem

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What happens to ex(n, K_r) — the maximum number of edges in a K_r-free graph on n vertices — as r increases while n stays fixed?

AIt decreases, because larger cliques are harder to avoid and require a sparser graph
BIt increases, because forbidding a larger clique is a weaker constraint, allowing more edges
CIt stays the same, because the number of vertices has not changed
DIt approaches zero, since avoiding any clique eventually forces an empty graph
Question 2 Multiple Choice

A student claims: 'K_{3,3} is the densest triangle-free graph on 6 vertices.' What does Turán's theorem say about this claim?

AFalse — K_{3,3} contains triangles and is not triangle-free
BTrue — T(6, 2) is exactly K_{3,3}, splitting 6 vertices into two equal parts, achieving the maximum edge count for K₃-free graphs on 6 vertices
CFalse — a denser triangle-free graph on 6 vertices can be constructed using unequal partition sizes
DTrue — but any bipartite graph on 6 vertices achieves this same maximum
Question 3 True / False

According to Turán's theorem, a K₄-free graph on n vertices can have approximately n²/3 edges, compared to roughly n²/4 for a K₃-free graph — meaning forbidding a larger clique allows more edges.

TTrue
FFalse
Question 4 True / False

In the Turán graph T(n, r−1), making one partition class much larger than the others while keeping remaining parts equal would increase the total number of edges beyond the balanced construction.

TTrue
FFalse
Question 5 Short Answer

Why does the Turán graph T(n, r−1) contain no K_r, and why does balancing the partition sizes maximize edges?

Think about your answer, then reveal below.