REVIEW 2 major objections 3 minor 11 references
Truncated degree AT-orientations of outerplanar graphs
T0 review · 2 major / 3 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Every 2-connected outerplanar graph except odd cycles is 5-truncated degree-AT.
desk verdict The main induction is blocked by a false ear-chain assertion; the result may be true but the proof doesn't cover all cases. 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 load-bearing object is an arc-weighted orientation (D,w) together with a chosen orientation of a distinguished set of boundary edges S. An arc-weighted Eulerian sub-digraph is one where weighted in- and out-degree agree at every vertex; the orientation counts as AT if the number of even-sized such sub-digraphs differs from the number of odd-sized ones. The paper works with the stronger property that the total number of Eulerian sub-digraphs is odd. The induction removes an ear-chain, a chain of cycles attached to a base edge, orients the removed edges in a canonical directed-path pattern, and in some cases reverses a few edges or doubles one weight to balance outdegree demands. Oriented boundary edges S act as a 'bank': an edge oriented out of v tightens v's allowance while loosening the other endpoint's, and the slack is repaid when the ear-chain is reinserted. Verifying the final theorem reduces to checking, case by case, that the newly added arcs contribute no directed cycles and hence no new Eulerian sub-digraphs, or that they come in canceling pairs, and that the outdegree inequalities transfer.
What would settle it
To disprove the 5-truncated claim, it would suffice to exhibit a 2-connected outerplanar graph G, not an odd cycle, such that every orientation D of G either has some vertex v with d+D(v) >= min{5, d_G(v)} or has equal numbers of even and odd Eulerian sub-digraphs. A more targeted check would search for a graph whose every arc-weighted orientation meeting the outdegree bound min{4, d_G(v)-1} has an even total number of Eulerian sub-digraphs, since the proof's parity step would fail precisely there.
Extended reading notes
Core claim
The central discovery is that the 5- and 4-truncated degree list-coloring results for outerplanar graphs hold in the stronger Alon-Tarsi-orientation form, and therefore in the online paintability model. Theorem 2 asserts that every 2-connected outerplanar graph that is not an odd cycle has an AT-orientation whose outdegree at each vertex v is at most min{4, d_G(v)-1}, which is exactly the 5-truncated degree condition. Theorem 3 asserts that every 2-connected bipartite outerplanar graph has an AT-orientation with outdegree at most min{3, d_G(v)-1}, the 4-truncated condition. The proof establishes these by induction on an ear-chain decomposition, maintaining a stronger invariant: for an auxiliary set of boundary edges S with an orientation, there is an arc-weighted orientation with weighted outdegree at most min{4-2d+S(v), d_G(v)-1+d-S(v)}, and with an odd number of Eulerian sub-digraphs. The oriented boundary edges act as a bank, transferring outdegree allowances between vertices when an ear-chain is removed and later reattached.
Load-bearing premise
The load-bearing premise is the unproved assertion that every 2-connected non-cycle outerplanar graph can be decomposed by removing a chain of cycles attached to one base edge, together with the known equivalence between AT-orientations and arc-weighted orientations; if either step failed, the constructed orientations would not certify the list-coloring bounds.
Editorial extensions
If this is right
- Every 2-connected outerplanar graph other than an odd cycle is 5-truncated degree-paintable: Painter wins the online list-coloring game when each vertex gets min{5, d_G(v)} tokens.
- Every 2-connected bipartite outerplanar graph is 4-truncated degree-paintable.
- The bounds are tight: some 2-connected outerplanar graphs fail 4-truncated degree choosability, and some bipartite outerplanar graphs fail 3-truncated degree choosability, so no smaller constants are possible.
- Because an AT-orientation implies ordinary list colorability, the results also settle the question for all 2-connected outerplanar graphs, not just maximal ones.
- The arc-weighted 'bank' induction provides a local certificate for truncated-degree AT-orientations, which is a more flexible tool than earlier DP-coloring arguments for this family.
Reading between the lines
- The bank-system induction may transfer to other graph classes: whenever a class has a bounded ear-chain decomposition and a way to orient boundary edges, the same parity-and-outdegree recipe could yield truncated-degree AT bounds with constants tied to the ear width.
- Because the theorem is constructive, it could be turned into an algorithm that, given an outerplanar graph, produces a degree-truncated AT-orientation and hence an online list-coloring strategy by repeated ear-chain removal.
- The thresholds 5 and 4 match the ordinary chromatic numbers of outerplanar and bipartite outerplanar graphs, suggesting truncated-degree AT-orientations may be a route to proving colorability exactly at the 'truncated' analogue of the chromatic number for other sparse graph families.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies truncated degree Alon-Tarsi (AT) orientations of outerplanar graphs. It proves two main theorems: (Theorem 2) every 2-connected outerplanar graph that is not an odd cycle is 5-truncated degree-AT, and (Theorem 3) every 2-connected bipartite outerplanar graph is 4-truncated degree-AT. Using the standard Alon-Tarsi and Schauz results, these imply the same graphs are 5- and 4-truncated degree-paintable, respectively, extending Hutchinson's earlier choosability results to the online setting. The proofs are inductive and construct arc-weighted orientations with a 'bank system' of oriented boundary edges.
Significance. If the main theorems are correct, the paper provides a genuine advance: it extends Hutchinson's truncated degree choosability results for outerplanar graphs to the stronger online paintability framework and to AT-orientations, for all 2-connected outerplanar graphs rather than only maximal ones. The arc-weighted orientation machinery and the parity-based induction are a natural and potentially reusable tool. However, the proof of Theorem 2 has a substantial gap in the decomposition step (the ear-chain existence assertion), and the cycle base case contains a false parity claim. The core idea is promising, but the manuscript in its current form does not rigorously establish Theorem 2.
major comments (2)
- [Section 2, Definition 5 and Lemma 1] The proof of Lemma 1 begins with the assertion that every 2-connected outerplanar graph that is not a cycle contains an ear-chain F as defined in Definition 5. This assertion is false. For the 5-vertex maximal outerplanar fan with outer cycle (1,2,3,4,5) and chords (1,3) and (1,4), the only vertices of degree 2 are 2 and 5. Any induced cycle C whose internal vertices have no other incident edges must be a triangle containing exactly one degree-2 vertex, e.g., (1,2,3) or (1,5,4). For such a triangle, the possible root edges for an ear are the two edges incident to the base edge; attaching an ear to either would require a second path whose internal vertices are degree 2, but the remaining degree-2 vertex is not adjacent to both required endpoints. Hence this graph has no ear-chain. The same obstruction occurs for every maximal outerplanar graph with more than three vertices. Consequently, the induction step in Lemma 1 does not apply to a broad family of graphs covered by Theorem 2, and the proof of Theorem 2 is incomplete.
- [Section 2, base case for cycles in Lemma 1] In the case where G is a cycle, the orientation D is defined as a directed cycle with arcs (v_i,v_{i+1}) for i=1,...,n-1 and (v_1,v_n). The text states that the only Eulerian subdigraph is the empty subdigraph, implying |E(D,w)| is odd. This is incorrect: the full set of arcs is also Eulerian, since every vertex has one incoming and one outgoing arc, so |E(D,w)| = 2, which is even. The valid-orientation condition requires |E(D,w)| odd. The issue is repairable, for example by orienting the edge v_1v_n also from v_1 to v_n so that v_1 has outdegree 2 and the full arc set is not Eulerian, but as written the base case is wrong and the parity condition is not satisfied.
minor comments (3)
- [Section 3, Lemma 3] The induction is said to be on |f(G)|, but f(G) is never defined; presumably it denotes the number of faces of the outerplane embedding. Please define this notation and justify why the chosen leaf face exists with the stated degree-2 internal vertices.
- [Section 3, proof of Lemma 3] In the first case (v_1v_2 not in S), the text asserts d^-_{\vec S}(v_j) >= 1 for j=2,...,2i-1, but this need not hold, e.g., if no edge of S is incident to v_j or if the only incident S-edge is oriented out of v_j. The inequality can still be verified because d_G(v_j)=2, so the weaker bound d_G(v_j)-1 = 1 suffices; please correct the justification.
- [Throughout] There are numerous typos and formatting glitches, such as missing symbols in the abstract and undefined notation 'N = {0, 1, . . . ,}' in the introduction. A careful proofreading pass is needed.
Circularity Check
No significant circularity: the theorems are derived from external Alon–Tarsi and arc-weighted orientation results, not from their own inputs.
full rationale
The paper's central claim is Theorem 2 and Theorem 3, proved by constructing an arc-weighted orientation with a parity condition on the number of Eulerian subdigraphs. The only external tools used are the arc-weighted AT characterization from Kozik and Podkanowicz [7], the Alon–Tarsi choosability theorem [1], and Schauz's paintability theorem [9]; these are independent results, not self-citations, and they do not contain the paper's conclusion. The oriented boundary-edge 'bank system' is an auxiliary inductive device: the inequality d+_{(D,w)}(v) ≤ min{4, d_G(v)−1} for S=∅ is exactly the needed f-AT condition, and the oddness of |E(D,w)| is a sufficient certificate for nonzero diff(D,w), not a restatement of the target. No fitted parameter is renamed as a prediction, and no equation reduces by construction to its input. The only notable weakness is a structural assertion before Lemma 1 — 'it is easy to verify that G contains an ear chain F' — which is unproved and may be a correctness gap for some maximal outerplanar graphs, but this is a missing proof, not circularity. The self-citations [8] and [11] appear only in the introduction as context and are not load-bearing in the proofs. Therefore the derivation chain is self-contained with respect to circularity.
Assumptions & free parameters
assumptions (4)
- domain assumption A graph is f-AT if and only if it has an arc-weighted orientation with d+_(D,w)(v) < f(v) for all v.
- domain assumption Every 2-connected outerplanar graph that is not a cycle contains an ear-chain F of the form defined in Definition 5.
- standard math Every orientation of a bipartite graph is an AT-orientation (Lemma 2).
- standard math Alon-Tarsi theorem and Schauz theorem: an f-AT graph is f-choosable and f-paintable.
Cite this review
Pith. "Pith review of Truncated degree AT-orientations of outerplanar graphs." pith.science (2026). https://pith.science/paper/WVS342CF
@misc{pith2026241220811,
author = {Pith},
title = {Pith review of: Truncated degree AT-orientations of outerplanar graphs},
year = {2026},
howpublished = {\url{https://pith.science/paper/WVS342CF}},
note = {Machine review of arXiv:2412.20811}
}
abstract
An AT-orientation of a graph $G$ is an orientation $D$ of $G$ such that the number of even Eulerian sub-digraphs and the number of odd Eulerian sub-digraphs of $D$ are distinct. Given a mapping $f: V(G) \to \mathbb{N}$, we say $G$ is $f$-AT if $G$ has an AT-orientation $D$ with $ < f(v)$ for each vertex $v$. For a positive integer $k$, we say $G$ is $k$-truncated degree-AT if $G$ is $f$-AT for the mapping $f$ defined as $f(v) = \min #{k, d_G(v)#} $. This paper proves that 2-connected outerplanar graphs other than odd cycles are $5$-truncated degree-AT, and 2-connected bipartite outerplanar graphs are $4$-truncated degree-AT. As a consequence, 2-connected outerplanar graphs other than odd cycles are $5$-truncated degree paintable, and 2-connected bipartite outerplanar graphs are $4$-truncated degree paintable. This improves the result of Hutchinson in [On list-coloring outerplanar graphs], where it was proved that maximal 2-connected outerplanar graphs other than are 5-truncated degree-choosable, and 2-connected bipartite outerplanar graphs are 4-truncated degree-choosable.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[7]
J. Kozik and B. Podkanowicz. Schnyder woods and Alon-Tarsi number of planar graphs. Electron. J. Combin., 31(1):Paper No. 1.59, 13, 2024
work page 2024
-
[1]
N. Alon and M. Tarsi. Colorings and orientations of graphs.Combinatorica, 12(2):125–134, 1992
work page 1992
-
[2]
D. W. Cranston, A. Pruchnewski, Z. Tuza, and M. Voigt. List colorings ofK5-minor-free graphs with special list assignments.J. Graph Theory, 71(1):18–30, 2012
work page 2012
- [3]
-
[4]
Z. Dvořák and L. Postle. Correspondence coloring and its application to list-coloring planar graphs without cycles of lengths 4 to 8.J. Combin. Theory Ser. B , 129:38–54, 2018
work page 2018
-
[5]
P. Erdős, A. L. Rubin, and H. Taylor. Choosability in graphs. InProceedings of the West Coast Conference on Combinatorics, Graph Theory and Computing (Humboldt State Univ., Arcata, Calif., 1979) , volume XXVI ofCongress. Numer., pages 125–157. Utilitas Math., Winnipeg, MB, 1980
work page 1979
-
[6]
J. P. Hutchinson. On list-coloring outerplanar graphs.J. Graph Theory, 59(1):59–74, 2008
work page 2008
-
[8]
S. Lo, C. Wang, H. Zhou, and X. Zhu. DP-5-truncated-degree-colourability of K2,4-minor free graphs. arXiv:2312.15962
Show all 11 references
-
[9]
U. Schauz. Mr. Paint and Mrs. Correct.Electron. J. Combin., 16(1):Research Paper 77, 18, 2009
2009
-
[10]
V. G. Vizing. Coloring the vertices of a graph in prescribed colors.Diskret. Analiz, (29):3–10, 101, 1976
1976
-
[11]
H. Zhou, J. Zhu, and X. Zhu. Arc-weighted acyclic orientations and variations of degeneracy of graphs. arXiv:2308.15853. 12
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.