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).

Editorial Desk·July 28, 2026·4 min readstrong

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$.

arXiv:2607.15034Submitted: Jul 17, 2026v1

Schur numbers ask for the largest interval [1,p][1,p] that can be colored with kk colors without a monochromatic solution to x+y=zx+y=z. Exact values are known only through S(5)=160S(5)=160, so progress for larger kk 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 α\alpha inherit the color of the same row in the base coloring, g(α)g(\alpha). The shifted version allows such a cell to inherit from a neighboring or otherwise shifted row, g(α+d)g(\alpha+d), where dd 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

S(k+2)10S(k)+2.S(k+2) \geq 10S(k)+2.

This improves the same-step Abbott-Hanson recurrence S(k+2)9S(k)+4S(k+2) \geq 9S(k)+4, 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 g:[1,p][1,k]g:[1,p]\to[1,k] and replaces each input integer α\alpha by a row of width qq. The main block has size pqpq; a cell at position x=(α1)q+ux=(\alpha-1)q+u receives either a new color k+ik+i from an ordinary label AiA_i, or an old base color g(α+d)g(\alpha+d) from a shifted special label PdP_d. 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 γ=α+β1+ϵ\gamma=\alpha+\beta-1+\epsilon, where ϵ\epsilon 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 Δ={n,,n}\Delta=\{-n,\ldots,n\} and sufficiently large pp, only 2n+12n+1 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 qq adding rr new colors gives S(k+r)qS(k)S(k+r)\geq qS(k). The tail theorem adds a checked suffix of length tt, giving S(k+r)qS(k)+tS(k+r)\geq qS(k)+t. 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 Δ={1,0,1}\Delta=\{-1,0,1\}, the case r=2,q=10r=2,q=10 is satisfiable, while r=2,q=11r=2,q=11 is unsatisfiable for the tested shift ranges up to {3,,3}\{-3,\ldots,3\}. For r=3,q=34r=3,q=34, the solver reports UNSAT for Δ={2,,2}\Delta=\{-2,\ldots,2\} and a 20-hour timeout for Δ={3,,3}\Delta=\{-3,\ldots,3\}. The useful constructive result is therefore not a broad family of larger templates, but one explicit width-10 shifted template with tail Q=(A,B)Q=(A,B).

Using Theorem 2 with q=10q=10, r=2r=2, and t=2t=2, the paper obtains S(k+2)10S(k)+2S(k+2)\geq 10S(k)+2. Instantiating this with known lower bounds gives S(8)10536+2=5,362S(8)\geq 10\cdot536+2=5,362 and S(13)10203,828+2=2,038,282S(13)\geq 10\cdot203,828+2=2,038,282. 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 r4r\geq4 to be prohibitive, with relevant widths such as q112q\geq112 and q381q\geq381 making the encoding size scale beyond the already difficult r=3r=3 case. The method is a useful expansion of the template toolkit, not a route to exact Schur numbers by itself.

Evidence Box

strong

Key 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

Related Articles

Readers are encouraged to consult the original arXiv paper for complete details. SOTA Papers does not make claims beyond what is supported by the authors' reported evidence.