REVIEW 2 major objections 4 minor 13 references
The triangle-free graphs which are competition graphs of multipartite tournaments
T0 review · 2 major / 4 minor · reviewed 2026-08-27 · deepseek-v4-flash
Pith's one-line read Every triangle-free competition graph of a multipartite tournament is on a short, explicit list.
desk verdict Complete triangle-free classification for multipartite competition graphs, solidly argued, with the main caveat being a quoted external theorem for the bipartite path-union case. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The engine of the classification is a counting bound: if a competition graph is triangle-free, then every vertex of the tournament has indegree at most $2$, because all in-neighbors of a vertex share that vertex as a common out-neighbor and would otherwise form a triangle. Counting arcs gives $|E(G)| \le |A(D)|/2 \le |V(D)|$, and combining this with the exact arc count of a complete multipartite graph forces the partite-set sizes into a few small shapes, enumerated in Lemmas 2.4 and 2.17. The same indegree bound makes the competition graph very sparse, so the remaining work is to identify which small paths, cycles, stars, and trees admit suitable orientations.
What would settle it
Because the classification lists are finite and explicit, one concrete disproof would be to exhibit an orientation of a complete multipartite graph whose triangle-free competition graph is not on the listed sets—for example, a disconnected one containing $P_5 \cup P_3$ or a connected one outside the ten named graphs; exhaustive search over orientations of $K_{n_1,n_2}$ and $K_{n_1,n_2,n_3}$ for small $n_i$ would settle whether such an example exists.
Extended reading notes
Core claim
The paper's central discovery is a complete dichotomy for triangle-free graphs $G$. If $G$ is connected, it is the competition graph of a $k$-partite tournament for some $k \ge 2$ exactly when $k \in \{3,4,5\}$ and $G$ is one of $\{G_1,G_2,G_3,G_4,P_6,C_6\}$ for $k=3$, one of $\{P_5,K_{1,3},G_2\}$ for $k=4$, or $C_5$ for $k=5$. If $G$ is disconnected, the same holds exactly when $k \in \{2,3,4\}$, with the explicit lists of Theorems 3.4, 3.9, and 3.10: bipartite tournaments give ten disjoint-union forms such as empty graphs, $P_2$ with isolated vertices, $P_3 \cup P_3$, $P_4 \cup P_3$, $C_4 \cup C_4$, and $P_2 \cup P_2 \cup P_2 \cup P_2$; $4$-partite tournaments give only $P_3 \cup P_2$ and $P_3 \cup I_1$; tripartite tournaments give ten forms including $K_{1,3} \cup P_2$ and $P_2 \cup P_2 \cup P_2$. Thus every other triangle-free graph is excluded for all $k \ge 2$.
Load-bearing premise
The bipartite half of the classification relies on a cited theorem that $P_m \cup P_n$ is the competition graph of a bipartite tournament only for $(m,n) = (1,1), (2,1), (3,3), (4,3)$; if that list ever gains another case, Theorem 3.4's list would change.
Editorial extensions
If this is right
- For every $k \ge 6$, no $k$-partite tournament has a triangle-free competition graph; every such competition graph contains a triangle.
- The connected triangle-free competition graphs are exactly the six $3$-partite graphs $\{G_1,G_2,G_3,G_4,P_6,C_6\}$, the three $4$-partite graphs $\{P_5,K_{1,3},G_2\}$, and $C_5$; no other connected triangle-free graph can appear for any $k$.
- The disconnected triangle-free competition graphs are exactly the listed disjoint unions of paths, with optional isolated vertices, together with $C_4 \cup C_4$ and the listed star-plus-path forms; in particular, no disconnected triangle-free graph has a cycle component other than $C_4$.
- The theorem pins down which values of $k$ can occur for each triangle-free graph, and the lists are small enough to check any candidate graph directly.
Reading between the lines
- A likely extension is that the same indegree counting should generalize from triangle-free graphs to $K_{r+1}$-free competition graphs, where every vertex would have indegree at most $r$, yielding analogous partite-size inequalities and possibly finite classifications for each fixed $r$.
- Because the lists are finite and explicit, the classification could be converted into a recognition algorithm: check a triangle-free graph against the named graphs and, for a candidate, search only the few possible orientations rather than all tournaments.
- The paper's own closing suggestion points to cubic graphs as a natural next test case; the sparsity mechanism used here may or may not survive once vertices can have degree $3$, so cubic graphs would be a good probe of how far the classification reaches.
Formalized claims in Lean
-
Claim #1: The paper's central discovery is a complete dichotomy for triangle-free graphs $G$. If $G$ is connected, it is the competition graph of a $k$-partite tournament for some $k \ge 2$ exactly when $k \in \{3,4,5\}$ and $G$ is one of $\{G_1,G_2,G_3,G_4,P_6,C_6\}$ for $k=3$, one of $\{P_5,K_{1,3},G_2\}$ for $k=4$, or $C_5$ for $k=5$. If $G$ is disconnected, the same holds exactly when $k \in \{2,3,4\}$,
/-- @claim 1 The paper's central discovery is a complete dichotomy for triangle-free graphs $G$. If $G$ is connected, it is the competition graph of a $k$-partite tournament for some $k \ge 2$ exactly when $k \in \{3,4,5\}$ and $G$ is one of $\{G_1,G_2,G_3,G_4,P_6,C_6\}$ for $k=3$, one of $\{P_5,K_{1,3},G_2\}$ for $k=4$, or $C_5$ for $k=5$. If $G$ is disconnected, the same holds exactly when $k \in \{2,3,4\}$, -/ def central_claim : Prop :=
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper classifies all triangle-free graphs that arise as competition graphs of multipartite tournaments. The main connected result is that a connected triangle-free graph has this property for some k≥2 exactly when k∈{3,4,5}, with complete lists: {G1,G2,G3,G4,P6,C6} for k=3, {P5,K1,3,G2} for k=4, and {C5} for k=5 (Theorem 2.19). For disconnected triangle-free graphs the paper proves that k must be 2, 3, or 4 and gives complete lists in Theorems 3.4, 3.9, and 3.10. The proofs combine a degree bound forced by triangle-freeness (Lemma 2.2) with structural lemmas restricting possible partite-set sizes, followed by case analyses and explicit orientations of multipartite tournaments realizing each listed graph.
Significance. If correct, the paper settles the triangle-free case of a natural classification problem and complements the authors' earlier work on complete competition graphs of multipartite tournaments. The lists are concrete, and the sufficiency directions are supported by explicit digraph constructions, which makes the classification easy to check and use. The paper also relies appropriately on known results for tournaments and bipartite tournaments; I see no circularity, since the authors' previous paper [3] is used only as motivation and not as a proof dependency. The main value is the complete and relatively clean decomposition of the problem into the cases k=2,3,4,5 with a small number of exceptional graphs.
major comments (2)
- [§2, Lemma 2.7] The inference 'Therefore d+(u)=3 or 4. Thus u is incident to at least three edges in C(T)' is too terse and is not justified as written. Since the four vertices other than u have indegree 2, each out-neighbor w of u has exactly one additional in-neighbor, so each such w gives an edge incident to u; however, different out-neighbors could in principle contribute the same neighbor of u, and the proof does not rule this out. This step is load-bearing because it is the only argument excluding P5 from the tripartite list, so the distinctness of the resulting edges needs to be made explicit.
- [§3.1, Proposition 3.2 and Theorem 3.4] Proposition 3.2 is cited from [12] and is the sole reason that P3∪P3 is admitted and that path-pair unions beyond (4,3) are excluded in Theorem 3.4. Since a misstatement of this external result would change the bipartite list, the authors should either include a short verification of the path-pair cases or give a precise pointer to the exact theorem and proof location in [12]. I do not regard reliance on a published theorem as circular or as an internal inconsistency, but the exact statement is load-bearing and should be checked carefully.
minor comments (4)
- [§2, Lemma 2.15] The word 'regualr' should be 'regular'.
- [§2, Theorem 2.19 proof] The graph called 'G5' in the k=4 case is not defined; it should be 'G2' from Figure 3, both in the sentence 'C(D) is isomorphic to P5 or G5' and in the sentence 'C(D7) ∼= G5'.
- [§1, Introduction] The sentence beginning 'we show that a connected triangle-free graph...' starts with a lowercase 'we' after a period; it should be capitalized.
- [§3.1, Theorem 3.4 proof] In the 'if' part, the constructions for P4∪P3 and P3∪P2∪P2 are said to have been 'constructed in the subcase 3-2', which is part of the 'only if' proof; a brief forward reference or restatement would improve readability.
Circularity Check
No circularity: the classifications are obtained by direct case analysis and explicit constructions, with all borrowed theorems cited as independent external results.
full rationale
The paper's derivation chain is not circular. The main theorems (2.19, 3.4, 3.9, 3.10) are proved by case analyses on partite-set sizes, using elementary lemmas derived from the definition of competition graph and from triangle-freeness, and each listed graph is realized by an explicitly constructed multipartite tournament. The "only if" directions are exclusion arguments based on degree sums, indegree bounds, and component-structure reasoning; the "if" directions are witness constructions. No fitted parameter is later renamed as a prediction, and no object is defined in terms of the classification it is supposed to establish. The paper does rely on external published theorems, notably Proposition 2.12 (Fisher), Propositions 2.13 and 2.14 (Fisher and Cho), and Propositions 2.18, 3.2, and 3.3 (Kim et al.). These are parameter-free statements about tournaments and bipartite tournaments; none of them assumes the triangle-free classification being proved. Proposition 3.2 is load-bearing for Theorem 3.4, but it is cited as an independent result with its own proof in the literature, not as an unverified assertion of this paper. The fact that one current author also appears on the cited paper does not make the citation circular, since the cited result is independent support rather than a restatement of the target theorem. The self-citation [3] in the introduction and closing remarks is motivational only and is not used as a proof dependency. Any concern about whether Proposition 3.2 is correctly quoted or fully correct is a correctness risk, not a circularity defect.
Assumptions & free parameters
assumptions (5)
- standard math Proposition 2.12 (Fisher): the minimum possible number of edges in the competition graph of an n-tournament is C(n,2)-n.
- standard math Proposition 2.13 (Fisher): a path on four or more vertices is not the complement of the competition graph of a tournament.
- standard math Proposition 2.18 (Kim et al.): the competition graph of an orientation of a bipartite graph has no edges between the two parts.
- standard math Proposition 3.2 (Kim et al.): Pm union Pn is the competition graph of a bipartite tournament iff (m,n) is one of (1,1), (2,1), (3,3), or (4,3).
- standard math Proposition 3.3 (Kim et al.): Cm union Cn is the competition graph of a bipartite tournament iff (m,n)=(4,4).
Cite this review
Pith. "Pith review of The triangle-free graphs which are competition graphs of multipartite tournaments." pith.science (2026). https://pith.science/paper/P2V76HZ3
@misc{pith2026200909881,
author = {Pith},
title = {Pith review of: The triangle-free graphs which are competition graphs of multipartite tournaments},
year = {2026},
howpublished = {\url{https://pith.science/paper/P2V76HZ3}},
note = {Machine review of arXiv:2009.09881}
}
read the original abstract
In this paper, we discover all the triangle-free graphs that are competition graphs of multipartite tournaments.
Figures
Figures from the paper (9 more)
Reference graph
Works this paper leans on
-
[3]
Competitively orientable complete multipartite graphs
Myungho Choi, Minki Kwak, and Suh-Ryung Kim. Multipartite tourn aments whose competition graphs are complete. arXiv preprint arXiv:2006.11743 , 2020
work page Pith review arXiv 2006
-
[12]
T he competition graphs of oriented complete bipartite graphs
Suh-Ryung Kim, Jung Yeun Lee, Boram Park, and Yoshio Sano. T he competition graphs of oriented complete bipartite graphs. Discrete Applied Mathematics, 201:182– 190, 2016
work page 2016
-
[1]
Dominatio n graphs of regular tournaments
Han Hyuk Cho, Suh-Ryung Kim, and J Richard Lundgren. Dominatio n graphs of regular tournaments. Discrete Mathematics , 252(1-3):57–71, 2002
work page 2002
-
[2]
On (1 , 2)-step compe- tition graphs of bipartite tournaments
Jihoon Choi, Soogang Eoh, Suh-Ryung Kim, and Sojung Lee. On (1 , 2)-step compe- tition graphs of bipartite tournaments. Discrete Applied Mathematics , 232:107–115, 2017
work page 2017
-
[4]
Interval graphs and food webs: a finding and a pr oblem
Joel E Cohen. Interval graphs and food webs: a finding and a pr oblem. RAND Corporation Document, 17696, 1968
work page 1968
-
[5]
The niche g raphs of bipartite tournaments
Soogang Eoh, Jihoon Choi, Suh-Ryung Kim, and Miok Oh. The niche g raphs of bipartite tournaments. Discrete Applied Mathematics , 2019
work page 2019
-
[6]
On m-step comp etition graphs of bipartite tournaments
Soogang Eoh, Suh-Ryung Kim, and Hyesun Yoon. On m-step comp etition graphs of bipartite tournaments. Discrete Applied Mathematics , 2020
work page 2020
-
[7]
Domination graphs of extended rotational tou rnaments: chords and cycles
James D Factor. Domination graphs of extended rotational tou rnaments: chords and cycles. Ars Combinatoria , 82:69–82, 2007
work page 2007
Show all 13 references
-
[8]
Domination graphs of tournaments with isolated vertices
David C Fisher, J Richard Lundgren, David R Guichard, Sarah K Mer z, and K Brooks Reid. Domination graphs of tournaments with isolated vertices. Ars Combinatoria , 66:299–311, 2003
2003
-
[9]
The domination and competition graphs of a tournament
David C Fisher, J Richard Lundgren, Sarah K Merz, and K Brooks R eid. The domination and competition graphs of a tournament. Journal of Graph Theory , 29(2):103–110, 1998. 25
1998
-
[10]
D omination graphs of tournaments and digraphs
David C Fisher, J Richard Lundgren, Sarah K Merz, and KB Reid. D omination graphs of tournaments and digraphs. Congressus Numerantium, pages 97–108, 1995
1995
-
[11]
The competition number and its variants
Suh-Ryung Kim. The competition number and its variants. In Annals of Discrete Mathematics, volume 55, pages 313–326. Elsevier, 1993
1993
-
[13]
Food webs, competition graphs, competit ion-common enemy graphs, and niche graphs
J Richard Lundgren. Food webs, competition graphs, competit ion-common enemy graphs, and niche graphs. In Applications of Combinatorics and Graph Theory to the Biological and Social Sciences , pages 221–243. Springer, 1989. 26
1989
Reviewed August 27, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.