Let T(n) be a triangular portion of the triangular grid with n points on a side. It is an unsolved problem what the maximum number of points is that can be selected from T(n) so that no three selected points are the vertices of an equilateral triangle. For small values of n the maximum appears to be 2n-2. However, for T(12), shown below, I found more than 2*12-2=22 points, no three of which are the vertices of an equilateral triangle! How many can you find?
o
o o
o o o
o o o o
o o o o o
o o o o o o
o o o o o o o
o o o o o o o o
o o o o o o o o o
o o o o o o o o o o
o o o o o o o o o o o
o o o o o o o o o o o o
Examples:
Here's an example of 5 points selected from T(4), no three of which are the vertices of an equilateral triangle.
It turns out that this selection of 5 cannot be increased to 6 without three of the selected points being the vertices of an equilateral triangle. If we add the first point in the second row, we get
Notice that three of the 6 s's are the vertices of an equilateral triangle.
There is a better selection of 6 points in T(4) no three of which are the vertices of an equilateral triangle.
(In reply to
re: Extending Josh's Sol'n by pcbouhid)
In truth, my mistake was putting the "full solution" symbol on; I don't know what I was thinking.
But do we agree that everything I said is correct? Josh's technique
does hand us 2n-2 as a lower bound, and it seems to give a local
maximum configuration; just adding points isn't going to work.
Edited on August 18, 2005, 10:05 pm
|
Posted by owl
on 2005-08-18 21:36:36 |