fbpx
Wikipedia

Turán's theorem

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

turán, theorem, confused, with, turán, method, analytic, number, theory, graph, theory, bounds, number, edges, that, included, undirected, graph, that, does, have, complete, subgraph, given, size, central, results, extremal, graph, theory, area, studying, larg. Not to be confused with Turan s method in analytic number theory In graph theory Turan 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 n displaystyle n vertex graph that does not contain any r 1 displaystyle r 1 vertex clique Kr 1 displaystyle K r 1 may be formed by partitioning the set of n displaystyle n vertices into r displaystyle r 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 Turan graph T n r displaystyle T n r Turan s theorem states that the Turan graph has the largest number of edges among all Kr 1 free n vertex graphs Turan s theorem and the Turan graphs giving its extreme case were first described and studied by Hungarian mathematician Pal Turan 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 Contents 1 Statement 2 Proofs 2 1 Induction 2 2 Maximal Degree Vertex 2 3 Complete Multipartite Optimization 2 4 Lagrangian 2 5 Probabilistic Method 2 6 Zykov Symmetrization 3 Mantel s theorem 4 Generalizations 4 1 Other Forbidden Subgraphs 4 2 Maximizing Other Quantities 4 3 Edge Clique region 5 See also 6 ReferencesStatement editTuran s theorem states that every graph G displaystyle G nbsp with n displaystyle n nbsp vertices that does not contain Kr 1 displaystyle K r 1 nbsp as a subgraph has at most as many edges as the Turan graph T n r displaystyle T n r nbsp For a fixed value of r displaystyle r nbsp this graph has 1 1r o 1 n22 displaystyle left 1 frac 1 r o 1 right frac n 2 2 nbsp edges using little o notation Intuitively this means that as n displaystyle n nbsp gets larger the fraction of edges included in T n r displaystyle T n r nbsp gets closer and closer to 1 1r displaystyle 1 frac 1 r nbsp Many of the following proofs only give the upper bound of 1 1r n22 displaystyle left 1 frac 1 r right frac n 2 2 nbsp 3 Proofs editAigner amp Ziegler 2018 list five different proofs of Turan 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 r displaystyle r nbsp parts of size as close as possible to equal Induction edit nbsp Induction on n An example of sets A displaystyle A nbsp and B displaystyle B nbsp for r 3 displaystyle r 3 nbsp nbsp Maximal Degree Vertex Deleting edges within A displaystyle A nbsp and drawing edges between A displaystyle A nbsp and B displaystyle B nbsp This was Turan s original proof Take a Kr 1 displaystyle K r 1 nbsp free graph on n displaystyle n nbsp vertices with the maximal number of edges Find a Kr displaystyle K r nbsp which exists by maximality and partition the vertices into the set A displaystyle A nbsp of the r displaystyle r nbsp vertices in the Kr displaystyle K r nbsp and the set B displaystyle B nbsp of the n r displaystyle n r nbsp other vertices Now one can bound edges above as follows There are exactly r2 displaystyle binom r 2 nbsp edges within A displaystyle A nbsp There are at most r 1 B r 1 n r displaystyle r 1 B r 1 n r nbsp edges between A displaystyle A nbsp and B displaystyle B nbsp since no vertex in B displaystyle B nbsp can connect to all of A displaystyle A nbsp The number of edges within B displaystyle B nbsp is at most the number of edges of T n r r displaystyle T n r r nbsp by the inductive hypothesis Adding these bounds gives the result 1 3 Maximal Degree Vertex edit This proof is due to Paul Erdos Take the vertex v displaystyle v nbsp of largest degree Consider the set A displaystyle A nbsp of vertices not adjacent to v displaystyle v nbsp and the set B displaystyle B nbsp of vertices adjacent to v displaystyle v nbsp Now delete all edges within A displaystyle A nbsp and draw all edges between A displaystyle A nbsp and B displaystyle B nbsp This increases the number of edges by our maximality assumption and keeps the graph Kr 1 displaystyle K r 1 nbsp free Now B displaystyle B nbsp is Kr displaystyle K r nbsp free so the same argument can be repeated on B displaystyle B nbsp Repeating this argument eventually produces a graph in the same form as a Turan 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 r displaystyle r nbsp independent sets of size as close as possible to equal This step can be done as follows Let S1 S2 Sr displaystyle S 1 S 2 ldots S r nbsp 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 i j Si Sj 12 n2 i Si 2 displaystyle sum i neq j left S i right left S j right frac 1 2 left n 2 sum i left S i right 2 right nbsp where the left hand side follows from direct counting and the right hand side follows from complementary counting To show the 1 1r n22 displaystyle left 1 frac 1 r right frac n 2 2 nbsp bound applying the Cauchy Schwarz inequality to the i Si 2 textstyle sum limits i left S i right 2 nbsp term on the right hand side suffices since i Si n textstyle sum limits i left S i right n nbsp To prove the Turan Graph is optimal one can argue that no two Si displaystyle S i nbsp differ by more than one in size In particular supposing that we have Si Sj 2 displaystyle left S i right geq left S j right 2 nbsp for some i j displaystyle i neq j nbsp moving one vertex from Sj displaystyle S j nbsp to Si displaystyle S i nbsp 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 amp Straus 1965 They begin by considering a Kr 1 displaystyle K r 1 nbsp free graph with vertices labelled 1 2 n displaystyle 1 2 ldots n nbsp and considering maximizing the functionf x1 x2 xn i j adjacentxixj displaystyle f x 1 x 2 ldots x n sum i j text adjacent x i x j nbsp over all nonnegative x1 x2 xn displaystyle x 1 x 2 ldots x n nbsp with sum 1 displaystyle 1 nbsp This function is known as the Lagrangian of the graph and its edges The idea behind their proof is that if xi xj displaystyle x i x j nbsp are both nonzero while i j displaystyle i j nbsp are not adjacent in the graph the functionf x1 xi t xj t xn displaystyle f x 1 ldots x i t ldots x j t ldots x n nbsp is linear in t displaystyle t nbsp Hence one can either replace xi xj displaystyle x i x j nbsp with either xi xj 0 displaystyle x i x j 0 nbsp or 0 xi xj displaystyle 0 x i x j nbsp without decreasing the value of the function Hence there is a point with at most r displaystyle r nbsp nonzero variables where the function is maximized Now the Cauchy Schwarz inequality gives that the maximal value is at most 12 1 1r displaystyle frac 1 2 left 1 frac 1 r right nbsp Plugging in xi 1n displaystyle x i frac 1 n nbsp for all i displaystyle i nbsp gives that the maximal value is at least E n2 displaystyle frac E n 2 nbsp 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 d1 d2 dn displaystyle d 1 d 2 ldots d n nbsp has an independent set of size at leastS 1d1 1 1d2 1 1dn 1 displaystyle S frac 1 d 1 1 frac 1 d 2 1 cdots frac 1 d n 1 nbsp The proof attempts to find such an independent set as follows Consider a random permutation of the vertices of a Kr 1 displaystyle K r 1 nbsp free graph Select every vertex that is adjacent to none of the vertices before it A vertex of degree d displaystyle d nbsp is included in this with probability 1d 1 displaystyle frac 1 d 1 nbsp so this process gives an average of S displaystyle S nbsp vertices in the chosen set nbsp 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 Turan s theorem 3 See Method of conditional probabilities Turan s theorem for more nbsp 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 Turan s Theorem 6 This proof goes by taking a Kr 1 displaystyle K r 1 nbsp free graph and applying steps to make it more similar to the Turan Graph while increasing edge count In particular given a Kr 1 displaystyle K r 1 nbsp free graph the following steps are applied If u v displaystyle u v nbsp are non adjacent vertices and u displaystyle u nbsp has a higher degree than v displaystyle v nbsp replace v displaystyle v nbsp with a copy of u displaystyle u nbsp Repeat this until all non adjacent vertices have the same degree If u v w displaystyle u v w nbsp are vertices with u v displaystyle u v nbsp and v w displaystyle v w nbsp non adjacent but u w displaystyle u w nbsp adjacent then replace both u displaystyle u nbsp and w displaystyle w nbsp with copies of v displaystyle v nbsp All of these steps keep the graph Kr 1 displaystyle K r 1 nbsp 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 Turan 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 editThe special case of Turan s theorem for r 2 displaystyle r 2 nbsp is Mantel s theorem The maximum number of edges in an n displaystyle n nbsp vertex triangle free graph is n2 4 displaystyle lfloor n 2 4 rfloor nbsp 2 In other words one must delete nearly half of the edges in Kn displaystyle K n nbsp to obtain a triangle free graph A strengthened form of Mantel s theorem states that any Hamiltonian graph with at least n2 4 displaystyle n 2 4 nbsp edges must either be the complete bipartite graph Kn 2 n 2 displaystyle K n 2 n 2 nbsp 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 n displaystyle n nbsp vertex graph may be covered by at most n2 4 displaystyle lfloor n 2 4 rfloor nbsp 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 n2 4 displaystyle lfloor n 2 4 rfloor nbsp 8 Generalizations editOther Forbidden Subgraphs editTuran s theorem shows that the largest number of edges in a Kr 1 displaystyle K r 1 nbsp free graph is 1 1r o 1 n22 displaystyle left 1 frac 1 r o 1 right frac n 2 2 nbsp The Erdos Stone theorem finds the number of edges up to a o n2 displaystyle o n 2 nbsp error in all other graphs Erdos Stone Suppose H displaystyle H nbsp is a graph with chromatic number x H displaystyle chi H nbsp The largest possible number of edges in a graph where H displaystyle H nbsp does not appear as a subgraph is 1 1x H 1 o 1 n22 displaystyle left 1 frac 1 chi H 1 o 1 right frac n 2 2 nbsp where the o 1 displaystyle o 1 nbsp constant only depends on H displaystyle H nbsp One can see that the Turan graph T n x H 1 displaystyle T n chi H 1 nbsp cannot contain any copies of H displaystyle H nbsp so the Turan graph establishes the lower bound As a Kr 1 displaystyle K r 1 nbsp has chromatic number r 1 displaystyle r 1 nbsp Turan s theorem is the special case in which H displaystyle H nbsp is a Kr 1 displaystyle K r 1 nbsp The general question of how many edges can be included in a graph without a copy of some H displaystyle H nbsp is the forbidden subgraph problem Maximizing Other Quantities editAnother natural extension of Turan s theorem is the following question if a graph has no Kr 1 displaystyle K r 1 nbsp s how many copies of Ka displaystyle K a nbsp can it have Turan s theorem is the case where a 2 displaystyle a 2 nbsp Zykov s Theorem answers this question Zykov s Theorem The graph on n displaystyle n nbsp vertices with no Kr 1 displaystyle K r 1 nbsp s and the largest possible number of Ka displaystyle K a nbsp s is the Turan graph T n r displaystyle T n r nbsp This was first shown by Zykov 1949 using Zykov Symmetrization 1 3 Since the Turan Graph contains r displaystyle r nbsp parts with size around nr displaystyle frac n r nbsp the number of Ka displaystyle K a nbsp s in T n r displaystyle T n r nbsp is around ra nr a displaystyle binom r a left frac n r right a nbsp A paper by Alon and Shikhelman in 2016 gives the following generalization which is similar to the Erdos Stone generalization of Turan s theorem Alon Shikhelman 2016 Let H displaystyle H nbsp be a graph with chromatic number x H gt a displaystyle chi H gt a nbsp The largest possible number of Ka displaystyle K a nbsp s in a graph with no copy of H displaystyle H nbsp is 1 o 1 x H 1a nx H 1 a displaystyle 1 o 1 binom chi H 1 a left frac n chi H 1 right a nbsp 9 As in Erdos Stone the Turan graph T n x H 1 displaystyle T n chi H 1 nbsp attains the desired number of copies of Ka displaystyle K a nbsp Edge Clique region edit Turan s theorem states that if a graph has edge homomorphism density strictly above 1 1r 1 displaystyle 1 frac 1 r 1 nbsp it has a nonzero number of Kr displaystyle K r nbsp 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 Kr displaystyle K r nbsp 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 d displaystyle d nbsp the construction for the largest Kr displaystyle K r nbsp density is as follows Take a number of vertices N displaystyle N nbsp approaching infinity Pick a set of dN displaystyle sqrt d N nbsp of the vertices and connect two vertices if and only if they are in the chosen set This gives a Kr displaystyle K r nbsp density of dk 2 displaystyle d k 2 nbsp The construction for the smallest Kr displaystyle K r nbsp density is as follows Take a number of vertices approaching infinity Let t displaystyle t nbsp be the integer such that 1 1t 1 lt d 1 1t displaystyle 1 frac 1 t 1 lt d leq 1 frac 1 t nbsp Take a t displaystyle t nbsp 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 d displaystyle d nbsp For d 1 1r 1 displaystyle d leq 1 frac 1 r 1 nbsp this gives a graph that is r 1 displaystyle r 1 nbsp partite and hence gives no Kr displaystyle K r nbsp 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 editErdos Stone theorem a generalization of Turan s theorem from forbidden cliques to forbidden Turan graphsReferences edit a b c Turan Paul 1941 On an extremal problem in graph theory Matematikai es Fizikai Lapok in Hungarian 48 436 452 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 a b c d e f g h Aigner Martin Ziegler Gunter M 2018 Chapter 41 Turan 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 Erdos Pal 1970 Turan Pal graf tetelerol On the graph theorem of Turan PDF Matematikai Lapok in Hungarian 21 249 251 MR 0307975 Motzkin T S Straus E G 1965 Maxima for graphs and a new proof of a theorem of Turan Canadian Journal of Mathematics 17 533 540 doi 10 4153 CJM 1965 053 6 MR 0175813 S2CID 121387797 Zykov A 1949 On some properties of linear complexes Mat Sb New Series in Russian 24 163 188 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 Erdos Paul Goodman A W Posa 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 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 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 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 Lovasz Laszlo Large networks and graph limits Retrieved from https en wikipedia org w index php title Turan 27s theorem amp oldid 1170984403, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.