Olympiad Maths Prep

Track / Stage 6 / 27 of 400 #1027 of 2000

Problem 1027

National olympiad, first round
Combinatorics Difficulty 6.0 Find the answer

Let nn be a positive integer. SS is a set of points such that the points in SS are arranged in a regular 20162016-simplex grid, with an edge of the simplex having nn points in SS. (For example, the 22-dimensional analog would have n(n+1)2\dfrac{n(n+1)}{2} points arranged in an equilateral triangle grid). Each point in SS is labeled with a real number such that the following conditions hold:

(a) Not all the points in SS are labeled with 00.

(b) If \ell is a line that is parallel to an edge of the simplex and that passes through at least one point in SS, then the labels of all the points in SS that are on \ell add to 00.

(c) The labels of the points in SS are symmetric along any such line \ell.

Find the smallest positive integer nn such that this is possible.

Note: A regular 20162016-simplex has 20172017 vertices in 20162016-dimensional space such that the distances between every pair of vertices are equal.

[i]Proposed by James Lin[/i]

Official solution

To solve this problem, we need to find the smallest positive integer n n such that the given conditions are satisfied for a regular 2016 2016 -simplex grid with n n points on each edge. Let's break down the problem step by step.

1. Understanding the Problem:
- We have a 2016 2016 -simplex grid with n n points on each edge.
- The points are labeled with real numbers.
- The sum of the labels on any line parallel to an edge of the simplex is zero.
- The labels are symmetric along any such line.
- Not all points are labeled with zero.

2. Lower Bound Analysis:
- Let's denote tk,n t_{k,n} as the "tolerance" of a k k -simplex with n n points per edge. This tolerance represents the side length of the largest k k -simplexes you can place at each vertex of the original k k -simplex such that all the points on those k k -simplexes are zero, but not all points in S S are zero.
- For example, for a 2 2 -simplex (triangle), we have:
t2,7=2andt2,8=2 t_{2,7} = 2 \quad \text{and} \quad t_{2,8} = 2
This means that for n=7 n = 7 or n=8 n = 8 , the tolerance is 2.

3. Inductive Hypothesis:
- Suppose the minimum n n for a k k -dimensional simplex is nk=k2+k+1 n_k = k^2 + k + 1 .
- We need to show that for a (k+1) (k+1) -simplex, the minimum n n is nk+1 n_{k+1} .

4. Inductive Step:
- For a k k -simplex with nk n_k points per edge, the tolerance tk,nk t_{k,n_k} is nk11 n_{k-1} - 1 .
- For nk+1 n_{k+1} , we need to ensure that:
tk,nk+k+2=tk,nk+k+1=nk1+k1 t_{k,n_k+k+2} = t_{k,n_k+k+1} = n_{k-1} + k - 1
- For the (k+1) (k+1) -simplex, consider the large k k -simplex with k+1 k+1 -th coordinate nk+1nkk2 n_{k+1} - n_k - k - 2 , which will have tolerance nk1+k1 n_{k-1} + k - 1 .
- Since the k k -simplex with k+1 k+1 -th coordinate 0 must have tolerance at least nk1 n_k - 1 , we must have:
nk+1nk+nk13nk1 n_{k+1} - n_k + n_{k-1} - 3 \ge n_k - 1
Simplifying this inequality:
nk+1(2k2+2k+2)(k2k+1)+2=k2+3k+3 n_{k+1} \ge (2k^2 + 2k + 2) - (k^2 - k + 1) + 2 = k^2 + 3k + 3

5. Conclusion:
- By induction, the smallest n n for a 2016 2016 -simplex is:
n2016=20162+2016+1=4066273 n_{2016} = 2016^2 + 2016 + 1 = 4066273

The final answer is 4066273 \boxed{4066273} .

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.