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

2025 IMO 第 1 题

数论 · P1/P4 · 起手题

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

IMO 2025 P1 number-theory

A line in the plane is called sunny if it is not parallel to any of the xx -axis, the yy -axis, or the line x+y=0x + y = 0 .

Let n3n \geq 3 be a given integer. Determine all nonnegative integers kk such that there exist nn distinct lines in the plane satisfying both of the following:

- for all positive integers aa and bb with a+bn+1a + b \leq n + 1 , the point (a,b)(a, b) lies on at least one of the lines; and

- exactly kk of the nn lines are sunny.

如果平面中的一条线不与 xx 轴、yy 轴或线 x+y=0x + y = 0 中的任何一个平行,则该线称为晴线。

n3n \geq 3 为给定整数。确定所有非负整数 kk,使得平面中存在满足以下两个条件的 nn 条不同的线:

- 对于所有正整数 aabb 以及 a+bn+1a + b \leq n + 1 ,点 (a,b)(a, b) 至少位于其中一条线上;和

- nn 线路中的 kk 线路晴朗。

提示 1

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

提示 2

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

提示 3

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

完整解答

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