REVIEW 1 major objections 6 minor 11 references
On tight tree-complete hypergraph Ramsey numbers
T0 review · 1 major / 6 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read For r=3 or 4, every non-trivial tight r-tree has hypergraph Ramsey number $\Theta(n^{r-1})$.
desk verdict New Theta(n^{r-1}) bounds for tight-tree hypergraph Ramsey numbers for r=3,4, with a repairable proof gap in the lower-bound lemmas. 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 the 'center' of an edge. In both constructions, every edge is a set of $r$ grid points $\{P_0,P_1,\dots,P_{r-1}\}$ with a distinguished center $P_0$, and the defining inequalities make the center the unique point from which the other $r-1$ points are reached along prescribed directed coordinate orders. Propositions 3.2 and 4.3 show that in $H_3$ and $H_4$ any two edges intersecting in $r-1$ vertices have the same center; this is the property that forbids non-trivial tight trees. For the 4-uniform case, the three directed graphs $T_1,T_2,T_3$ on $[n]^3$ are defined by signed lexicographic inequalities in coordinate pairs, and the proof of the center property is a four-case analysis using lexicographic height functions such as $F_{21}(P)=P(2)(n+1)+P(1)$ and $F_{2(-1)(-3)}(P)=P(2)(n+1)^2-P(1)(n+1)-P(3)$.
What would settle it
A small exhaustive search, e.g., over $[4]^3$ or $[5]^3$, for two distinct edges of $H_4$ that share exactly three points but have different centers would directly disprove Proposition 4.3. If such a pair exists, the construction contains a non-trivial tight 4-tree and the claimed $\Theta(n^3)$ lower bound for non-trivial tight 4-trees is false.
Extended reading notes
Core claim
Theorem 1.1 is the central discovery: for $r=3$ or $4$, if $T$ is a non-trivial tight $r$-tree, then there exist constants $c_1,c_2>0$ such that $c_1 n^{r-1}\le R(T,n)\le c_2 n^{r-1}$. The proof isolates the obstruction to a tight tree inside the host hypergraph: in the 3-uniform L-shape graph on $[n]^2$ and in the new 4-uniform graph on $[n]^3$, any two edges that meet in $r-1$ vertices must share the same distinguished center vertex. Since consecutive edges in any tight-tree ordering meet in $r-1$ vertices, every embedded tight tree is forced to be trivial, meaning all its edges share a common vertex. The new 4-uniform construction therefore has independence number at most $10n$ and no non-trivial tight 4-tree, which supplies the missing cubic lower bound.
Load-bearing premise
The 4-uniform lower bound rests on Proposition 4.3's four-case coordinate-inequality check that any two edges sharing three vertices have the same center; if that check omits a configuration, the construction could host a non-trivial tight 4-tree and the cubic lower bound would fail.
Editorial extensions
If this is right
- For every non-trivial tight 3- or 4-tree, $R(T,n)$ is within a constant factor of $n^{r-1}$, so the Ramsey number is polynomial of degree exactly $r-1$ in $n$.
- The new 4-uniform construction provides the first example of a dense 4-graph with no non-trivial tight 4-tree and small independence number, directly giving the lower bound in Theorem 1.1.
- Combining the construction with the random-deletion upper bound yields explicit constants: for a tight $r$-tree with $k$ edges, $R(T,n)\le 2(k-1)(2en/(r-1))^{r-1}$.
- The result separates non-trivial tight trees from two-edge tight trees, for which the Ramsey number is known to be $\Theta(n^{r-1}/\log n)$.
Reading between the lines
- The constant $10n$ in Proposition 4.2 is probably not optimal; a sharper deletion argument or a different auxiliary set system could lower it, which would improve the constant in the $n^3$ lower bound.
- The center property suggests a general recipe for tight-tree lower bounds in uniformity $r$: build an $r$-graph on a product grid so that edges sharing $r-1$ vertices have a common center, and prove a density lemma forcing an edge in every large set.
- The paper's computer check on 5-uniform signed-lexicographic variants indicates that the lexicographic template exhausts itself at $r=4$; a proof for $r\ge 5$ will likely need a genuinely different intersection structure rather than more coordinates.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies hypergraph Ramsey numbers R(T,n) for r-uniform tight trees T. For r=3 and r=4, it is shown that for every non-trivial tight r-tree T, R(T,n)=Theta(n^{r-1}). The upper bound is derived by random deletion from a known edge-count bound for tight trees. The lower bound for r=3 uses a construction of Cooper and Mubayi on [n]^2, and the main novelty is a 4-uniform construction on [n]^3 whose edges are determined by three tournaments T1,T2,T3. The paper also gives a computer-verified note that a natural 5-uniform generalization fails.
Significance. If correct, the result is a natural hypergraph analogue of Chvatal's theorem, establishing the expected order of magnitude in the first two non-trivial uniformities and suggesting a general conjecture. The constructions are explicit and elementary, requiring no heavy machinery. The paper is clearly written and carefully checks a plausible obstruction for r=5. The 4-uniform case analysis in Proposition 4.3 is intricate and is the main technical burden; I did not find an overlooked configuration in that case analysis. The lower bounds are proved by explicit constructions, and the upper bound uses a cited edge-count bound, so there is no circularity or parameter fitting.
major comments (1)
- [§3 (Proposition 3.3) and §4 (Proposition 4.4)] The proofs of Propositions 3.3 and 4.4 contain a false assertion. They state that for an edge ordering satisfying Definition (1), every pair of consecutive edges e_i and e_{i+1} intersect in r-1 vertices. This is not implied by (1), which only requires each new edge to attach to some earlier edge, not to the immediately preceding one. For example, in a tight 4-tree with e1={1,2,3,4}, e2={1,2,3,5}, e3={1,2,4,6}, the order e1,e2,e3 satisfies (1) but |e2∩e3|=2<3. Since Propositions 3.3 and 4.4 are used to prove the lower bounds, this is a load-bearing gap. The gap is repairable: for each i≥2, if e_s is the parent edge from (1) and v is the new vertex, then |e_i∩e_s|=r-1; induction over the parent relation (which is well-founded because s<i) gives center(e_i)=center(e_s) and hence all edges share the center of e_1. I recommend replacing the consecutive-edge argument with this induction.
minor comments (6)
- [§4 (Proposition 4.2)] The deletion process should be stated more explicitly: it must be repeated until no X_ij has size at most 3, and the count of deleted vertices should be justified by noting that each of the 3n sets is deleted at most once, so the total number of deleted vertices is at most 9n. As written, the assertion that every nonempty final slice has size at least 4 does not follow from a single pass.
- [§4 (Proposition 4.3, Case 2)] In the paragraph before 'Moreover, recall Equation (2)', the expression 'F21(P')' should be 'F21(P'_0)'; the current text uses an undefined symbol P'.
- [§4 (Proposition 4.3)] The phrase 'Up to symmetry' is not self-explanatory. The four cases cover the situation after possibly swapping the two edges e and e' (so that the center of e' lies in e or neither center lies in the other edge), and the text should say this explicitly.
- [§3 (Proposition 3.1)] The proof asserts that in the cycle 'there must be three consecutive edges c_{j'} r_i, r_i c_j, c_j r_{i'} such that i' > i and j' > j'. Please add a one-sentence justification (e.g., orient the cycle so that a step with row increase and column decrease occurs; such a step must exist in any simple cycle).
- [§2 (Proposition 2.2)] There is a typo: 'comletes' should be 'completes'.
- [§5 (Concluding remarks)] In the first bullet point, '2 33 ! = 48' should read '2^3 * 3! = 48' (the current typesetting appears to show 2^(33!), which is incorrect).
Circularity Check
No circularity: the lower bounds are explicit hypergraph constructions and the upper bound uses an independent cited edge-count bound.
full rationale
The paper's derivation chain is self-contained with respect to the target theorem. The upper bound in Theorem 1.1 follows from Proposition 2.2, which uses the random deletion method together with Proposition 2.1, a cited edge-count bound for tight trees from Furedi and Jiang [6]; it does not assume the Ramsey bound being proved. The 3-uniform lower bound rests on the explicit Cooper-Mubayi construction H3 on [n]^2 and on Propositions 3.1-3.3, which show H3 is H3-free of non-trivial tight 3-trees. The 4-uniform lower bound rests on the new explicit construction H4 on [n]^3 and on Propositions 4.2-4.4, including a direct four-case coordinate-inequality proof of Proposition 4.3. There are no fitted parameters, no equation defined in terms of the target result, and no self-citation chain that supplies the central content; the cited results are external and their assumptions do not include the theorem. The skeptical note about the consecutive-edge assertion in Propositions 3.3 and 4.4 concerns a proof-technique gap that is repairable by induction over the parent-edge relation; it is a correctness risk, not a circularity, because no step reduces the theorem to its own statement or to a fitted input. The concluding computer-checked remark about 5-uniform generalizations is not used as evidence for the r=3,4 claims. Overall circularity score: 0.
Assumptions & free parameters
assumptions (3)
- domain assumption An n-vertex r-graph with no tight r-tree T having k edges has at most (k-1)*C(n,r-1) edges.
- standard math Any bipartite graph with at least as many edges as vertices contains a cycle.
- standard math In any tournament, at most one vertex has outdegree zero.
Cite this review
Pith. "Pith review of On tight tree-complete hypergraph Ramsey numbers." pith.science (2026). https://pith.science/paper/GHIJ2HUZ
@misc{pith2026241219461,
author = {Pith},
title = {Pith review of: On tight tree-complete hypergraph Ramsey numbers},
year = {2026},
howpublished = {\url{https://pith.science/paper/GHIJ2HUZ}},
note = {Machine review of arXiv:2412.19461}
}
abstract
Chv\'atal showed that for any tree $T$ with $k$ edges the Ramsey number $R(T,n)=k(n-1)+1$ ("Tree-complete graph Ramsey numbers." Journal of Graph Theory 1.1 (1977): 93-93). For $r=3$ or $4$, we show that, if $T$ is an $r$-uniform non-trivial tight tree, then the hypergraph Ramsey number $R(T,n)=\Theta(n^{r-1})$. The 3-uniform result comes from observing a construction of Cooper and Mubayi. The main contribution of this paper is the 4-uniform construction, which is inspired by the Cooper-Mubayi 3-uniform construction.
Figures
Reference graph
Works this paper leans on
-
[1]
N. Alon and J. H. Spencer. The probabilistic method . John Wiley & Sons, 2016
work page 2016
- [2]
-
[3]
J. Cooper and D. Mubayi. Sparse hypergraphs with low independe nce number. Combinatorica, 37:31–40, 2017
work page 2017
-
[4]
P. Erd¨ os. Extremal problems in graph theory. Publ. House Cszechoslovak Acad. Sci., Prague , pages 29–36, 1964
work page 1964
-
[5]
P. Frankl and Z. F¨ uredi. Exact solution of some tur´ an-type problems. Journal of Combinatorial Theory, Series A , 45(2):226–262, 1987
work page 1987
-
[6]
Z. F¨ uredi and T. Jiang. Tur \’an numbers of hypergraph trees. arXiv preprint arXiv:1505.03210 , 2015
arXiv 2015
-
[7]
Z. F¨ uredi, T. Jiang, A. Kostochka, D. Mubayi, and J. Verstra¨ ete. Hypergraphs not containing a tight tree with a bounded trunk. SIAM Journal on Discrete Mathematics , 33(2):862–873, 2019
work page 2019
-
[8]
Z. F¨ uredi, T. Jiang, A. Kostochka, D. Mubayi, and J. Verstra¨ ete. Hypergraphs not containing a tight tree with a bounded trunk ii: 3-trees with a trunk of size 2. Discrete Applied Mathematics , 276:50–59, 2020
work page 2020
Show all 11 references
-
[9]
F¨ uredi, T
Z. F¨ uredi, T. Jiang, A. Kostochka, D. Mubayi, and J. Verstra¨ ete. Tight paths in convex geometric hypergraphs. Advances in Combinatorics , 1, 2020
2020
-
[10]
K. T. Phelps and V. R¨ odl. Steiner triple systems with minimum indep endence number. Ars Combin , 21:167–172, 1986
1986
-
[11]
R¨ odl and E.ˇSinajov´ a
V. R¨ odl and E.ˇSinajov´ a. Note on independent sets in steiner systems.Random Structures & Algorithms , 5(1):183–190, 1994. 8
1994
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.