灯下 登录
番外 · 闲灯 / IMO Shortlist / C3 · combinatorics

2020 IMO Shortlist C3

题面据 IMO Shortlist 可核档案整理;中文题意为本站自译,公式请以原始来源为准。

IMO Shortlist 2020 C3 combinatorics

Let nn be an integer with n2n \geq 2. On a slope of a mountain, n2n^{2} checkpoints are marked, numbered from 1 to n2n^{2} from the bottom to the top. Each of two cable car companies, AA and BB, operates kk cable cars numbered from 1 to kk; each cable car provides a transfer from some checkpoint to a higher one. For each company, and for any ii and jj with 1i<jk1 \leq i<j \leq k, the starting point of car jj is higher than the starting point of car ii; similarly, the finishing point of car jj is higher than the finishing point of car ii. Say that two checkpoints are linked by some company if one can start from the lower checkpoint and reach the higher one by using one or more cars of that company (no movement on foot is allowed). Determine the smallest kk for which one can guarantee that there are two checkpoints that are linked by each of the two companies. (India)

nnn2n \geq 2 的整数。在山坡上,标记了n2n^{2}个检查点,从下到上编号为1到n2n^{2}。两家缆车公司 AABB 各运营 kk 缆车,编号从 1 到 kk;每辆缆车都提供从某个检查站到更高的检查站的接送服务。对于每个公司,对于任意 iijj1i<jk1 \leq i<j \leq k,汽车 jj 的起点高于汽车 ii 的起点;同样,车jj的终点高于车ii的终点。假设某个公司将两个检查站连接起来,如果一个人可以使用该公司的一辆或多辆汽车从较低的检查站出发并到达较高的检查站(不允许步行)。确定可以保证两家公司各自链接两个检查点的最小 kk。 (印度)

提示 1

先决定对象是什么:集合、图、排列、颜色、路径,还是一次操作后的状态。

提示 2

找一个极端对象、双计数式、不变量,或把限制转成图上的局部条件。

提示 3

把局部限制累加成全局矛盾,或给出覆盖全部情形的构造。

完整解答

这页先给题面、题型和提示阶梯,完整证明留给读者逐步展开。2020 年 IMO Shortlist C3 可先归入组合:第一步把题设翻成对象、条件、目标三行;第二步沿提示寻找不变量、标准构型或关键变形;第三步补齐边界情形,并回到题目原要求核对。

这题适合先独立想一轮再打开提示。不要急着搜索完整解答,先问自己:题面里最硬的限制是哪一句?