We have $6000$ points in the plane. All distances between every pair of them are distinct. For each point, we mark red the point nearest to it. What is the smallest number of points that can be marked red?
I divide the $6000$ points into $1000$ groups with $6$ points in each group. In each group I have one point being the center, and the other five points forming a regular pentagon around it. Then only the center points are marked red, for a total of $1000$ points. Note that using a regular hexagon is not possible, since the points will have equal distance, and using a heptagon or more will yield points other than the center being marked red.