灯下 登录
番外 · 闲灯 / 国际数学奥林匹克 / P6 · geometry / combinatorics

2022 IMO 第 6 题

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

IMO 2022 P6 geometrycombinatorics

Let nn be a positive integer. A Nordic square is an n×nn\times n board containing all the integers from 1 to n2n^{2} so that each cell contains exactly one number. An uphill path is a sequence of one or more cells such that:

a) the first cell in the sequence is a valley, meaning the number written is less than all its orthogonal neighbors,
b) each subsequent cell in the sequence is orthogonally adjacent to the previous cell, and
c) the numbers written in the cells in the sequence are in increasing order.

Find, as a function of nn , the smallest possible total number of uphill paths in a Nordic square.

nn 为正整数。北欧方格是一块 n×nn\times n 的棋盘,包含从 1 到 n2n^{2} 的所有整数,因此每个方格只包含一个数字。上坡路径是一系列一个或多个像元,使得:

a) 序列中的第一个单元格是一个山谷,这意味着写入的数字小于其所有正交邻居,
b) 序列中的每个后续单元都与前一个单元正交相邻,并且
c) 单元格中所写的数字按顺序递增。

根据 nn 的函数求出北欧方形中可能的最小上坡路径总数。

提示 1

先标出所有固定量和会变化的点。

提示 2

尝试角追、相似、圆幂、面积比或坐标化中的一种。

提示 3

把关键等式还原成一个标准定理或一个可构造的辅助点。

完整解答

题面来自可核来源,本站补原创提示和解法骨架。 先把 2022 年第 6 题归入 geometry / combinatorics:几何结构题:先画出关键点线圆,寻找相似、角追、幂、面积或仿射变换中最稳定的量。 完整解答的主线是先翻译题设,提取一个不变量或标准构型;第二步用提示阶梯里的入口建立关键等式;第三步把剩余情形分完,并回到题目要求检查边界和等号。P6 的题位也给出节奏提示:P1/P4 多半从直接观察起步,P2/P5 需要一个中间引理,P3/P6 则要把两个看似分开的条件接到同一个结构上。