Turán's theorem

From Wikipedia, the free encyclopedia

In graph theory, Turán's theorem bounds the number of edges that can be included in an undirected graph that does not have a complete subgraph of a given size. It is one of the central results of extremal graph theory, an area studying the largest or smallest graphs with given properties, and is a special case of the forbidden subgraph problem on the maximum number of edges in a graph that does not have a given subgraph.

An example of an -vertex graph that does not contain any -vertex clique may be formed by partitioning the set of vertices into parts of equal or nearly equal size, and connecting two vertices by an edge whenever they belong to two different parts. The resulting graph is the Turán graph . Turán's theorem states that the Turán graph has the largest number of edges among all Kr+1-free n-vertex graphs.

Turán's theorem, and the Turán graphs giving its extreme case, were first described and studied by Hungarian mathematician Pál Turán in 1941.[1] The special case of the theorem for triangle-free graphs is known as Mantel's theorem; it was stated in 1907 by Willem Mantel, a Dutch mathematician.[2]

Statement[edit]

Turán's theorem states that every graph with vertices that does not contain as a subgraph has at most as many edges as the Turán graph . For a fixed value of , this graph has

edges, using little-o notation. Intuitively, this means that as gets larger, the fraction of edges included in gets closer and closer to . Many of the following proofs only give the upper bound of .[3]

Proofs[edit]

Aigner & Ziegler (2018) list five different proofs of Turán's theorem.[3] Many of the proofs involve reducing to the case where the graph is a complete multipartite graph, and showing that the number of edges is maximized when there are parts of size as close as possible to equal.

Induction[edit]

(Induction on n) An example of sets and for .
(Maximal Degree Vertex) Deleting edges within and drawing edges between and .

This was Turán's original proof. Take a -free graph on vertices with the maximal number of edges. Find a (which exists by maximality), and partition the vertices into the set of the vertices in the and the set of the other vertices.

Now, one can bound edges above as follows:

  • There are exactly edges within .
  • There are at most edges between and , since no vertex in can connect to all of .
  • The number of edges within is at most the number of edges of by the inductive hypothesis.

Adding these bounds gives the result.[1][3]

Maximal Degree Vertex[edit]

This proof is due to Paul Erdős. Take the vertex of largest degree. Consider the set of vertices not adjacent to and the set of vertices adjacent to .

Now, delete all edges within and draw all edges between and . This increases the number of edges by our maximality assumption and keeps the graph -free. Now, is -free, so the same argument can be repeated on .

Repeating this argument eventually produces a graph in the same form as a Turán graph, which is a collection of independent sets, with edges between each two vertices from different independent sets. A simple calculation shows that the number of edges of this graph is maximized when all independent set sizes are as close to equal as possible.[3][4]

Complete Multipartite Optimization[edit]

This proof, as well as the Zykov Symmetrization proof, involve reducing to the case where the graph is a complete multipartite graph, and showing that the number of edges is maximized when there are independent sets of size as close as possible to equal. This step can be done as follows:

Let be the independent sets of the multipartite graph. Since two vertices have an edge between them if and only if they are not in the same independent set, the number of edges is

where the left hand side follows from direct counting, and the right hand side follows from complementary counting. To show the bound, applying the Cauchy–Schwarz inequality to the term on the right hand side suffices, since .

To prove the Turán Graph is optimal, one can argue that no two differ by more than one in size. In particular, supposing that we have for some , moving one vertex from to (and adjusting edges accordingly) would increase the value of the sum. This can be seen by examining the changes to either side of the above expression for the number of edges, or by noting that the degree of the moved vertex increases.

Lagrangian[edit]

This proof is due to Motzkin & Straus (1965). They begin by considering a free graph with vertices labelled , and considering maximizing the function

over all nonnegative with sum . This function is known as the Lagrangian of the graph and its edges.

The idea behind their proof is that if are both nonzero while are not adjacent in the graph, the function

is linear in . Hence, one can either replace with either or without decreasing the value of the function. Hence, there is a point with at most nonzero variables where the function is maximized.


Now, the Cauchy–Schwarz inequality gives that the maximal value is at most . Plugging in for all gives that the maximal value is at least , giving the desired bound.[3][5]

Probabilistic Method[edit]

The key claim in this proof was independently found by Caro and Wei. This proof is due to Noga Alon and Joel Spencer, from their book The Probabilistic Method. The proof shows that every graph with degrees has an independent set of size at least

The proof attempts to find such an independent set as follows:

  • Consider a random permutation of the vertices of a -free graph
  • Select every vertex that is adjacent to none of the vertices before it.

A vertex of degree is included in this with probability , so this process gives an average of vertices in the chosen set.

(Zykov Symmetrization) Example of first step.

Applying this fact to the complement graph and bounding the size of the chosen set using the Cauchy–Schwarz inequality proves Turán's theorem.[3] See Method of conditional probabilities § Turán's theorem for more.

(Zykov Symmetrization) Example of second step.

Zykov Symmetrization[edit]

Aigner and Ziegler call the final one of their five proofs "the most beautiful of them all". Its origins are unclear, but the approach is often referred to as Zykov Symmetrization as it was used in Zykov's proof of a generalization of Turán's Theorem [6]. This proof goes by taking a -free graph, and applying steps to make it more similar to the Turán Graph while increasing edge count.

In particular, given a -free graph, the following steps are applied:

  • If are non-adjacent vertices and has a higher degree than , replace with a copy of . Repeat this until all non-adjacent vertices have the same degree.
  • If are vertices with and non-adjacent but adjacent, then replace both and with copies of .

All of these steps keep the graph free while increasing the number of edges.

Now, non-adjacency forms an equivalence relation. The equivalence classes give that any maximal graph the same form as a Turán graph. As in the maximal degree vertex proof, a simple calculation shows that the number of edges is maximized when all independent set sizes are as close to equal as possible.[3]

Mantel's theorem[edit]

The special case of Turán's theorem for is Mantel's theorem: The maximum number of edges in an -vertex triangle-free graph is [2] In other words, one must delete nearly half of the edges in to obtain a triangle-free graph.

A strengthened form of Mantel's theorem states that any Hamiltonian graph with at least edges must either be the complete bipartite graph or it must be pancyclic: not only does it contain a triangle, it must also contain cycles of all other possible lengths up to the number of vertices in the graph.[7]

Another strengthening of Mantel's theorem states that the edges of every -vertex graph may be covered by at most cliques which are either edges or triangles. As a corollary, the graph's intersection number (the minimum number of cliques needed to cover all its edges) is at most .[8]

Generalizations[edit]

Other Forbidden Subgraphs[edit]

Turán's theorem shows that the largest number of edges in a -free graph is . The Erdős–Stone theorem finds the number of edges up to a error in all other graphs:

(Erdős–Stone) Suppose is a graph with chromatic number . The largest possible number of edges in a graph where does not appear as a subgraph is

where the constant only depends on .

One can see that the Turán graph cannot contain any copies of , so the Turán graph establishes the lower bound. As a has chromatic number , Turán's theorem is the special case in which is a .

The general question of how many edges can be included in a graph without a copy of some is the forbidden subgraph problem.

Maximizing Other Quantities[edit]

Another natural extension of Turán's theorem is the following question: if a graph has no s, how many copies of can it have? Turán's theorem is the case where . Zykov's Theorem answers this question:

(Zykov's Theorem) The graph on vertices with no s and the largest possible number of s is the Turán graph

This was first shown by Zykov (1949) using Zykov Symmetrization[1][3]. Since the Turán Graph contains parts with size around , the number of s in is around . A paper by Alon and Shikhelman in 2016 gives the following generalization, which is similar to the Erdos-Stone generalization of Turán's theorem:

(Alon-Shikhelman, 2016) Let be a graph with chromatic number . The largest possible number of s in a graph with no copy of is [9]

As in Erdős–Stone, the Turán graph attains the desired number of copies of .

Edge-Clique region[edit]

Turan's theorem states that if a graph has edge homomorphism density strictly above , it has a nonzero number of s. One could ask the far more general question: if you are given the edge density of a graph, what can you say about the density of s?

An issue with answering this question is that for a given density, there may be some bound not attained by any graph, but approached by some infinite sequence of graphs. To deal with this, weighted graphs or graphons are often considered. In particular, graphons contain the limit of any infinite sequence of graphs.

For a given edge density , the construction for the largest density is as follows:

Take a number of vertices approaching infinity. Pick a set of of the vertices, and connect two vertices if and only if they are in the chosen set.

This gives a density of The construction for the smallest density is as follows:

Take a number of vertices approaching infinity. Let be the integer such that . Take a -partite graph where all parts but the unique smallest part have the same size, and sizes of the parts are chosen such that the total edge density is .

For , this gives a graph that is -partite and hence gives no s.

The lower bound was proven by Razborov (2008)[10] for the case of triangles, and was later generalized to all cliques by Reiher (2016)[11]. The upper bound is a consequence of the Kruskal–Katona theorem [12].

See also[edit]

  • Erdős–Stone theorem, a generalization of Turán's theorem from forbidden cliques to forbidden Turán graphs

References[edit]

  1. ^ a b c Turán, Paul (1941), "On an extremal problem in graph theory", Matematikai és Fizikai Lapok (in Hungarian), 48: 436–452
  2. ^ a b Mantel, W. (1907), "Problem 28 (Solution by H. Gouwentak, W. Mantel, J. Teixeira de Mattes, F. Schuh and W. A. Wythoff)", Wiskundige Opgaven, 10: 60–61
  3. ^ a b c d e f g h Aigner, Martin; Ziegler, Günter M. (2018), "Chapter 41: Turán's graph theorem", Proofs from THE BOOK (6th ed.), Springer-Verlag, pp. 285–289, doi:10.1007/978-3-662-57265-8_41, ISBN 978-3-662-57265-8
  4. ^ Erdős, Pál (1970), "Turán Pál gráf tételéről" [On the graph theorem of Turán] (PDF), Matematikai Lapok (in Hungarian), 21: 249–251, MR 0307975
  5. ^ Motzkin, T. S.; Straus, E. G. (1965), "Maxima for graphs and a new proof of a theorem of Turán", Canadian Journal of Mathematics, 17: 533–540, doi:10.4153/CJM-1965-053-6, MR 0175813, S2CID 121387797
  6. ^ Zykov, A. (1949), "On some properties of linear complexes", Mat. Sb., New Series (in Russian), 24: 163–188
  7. ^ Bondy, J. A. (1971), "Pancyclic graphs I", Journal of Combinatorial Theory, Series B, 11 (1): 80–84, doi:10.1016/0095-8956(71)90016-5
  8. ^ Erdős, Paul; Goodman, A. W.; Pósa, Louis (1966), "The representation of a graph by set intersections" (PDF), Canadian Journal of Mathematics, 18 (1): 106–112, doi:10.4153/CJM-1966-014-3, MR 0186575, S2CID 646660
  9. ^ Alon, Noga; Shikhelman, Clara (2016), "Many T copies in H-free graphs", Journal of Combinatorial Theory, Series B, 121: 146–172, arXiv:1409.4192, doi:10.1016/j.jctb.2016.03.004, S2CID 5552776
  10. ^ Razborov, Alexander (2008). "On the minimal density of triangles in graphs" (PDF). Combinatorics, Probability and Computing. 17 (4): 603–618. doi:10.1017/S0963548308009085. S2CID 26524353 – via MathSciNet (AMS).
  11. ^ Reiher, Christian (2016), "The clique density theorem", Annals of Mathematics, 184 (3): 683–707, arXiv:1212.2454, doi:10.4007/annals.2016.184.3.1, S2CID 59321123
  12. ^ Lovász, László, Large networks and graph limits