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

2024 CMO 第 1 题

组合 · P1/P4 · 起手题

题面据中国数学奥林匹克 / AoPS 可核档案整理;中文题意为本站自译,英文行为来源英译摘要,公式请以原始来源为准。

CMO 2024 P1 combinatorics

Let p5p \geq 5 be a prime and S={1,2,,p}S = \left\{ 1, 2, \ldots, p \right\} . Define r(x,y)r(x,y) as follows: r(x,y)={yxyxyx+py<x.r(x,y) = \begin{cases} y - x & y \geq x y - x + p & y < x \end{cases}.
For a nonempty proper subset AA of SS , let f(A)=xAyA(r(x,y))2.f(A) = \sum_{x \in A} \sum_{y \in A} \left( r(x,y) \right)^2. A *good* subset of SS is a nonempty proper subset AA satisfying that for all subsets BSB \subseteq S of the same size as AA , f(B)f(A)f(B) \geq f(A) . Find the largest integer LL such that there exists distinct good subsets A1A2ALA_1 \subseteq A_2 \subseteq \ldots \subseteq A_L .

*Proposed by Bin Wang*

p5p \geq 5 为素数,且 S={1,2,,p}S = \left\{ 1, 2, \ldots, p \right\} 。定义 r(x,y)r(x,y) 如下: r(x,y)={yxyxyx+py<x.r(x,y) = \begin{cases} y - x & y \geq x y - x + p & y < x \end{cases}.

对于 SS 的非空真子集 AA ,设 f(A)=xAyA(r(x,y))2f(A) = \sum_{x \in A} \sum_{y \in A} \left( r(x,y) \right)^2。 SS 的 *good* 子集是一个非空真子集 AA,满足与 AAf(B)f(A)f(B) \geq f(A) 大小相同的所有子集 BSB \subseteq S 。找到最大的整数 LL ,使得存在不同的好子集 A1A2ALA_1 \subseteq A_2 \subseteq \ldots \subseteq A_L

*王斌提议*

提示 1

先说出现象:哪些量会变,哪些约束不会变。

提示 2

找守恒量、相似关系、平衡条件或不变量,不急着代公式。

提示 3

把物理图景或谜题结构翻成一个最小方程组,再处理边界情况。

完整解答

题面已直接收录。先把 2024 年 CMO 第 1 题的条件整理成对象、关系、目标三部分;再沿提示寻找不变量、标准构型或关键变形;最后补齐边界情形,并回到原题要求核对。

这类题最怕一上来套公式。先把图景或语言条件说清楚,答案通常会少绕很多路。