ConceptComplete

Extremal Graph Theory

Beyond Turán-type problems, extremal graph theory encompasses a wide range of questions about graph parameters under forbidden substructure conditions. This includes Ramsey multiplicity, Zarankiewicz problems, and the study of graph homomorphism densities.


Zarankiewicz Problem

Definition4.9Zarankiewicz Number

The Zarankiewicz number z(m,n;s,t)z(m, n; s, t) is the maximum number of ones in an m×nm \times n binary matrix that contains no s×ts \times t all-ones submatrix. Equivalently, it is the maximum number of edges in a bipartite graph with parts of sizes mm and nn that contains no complete bipartite subgraph Ks,tK_{s,t}.

Definition4.10Forbidden Bipartite Subgraph

For the Zarankiewicz problem with s=ts = t, the Kovári-Sós-Turán theorem gives z(n,n;t,t)12(1+4n3)n11/t+t12n.z(n, n; t, t) \leq \frac{1}{2}\left(1 + \sqrt{4n - 3}\right) \cdot n^{1 - 1/t} + \frac{t-1}{2} n. More precisely, ex(n,Ks,t)=O(n21/s)\operatorname{ex}(n, K_{s,t}) = O(n^{2 - 1/s}) for sts \leq t, and this bound is known to be tight for s=2,3s = 2, 3 using algebraic constructions.


Szemerédi Regularity

Definition4.11Regular Pair

For disjoint vertex sets A,BA, B in a graph GG, the edge density is d(A,B)=e(A,B)ABd(A, B) = \frac{e(A, B)}{|A| \cdot |B|}. The pair (A,B)(A, B) is ε\varepsilon-regular if for every AAA' \subseteq A with AεA|A'| \geq \varepsilon |A| and BBB' \subseteq B with BεB|B'| \geq \varepsilon |B|, we have d(A,B)d(A,B)<ε|d(A', B') - d(A, B)| < \varepsilon.

ExampleCounting Triangles via Regularity

If (A,B)(A, B) is ε\varepsilon-regular with density d1d_1, (B,C)(B, C) is ε\varepsilon-regular with density d2d_2, and (A,C)(A, C) is ε\varepsilon-regular with density d3d_3, then the number of triangles with one vertex in each part is approximately d1d2d3ABCd_1 d_2 d_3 |A| |B| |C|, with an error that can be bounded in terms of ε\varepsilon.

RemarkRegularity Lemma Overview

Szemerédi's regularity lemma guarantees that for every ε>0\varepsilon > 0, every sufficiently large graph can be partitioned into at most M(ε)M(\varepsilon) parts such that all but at most ε(k2)\varepsilon \binom{k}{2} pairs of parts are ε\varepsilon-regular. The function M(ε)M(\varepsilon) grows as a tower of exponentials, and Gowers showed this tower growth is necessary.


VC Dimension and Extremal Functions

Definition4.12VC Dimension

Let F2X\mathcal{F} \subseteq 2^X be a set family. A set AXA \subseteq X is shattered by F\mathcal{F} if {FA:FF}=2A\{F \cap A : F \in \mathcal{F}\} = 2^A. The Vapnik-Chervonenkis (VC) dimension of F\mathcal{F} is the maximum cardinality of a shattered set: VC(F)=max{A:AX,A is shattered by F}.\operatorname{VC}(\mathcal{F}) = \max\{|A| : A \subseteq X, \, A \text{ is shattered by } \mathcal{F}\}.

The Sauer-Shelah lemma states that if VC(F)=d\operatorname{VC}(\mathcal{F}) = d, then Fi=0d(Xi)|\mathcal{F}| \leq \sum_{i=0}^{d} \binom{|X|}{i}. This polynomial bound (as opposed to the exponential 2X2^{|X|}) has applications throughout combinatorics, computational geometry, and learning theory.

ExampleVC Dimension of Half-Planes

Let XX be a finite point set in R2\mathbb{R}^2 and let F\mathcal{F} consist of all subsets of XX obtained by intersecting with half-planes. Then VC(F)=3\operatorname{VC}(\mathcal{F}) = 3, since any 3 points in general position are shattered but no 4 points can be shattered by half-planes.