Questions: Turán's Theorem and Extremal Graph Theory

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In the Turán graph T(n, r), why can't a clique of size r+1 form, no matter how many edges the graph has?

AThe graph has exactly r edges, which is not enough to form a larger clique
BThere are only r groups and vertices in the same group share no edges, so any clique can have at most one vertex per group — giving maximum clique size r
CThe balanced partition ensures that no vertex has degree greater than r, preventing cliques of size r+1
DT(n, r) is a planar graph, and planar graphs cannot contain large cliques by the four-color theorem
Question 2 Multiple Choice

You want to build a triangle-free graph on 6 vertices with as many edges as possible. Which graph achieves the maximum edge count?

AA 6-cycle (hexagon), which avoids triangles and uses all vertices
BThe complete bipartite graph K_{3,3}, which splits vertices into two groups of 3 with all cross-edges
CThe complete graph K_6 minus one edge, which removes the minimum needed to destroy all triangles
DA path on 6 vertices, which is maximally sparse and therefore triangle-free
Question 3 True / False

If you split n vertices into r groups of unequal sizes for a K_{r+1}-free graph, you can always increase the edge count by transferring vertices to make the groups more balanced.

TTrue
FFalse
Question 4 True / False

The Turán graph T(n, r) is not the unique graph achieving the maximum number of edges in a K_{r+1}-free graph — there are many other graphs with the same edge count.

TTrue
FFalse
Question 5 Short Answer

Explain intuitively why the 'balanced' requirement in the Turán graph maximizes edges. Why does having groups of equal size produce more cross-edges than groups of unequal size?

Think about your answer, then reveal below.