Shifted Templates Improve Schur Number Lower Bounds
Allowing special labels to point to shifted base rows gives S(k+2) ≥ 10S(k)+2 and raises the listed bounds for S(8) and S(13).
Underlying Paper
Shifted S-templates and improved lower bounds for Schur numbers
We present an extension of the template-based approach for Schur numbers developed by Rowley. This new form of template construction, which we call shifted S-templates, was discovered during a conversation with ChatGPT 5.5 Pro, then refined, verified, and extended to multiple shifted S-templates. These new templates generalize the first ones by giving more flexibility in the coloring. Using this added flexibility with the new way to color the special label cells of the template, we exhibit a template which yields the recurrence $S(k+2) \geq 10S(k)+2$, improving on the classical Abbott-Hanson recurrence $S(k+2) \geq 9S(k)+4$ for the same step. Combined with the known bounds $S(6) \geq 536$ and $S(11) \geq 203\,828$, this implies $S(8) \geq 5\,362$ and $S(13) \geq 2\,038\,282$, improving the previously listed lower bounds $5\,286$ and $2\,011\,290$.
Schur numbers ask for the largest interval that can be colored with colors without a monochromatic solution to . Exact values are known only through , so progress for larger often comes from recursive constructions: start with a known sum-free coloring, expand it by a structured template, and prove the expansion preserves the sum-free property. This paper extends Rowley-style S-templates by changing how the template reuses colors from the base partition. The payoff is a better two-color-step recurrence than Abbott and Hanson’s classical bound.
Core Contribution
The new object is a shifted S-template. In an ordinary S-template, cells marked with a special label in row inherit the color of the same row in the base coloring, . The shifted version allows such a cell to inherit from a neighboring or otherwise shifted row, , where belongs to a controlled set of allowed shifts. That small change matters because the ordinary labels and shifted labels draw from disjoint color sources: ordinary labels introduce the new colors, while shifted labels reuse base colors. More freedom in the reused base colors lets the authors build a width-10 template with two new colors and a tail of length 2, yielding
This improves the same-step Abbott-Hanson recurrence , and it is strong enough to update the catalogued lower bounds for two concrete Schur numbers.
Technical Approach
The construction starts from a valid coloring and replaces each input integer by a row of width . The main block has size ; a cell at position receives either a new color from an ordinary label , or an old base color from a shifted special label . A finite tail can then be appended after the main block if the sums touching that tail are separately checked.
The main proof obligation is to prevent any monochromatic triple after expansion. The authors reduce this to a finite template condition. When two main-block entries add, the resulting row index is governed by , where is the column carry. They classify rows by whether their allowed shifts are near the lower boundary, middle, or upper boundary of the base partition. For a bounded shift set and sufficiently large , only row types need to be checked rather than every possible base-row index.
That reduction supports two formal statements. The multiplication theorem says an admissible template of width adding new colors gives . The tail theorem adds a checked suffix of length , giving . These theorems separate the infinite family argument from the finite admissibility search.
Results and Analysis
The computational search is reported as SAT over shifted S-templates. Table I shows that with shifts , the case is satisfiable, while is unsatisfiable for the tested shift ranges up to . For , the solver reports UNSAT for and a 20-hour timeout for . The useful constructive result is therefore not a broad family of larger templates, but one explicit width-10 shifted template with tail .
Using Theorem 2 with , , and , the paper obtains . Instantiating this with known lower bounds gives and . Those replace previously listed lower bounds of 5,286 and 2,011,290. The absolute gains are modest, but they are clean improvements from a short template and a finite verification argument.
Caveats
The evidence is strongest for the displayed recurrence and the two derived bounds. The broader shifted-template search is less conclusive: larger shift sets and more new colors quickly hit encoding size and runtime limits. The conclusion says the authors expect to be prohibitive, with relevant widths such as and making the encoding size scale beyond the already difficult case. The method is a useful expansion of the template toolkit, not a route to exact Schur numbers by itself.
Evidence Box
strongKey Claims
- •Shifted special labels generalize Rowley-style S-templates
- •Finite row-type checks certify admissibility independently of base size
- •A width-10 shifted template with a length-2 tail improves the two-step Schur recurrence
Key Results
- •New recurrence S(k+2) ≥ 10S(k)+2 (vs. Abbott-Hanson S(k+2) ≥ 9S(k)+4)
- •S(8) ≥ 5,362 from S(6) ≥ 536 (previously listed 5,286)
- •S(13) ≥ 2,038,282 from S(11) ≥ 203,828 (previously listed 2,011,290)
- •SAT search found r=2, q=10 satisfiable; r=2, q=11 unsatisfiable for tested shift ranges up to {-3,…,3}
Limitations & Caveats
- •No further lower-bound improvement from multiple shifted S-templates under reported time constraints
- •r=3, q=34 with Δ={-3,…,3} timed out after 20 hours
- •Expected r≥4 searches become prohibitive because relevant widths include q≥112 and q≥381
- •No released SAT code or machine-checkable certificate listed in the paper