Erdős–Gallai Theorem
Buildup
- A set that includes duplicates of the degrees of a graph is called a Graph Score, and the sequence sorted in descending order (non-increasing) of a graph score is called the Degree Sequence of .
- If there exists a graph that satisfies the following, with a sequence of non-increasing natural numbers and vertices , then is said to be Graphic, and the graph is referred to as the Realisation of .
For instance, given a graph like the one above , the graph score would be and the degree sequence, sorted in non-increasing order, would be as follows:
Any mathematician would naturally be interested in whether it’s possible to construct a graph solely from the degree sequence. If it is possible, that means the sequence can originate a graph, introducing concepts like being Graphic or Graphable. Continuing with the example above, can be seen as one of the realisations of . [ NOTE: A realisation does not need to be unique. ]
Thus, the equivalence condition for a sequence being graphic is clarified with the following theorem.
Theorem
Erdős–Gallai Theorem
A sequence being graphic is equivalent to satisfying the following two conditions simultaneously.
- denotes an even set.
Proof 1
Omitted.
See Also
However, this only guarantees the existence of a realisation, not what that realisation looks like specifically, so it’s necessary to explore directly with methods like the Havel-Hakimi algorithm. This is similar to how finding a specific Euler trail in an Eulerian graph requires the use of the Fleury’s algorithm.