Nim with pass, problem A13
Nim with pass, problem A13
Given a Nim position together with a pass-status , where means that one pass remains available, a move either replaces one nonzero heap by an integer with , leaving unchanged, or, when , changes the pass-status to without changing the heaps. The problem is to give a complete characterization of the winning and losing positions, equivalently to determine exactly which states are -positions.
Progress summary
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 , when or , the position is a -position exactly when has Grundy number (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 & referencesView supporting material
Primary source
Additional references
- Some results on split sum of impartial games — arXiv — François Carret
Solutions 0
Sign in to submit a solution.
No solutions have been posted yet.