题面据 IMO 可核档案整理;中文题意为本站自译或改写,正式公式请以原始来源为准。PDF:https://www.imo-official.org/problems/2025/eng.pdf。本站于 2026-05-13 将 IMO 题谱生成范围校验至 2025 年。
Alice and Bazza are playing the inekolaty game, a two-player game whose rules depend on a positive real number which is known to both players. On the th turn of the game (starting with ) the following happens:
- If is odd, Alice chooses a nonnegative real number such that
- If is even, Bazza chooses a nonnegative real number such that
If a player cannot choose a suitable , the game ends and the other player wins. If the game goes on forever, neither player wins. All chosen numbers are known to both players.
Determine all values of for which Alice has a winning strategy and all those for which Bazza has a winning strategy.
Alice 和 Bazza 正在玩 inekolaty 游戏,这是一种两人游戏,其规则取决于两个玩家都知道的正实数 。在游戏的第 回合(从 开始),会发生以下情况:
- 如果 是奇数,Alice 选择一个非负实数 使得
- 如果 是偶数,Bazza 选择一个非负实数 使得
如果一名玩家无法选择合适的 ,则游戏结束,另一名玩家获胜。如果游戏永远持续下去,则双方都不会获胜。所有选择的号码都是双方玩家都知道的。
确定 Alice 有获胜策略的 的所有值以及 Bazza 有获胜策略的所有值。
提示 1
先猜等号,再看每一项的量纲和同次性。
提示 2
试着归一化,或把式子拆成柯西、均值、凸性可处理的块。
提示 3
最后检查等号条件是否和题设完全兼容。
完整解答
题面来自可核来源,本站补原创提示和解法骨架。 先把 2025 年第 5 题归入 inequality:不等式题:先判断等号形状,再选用均值、柯西、凸性、重排或归一化,把表达式压成可控的标准型。 完整解答的主线是先翻译题设,提取一个不变量或标准构型;第二步用提示阶梯里的入口建立关键等式;第三步把剩余情形分完,并回到题目要求检查边界和等号。P5 的题位也给出节奏提示:P1/P4 多半从直接观察起步,P2/P5 需要一个中间引理,P3/P6 则要把两个看似分开的条件接到同一个结构上。