CombinatoricsDifficulty 5.6AIME, harderProve itUnited States
Problem:
Consider a finite set of points T∈Rn contained in the n-dimensional unit ball centered at the origin, and let X be the convex hull of T. Prove that for all positive integers k and all points x∈X, there exist points t1,t2,…,tk∈T, not necessarily distinct, such that their centroid kt1+t2+⋯+tk has Euclidean distance at most k1 from x.
(The n-dimensional unit ball centered at the origin is the set of points in Rn with Euclidean distance at most 1 from the origin. The convex hull of a set of points T∈Rn is the smallest set of points X containing T such that each line segment between two points in X lies completely inside X.)
Solution
Solution:
By the definition of convex hull, we can write x=∑i=1mλizi, where each zi∈T, each λi≥0 and ∑i=1mλi=1. Consider then a random variable Z that takes on value zi with probability λi. We have E[Z]=x. Let Zˉ=k1∑i=1kZi, where each Zi is an independent copy of Z. Then we wish to compute Var[Zˉ]=k21i=1∑kVar[Zi] Finally, we have Var[Zi]=E[∥Zi−x∥2]=E[∥Zi∥2]−x2≤E[∥Zi∥2]≤1 The second equality follows from the identity Var[X]=E[X2]−E[X]2. Now, we know that Ex−k1i=1∑kZi2=Var[Zˉ]≤k1 Thus, there must exist some realization of xi of the Zi such that x−k1i=1∑kxi2≤k1 and we are done.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.