1

Given a set of points in which the maximum distance between 2 points is no more than $1$, prove that there cannot be 4 points which all have distance $> 1/\sqrt{2}$ from each other.

What I have done so far:

fonfonx
  • 4,282
Joe
  • 11
  • Hint: Take the two furthest point among the four points. The distance between them is $d<1$. Draw two circles with radius $d$ around both points. Next... I know you'll figure out how to follow :) – user90189 Jun 06 '17 at 18:34
  • I think that's my first dot. What I don't know, is how to argument there cannot be two points in the area marked red: http://i.imgur.com/0QUybUq.png (yes I know it looks obvious, but I lack mathematical arguments) – Joe Jun 06 '17 at 18:44
  • Allright, I think I found the solution: https://math.stackexchange.com/questions/1117756/turans-theorem-maximum-number-of-edges I'll flag this question to moderators to do with it whatever they want – Joe Jun 06 '17 at 19:00
  • @user90189: I for one can't figure out how to follow your hint. – TonyK Jun 06 '17 at 19:33
  • Regarding your link about four points in the unit circle, it is certain that your four points are in the unit circle centered on the first point but you are asking for a shorter distance between them. – Ross Millikan Jun 06 '17 at 20:00

1 Answers1

0

Here is an approach. It is not rigorously done, but I find it convincing.

You can think of the contrapositive: given four points in the plane that are at least $\frac 1{\sqrt 2}$ from each other, at least one pair has distance at least $1$. We can enforce the pairwise distance by making each point the center of a disk of radius $\frac 1{2\sqrt 2}$ and demanding that the disks be disjoint. They are not even allowed to be tangent to each other.

Start by placing three of the disks at corners of an equilateral triangle. There is clearly nowhere to place the fourth disk to have its center within $1$ of the other three. The best we can do is make another equilateral triangle. The two farthest centers are then $\sqrt 2$ apart, but the two on the shared side are only $\frac 1{\sqrt 2}$ apart. Let the long axis of the figure be vertical. We can spread the horizontal pair, sliding around the top disk to let the bottom one rise and approach the top one. When the two side disks are $1$ apart they make (just under) a $\frac \pi 2$ angle at the top disk keeping the bottom disk (just over) $1$ from the top. If we let the disks be tangent we get a square with side $\frac 1{\sqrt 2}$ and diagonal $1$. We need to move them apart by some amount, which makes at least one diagonal increase above $1$.

Ross Millikan
  • 374,822