Nim with pass, problem A13

Given a Nim position x=(x1,,xn)Z0n\mathbf{x}=(x_1,\ldots,x_n)\in\mathbb{Z}_{\ge 0}^n together with a pass-status ε{0,1}\varepsilon\in\{0,1\}, where ε=1\varepsilon=1 means that one pass remains available, a move either replaces one nonzero heap xix_i by an integer yy with 0y<xi0\le y<x_i, leaving ε\varepsilon unchanged, or, when ε=1\varepsilon=1, changes the pass-status to 00 without changing the heaps. The problem is to give a complete characterization of the winning and losing positions, equivalently to determine exactly which states (x,ε)(\mathbf{x},\varepsilon) are P\mathcal{P}-positions.

Progress summary

Partially solved

New structural results clarify some cases, but Nim with a pass has not been solved in general.

The problem seeks a general description of winning and losing positions in Nim after allowing one pass. Earlier work explicitly left an analogous solution open, and no complete proof or counterexample has been reported.

Known results

  • Three or more piles: the Nimber Extension Rule gives limited progress, but the relevant structure remains unresolved (2020).
  • Restricted component games: the pass-game value reduces to Nim with a pass on the components' ordinary Grundy values (2025).
  • For positions (x,y,1)(x,y,1), when x9x \ge 9 or y9y \ge 9, the position is a P\mathcal{P}-position exactly when (x,y,0)(x,y,0) has Grundy number 11 (2025).

August 2026 split-sum results

Recent work introduces a generalized split-sum and Grundy-value framework, identifying cases where adding a pass behaves like an ordinary disjunctive sum and deriving further results for selected Nim configurations. It presents structural progress, not a solution of A13.

Current status (as of August 2026): Partial structural results are established, but the general Nim-with-pass problem remains open.

Sources
Sources & referencesView supporting material

Primary source

arXiv

Additional references

Solutions 0

No solutions have been posted yet.