Skip to Content
Combinatorics

8. Extremal Graph Theory

2019-09-04Original-language archivelegacy assets may be incomplete

How many edges that a graph GG can have if GG has some property

Triangle-free graph

contains no triangle as subgraph

  • Mantel's Theorem (1907): if G(V,E)G(V,E) has V=n|V|=n and is triangle-free, then En24|E|\leq\frac{n^2}{4}
    • for nn is even, extremal graph: Kn2,n2K_{\frac{n}{2},\frac{n}{2}}
    • First Proof: Induction
    • Second Proof: du+dvnd_u+d_v\leq n
    • Third Proof

Cliques-free graph

  • Turán's Theorem (1941): If G(V,E)G(V,E) has V=n|V|=n and is KrK_r-free, then Er22(r1)n2|E|\leq\frac{r-2}{2(r-1)}n^2
    • First Proof: Induction
    • Second Proof: weight shifting
    • Third Proof: the probalilistic method
    • Fourth Proof: Turán graph T(n,r)=Kn1,,nr,i=1rni=n,ni{nr,nr}T(n,r)=K_{n_1,\cdots,n_r},\sum_{i=1}^rn_i=n,n_i\in\{\lfloor\frac{n}{r}\rfloor,\lceil\frac{n}{r}\rceil\}, T(n,r1)T(n,r-1) has no KrK_r
  • Turán's Theorem (independent set): G(V,E)G(V,E) has V=n|V|=n and E=m|E|=m then GG has an independent set of size n22m+n\geq\frac{n^2}{2m+n}
  • Parallel Max: compute max of nn distinct numbers
    • 1-round: (n2){n\choose 2}
    • 2-round: O(n43),k=n23O(n^{\frac{4}{3}}),k=n^{\frac{2}{3}}

Cycles-free graph

  • g(G)5,E12nn1g(G)\geq 5,|E|\leq\frac{1}{2}n\sqrt{n-1}

Specific-substructure-free graph

  • ex(n,H)=maxG⊅H,V(G)=nE(G)\text{ex}(n,H)=\max_{G\not\supset H,|V(G)|=n}|E(G)|
    • Turan's Theorem: ex(n,Kr)=T(n,r1)r22(r1)n2\text{ex}(n,K_r)=|T(n,r-1)|\leq\frac{r-2}{2(r-1)}n^2
    • Ksr=Ks,s,,s=T(rs,r)K_s^r=K_{s,s,\cdots,s}=T(rs,r): complete rr-partite graph with ss vertices in each part
  • Fundamental theorem of extremal graph theory (Erdős–Stone 1946): ex(n,Ksr)=(r22(r1)+o(1))n2\text{ex}(n,K_s^r)=(\frac{r-2}{2(r-1)}+o(1))n^2
  • Corollary: For any nonempty graph HH, limnex(n,H)(n2)=χ(H)2χ(H)1\lim_{n\rightarrow\infty}\frac{\text{ex}(n,H)}{n\choose 2}=\frac{\chi(H)-2}{\chi(H)-1}
    • extremal density of subgraph HH: ex(n,H)(n2)\frac{\text{ex}(n,H)}{n\choose 2}