灯下 登录
番外 · 闲灯 / 美国数学奥林匹克 / P2 · combinatorics

2021 USAMO 第 2 题

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

USAMO 2021 P2 combinatorics

The Planar National Park is an undirected 3-regular planar graph (i.e. all vertices have degree 3). That is: every trail has its two endpoints at two different junctions whereas each junction is the endpoint of exactly three trails. Trails only intersect at junctions (in particular, trails only meet at endpoints). Finally, no trails begin and end at the same two junctions. (An example of one possible layout of the park is shown to the left below, in which there are six junctions and nine trails.)

<image>

A visitor walks through the park as follows: she begins at a vertex and starts walking along an edge. When she reaches the other endpoint, she turns left. On the next vertex, she turns right, and so on, alternating left and right turns at each vertex. She does this until she gets back to the vertex where she started. What is the largest possible number of times she could have entered any vertex during her walk, over all possible layouts of the park?

Planar National Park 是一个无向 3-正则平面图(即所有顶点的度数均为 3)。也就是说:每条路线在两个不同的路口都有两个端点,而每个路口恰好是三个路线的端点。路径仅在交汇处相交(特别是,路径仅在端点处相交)。最后,没有任何路径在相同的两个路口开始和结束。 (下图左侧显示了公园一种可能布局的示例,其中有六个交叉路口和九条小径。)

<图片>

游客按如下方式穿过公园:她从一个顶点开始,沿着一条边行走。当她到达另一个端点时,她向左转。在下一个顶点,她右转,依此类推,在每个顶点交替左转和右转。她这样做,直到回到开始的顶点。在公园所有可能的布局中,她在行走过程中进入任何顶点的最大可能次数是多少?

提示 1

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

提示 2

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

提示 3

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

完整解答

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

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