Erdős–Gallai Theorem
   HOME

TheInfoList



OR:

The Erdős–Gallai theorem is a result in
graph theory In mathematics and computer science, graph theory is the study of ''graph (discrete mathematics), graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of ''Vertex (graph ...
, a branch of combinatorial mathematics. It provides one of two known approaches to solving the
graph realization problem The graph realization problem is a decision problem in graph theory. Given a finite sequence (d_1,\dots,d_n) of natural numbers, the problem asks whether there is a labeled simple graph such that (d_1,\dots,d_n) is the degree sequence of this gr ...
, i.e. it gives a necessary and sufficient condition for a
finite sequence In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called ''elements'', or ''terms''). The number of elements (possibly infinite) is call ...
of
natural number In mathematics, the natural numbers are the numbers 0, 1, 2, 3, and so on, possibly excluding 0. Some start counting with 0, defining the natural numbers as the non-negative integers , while others start with 1, defining them as the positive in ...
s to be the degree sequence of a
simple graph In discrete mathematics, particularly in graph theory, a graph is a structure consisting of a Set (mathematics), set of objects where some pairs of the objects are in some sense "related". The objects are represented by abstractions called ''Ver ...
. A sequence obeying these conditions is called "graphic". The theorem was published in 1960 by
Paul Erdős Paul Erdős ( ; 26March 191320September 1996) was a Hungarian mathematician. He was one of the most prolific mathematicians and producers of mathematical conjectures of the 20th century. pursued and proposed problems in discrete mathematics, g ...
and
Tibor Gallai Tibor Gallai (born Tibor Grünwald, 15 July 1912 – 2 January 1992) was a Hungarian mathematician. He worked in combinatorics, especially in graph theory, and was a lifelong friend and collaborator of Paul Erdős. He was a student of Dénes KŠ...
, after whom it is named.


Statement

A sequence of non-negative
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
s d_1\geq\cdots\geq d_n can be represented as the degree sequence of a finite
simple graph In discrete mathematics, particularly in graph theory, a graph is a structure consisting of a Set (mathematics), set of objects where some pairs of the objects are in some sense "related". The objects are represented by abstractions called ''Ver ...
on ''n'' vertices if and only if d_1+\cdots+d_n is even and : \sum^_d_i\leq k(k-1)+ \sum^n_ \min (d_i,k) holds for every k in 1\leq k\leq n.


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 In graph theory, the handshaking lemma is the statement that, in every finite undirected graph, the number of vertices that touch an odd number of edges is even. For example, if there is a party of people who shake hands, the number of people ...
, already used by Euler in his 1736 paper on the bridges of Königsberg. The inequality between the sum of the k 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 k highest-degree vertices, each such adjacency must either be on an edge with one or two high-degree endpoints, the k(k-1) 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 was long and involved. cites a shorter proof by
Claude Berge Claude Jacques Berge (5 June 1926 – 30 June 2002) was a French mathematician, recognized as one of the modern founders of combinatorics and graph theory. Biography and professional history Claude Berge's parents were André Berge and Genevièv ...
, based on ideas of network flow. Choudum instead provides a proof by
mathematical induction Mathematical induction is a method for mathematical proof, proving that a statement P(n) is true for every natural number n, that is, that the infinitely many cases P(0), P(1), P(2), P(3), \dots  all hold. This is done by first proving a ...
on the sum of the degrees: he lets t be the first index of a number in the sequence for which d_t > d_ (or the penultimate number if all are equal), uses a case analysis to show that the sequence formed by subtracting one from d_t 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. 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

describe close connections between the Erdős–Gallai theorem and the theory of
integer partition In number theory and combinatorics, a partition of a non-negative integer , also called an integer partition, is a way of writing as a summation, sum of positive integers. Two sums that differ only in the order of their summands are considered ...
s. Let m=\sum d_i; then the sorted integer sequences summing to m may be interpreted as the partitions of m. Under majorization of their
prefix sum In computer science, the prefix sum, cumulative sum, inclusive scan, or simply scan of a sequence of numbers is a second sequence of numbers , the summation, sums of Prefix (computer science), prefixes (running totals) of the input sequence: : : : ...
s, 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 d_i and add it to a number d_ that is smaller by at least two (d_ 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 diagram In number theory and combinatorics, a partition of a non-negative integer , also called an integer partition, is a way of writing as a sum of positive integers. Two sums that differ only in the order of their summands are considered the same ...
s 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 . The first problem is characterized by the
Fulkerson–Chen–Anstee theorem The Fulkerson–Chen–Anstee theorem is a result in graph theory, a branch of combinatorics. It provides one of two known approaches solving the digraph realization problem, i.e. it gives a necessary and sufficient condition for pairs of nonnegativ ...
. The latter two cases, which are equivalent, are characterized by the Gale–Ryser theorem.


Stronger version

proved that it suffices to consider the kth inequality such that 1 \leq k < n with d_k > d_ and for k = n. restrict the set of inequalities for graphs in an opposite thrust. If an even-summed positive sequence d 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 lth inequality, where l = \max\.


Generalization

A finite sequences of nonnegative
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
s (d_1,\cdots,d_n) with d_1 \geq \cdots \geq d_n is graphic if \sum_^d_i is even and there exists a sequence (c_1,\cdots,c_n) that is graphic and majorizes (d_1,\cdots,d_n). This result was given by . reinvented it and gave a more direct proof.


See also

* Havel–Hakimi algorithm


References

*. * * *. * * * * {{DEFAULTSORT:Erdos-Gallai theorem Gallai theorem Theorems in graph theory