8.10 Starting from a given positive integer , two players, A and B, play a game of alternately choosing integers according to the following rules: When is chosen, A can choose any integer such that ; When is chosen, B can choose , where is any integer such that is exactly a power of a prime number. It is agreed that A wins if he is the first to reach 1990, and B wins if he is the first to reach 1. Try to answer:
(1) For which does A have a winning strategy?
(2) For which does B have a winning strategy?
(3) For which do neither of them have a winning strategy?
Problem 1083
Official solution
[Solution] (1) Let be the set of all positive integers for which player A has a winning strategy. Since , we have
To further seek the elements of , we provide the following lemma.
Lemma Suppose and , where is the largest prime power factor of . Then, if , player A can choose a positive integer such that . Then player B can choose
After a finite number of steps, it will inevitably be the case that , meaning that player B wins. Therefore, when , player B has a winning strategy.
(3) For , if player A chooses in the form (1), it will inevitably lead to a loss. Therefore, player A can only choose or . In this case, if player B chooses , it will lead to player A winning, so player B can only choose . Subsequently, the chosen by player A and player B will be . It is clear that for , neither side has a winning strategy.