REVIEW 4 minor 1 cited by
Holes in Valid-Extension Sets of Finite Gilbreath Sequences
T0 review · 0 major / 4 minor · reviewed 2026-08-02 · deepseek-v4-flash
Pith's one-line read This paper proves that the set of valid extensions of a finite Gilbreath sequence can fail to fill its natural parity interval, gives the exact order-sensitive condition under which it fills the interval, and identifies the first failure at
desk verdict A solid, correct repair of Gatti's interval claim, with an exact extension-set theory that deserves serious refereeing. 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 right anti-diagonal (e_1,...,e_{n-1}) of the difference triangle, together with the folding map F_S that composes the absolute-value steps x -> |x-e_i| in that fixed order. The reverse tree inverts these folds step by step from the required apex value 1, yielding the full set of valid distances. The interval-completeness criterion compares each e_i with the sum of the later anti-diagonal entries plus 1, exactly the no-gap condition that keeps the reverse tree from falling apart; unlike the sorted subset-sum criterion, the order is forced by the geometry of the triangle.
What would settle it
Write a direct, triangulation-based program that, for every increasing sequence in G_5, appends each candidate integer and recomputes the full difference triangle; if any sequence other than (2,3,5,9,15) has a hole in its valid-extension set, or if (2,3,5,9,15) admits the value 15 as a valid extension, the central claims fail. Independently recomputing N_11 (the number of G_11 sequences) via a different method would test the enumeration.
Extended reading notes
Core claim
The central claim is that the valid-extension set K_S is governed by the right anti-diagonal of the difference triangle through the iterated absolute-value map F_S(d)=|...||d-e_1|-e_2|...-e_{n-1}|: a value k is valid exactly when F_S(|k-s_n|)=1. On this basis the paper proves (Theorem 20) that K_S equals the candidate interval C_S—all parity-compatible integers within distance A(S)+1 of the last term—if and only if the anti-diagonal entries satisfy e_i <= 1 + sum_{j>i} e_j for all i <= n-2. This is an ordered analogue of the classical subset-sum completeness criterion. The first failure occurs at n=5 for S=(2,3,5,9,15), whose only hole is the last term itself, 15. The paper also proves the m
Load-bearing premise
The theorem-level proofs are hand-argument, but the enumeration data for lengths up to 11, the uniqueness of the first counterexample as stated in Table 1, and the evidence for the maximum-width conjecture all rest on the correctness of the included program, supported only by the statement that it was checked against an independent implementation.
Editorial extensions
If this is right
- The previously proposed interval-filling characterization of valid extensions is refuted: some Gilbreath sequences admit fewer valid extensions than the candidate interval, and the gap can be measured by a defect h(S).
- For any individual sequence, K_S can be computed exactly by the reverse-tree algorithm, and membership in the valid-extension set can be decided by evaluating one folding map.
- Interval completeness is now a checkable, finite condition on the anti-diagonal; every sequence of length at most 4 is interval-complete, and the only length-5 exception is (2,3,5,9,15).
- The minimal sequence (2,3,5,7,...,2n-1) is the unique minimizer of extension width, with width 5 for all n>=3, while the doubling sequence (2,3,5,9,17,...,2^{n-1}+1) attains width 2^{n-1}+1 and is conjectured to be the unique maximizer.
- There exist sequences (the V_n family) whose valid-extension set splits into 2^{n-4} connected components in the parity lattice, so extension sets can be exponentially disconnected.
Reading between the lines
- The order-sensitive completeness criterion may apply beyond Gilbreath sequences: it holds for any tuple of nonnegative integers with a final 1 and otherwise even entries, suggesting a general theory of fibers of folding maps where classical subset-sum completeness is the unordered shadow.
- The defect h(S) measures how much the nested absolute-value structure constrains independent sign choices; one could test whether the fraction of defective sequences tends to a nonzero limit, as the data hint.
- The V_n family suggests an extremal principle: the gap between the candidate interval and the true extension set grows exponentially when the leading anti-diagonal entry is large, so sequences with widely spread gaps might be the natural extremal objects.
- A direct check: implement a naive triangle-building extension test independently of the paper's reverse-tree code, and verify the counts N_2...N_11 and the first-hole example.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies finite strictly increasing Gilbreath sequences beginning with (2,3). For a sequence S, it defines K_S, the set of integers k such that appending k preserves the Gilbreath property, and analyzes K_S through the nested absolute-value map F_S. The main contributions are: an exact membership criterion and a reverse-tree algorithm for computing K_S (Proposition 18); a comparison of K_S with the candidate interval C_S and the independently signed-sum set S^±; and a sharp order-sensitive condition, e_i ≤ 1 + Σ_{j>i} e_j for 1 ≤ i ≤ n−2, characterizing when K_S = C_S (Theorem 20). The paper proves that this interval-completeness fails first at n = 5 for S = (2,3,5,9,15), with a single hole at 15 (Theorem 24); determines the unique minimum-width sequence L_n (Theorem 25); computes the width of the doubling sequence (Theorem 29); and constructs a family V_n with exponentially many parity-lattice components (Theorem 35). Enumeration data through n = 11 and Python code are included.
Significance. The central structural theorem is a genuine correction to the previously claimed interval-filling characterization and replaces it with an exact ordered analogue of Brown's subset-sum completeness criterion. The hand proofs are self-contained and I found no gaps in the key arguments: the reverse-tree computations, the interval-completeness algebra, the first-hole proof, and the component-doubling construction are all consistent. The paper is also careful in its claims: it explicitly disclaims novelty for the OEIS enumeration and for the extremal-growth identifications, and it includes reproducible code. The computational parts, while not a substitute for a repository or raw output, are corroborated by the OEIS match and are not load-bearing for the main theorems.
minor comments (4)
- [Section 17] The code is embedded in the PDF and is stated to reproduce Table 1, but no repository, commit hash, or raw output is provided. For the n = 11 count and the n ≤ 10 verification of Conjecture 30, an independent reader must re-implement from the printed code. Please consider hosting the code and the computed values (or at least checksums) in a public repository.
- [Sections 1.1 and 5] The refutation of Gatti [10] depends on the assertion that Gatti treats the signs in the unfolded absolute-value expression as freely independent. Since the paper does not reproduce Gatti's exact wording, please verify this reading against the original and, if necessary, add a direct quotation or qualifying sentence so that the correction is not vulnerable to a straw-man objection.
- [Section 14, Table 1] The n = 11 row uses dashes for all columns except N_11. The text explains that only the count was computed from the G_10 frontier, but the caption could repeat this to avoid ambiguity, and it would be useful to state that per-sequence statistics at n = 11 were not attempted.
- [Section 8, Definition 17] When e = 0, the preimage step P_e(T) does not double the set; the lower branch is active only for t = 0. A one-line example or remark here would help readers avoid a common misinterpretation of the reverse-tree cardinality behavior.
Circularity Check
No significant circularity: the central theorems are proved from definitions via the reverse-tree characterization, and external benchmarks are used only for corroboration.
full rationale
The paper's derivation chain is self-contained. Proposition 2 reformulates the definition of a valid extension as the fiber condition F_S(|k-s_n|)=1; this is bookkeeping from the difference triangle, not a fitted or assumed result. The central structural theorem (Theorem 20) is proved from the reverse-tree characterization (Proposition 18) using a self-contained normalized preimage lemma; the criterion e_i <= 1 + sum_{j>i} e_j is derived, not assumed. Brown's completeness criterion is both cited and proved in Theorem 11, and it is used only to analyze the intermediate signed-sum set S^±, not to define K_S. The first-hole theorem (Theorem 24) is verified by explicit enumeration of G_4 and G_5 and by a hand-computed reverse tree. The minimum-width theorem, the doubling-sequence width, and the exponentially disconnected family are each proved by induction from the anti-diagonal structure. No fitted parameters appear anywhere; no load-bearing self-citation occurs; no uniqueness theorem is imported from the author's prior work. Computational enumeration data are corroborated by OEIS A080839 and by the included Python program, and those computations are not load-bearing for the main theorems. The statements that computational verification was checked independently and that originality claims are based on literature searches are appropriate limitations, not circular steps. Therefore the paper receives a circularity score of 0.
Assumptions & free parameters
assumptions (3)
- domain assumption Correctness of OEIS A080839 values used to corroborate N_n
- domain assumption Shift-invariance: |K_S| and the structure of K_S depend only on the gap sequence (Section 7.1)
- domain assumption The independent verification of the computational claims (Acknowledgments) is accurate
Cite this review
Pith. "Pith review of Holes in Valid-Extension Sets of Finite Gilbreath Sequences." pith.science (2026). https://pith.science/paper/AGQEHOWQ
@misc{pith2026260623721,
author = {Pith},
title = {Pith review of: Holes in Valid-Extension Sets of Finite Gilbreath Sequences},
year = {2026},
howpublished = {\url{https://pith.science/paper/AGQEHOWQ}},
note = {Machine review of arXiv:2606.23721}
}
read the original abstract
Given a finite sequence of integers, form its difference triangle by repeatedly taking absolute differences of consecutive entries. We call the sequence Gilbreath if the leftmost entry of every row below the top is 1. The Gilbreath conjecture, which remains open, asserts that every initial segment of the primes is a Gilbreath sequence. This paper studies the local extension problem: given a Gilbreath sequence, which integers can be appended to it while preserving the Gilbreath property? We call the set of such admissible values the valid-extension set of the sequence. A previously proposed characterization in the literature predicts that this set always fills a natural parity interval around the last term. We show that this fails in general: the valid-extension set can have interior holes, with the smallest failure occurring at length 5 for the sequence (2,3,5,9,15). The paper develops a corrected theory of valid extensions. We give an exact criterion for membership in the valid-extension set, an algorithm that computes it, and a sharp condition determining exactly when the set fills the candidate interval. This last condition is an order-sensitive analogue of the classical Brown completeness criterion for subset sums. We also establish endpoint validity and reflection symmetry, determine the exact minimum size of the valid-extension set together with its unique minimizer, exhibit a family whose valid-extension set has exponentially many components, and provide enumeration data through length 11.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 1 Pith paper
-
Piercing Gilbreath's Conjecture: From Deep Number Theory Insights to Fintech and Cybersecurity
The paper proposes an unproven corridor and 0-2-cycle framework under which Gilbreath's conjecture would follow, with only finite computational evidence.
Reference graph
Works this paper leans on
-
[1]
Agama,On the gap sequence and Gilbreath’s conjecture, preprint, arXiv:2104.05258 (2021)
T. Agama,On the gap sequence and Gilbreath’s conjecture, preprint, arXiv:2104.05258 (2021)
arXiv 2021
-
[2]
R. N. Bhat, C. Cobeli, and A. Zaharescu,Filtered rays over iterated absolute differences on layers of integers, Chaos, Solitons & Fractals178(2024), 114315
2024
-
[3]
R. N. Bhat, C. Cobeli, and A. Zaharescu,On quasi-periodicity in Proth–Gilbreath triangles, Bull. Math. Soc. Sci. Math. Roumanie67(115)(2024), no. 1, 3–21
2024
-
[4]
J. L. Brown, Jr.,Note on complete sequences of integers, American Mathematical Monthly68 (1961), no. 6, 557–560
1961
-
[5]
S. A. Burr and P. Erd˝ os,A Ramsey-type property in additive number theory, Glasgow Mathe- matical Journal27(1985), 5–10
1985
-
[6]
Caragiu, A
M. Caragiu, A. Zaharescu, and M. Zaki,An analogue of the Proth–Gilbreath conjecture, Far East Journal of Mathematical Sciences81(2013), no. 1, 1–12
2013
-
[7]
Chase,A random analogue of Gilbreath’s conjecture, Mathematische Annalen388(2024), 2611–2625
Z. Chase,A random analogue of Gilbreath’s conjecture, Mathematische Annalen388(2024), 2611–2625. doi:10.1007/s00208-023-02579-w
- [8]
Show all 21 references
-
[9]
Gardner,Mathematical games: patterns in primes are a clue to the strong law of small numbers, Scientific American243(1980), no
M. Gardner,Mathematical games: patterns in primes are a clue to the strong law of small numbers, Scientific American243(1980), no. 6, 18–28
1980
-
[10]
Gatti,Gilbreath equation, Gilbreath polynomials, and upper and lower bounds for Gilbreath conjecture, Mathematics11(2023), no
R. Gatti,Gilbreath equation, Gilbreath polynomials, and upper and lower bounds for Gilbreath conjecture, Mathematics11(2023), no. 18, 4006
2023
-
[11]
R. K. Guy,Unsolved Problems in Number Theory, 3rd ed., Springer-Verlag, New York, 2004
2004
-
[12]
R. B. Killgrove and K. E. Ralston,On a conjecture concerning the primes, Mathematical Tables and Other Aids to Computation13(1959), 121–122
1959
-
[13]
H. L. Montgomery,Ten Lectures on the Interface Between Analytic Number Theory and Har- monic Analysis, CBMS Regional Conference Series in Mathematics84, American Mathemat- ical Society, Providence, RI, 1994
1994
-
[14]
A. M. Odlyzko,Iterated absolute values of differences of consecutive primes, Mathematics of Computation61(1993), no. 203, 373–380
1993
-
[15]
N. J. A. Sloane et al.,Sequence A036261, The On-Line Encyclopedia of Integer Sequences, https://oeis.org/A036261
-
[16]
N. J. A. Sloane et al.,Sequence A036262, The On-Line Encyclopedia of Integer Sequences, https://oeis.org/A036262
-
[17]
N. J. A. Sloane et al.,Sequence A054977, The On-Line Encyclopedia of Integer Sequences, https://oeis.org/A054977
-
[18]
N. J. A. Sloane et al.,Sequence A080839, The On-Line Encyclopedia of Integer Sequences, https://oeis.org/A080839. 35
-
[19]
N. J. A. Sloane et al.,Sequence A173816, The On-Line Encyclopedia of Integer Sequences, https://oeis.org/A173816
-
[20]
N. J. A. Sloane et al.,Sequence A347924, The On-Line Encyclopedia of Integer Sequences, https://oeis.org/A347924
-
[21]
N. J. A. Sloane et al.,Sequence A347925, The On-Line Encyclopedia of Integer Sequences, https://oeis.org/A347925. 36
Reviewed August 2, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.