There are $n$ positive integers on the blackboard.
For each round, player $A$ splits the integers into two groups, $X$ and $Y$. One of the groups can be empty. Player $B$ erases one group of integers, and reduces each remaining integers by one.
$A$ wins when one of the integers becomes $0$. B wins when every integer is erased.
Under what circumstances does $A$ have a must-win strategy?
I can think of the case where there are two $1$'s. $A$ just needs to keep these two $1$'s in separate groups, then he will win. But what kind of configurations can be reduced into this case?
(Fill in the gaps as needed. If you're stuck, show your work and explain why you're stuck.)
Let the integers be $ a_i$.
Claim: $A$ wins iff $\sum \frac{1}{2^{a_i}} \geq 1$
Proof: Suppose the condition holds.
Show that $A$ can split into 2 groups such that no matter what group $B$ chooses, the condition holds again at the next step. (See Useful lemma below.)
Then, because the game is finite, eventually we must have one term equal to 0, so A wins.
Suppose the condition doesn't holds.
Show that no matter how $A$ splits the 2 groups, B can find a group so that the condition doesn't hold at the next step.
Thus, B will eventually erase every number, so B wins.
Notes: