ConceptComplete

Turán-Type Problems

Turán-type problems ask for the maximum number of edges in a graph or hypergraph that avoids a given substructure. These problems form one of the central pillars of extremal combinatorics and have deep connections to algebra, probability, and topology.


Graph Turán Theory

Definition4.5Turán Number

For a graph HH, the Turán number ex(n,H)\operatorname{ex}(n, H) is the maximum number of edges in a graph on nn vertices that does not contain HH as a subgraph. A graph achieving this maximum is called an extremal graph for HH.

Definition4.6Turán Graph

The Turán graph T(n,r)T(n, r) is the complete rr-partite graph on nn vertices where the part sizes differ by at most one. Specifically, if n=qr+sn = qr + s with 0s<r0 \leq s < r, then T(n,r)T(n,r) has ss parts of size q+1q+1 and rsr - s parts of size qq.

The number of edges in T(n,r)T(n,r) is t(n,r)=(n2)i=1r(ni2)=(11r)n22+O(n)t(n,r) = \binom{n}{2} - \sum_{i=1}^{r}\binom{n_i}{2} = \left(1 - \frac{1}{r}\right)\frac{n^2}{2} + O(n) where n1,,nrn_1, \ldots, n_r are the part sizes.


Density and Limits

Definition4.7Edge Density and Turán Density

The Turán density of a graph HH is π(H)=limnex(n,H)(n2).\pi(H) = \lim_{n \to \infty} \frac{\operatorname{ex}(n, H)}{\binom{n}{2}}. By the Erdos-Stone theorem, this limit always exists and equals 11χ(H)11 - \frac{1}{\chi(H) - 1}, where χ(H)\chi(H) is the chromatic number of HH.

ExampleTriangle-Free Graphs

For H=K3H = K_3 (the triangle), χ(K3)=3\chi(K_3) = 3, so π(K3)=112=12\pi(K_3) = 1 - \frac{1}{2} = \frac{1}{2}. The extremal graph is T(n,2)T(n, 2), the complete bipartite graph with balanced parts, having n2/4\lfloor n^2/4 \rfloor edges. This is the content of the Mantel theorem (1907).

RemarkSupersaturation

Once the number of edges exceeds ex(n,H)\operatorname{ex}(n, H), the graph must contain not just one copy of HH but many. The supersaturation phenomenon states that for ε>0\varepsilon > 0, if E(G)(π(H)+ε)(n2)|E(G)| \geq (\pi(H) + \varepsilon)\binom{n}{2}, then GG contains at least cnV(H)c \cdot n^{|V(H)|} copies of HH, where c=c(ε,H)>0c = c(\varepsilon, H) > 0.


Hypergraph Turán Problems

Definition4.8Hypergraph Turán Number

For a kk-uniform hypergraph HH, the Turán number exk(n,H)\operatorname{ex}_k(n, H) is the maximum number of edges in a kk-uniform hypergraph on nn vertices not containing HH as a subhypergraph. The Turán density is πk(H)=limnexk(n,H)(nk).\pi_k(H) = \lim_{n \to \infty} \frac{\operatorname{ex}_k(n, H)}{\binom{n}{k}}.

Unlike the graph case, determining πk(H)\pi_k(H) for specific kk-uniform hypergraphs with k3k \geq 3 remains one of the major open problems in combinatorics. Even π3(K4(3))\pi_3(K_4^{(3)}) is unknown, where K4(3)K_4^{(3)} is the complete 3-uniform hypergraph on 4 vertices.

ExampleFano Plane

The Fano plane is the unique (7,3,1)(7,3,1)-design and has 7 hyperedges on 7 vertices. De Caen and Furedi showed that π3(Fano)=3/4\pi_3(\text{Fano}) = 3/4, and the extremal hypergraph is the balanced complete bipartite 3-uniform hypergraph.