Erdős–Gallai theorem

From HandWiki
Short description: Description of degree sequences of graphs

The Erdős–Gallai theorem is a result in graph theory, a branch of combinatorial mathematics. It provides one of two known approaches to solving the graph realization problem, i.e. it gives a necessary and sufficient condition for a finite sequence of natural numbers to be the degree sequence of a simple graph. A sequence obeying these conditions is called "graphic". The theorem was published in 1960 by Paul Erdős and Tibor Gallai, after whom it is named.

Statement

A sequence of non-negative integers [math]\displaystyle{ d_1\geq\cdots\geq d_n }[/math] can be represented as the degree sequence of a finite simple graph on n vertices if and only if [math]\displaystyle{ d_1+\cdots+d_n }[/math] is even and

[math]\displaystyle{ \sum^{k}_{i=1}d_i\leq k(k-1)+ \sum^n_{i=k+1} \min (d_i,k) }[/math]

holds for every [math]\displaystyle{ k }[/math] in [math]\displaystyle{ 1\leq k\leq n }[/math].

Proofs

It is not difficult to show that the conditions of the Erdős–Gallai theorem are necessary for a sequence of numbers to be graphic. The requirement that the sum of the degrees be even is the handshaking lemma, already used by Euler in his 1736 paper on the bridges of Königsberg. The inequality between the sum of the [math]\displaystyle{ k }[/math] largest degrees and the sum of the remaining degrees can be established by double counting: the left side gives the numbers of edge-vertex adjacencies among the [math]\displaystyle{ k }[/math] highest-degree vertices, each such adjacency must either be on an edge with one or two high-degree endpoints, the [math]\displaystyle{ k(k-1) }[/math] term on the right gives the maximum possible number of edge-vertex adjacencies in which both endpoints have high degree, and the remaining term on the right upper bounds the number of edges that have exactly one high degree endpoint. Thus, the more difficult part of the proof is to show that, for any sequence of numbers obeying these conditions, there exists a graph for which it is the degree sequence.

The original proof of (Erdős Gallai) was long and involved. (Choudum 1986) cites a shorter proof by Claude Berge, based on ideas of network flow. Choudum instead provides a proof by mathematical induction on the sum of the degrees: he lets [math]\displaystyle{ t }[/math] be the first index of a number in the sequence for which [math]\displaystyle{ d_t \gt d_{t+1} }[/math] (or the penultimate number if all are equal), uses a case analysis to show that the sequence formed by subtracting one from [math]\displaystyle{ d_t }[/math] and from the last number in the sequence (and removing the last number if this subtraction causes it to become zero) is again graphic, and forms a graph representing the original sequence by adding an edge between the two positions from which one was subtracted.

(Tripathi Venugopalan) consider a sequence of "subrealizations", graphs whose degrees are upper bounded by the given degree sequence. They show that, if G is a subrealization, and i is the smallest index of a vertex in G whose degree is not equal to di, then G may be modified in a way that produces another subrealization, increasing the degree of vertex i without changing the degrees of the earlier vertices in the sequence. Repeated steps of this kind must eventually reach a realization of the given sequence, proving the theorem.

Relation to integer partitions

(Aigner Triesch) describe close connections between the Erdős–Gallai theorem and the theory of integer partitions. Let [math]\displaystyle{ m=\sum d_i }[/math]; then the sorted integer sequences summing to [math]\displaystyle{ m }[/math] may be interpreted as the partitions of [math]\displaystyle{ m }[/math]. Under majorization of their prefix sums, the partitions form a lattice, in which the minimal change between an individual partition and another partition lower in the partition order is to subtract one from one of the numbers [math]\displaystyle{ d_i }[/math] and add it to a number [math]\displaystyle{ d_{j} }[/math] that is smaller by at least two ([math]\displaystyle{ d_{j} }[/math] could be zero). As Aigner and Triesch show, this operation preserves the property of being graphic, so to prove the Erdős–Gallai theorem it suffices to characterize the graphic sequences that are maximal in this majorization order. They provide such a characterization, in terms of the Ferrers diagrams of the corresponding partitions, and show that it is equivalent to the Erdős–Gallai theorem.

Graphic sequences for other types of graph

Similar theorems describe the degree sequences of simple directed graphs, simple directed graphs with loops, and simple bipartite graphs (Berger 2012). The first problem is characterized by the Fulkerson–Chen–Anstee theorem. The latter two cases, which are equivalent, are characterized by the Gale–Ryser theorem.

Stronger version

(Tripathi Vijay) proved that it suffices to consider the [math]\displaystyle{ k }[/math]th inequality such that [math]\displaystyle{ 1 \leq k \lt n }[/math] with [math]\displaystyle{ d_k \gt d_{k+1} }[/math] and for [math]\displaystyle{ k = n }[/math]. (Barrus Hartke) restrict the set of inequalities for graphs in an opposite thrust. If an even-summed positive sequence [math]\displaystyle{ d }[/math] has no repeated entries other than the maximum and the minimum (and the length exceeds the largest entry), then it suffices to check only the [math]\displaystyle{ l }[/math]th inequality, where [math]\displaystyle{ l = \max\{k \mid d_k \geq k\} }[/math].

Generalization

A finite sequences of nonnegative integers [math]\displaystyle{ (d_1,\cdots,d_n) }[/math] with [math]\displaystyle{ d_1 \geq \cdots \geq d_n }[/math] is graphic if [math]\displaystyle{ \sum_{i=1}^{n}d_i }[/math] is even and there exists a sequence [math]\displaystyle{ (c_1,\cdots,c_n) }[/math] that is graphic and majorizes [math]\displaystyle{ (d_1,\cdots,d_n) }[/math]. This result was given by (Aigner Triesch). (Mahadev Peled) reinvented it and gave a more direct proof.

See also

References