Predicted reverse-mex behavior for three families of subtraction Nim with a pass

From papers

Consider subtraction Nim with subtraction set {s1,s2,s3}\{s_1,s_2,s_3\} and one pass. Let G(x,0)\mathcal{G}(x,0) denote the Grundy number without a pass and G(x,1)\mathcal{G}(x,1) the Grundy number with a pass. The source defines the relevant reverse-mexmex recurrences by equations (1)(1)(3)(3). The three-family prediction. (a) For subtraction set {s1,s2,s3}={a,2an,2an+a}\{s_1,s_2,s_3\}=\{a,2an,2an+a\} with a,nNa,n\in\mathbb{N}, equation (1)(1) holds, and for x6an+(4a+1)x\geq6an+(4a+1) equations (2)(2) and (3)(3) hold; the Grundy sequence enters a loop at that threshold. (b) For subtraction set {a,(2n+1)a,(2n+3)a}\{a,(2n+1)a,(2n+3)a\} with a,nNa,n\in\mathbb{N}, equation (1)(1) holds, and for xa(2n+3)+1x\geq a(2n+3)+1 equations (2)(2) and (3)(3) hold; moreover G(x,1)<4\mathcal{G}(x,1)<4 for every xx, and the sequence enters a loop at that threshold. (iii) For subtraction set {a,(2n+1)a,(2n+5)a}\{a,(2n+1)a,(2n+5)a\} with a,nNa,n\in\mathbb{N}, equation (1)(1) holds, G(x,1)<4\mathcal{G}(x,1)<4 for every xx, and for xa(2n+5)+1x\geq a(2n+5)+1 equations (2)(2) and (3)(3) hold; the sequence enters a loop at that threshold. These are examples and predictions based on computer calculations; the source does not establish them as theorems or report a resolution.

Progress summary

Open

A 2026 preprint proposed three recurring patterns for subtraction games with a pass, but no proof or disproof has been publicly verified.

The problem asks whether three parameterized families of subtraction games satisfy the stated reverse-mex formulas, bounded Grundy values, and eventual looping behavior. The source labels this package “Conjecture 3,” supported by examples and computer calculations rather than established theorems.

Known results

  • A separate special case, subtraction set {2,4n,4n+2}\{2,4n,4n+2\} with n3n\geq 3, is proved to satisfy the reverse-mex behavior for both the ordinary and one-pass games, with looping from x12n+9x\geq 12n+9.

May 2026 preprint

The preprint appeared on May 14, 2026 and records all three families, their thresholds, the latter two families’ claimed bound G(x,1)<4\mathcal{G}(x,1)<4, and eventual looping as predictions. The retrieved sources report no proof, counterexample, independent verification, or later resolution.

Current status (as of August 2026): The three-family prediction remains an unproved conjecture; only the separate special case {2,4n,4n+2}\{2,4n,4n+2\} for n3n\geq 3 is established.

Sources
Sources & referencesView supporting material

Primary source

Urban Larsson, Hikaru Manabe and Ryohei Miyadera, “A Subtraction Nim with a Pass”, arXiv:2605.14321 (2026).

Solutions 1

Counterexample

All three stated families have infinitely many counterexamples.

For a subtraction set SS, let gS(x)g_S(x) and hS(x)h_S(x) be the Grundy values without and with one available pass. The source's recurrences are

gS(0)=hS(0)=0,g_S(0)=h_S(0)=0, gS(x)=mex{gS(xs):sS, sx},g_S(x)=\operatorname{mex}\{g_S(x-s):s\in S,\ s\le x\},

and, for x>0x>0,

hS(x)=mex({hS(xs):sS, sx}{gS(x)}).(1)h_S(x) =\operatorname{mex} \left( \{h_S(x-s):s\in S,\ s\le x\} \cup\{g_S(x)\} \right). \tag{1}

All three conjectured families claim that after their respective thresholds the pass option can be omitted:

hS(x)=mex{hS(xs):sS}.(2)h_S(x) =\operatorname{mex}\{h_S(x-s):s\in S\}. \tag{2}

Each assertion fails inside its explicitly claimed range.

Family (a). Choose n=2n=2, a=1a=1, so S={1,4,5}S=\{1,4,5\} and the threshold is 6an+4a+1=176an+4a+1=17. Exact mex recursion gives

hS(18)=4,mex{hS(17),hS(14),hS(13)}=mex{2,3,1}=0.h_S(18)=4, \qquad \operatorname{mex}\{h_S(17),h_S(14),h_S(13)\} =\operatorname{mex}\{2,3,1\}=0.

Family (b). Choose n=1n=1, a=1a=1, so S={1,3,5}S=\{1,3,5\} and the threshold is a(2n+3)+1=6a(2n+3)+1=6. Then

hS(6)=1,mex{hS(5),hS(3),hS(1)}=mex{2,2,2}=0.h_S(6)=1, \qquad \operatorname{mex}\{h_S(5),h_S(3),h_S(1)\} =\operatorname{mex}\{2,2,2\}=0.

Family (iii). Choose n=2n=2, a=1a=1, so S={1,5,9}S=\{1,5,9\} and the threshold is a(2n+5)+1=10a(2n+5)+1=10. Then

hS(10)=1,mex{hS(9),hS(5),hS(1)}=mex{2,2,2}=0.h_S(10)=1, \qquad \operatorname{mex}\{h_S(9),h_S(5),h_S(1)\} =\operatorname{mex}\{2,2,2\}=0.

Moreover, direct induction in (1) proves, for every positive integer aa,

gaS(aj)=gS(j),haS(aj)=hS(j).g_{aS}(aj)=g_S(j), \qquad h_{aS}(aj)=h_S(j).

Therefore these counterexamples extend to all positive aa:

familynSxthreshold(a)2{a,4a,5a}18a16a+1(b)1{a,3a,5a}6a5a+1(iii)2{a,5a,9a}10a9a+1.\begin{array}{c|c|c|c|c} \text{family}&n&S&x&\text{threshold}\\ \hline (a)&2&\{a,4a,5a\}&18a&16a+1\\ (b)&1&\{a,3a,5a\}&6a&5a+1\\ (iii)&2&\{a,5a,9a\}&10a&9a+1 . \end{array}

In every row xx meets its claimed threshold and (2) fails. Conjecture 3 explicitly quantifies a,nNa,n\in\mathbb N; the earlier restriction n3n\ge3 belongs to a different proved special case. These counterexamples concern the explicitly included small-nn cases; they do not assert failure after adding the extra restriction n3n\ge3.

Source: Larsson, Manabe, and Miyadera, A Subtraction Nim with a Pass, equations (35)–(37) and Conjecture 3, https://arxiv.org/html/2605.14321 .

0 endorsements
Shivam Patel ·