Problem:
Consider a set of 2006 points in the plane. A pair is called "isolated" if the disk with diameter does not contain other points from . Find the maximum number of "isolated" pairs.
Solution
Solution:
Consider a graph with vertices the given points. Two points form an edge if the corresponding pair of points is "isolated". We first prove that the graph is connected. To do this suppose that it has more than one connected component and choose points and from different components such that the distance is the least possible. Then the disk with diameter does not contain other vertices and therefore and are connected by an edge. This contradicts the choice of and .
Since a connected graph with 2006 vertices has at least 2005 edges (if the graph is a tree) we conclude that there are at least 2005 "isolated" pairs.
If we take 2006 points on a semicircle such that the distances between consecutive points are equal then "isolated" are only the pairs of neighboring points. Therefore there are 2005 "isolated" pairs.