To solve this problem, we need to find the smallest positive integer n such that the given conditions are satisfied for a regular 2016-simplex grid with n points on each edge. Let's break down the problem step by step.
1. Understanding the Problem:
- We have a 2016-simplex grid with 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 as the "tolerance" of a k-simplex with n points per edge. This tolerance represents the side length of the largest k-simplexes you can place at each vertex of the original k-simplex such that all the points on those k-simplexes are zero, but not all points in S are zero.
- For example, for a 2-simplex (triangle), we have:
t2,7=2andt2,8=2
This means that for n=7 or n=8, the tolerance is 2.
3. Inductive Hypothesis:
- Suppose the minimum n for a k-dimensional simplex is nk=k2+k+1.
- We need to show that for a (k+1)-simplex, the minimum n is nk+1.
4. Inductive Step:
- For a k-simplex with nk points per edge, the tolerance tk,nk is nk−1−1.
- For nk+1, we need to ensure that:
tk,nk+k+2=tk,nk+k+1=nk−1+k−1
- For the (k+1)-simplex, consider the large k-simplex with k+1-th coordinate nk+1−nk−k−2, which will have tolerance nk−1+k−1.
- Since the k-simplex with k+1-th coordinate 0 must have tolerance at least nk−1, we must have:
nk+1−nk+nk−1−3≥nk−1
Simplifying this inequality:
nk+1≥(2k2+2k+2)−(k2−k+1)+2=k2+3k+3
5. Conclusion:
- By induction, the smallest n for a 2016-simplex is:
n2016=20162+2016+1=4066273
The final answer is 4066273.