1. want to park on a one-way street with ordered parking spaces . Each car , has a preferred space (here ). The cars follow these rules:

  • (i) Each car goes to its preferred parking spaces if it is empty.
  • (ii) Otherwise, it moves forward and parks in the next available space.
  • (iii) If there is no space available, then the car leaves the street and fails to park.

The preference sequence is called a parking function of length if all the cars can park. For example, is a parking function of length 3 , while is not. Prove that the number of parking functions of length is .

大二做过又忘记了,但是又非常经典。考虑 个环形车位,此时都能停进去。

2. Show that if and are both even, then .

类似于证明

.

Link to original

构造一个 个点的边界情况

3. Let denote the least positive integer such that in any partition of into subsets, there is a subset in the partition with such that . In class we will prove that exists.

  • (i) Prove that .
  • (ii) Show that .
  • (iii) Show that .

同样做过,只需要对着 构造 时的摆放方式

4. Use the Hales-Jewett Theorem to show that there exists an integer such that any -coloring of contains a monochromatic 3-term arithmetic progression with . (Hint: Use an alphabet of size 3 and write each number in its base 3 representation.)

三进制把数字写成向量形式,染完色找 monochromatic combinatorial line。

5. Show that if a graph on vertices has edges, then it has at least triangles.

类似于

Link to original
对一条边的两点考虑它们的邻域的最小交集

6. Let be a graph on vertices which does not contain four vertices with precisely if . Show that has at most edges.

花里胡哨的,其实就是找 free. 类似于

.

Link to original
计算 path 的大小,因为 确定后如果有两个 就会得到 .