题面据 USAMO 可核档案整理;中文题意为本站自译,公式请以原始来源为准。
Alice the architect and Bob the builder play a game. First, Alice chooses two points and in the plane and a subset of the plane, which are announced to Bob. Next, Bob marks infinitely many points in the plane, designating each a city. He may not place two cities within distance at most one unit of each other, and no three cities he places may be collinear. Finally, roads are constructed between the cities as follows: for each pair of cities, they are connected with a road along the line segment if and only if the following condition holds: For every city distinct from and , there exists such that is directly similar to either or . Alice wins the game if (i) the resulting roads allow for travel between any pair of cities via a finite sequence of roads and (ii) no two roads cross. Otherwise, Bob wins. Determine, with proof, which player has a winning strategy.
Note: is directly similar to if there exists a sequence of rotations, translations, and dilations sending to , to , and to .
建筑师爱丽丝和建造者鲍勃玩游戏。首先,Alice 选择平面上的两个点 和 以及平面的子集 ,并将其公布给 Bob。接下来,鲍勃在平面上标记了无限多个点,并为每个点指定了一个城市。他不得将两个城市放置在相距最多一单位的距离内,并且他放置的三个城市不得共线。最后,在城市之间构建道路如下:对于每对城市 ,当且仅当满足以下条件时,它们与沿线段 的道路连接:对于不同于 和 的每个城市 ,都存在 ,使得 直接类似于 或 。如果 (i) 生成的道路允许通过有限的道路序列在任何一对城市之间行驶,并且 (ii) 没有两条道路交叉,则爱丽丝赢得游戏。否则,鲍勃获胜。通过证据确定哪个玩家有获胜策略。
注意:如果存在将 发送到 、 发送到 、 发送到 的旋转、平移和膨胀序列,则 与 直接相似。
提示 1
先标出固定点、动点、角、圆和长度关系。
提示 2
尝试角追、相似、圆幂、面积比、反演或坐标化中的一种。
提示 3
把关键等式还原成标准定理,或补出一个让结构闭合的辅助点。
完整解答
这页先给题面、题型和提示阶梯,完整证明留给读者逐步展开。2025 年 USAMO P3 可先归入几何:第一步把题设翻成对象、条件、目标三行;第二步沿提示寻找不变量、标准构型或关键变形;第三步补齐边界情形,并回到题目原要求核对。
这题适合先独立想一轮再打开提示。不要急着搜索完整解答,先问自己:题面里最硬的限制是哪一句?