灯下 登录
番外 · 题谱 · 2015 · P1

2015 IMO 第 1 题

数论 · P1/P4 · 起手题

题面据 IMO 可核档案整理;中文题意为本站自译或改写,正式公式请以原始来源为准。PDF:https://www.imo-official.org/problems/2015/eng.pdf。本站于 2026-05-13 将 IMO 题谱生成范围校验至 2025 年。

IMO 2015 P1 number-theory

We say that a finite set SS of points in the plane is balanced if, for any two different points AA and BB in SS , there is a point CC in SS such that AC=BCAC = BC . We say that SS is center-free if for any three different points AA , BB and CC in SS , there are no points PP in SS such that PA=PB=PCPA = PB = PC .

(a) Show that for all integers n3n \geq 3 , there exists a balanced set consisting of nn points.

(b) Determine all integers n3n \geq 3 for which there exists a balanced center-free set consisting of nn points.

如果对于 SS 中的任意两个不同的点 AABB,在 SS 中存在一个点 CC 使得 AC=BCAC = BC ,则我们说平面上点的有限集 SS 是平衡的。如果对于 SS 中的任意三个不同的点 AABBCCSS 中不存在使得 PA=PB=PCPA = PB = PC 的点 PP ,我们就说 SS 是无中心的。

(a) 证明对于所有整数 n3n \geq 3 ,存在一个由 nn 点组成的平衡集。
(b) 确定所有整数 n3n \geq 3 ,其中存在由 nn 点组成的平衡无中心集。

提示 1

先看模小素数、最大公因数或整除链。

提示 2

把整数条件转成同余方程或 p 进指数比较。

提示 3

若要存在性,用构造;若要唯一性,用最小反例或下降。

完整解答

题面来自可核来源,本站补原创提示和解法骨架。 先把 2015 年第 1 题归入 number theory:数论结构题:先看同余、整除、最大公因数和 p 进赋值,再用构造或反证把整数条件锁紧。 完整解答的主线是先翻译题设,提取一个不变量或标准构型;第二步用提示阶梯里的入口建立关键等式;第三步把剩余情形分完,并回到题目要求检查边界和等号。P1 的题位也给出节奏提示:P1/P4 多半从直接观察起步,P2/P5 需要一个中间引理,P3/P6 则要把两个看似分开的条件接到同一个结构上。