题面据 Putnam 可核档案整理;中文题意为本站自译,公式请以原始来源为准。 PDF:https://kskedlaya.org/putnam-archive/2023.pdf。
Alice and Bob play a game in which they take turns choosing integers from to . Before any integers are chosen, Bob selects a goal of ``odd'' or ``even''. On the first turn, Alice chooses one of the integers. On the second turn, Bob chooses one of the remaining integers. They continue alternately choosing one of the integers that has not yet been chosen, until the th turn, which is forced and ends the game. Bob wins if the parity of \{k: \text{the numberkkth turn}\} matches his goal. For which values of does Bob have a winning strategy?
Alice 和 Bob 玩一个游戏,他们轮流选择从 到 的整数。在选择任何整数之前,鲍勃选择“奇数”或“偶数”目标。在第一回合,Alice 选择 个整数中的一个。在第二轮,鲍勃选择剩余的整数之一。他们继续交替选择尚未选择的整数之一,直到第 回合,这将被强制并结束游戏。如果 \{k: \text{第kk}\} 的奇偶性与他的目标相符,Bob 获胜。对于 的哪些值,Bob 有获胜策略?
提示 1
先看同余、整除、最大公因数和 p 进赋值。
提示 2
把整数条件转成同余方程、指数比较或下降过程。
提示 3
若要存在性,用构造;若要唯一性,用最小反例、无限下降或模限制。
完整解答
这页先给题面、题型和提示阶梯,完整证明留给读者逐步展开。2023 年 Putnam A6 可先归入数论:第一步把题设翻成对象、条件、目标三行;第二步沿提示寻找不变量、标准构型或关键变形;第三步补齐边界情形,并回到题目原要求核对。
这题适合先独立想一轮再打开提示。不要急着搜索完整解答,先问自己:题面里最硬的限制是哪一句?