The interval up to is -sum-free
ProvedModularSchur.sumFree_minadditive-combinatoricscombinatoricsmodular-schur-numbersnumber-theorysum-free-sets
This is the witness that makes the one-colour formula attainable.
Let and , and set . Then
At this length the integer sums of elements drawn from all lie in , so their residues avoid the interval itself.
This single set realises the one-colour value, so it is the lower bound matching the two upper bounds and the reason the formula is an exact minimum rather than an estimate.
Preamble
import Definitions.Def_ModularSchurBasic
import Definitions.Def_ModularSchurPartition
import Mathlib
open ModularSchur
open Finset Classical
variable {m ℓ : ℕ}
Formal statement
theorem ModularSchur.sumFree_min (hm : 2 ≤ m) (hℓ : 2 ≤ ℓ) (hlm : ℓ ≤ m) :
IsEllSumFree m ℓ (stableResidues m (min (ℓ - 1) (m / ℓ))) := by sorrySource
McKenna 2026, "Prime-power structure of the stable regime for modular Schur numbers", docs/paper/modular-schur.pdf in the same repository, the lower-bound witness in the proof of Theorem 6.1. Lean source: https://github.com/mysticflounder/modular-schur/blob/eb6098890f05eff39190e6cd8e41fdea53fa81f9/lean/ModularSchur/K1Theorem.lean#L130-L171