REVIEW 3 major objections 3 minor 1 cited by
Possible Sizes of Sumsets
T0 review · 3 major / 3 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read For each fixed h, the paper proves that once a set A of k integers is large enough, every possible size of the h-fold sumset occurs—except for a precisely specified triangular block of values near the bottom of the range.
desk verdict A serious paper whose gap exclusion and h=3 theorem are new and likely correct, but whose main large-k theorem is not established as written because the two halves of the proof do not connect for h≥4. 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 central engine is Lemma 4.5, a discrete intermediate-value lemma: an integer-valued function on a box that is nonincreasing in each coordinate, has unit maximum single-coordinate drop, and whose cumulative drops dominate the next coordinate's maximum drop, must have an interval for its image. The paper applies it to $|hA|$ where $A$ is a disjoint union of a dense arithmetic-progression-like set and sparse geometric sets, with parameters controlling the number of relations among sums. A second key object is the k-sumset graph, whose vertices are the possible pairs $(|2A|, |3A|)$ and whose edges join nearby pairs; the $h=3$ proof works by showing endpoints are connected by paths.
What would settle it
Test the filling claim in Lemma 4.4 for a small concrete case—e.g., $h=3$, $d=10$, $k=5$—by explicitly listing the sumsets; if the union fails to cover $[0, hd]$, the proof's construction of the lower half of the interval collapses. Alternatively, a computer search for any $(h,k)$ with $k>h$ whose computed $R(h,k)$ contains a value from $\Delta_{h,k}$ would disprove the more general conjecture.
Extended reading notes
Core claim
The paper establishes that for each fixed $h$ there is a constant $k_h$ such that for all $k > k_h$, $R(h,k) = [hk-h+1, C(h+k-1,h)] \setminus \Delta_{h,k}$, where $\Delta_{h,k}$ is a union of $\min(h,k)-3$ disjoint intervals that form a triangle; Theorem 1.3 proves none of these $\Delta$ values can occur, so the description is exact. For $h=3$, Theorem 1.7 proves the stronger identity $R(3,k) = \{3k-2\} \cup [3k, C(k+2,3)]$ for all $k>2$, so the threshold $k_3$ can be taken to be 2. The proof combines a graph whose vertices are possible $(|2A|,|3A|)$ pairs with an inductive lifting argument, and for general $h$ a parameterized construction whose sumset size varies continuously over an interval.
Load-bearing premise
The proof leans on a filling lemma (Lemma 4.4) whose core step—that a particular union of three translated copies of a smaller filling set is itself filling—is asserted with a 'not hard to check' rather than a demonstrated argument; if that filling property fails, the lower half of the main interval construction collapses.
Editorial extensions
If this is right
- The range of h-fold sumset sizes is fully determined for fixed h and all sufficiently large k: it is an explicit interval minus an explicit triangle.
- For h=3 the answer is complete for every k>2: R(3,k) = {3k−2} ∪ [3k, C(k+2,3)].
- The possibility that the same description holds for all k>h is reduced to a finite verification for each h (though computationally intensive).
- The nonconstructive interval-sweeping method provides a new tool for studying the joint distribution of (|2A|,...,|hA|).
- All results transfer to any infinite torsion-free abelian group, as noted in Section 5.4.
Reading between the lines
- The discrete intermediate-value lemma (Lemma 4.5) is stated as a standalone principle and could be reused in other combinatorial parameter-counting problems where monotone families have controlled variation, such as subgraph-density ranges or other additive statistics.
- The h=3 graph-path strategy suggests that extending to h=4 or 5 would require controlling triples of sumset sizes simultaneously; the paper notes this is the main obstruction, so a natural testbed is to plot the possible (|3A|,|4A|) pairs for fixed |A| and look for connected paths.
- If the conjecture in Section 5.2 (a diameter-based lower bound on |hA|) is true, then for h > k+1 there would be additional gaps beyond the triangle, which could be detected by brute-force computation for k=4 and small h.
- The resemblance noted in the paper between the possible (|2A|,|3A|) plot and the edge/triangle density region from extremal graph theory could be made explicit; if an exact map exists, graph-theoretic methods might transfer to sumset sizes.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies R(h,k), the set of possible cardinalities of h-fold sumsets of k-element subsets of Z. Theorem 1.3 rules out a triangular set Δ_{h,k}; Theorem 1.4 asserts that for each fixed h and all sufficiently large k, R(h,k) is exactly the bounding interval minus Δ_{h,k}; Theorem 1.7 proves the h=3 case for all k>2. The proof of Theorem 1.7 uses a graph of pairs (|2A|,|3A|) and an inductive path argument. The proof of Theorem 1.4 is split into Proposition 4.1, which constructs sets with small h-fold sumsets via (h,d)-filling sets, and Proposition 4.2, which constructs large h-fold sumsets by combining dense and sparse pieces. The paper also contains a clean diameter-based proof of Theorem 1.3 using Freiman-type results.
Significance. If the main result is correct, it answers Nathanson's problem on the form of R(h,k) for fixed h and large k, and Theorem 1.7 confirms Conjecture 1.6 for h=3. The methods are novel and varied: the diameter argument for exclusions, the graph-connectivity argument for h=3, and the generating-function/disjoint-union technique for the large-size range are all interesting and worth publishing. The computational verification for h+k<12 and the explicit formulation of the excluded triangle are useful contributions. However, the current proof of the main theorem contains a concrete interval-overlap gap that must be repaired before the claims are established.
major comments (3)
- [§4.2 / Proof of Proposition 4.1] The display at the end of §4.2 gives R(h,k) ⊇ [hk-h+1, h((k-1)^h/4^{(h^2+h)/2} - k)] \ Δ_{h,k}. The leading term of this upper endpoint is (h/4^{(h^2+h)/2}) k^h. Proposition 4.1 claims the upper endpoint k^h/(42h^2). For h≥4, h/4^{(h^2+h)/2} < 1/(42h^2) (e.g. h=4: 4/4^{10}=1/262144 vs 1/672), so the derived interval does not imply Proposition 4.1. In the proof of Theorem 1.4, ε is set to 1/(42h^2), hence Proposition 4.2's lower endpoint lies strictly above the largest size guaranteed by §4.2 for large k; the two intervals do not meet. The theorem is therefore not established as written. This is repairable by taking ε = h/(2·4^{(h^2+h)/2}) in Proposition 4.2, but the current statements and proof must be aligned.
- [Lemma 4.4] The proof asserts without details that A' = \tilde A ∪ {i\tilde d} ∪ (d-\tilde d + \tilde A) is (h,d)-filling. The displayed equality for (h-1)(\tilde A ∪ (d-\tilde d + \tilde A)) does not by itself show hA'=[0,hd]; when d ≫ \tilde d, the intervals j(d-\tilde d)+[0,(h-1)\tilde d] are widely separated, and the role of the grid {i\tilde d} in filling the gaps is precisely the content of the filling claim. Since this filling property is the engine of Proposition 4.1 and hence of the small-sumset half of Theorem 1.4, a complete verification must be supplied.
- [Lemma 3.2] The path P rests entirely on the exact formulas for g(A_a) and g(B_b), which are asserted as 'explicit computations' without any derivation. The case k=4 requires a separate B'_2, and the endpoint A_{2k-2} lies outside the three listed ranges for A_a, so the formulas are not entirely routine. Because Theorem 1.7 depends on this lemma, the computations should be provided in full or in an appendix.
minor comments (3)
- [§4.3.2] The notation O[[az]] and Θ+[[az]] is introduced but the multiplication of a monomial like z^m O[[ℓz]] is not formally defined. This should be clarified for readability.
- [§3] In the path P of Lemma 3.2, the index B_{k-3} is skipped. This is intentional, but the reader has to verify the adjacency across the jump from B_{k-4} to A_{k-3}; a remark would help.
- [§5.5] There is a typo in the question about possible tuples: '( |3A|,4A| )' should read '(|3A|,|4A|)'.
Circularity Check
No significant circularity found; the derivation uses external theorems and original constructions without assuming its target result.
full rationale
The paper's main results, Theorem 1.4 and Theorem 1.7, are derived from constructions and external results: Freiman's 3k−3 theorem, the Lev–Smeliansky asymmetric Freiman theorem, Nathanson's canonical bounds, and the Erdős–Szemerédi h=2 result. The excluded set Δ_{h,k} is defined from prior work, but Theorem 1.3 re-proves that these values are absent from R(h,k) using Lemmas 2.2 and 2.3, so the exclusion is not merely imported. Theorem 1.7 is proved by an inductive graph-connectivity argument with explicit set families, and the base case and induction step do not presuppose the result. Theorem 1.4 is assembled from Propositions 4.1 and 4.2, each of which is proved by explicit constructions. The 'not hard to check' step in Lemma 4.4 and the asserted exact sumsets in Lemma 3.2 are gaps or unverified computational claims, not circularity: they do not assume the quantities they are meant to establish. There are no self-citations, no fitted parameters renamed as predictions, and no theorem imported from the author's own prior work to force the conclusion. The reviewer's numerical gap between Propositions 4.1 and 4.2 is a correctness objection about whether the proof covers the middle range, but it is not a circularity: the missing coverage does not mean the conclusion was assumed as an input. Therefore the paper is self-contained against the stated external theorems and no circular dependency is present.
Assumptions & free parameters
assumptions (6)
- standard math Freiman's 3k−3 theorem: if |2A| < 3k−3 then A is contained in an arithmetic progression of length at most |2A|−k+1.
- standard math Asymmetric Freiman / Lev–Smeliansky theorem: if |A+B| < |A|+|B|+min(|A|,|B|)−3 then A is contained in an AP of length ≤ |A+B|−|B|+1.
- standard math Nathanson's container theorem: R(h,k) ⊆ [hk−h+1, C(h+k−1,h)] and the endpoints are attained.
- domain assumption Nathanson's Theorem 1.11: exact sumset sizes for B_{j,ℓ} = [0,ℓ−2] ∪ {h(ℓ−2)+2−j}.
- standard math The claim in [Nat96, proof of Theorem 1.13]: for A ⊆ [0,d] with gcd 1 and w∈[1,d]\A, either w∈2A or w+d∈2A.
- standard math Erdős–Szemerédi: R(2,k) = [2k−1, C(k+1,2)] for all k.
Cite this review
Pith. "Pith review of Possible Sizes of Sumsets." pith.science (2026). https://pith.science/paper/GBGIWFFO
@misc{pith2026251023022,
author = {Pith},
title = {Pith review of: Possible Sizes of Sumsets},
year = {2026},
howpublished = {\url{https://pith.science/paper/GBGIWFFO}},
note = {Machine review of arXiv:2510.23022}
}
abstract
Nathanson introduced the range of cardinalities of $h$-fold sumsets $R(h,k) := \{|hA|:A \subset \mathbb{Z} \text{ and }|A| = k\}.$ Following a remark of Erd\H{o}s and Szemer\'edi that determined the form of $R(h,k)$ when $h=2$, Nathanson asked what the form of $R(h,k)$ is for arbitrary $h, k \in \mathbb{N}$. For $h \in \mathbb{N}$, we prove there is some constant $k_h \in \mathbb{N}$ such that if $k > k_h$, then $R(h,k)$ is the entire interval $\left[hk-h+1,\binom{h+k-1}{h}\right]$ except for a specified set of $\binom{h-1}{2}$ numbers. Moreover, we show that one can take $k_3 = 2$.
Figures
Forward citations
Cited by 1 Pith paper
-
A Local Classification of Four-Element Multiple Sumsets
For four-element integer sets, the h-fold sumset has size 5h−1 (and 5h+1 for h≥5) in the range 4h+2 to 6h−4, and never 5h.
Reference graph
Works this paper leans on
-
[1]
On sums and products of integers
Paul Erd o s and Endre Szemer\'edi. On sums and products of integers. In Studies in pure mathematics , pages 213--218. Birkh\"auser, Basel, 1983
1983
-
[2]
Lev and Pavel Y
Vsevolod F. Lev and Pavel Y. Smeliansky. On addition of two distinct sets of integers. Acta Arith. , 70(1):85--91, 1995
1995
-
[3]
Nathanson
Melvyn B. Nathanson. Additive number theory: Inverse problems and the geometry of sumsets , volume 165 of Graduate Texts in Mathematics . Springer-Verlag, New York, 1996
1996
- [4]
- [5]
- [6]
- [7]
-
[8]
Nathanson
Melvyn B. Nathanson. Compression and complexity for sumset sizes in additive number theory. J. Number Theory , 281:321--343, 2026
2026
Show all 16 references
-
[9]
On N athanson's triangular number phenomenon, 2025
Kevin O'Bryant. On N athanson's triangular number phenomenon, 2025. arXiv: 2506.20836
2025 arXiv
-
[10]
Eine zahlentheoretische anwendung der graphentheorie
Helmut Pl \" u nnecke. Eine zahlentheoretische anwendung der graphentheorie. J. Reine Angew. Math. , 243:171--183, 1970
1970
-
[11]
Razborov
Alexander A. Razborov. On the minimal density of triangles in graphs. Combin. Probab. Comput. , 17(4):603--618, 2008
2008
-
[12]
Imre Z. Ruzsa. An application of graph theory to additive number theory. Sci. Ser. A Math. Sci. (N.S.) , 3:97--109, 1989
1989
-
[13]
On the sumset of sets of size k , 2025
Vincent Schinina. On the sumset of sets of size k , 2025. arXiv: 2505.07679
2025 arXiv
-
[14]
Additive combinatorics , volume 105 of Cambridge Studies in Advanced Mathematics
Terence Tao and Van Vu. Additive combinatorics , volume 105 of Cambridge Studies in Advanced Mathematics . Cambridge University Press, Cambridge, 2006
2006
-
[15]
Some inverse results of sumsets
Min Tang and Yun Xing. Some inverse results of sumsets. Bull. Korean Math. Soc. , 58(2):305--313, 2021
2021
-
[16]
Graph theory and additive combinatorics---exploring structure and randomness
Yufei Zhao. Graph theory and additive combinatorics---exploring structure and randomness . Cambridge University Press, Cambridge, 2023
2023
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.