Bounded discrepancies between tie-breaking conventions

From papers

Let SS be a subtraction set, and consider any two tie-breaking conventions in the associated self-interest cumulative subtraction game. For a heap size hh, let the discrepancy be the difference between the resulting player utilities under those conventions. Bounded-discrepancy open problem. Are the discrepancies bounded for every fixed subtraction set SS and every pair of tie-breaking conventions? The source states this as a problem rather than asserting that boundedness holds, so the question remains open in the supplied text.

Progress summary

Open

The question is explicitly posed as an open conjecture, and no public proof or counterexample was found.

Bhagat, Kulkarni, Larsson, and Murali formulate the problem as Conjecture 17: for any subtraction set SS and any two tie-breaking conventions, the resulting utility discrepancies should remain bounded. The supplied sources do not report a resolution.

Known results

  • For subtraction sets with S=2|S|=2, the paper proves a one-sided comparison between friendly and antagonistic tie-breaking; this does not establish bounded discrepancies for general SS or arbitrary conventions.
  • Numerical tests on random finite subtraction sets, with 3S103 \leq |S| \leq 10, maxS25\max S \leq 25, and heap sizes h300h \leq 300, found no positive discrepancy in the tested comparison; this is only evidence.

2025 formulation and computational evidence

The authors leave boundedness, quantitative bounds in terms of maxS\max S, and related eventual-periodicity questions open. No retrieved source reports a claimed proof, counterexample, verification, or AI-generated resolution.

Current status (as of August 2026): The conjecture remains open for general subtraction sets and arbitrary tie-breaking conventions; only the special two-element case and limited computations are known.

Sources
Sources & referencesView supporting material

Primary source

Anjali Bhagat, Tanmay Kulkarni, Urban Larsson and Divya Murali, “Tie-breaking in self interest cumulative subtraction games”, arXiv:2510.24280 (2026).

Solutions 1

Proof

Claim. For every nonempty finite subtraction set SNS\subseteq\mathbb N, every heap size h0h\geq 0, every pair of deterministic tie-breaking conventions, and either player ii, the corresponding self-interest equilibrium utilities satisfy

uiτ(h)uiτ(h)3maxS22.(1)\left|u_i^{\tau}(h)-u_i^{\tau'}(h)\right| \leq \left\lfloor\frac{3\max S-2}{2}\right\rfloor. \tag{1}

In particular, the discrepancies are bounded independently of the heap size. This proves Conjecture 17 of Anjali Bhagat, Tanmay Kulkarni, Urban Larsson, and Divya Murali, Tie-breaking in self interest cumulative subtraction games, arXiv:2510.24280v2, and also gives an explicit linear upper bound for the immediately following Problem 1.

The finite-subtraction-set assumption is the setting in which the source poses its quantitative questions: Problems 1–3 use maxS\max S, and its experimental subtraction sets are finite. No assertion is made here about unbounded infinite subtraction sets.

Write

M=maxS.(2)M=\max S. \tag{2}

Each move removes some sSs\in S from the common heap, with ss credited to the mover. The game stops when the remaining heap admits no legal subtraction. Thus, if its final utilities are aa and bb, then

a0,b0,a+bh.(3)a\geq 0, \qquad b\geq 0, \qquad a+b\leq h. \tag{3}

The possible strict inequality accounts for pebbles left in a terminal heap.

Step 1: A security guarantee for the second player. Consider any heap of size xx, and suppose KminSK\geq\min S bounds every subtraction that can occur now or anywhere in the continuation. The second player uses the following strategy: whenever the first player removes ss, respond by removing the same ss if that response is legal.

Suppose the strategy first fails when the heap size immediately before the first player's move is RR. Every preceding pair of moves removed equal amounts, so each player has already collected

xR2.(4)\frac{x-R}{2}. \tag{4}

The first player now removes sKs\leq K. Failure of the matching response means that the remaining heap is smaller than ss, and therefore

Rs<s,R2s12K1.(5)R-s<s, \qquad R\leq 2s-1\leq 2K-1. \tag{5}

Whatever happens afterwards can only increase the second player's accumulated utility. Consequently, that player can guarantee at least

x2K+12.(6)\left\lceil\frac{x-2K+1}{2}\right\rceil. \tag{6}

If the game ends immediately after a completed matching pair, its remaining heap is smaller than the smallest legal subtraction and hence is at most K1K-1. The same bound follows. The bound is also valid when the initial heap itself has no legal move, provided KminSK\geq\min S, as in both applications below: its right-hand side is then nonpositive.

Applying (6) to the original game gives the second player's security level

L2(h)=h2M+12.(7)L_2(h) = \left\lceil\frac{h-2M+1}{2}\right\rceil. \tag{7}

Step 2: A stronger security guarantee for the first player. Suppose first that the initial heap has a legal move, and let

s=max(S{1,,h}).(8)s=\max\bigl(S\cap\{1,\ldots,h\}\bigr). \tag{8}

The first player removes ss immediately. Every subtraction that can occur anywhere in the remaining game is at most ss: a larger subtraction would already have been legal at the original heap, contradicting the definition of ss.

In the residual heap of size hsh-s, the original first player now has the role of second player. Applying (6) with x=hsx=h-s and K=sK=s, while retaining the already collected ss, gives the security guarantee

s+hs2s+12=hs+12hM+12.(9)\begin{aligned} s+\left\lceil\frac{h-s-2s+1}{2}\right\rceil &= \left\lceil\frac{h-s+1}{2}\right\rceil \\ &\geq \left\lceil\frac{h-M+1}{2}\right\rceil. \end{aligned} \tag{9}

Accordingly, set

L1(h)=hM+12.(10)L_1(h) = \left\lceil\frac{h-M+1}{2}\right\rceil. \tag{10}

If the initial heap has no legal move, then h<minSMh<\min S\leq M, so both utilities are zero and both proposed lower bounds L1(h)L_1(h) and L2(h)L_2(h) are nonpositive. Hence (7) and (10) apply in this case as well.

Step 3: Security guarantees apply to every tie-breaking equilibrium. A pure subgame-perfect equilibrium is, in particular, a Nash equilibrium of the underlying extensive-form game. Consequently, neither player can earn strictly more by unilaterally replacing their equilibrium strategy with any other legal strategy against the other player's fixed equilibrium strategy.

The deterministic conventions in the source only choose among actions yielding the same personal continuation utility. They do not remove actions or permit a player to select a strictly inferior personal continuation. Therefore, the selected profile remains a Nash equilibrium for the original personal utilities.

The copying strategy used in Steps 1–2 may depend on the preceding move and need not itself be a Markovian tie-breaking convention. This is harmless: it is used only as a legal unilateral security strategy in the underlying game, not as a proposed equilibrium convention.

Hence every selected equilibrium outcome (a,b)(a,b) satisfies

aL1(h),bL2(h).(11)a\geq L_1(h), \qquad b\geq L_2(h). \tag{11}

Together with (3), this gives the role-specific intervals

L1(h)ahL2(h),L2(h)bhL1(h).(12)\begin{aligned} L_1(h)&\leq a\leq h-L_2(h),\\ L_2(h)&\leq b\leq h-L_1(h). \end{aligned} \tag{12}

These intervals are independent of the tie-breaking conventions.

Step 4: Compare any two conventions. Let (a,b)(a,b) and (a,b)(a',b') be the equilibrium outcomes for any two convention profiles at the same initial heap. Equation (12) implies

max{aa,bb}hL1(h)L2(h).(13)\max\bigl\{|a-a'|,|b-b'|\bigr\} \leq h-L_1(h)-L_2(h). \tag{13}

Finally, the elementary inequality x+yx+y\lceil x\rceil+\lceil y\rceil\geq\lceil x+y\rceil yields

L1(h)+L2(h)hM+12+h2M+12=h3M22.(14)\begin{aligned} L_1(h)+L_2(h) &\geq \left\lceil \frac{h-M+1}{2}+\frac{h-2M+1}{2} \right\rceil \\ &= h- \left\lfloor\frac{3M-2}{2}\right\rfloor. \end{aligned} \tag{14}

Substitution into (13) proves (1). Thus, for every fixed nonempty finite SS, the discrepancy is uniformly bounded over all heaps, all deterministic tie-breaking profiles, and both players. In fact, the same argument applies to every Nash equilibrium, since only unilateral security and conservation of the heap were used.

0 endorsements
Shivam Patel ·