The components of a complete R-partite graph must be nearly equal size in order to maximise edges. Moving a vertex can result in more edges if part sizes differ by more than one.The Third Proof of Turan's Theorem
The proof will take place from 17:40 to 23:30. It employs the probabilistic method to add randomness to a non-random problem.
Overview of the Proof
Let's begin with G, a K r+1 free graph with n vertices and m edges.
Examine a random sorting (ordering) of the vertices.
Based on this random order, define a greedy set X of vertices by including a vertex V if it is adjacent to all earlier vertices in the order.
Claims
- The first claim is that the set X is a clique.
- Claim 2: The total of all vertices V and the probability that V is a part of X is the expected size of X.
- Given that X is a clique and G is K r+1 free, X's size (and consequently its expected size) is at most r.
Thus, Σ (1 / (n - deg(V) + 1)) <= r.
When degrees are almost equal, this sum is minimized using convexity.
The bound m <= (1 - 1/r) * n^2 / 2 is obtained by rearranging.
This limit is roughly the Turan graph's edge count. It gives a bound that is "basically as good as Turan's theorem" and matches exactly if n is divisible by r.
Unresolved Issues: Turan's Theorem for Hypergraphs
- Although Mantel's and Turan's theorems appear straightforward, a slight modification of the problem raises challenging open questions.
- As an illustration, consider switching from graphs, where edges are pairs of vertices, to hypergraphs, where edges are sets of vertices.
- One significant open problem is Turan's theorem for three-uniform hypergraphs (edges are triples of vertices).
- A tetrahedron (K4 as a 3-uniform hypergraph, where all 4 triples of 4 vertices are edges) is prohibited.
- Good extremal examples are hard to come by. By splitting vertices into three sections and incorporating particular kinds of triples, Turan proposed a construction. There is no tetrahedron in this construction.
- For this construction, the edge density (fraction of all possible triples) is 5/9. It is hypothesized that this is the ideal value.
- The most well-known upper bound, determined by computerized techniques such as flag algebras, is roughly 0.562.
- It is a major open problem to prove or disprove the 5/9 conjecture. A significant "first-order gap" is defined as the difference between 5/9 and 0.562.
Define the Extremal Number ex(n, H)
In general, if you forbid a general graph H, how many edges can there be?
The extremal number, represented by the notation ex(n, H), is introduced. Another name for it is the Turan number.
The maximum number of edges in an n-vertex graph that contains no copy of H as a subgraph is defined as ex(n, H).
Subgraph vs. Induced Subgraph
- A subgraph needs a subset of the larger graph's edges and vertices.
- A subset of vertices and all edges from the larger graph whose endpoints are both in the vertex subset are necessary for an induced subgraph.
- This chapter discusses prohibiting subgraphs, not necessarily induced subgraphs.
Erdos-Stone-Simonovits Theorem: Extremal Number and Chromatic Number
A summary of Turan's clique theorem: Asymptotically, ex(n, K r+1) is (1 - 1/r) * n^2 / 2.
The chromatic number of H (χ(H)) is the critical parameter that controls the behavior of ex(n, H) for a general graph H.
The chromatic number is the bare minimum of colours required to appropriately colour H's vertices
Extremal Number and Chromatic Number, 26:15-30:20
Summary of Turan's Clique Theorem
Asymptotically, ex(n, K r+1) is (1 - 1/r) * n^2 / 2.
Chromatic Number of H
The chromatic number of H (χ(H)) is the critical parameter that controls the behavior of ex(n, H) for a general graph H.
The chromatic number is the bare minimum of colors required to appropriately color H's vertices.
Key Relationships
- χ(K r+1) = r+1
- χ(T n,r) = r
- χ(H) ≤ χ(G) if H is a subgraph of G
The Turan graph T n,r is H-free if H has chromatic number r+1 because χ(T n,r) = r, and if H were a subgraph, its chromatic number would be at most r.
This provides a lower bound: ex(n, H) is at least the number of edges in T n,r, where r = χ(H)-1.
For any fixed graph H, the limit of the edge density ex(n, H) / (n^2/2) as n approaches infinity is 1 - 1 / (χ(H)-1), according to the Erdos-Stone-Simonovits theorem.
According to this theorem, the extremal number's first-order asymptotic behavior is entirely determined by the chromatic number.
Examples Supporting the Theorem
- χ=3, limit = 1/2 (Mantel), and H=K3 (triangle)
- H=K4, χ=4, limit = 2/3 (Turan)
For instance, the Peterson graph, which has χ=3, is not bipartite because it has a 5-cycle. Given its complexity, it may come as a surprise that the theorem predicts that its extremal number density limit is 1/2.
Bipartite Graph Restrictions and Additional Unresolved Issues
- The finer details (the "little O" term) are not provided by the Erdos-Stone-Simonovits theorem, but the first-order asymptotics are.
- Importantly, H's chromatic number is 2 if it is a bipartite graph. According to the theorem, the limit is 1 - 1/(2-1) = 0. Thus, ex(n, H) = little O of n^2.
- For bipartite graphs, this zero limit is not a satisfactory answer with respect to the true asymptotic order (e.g., is it n^(3/2), n^(4/3)?).
- Finding the first-order asymptotics of ex(n, H) is a very difficult open problem for most bipartite graphs H.
- Techniques for upper bounds for bipartite H will be the main topic of future lectures, which will also demonstrate constructions that match these bounds in a few examples.
- Bipartite graphs H for which the first-order asymptotics are known are extremely rare. There are significant, long-standing combinatorial open problems in this field.
- Later on, we'll discuss the proof of Erdos-Stone-Simonovits, which may employ a combinatorial proof or Szemeredi's regularity lemma.
Particular Bipartite Issues and Cultural Notes
Extremal numbers for simple bipartite graphs, such as complete bipartite graphs K s,t (also referred to as the Zarankiewicz problem or cage problem), will be covered in future topics.
Only a few values of s and t have a known answer for K s,t; for the majority of values (such as K4,4), the correct exponent on n is unknown.
Demonstrating Complexity
- This demonstrates how the previously seen straightforward proofs are "deceptively simple" because the associated problems are still quite challenging.
- Algebraic and probabilistic construction methods will be discussed in the future.
The prevalence of Hungarian names in this field (such as Erdos and Simonovits) is a cultural observation. Pronunciation tips for "s" (like "sh") and "sz" (like "s") are provided.