Turán's theorem

From testwiki
Jump to navigation Jump to search

Template:Short description Template:Distinguish 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 n-vertex graph that does not contain any (r+1)-vertex clique Kr+1 may be formed by partitioning the set of n vertices into 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 Turán graph T(n,r). Turán's theorem states that the Turán graph has the largest number of edges among all Template:Math-free Template:Mvar-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.Template:R 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.Template:R

Statement

Turán's theorem states that every graph G with n vertices that does not contain Kr+1 as a subgraph has at most as many edges as the Turán graph T(n,r). For a fixed value of r, this graph has(11r+o(1))n22edges, using little-o notation. Intuitively, this means that as n gets larger, the fraction of edges included in T(n,r) gets closer and closer to 11r. Many of the following proofs only give the upper bound of (11r)n22.Template:R

Proofs

Template:Harvtxt list five different proofs of Turán's theorem.Template:R 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 parts of size as close as possible to equal.

Induction

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

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

Now, one can bound edges above as follows:

  • There are exactly (r2) edges within A.
  • There are at most (r1)|B|=(r1)(nr) edges between A and B, since no vertex in B can connect to all of A.
  • The number of edges within B is at most the number of edges of T(nr,r) by the inductive hypothesis.

Adding these bounds gives the result.Template:R

Maximal Degree Vertex

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

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

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.Template:R

Complete Multipartite Optimization

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 independent sets of size as close as possible to equal. This step can be done as follows:

Let S1,S2,,Sr 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

ij|Si||Sj|=12(n2i|Si|2),

where the left hand side follows from direct counting, and the right hand side follows from complementary counting. To show the (11r)n22 bound, applying the Cauchy–Schwarz inequality to the i|Si|2 term on the right hand side suffices, since i|Si|=n.

To prove the Turán Graph is optimal, one can argue that no two Si differ by more than one in size. In particular, supposing that we have |Si||Sj|+2 for some ij, moving one vertex from Sj to Si (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

This proof is due to Template:Harvtxt. They begin by considering a Kr+1 free graph with vertices labelled 1,2,,n, and considering maximizing the functionf(x1,x2,,xn)=i,j adjacentxixjover all nonnegative x1,x2,,xn with sum 1. This function is known as the Lagrangian of the graph and its edges.

The idea behind their proof is that if xi,xj are both nonzero while i,j are not adjacent in the graph, the functionf(x1,,xit,,xj+t,,xn)is linear in t. Hence, one can either replace (xi,xj) with either (xi+xj,0) or (0,xi+xj) without decreasing the value of the function. Hence, there is a point with at most r nonzero variables where the function is maximized.


Now, the Cauchy–Schwarz inequality gives that the maximal value is at most 12(11r). Plugging in xi=1n for all i gives that the maximal value is at least |E|n2, giving the desired bound.Template:R

Probabilistic Method

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 has an independent set of size at leastS=1d1+1+1d2+1++1dn+1.The proof attempts to find such an independent set as follows:

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

A vertex of degree d is included in this with probability 1d+1, so this process gives an average of S 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.Template:R See Template:Slink for more.

(Zykov Symmetrization) Example of second step.

Zykov Symmetrization

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 Template:R. This proof goes by taking a Kr+1-free graph, and applying steps to make it more similar to the Turán Graph while increasing edge count.

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

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

All of these steps keep the graph Kr+1 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.Template:R

Mantel's theorem

The special case of Turán's theorem for r=2 is Mantel's theorem: The maximum number of edges in an n-vertex triangle-free graph is n2/4.Template:R In other words, one must delete nearly half of the edges in Kn to obtain a triangle-free graph.

A strengthened form of Mantel's theorem states that any Hamiltonian graph with at least n2/4 edges must either be the complete bipartite graph Kn/2,n/2 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.Template:R

Another strengthening of Mantel's theorem states that the edges of every n-vertex graph may be covered by at most n2/4 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.Template:R

Generalizations

Other Forbidden Subgraphs

Turán's theorem shows that the largest number of edges in a

Kr+1

-free graph is

(11r+o(1))n22

. The Erdős–Stone theorem finds the number of edges up to a

o(n2)

error in all other graphs:

(Erdős–Stone) Suppose

H

is a graph with chromatic number

χ(H)

. The largest possible number of edges in a graph where

H

does not appear as a subgraph is

(11χ(H)1+o(1))n22

where the

o(1)

constant only depends on

H

.

One can see that the Turán graph

T(n,χ(H)1)

cannot contain any copies of

H

, so the Turán graph establishes the lower bound. As a

Kr+1

has chromatic number

r+1

, Turán's theorem is the special case in which

H

is a

Kr+1

.

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

Maximizing Other Quantities

Another natural extension of Turán's theorem is the following question: if a graph has no

Kr+1

s, how many copies of

Ka

can it have? Turán's theorem is the case where

a=2

. Zykov's Theorem answers this question:

(Zykov's Theorem) The graph on

n

vertices with no

Kr+1

s and the largest possible number of

Ka

s is the Turán graph

T(n,r)

This was first shown by Zykov (1949) using Zykov SymmetrizationTemplate:R. Since the Turán Graph contains

r

parts with size around

nr

, the number of

Ka

s in

T(n,r)

is around

(ra)(nr)a

. 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

H

be a graph with chromatic number

χ(H)>a

. The largest possible number of

Ka

s in a graph with no copy of

H

is

(1+o(1))(χ(H)1a)(nχ(H)1)a.

Template:R

As in Erdős–Stone, the Turán graph

T(n,χ(H)1)

attains the desired number of copies of

Ka

.

Edge-Clique region

Turan's theorem states that if a graph has edge homomorphism density strictly above 11r1, it has a nonzero number of Krs. 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 Krs?

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

, the construction for the largest

Kr

density is as follows:

Take a number of vertices

N

approaching infinity. Pick a set of

dN

of the vertices, and connect two vertices if and only if they are in the chosen set.

This gives a

Kr

density of

dk/2.

The construction for the smallest

Kr

density is as follows:

Take a number of vertices approaching infinity. Let

t

be the integer such that

11t1<d11t

. Take a

t

-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

.

For

d11r1

, this gives a graph that is

(r1)

-partite and hence gives no

Kr

s.

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

See also

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

References

Template:Reflist