One colour with : the value is or by
ProvedModularSchur.schurModResidue_k1_of_modulus_ltadditive-combinatoricscombinatoricsmodular-schur-numbersnumber-theorysum-free-sets
This theorem settles the single-colour value in the regime the paper's one-colour theorem excludes, namely a modulus smaller than the number of summands.
For every and every with ,
When the all-ones -tuple sums to , so even the interval fails and no nonempty interval can be coloured; otherwise that singleton interval is safe, and the length cannot be pushed to .
Together with the case this completes the single-colour picture over all , leaving no gap in the one-colour regime.
Preamble
import Definitions.Def_ModularSchurBasic
import Definitions.Def_ModularSchurPartition
import Mathlib
open ModularSchur
open Finset Classical
variable {m ℓ : ℕ}
Formal statement
theorem ModularSchur.schurModResidue_k1_of_modulus_lt (m ℓ : ℕ) (hm : 2 ≤ m) (hml : m < ℓ) :
schurModResidue m 1 ℓ = if ℓ % m = 1 then 0 else 1 := by sorrySource
Not stated in McKenna 2026, "Prime-power structure of the stable regime for modular Schur numbers", docs/paper/modular-schur.pdf in the same repository -- this is a result of the Lean development only. Prior art: The paper states the one-colour formula only under the hypothesis (Theorem 6.1) and nowhere treats the regime ; this statement is a result of the Lean development going beyond the paper. Lean source: https://github.com/mysticflounder/modular-schur/blob/eb6098890f05eff39190e6cd8e41fdea53fa81f9/lean/ModularSchur/K1Theorem.lean#L293-L313