How many edges that a graph G can have if G has some property
Triangle-free graph
contains no triangle as subgraph
- Mantel's Theorem (1907): if G(V,E) has ∣V∣=n and is triangle-free, then ∣E∣≤4n2
- for n is even, extremal graph: K2n,2n
- First Proof: Induction
- Second Proof: du+dv≤n
- Third Proof
Cliques-free graph
- Turán's Theorem (1941): If G(V,E) has ∣V∣=n and is Kr-free, then ∣E∣≤2(r−1)r−2n2
- 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∈{⌊rn⌋,⌈rn⌉}, T(n,r−1) has no Kr
- Turán's Theorem (independent set): G(V,E) has ∣V∣=n and ∣E∣=m then G has an independent set of size ≥2m+nn2
- Parallel Max: compute max of n distinct numbers
- 1-round: (2n)
- 2-round: O(n34),k=n32
Cycles-free graph
- g(G)≥5,∣E∣≤21nn−1
Specific-substructure-free graph
- ex(n,H)=maxG⊃H,∣V(G)∣=n∣E(G)∣
- Turan's Theorem: ex(n,Kr)=∣T(n,r−1)∣≤2(r−1)r−2n2
- Ksr=Ks,s,⋯,s=T(rs,r): complete r-partite graph with s vertices in each part
- Fundamental theorem of extremal graph theory (Erdős–Stone 1946): ex(n,Ksr)=(2(r−1)r−2+o(1))n2
- Corollary: For any nonempty graph H, limn→∞(2n)ex(n,H)=χ(H)−1χ(H)−2
- extremal density of subgraph H: (2n)ex(n,H)