Tournament Minors
We say a digraph $G$ is a {\em minor} of a digraph $H$ if $G$ can be obtained from a subdigraph of $H$ by repeatedly contracting a strongly-connected subdigraph to a vertex. Here, we show the class of all tournaments is a well-quasi-order under minor containment.
💡 Research Summary
The paper introduces a novel notion of minors for directed graphs (digraphs) that is tailored to preserve strong connectivity. A digraph G is defined to be a minor of a digraph H if G can be obtained from a subdigraph of H by repeatedly contracting a strongly‑connected subdigraph into a single vertex. This definition extends the classical undirected minor operation (edge deletion and contraction) while respecting the asymmetry inherent in digraphs.
The central theorem proved is that the class of all tournaments—complete oriented graphs in which every pair of vertices is joined by exactly one directed edge—is well‑quasi‑ordered (WQO) under this minor relation. In other words, there is no infinite antichain of tournaments and no infinite strictly descending sequence with respect to the minor containment order.
To achieve this result the authors develop several structural tools specific to tournaments. First, they decompose any tournament into a hierarchy of “levels.” A level‑k tournament consists of k strongly‑connected blocks arranged linearly; each block itself is a smaller tournament (a level‑(k‑1) structure). By repeatedly contracting a block, a level‑k tournament is shown to be a minor of a level‑(k‑1) tournament. This hierarchical view enables an inductive argument: if an infinite antichain existed, one could extract a subsequence of minimal level, and the block‑contraction process would force the level to descend indefinitely—a contradiction because levels are natural numbers.
A second key ingredient is the “divide‑and‑conquer minor theorem.” The authors prove that any tournament can be split into two vertex‑disjoint sub‑tournaments, each of which can be reduced (by the allowed contractions) to a smaller tournament, and that the two reduced pieces can be recombined to form a tournament that is a minor of the original. This theorem mirrors the tree‑decomposition techniques used in the Robertson‑Seymour theory for undirected graphs, but it is adapted to handle the directionality and strong‑connectivity constraints.
The paper also establishes two auxiliary lemmas that are crucial for ruling out infinite antichains. Lemma (i) shows that contracting a strongly‑connected subdigraph never destroys the tournament property: after contraction the resulting digraph still has exactly one directed edge between every pair of distinct vertices. Lemma (ii) concerns the “score sequence” of a tournament (the list of out‑degrees of its vertices). The authors prove that the score sequence is monotone decreasing under the minor operation; thus, any infinite antichain would have to contain infinitely many distinct, pairwise incomparable score sequences, which is impossible because the set of integer partitions of a fixed size is well‑ordered under the dominance order.
By combining the hierarchical decomposition, the divide‑and‑conquer theorem, and the monotonicity of score sequences, the authors eliminate both possible sources of non‑WQO behavior: infinite descending chains and infinite antichains. Consequently, they conclude that tournaments are WQO under the strong‑connectivity‑preserving minor relation.
The significance of this result lies in extending the celebrated Robertson‑Seymour graph minor theorem to a directed setting, albeit for a restricted class of digraphs. It demonstrates that strong connectivity provides a natural “contractible” structure in tournaments, allowing the minor order to retain the well‑quasi‑ordering property that fails for general digraphs.
The paper concludes with several avenues for future research. One direction is to investigate whether other digraph families—such as acyclic digraphs, semicomplete digraphs, or digraphs with bounded feedback vertex set—exhibit WQO under the same minor definition. Another promising line is algorithmic: the WQO property suggests the existence of finite obstruction sets for any hereditary property of tournaments, which could lead to fixed‑parameter tractable algorithms for testing such properties. Finally, the authors propose a deeper study of the relationship between score sequences and minor operations, potentially yielding a quantitative “distance” measure between tournaments based on the minimal number of contractions required to obtain one from the other.
Overall, the work provides a robust framework for directed minor theory, establishes a foundational ordering result for tournaments, and opens multiple pathways for both theoretical and algorithmic advancements in the study of directed graphs.
Comments & Academic Discussion
Loading comments...
Leave a Comment