Heilbronn triangle problem

From HandWiki
Short description: On point sets with no small-area triangles
Question, Web Fundamentals.svg Unsolved problem in mathematics:
What is the asymptotic growth rate of the area of the smallest triangle determined by three out of [math]\displaystyle{ n }[/math] points in a square, when the points are chosen to maximize this area?
(more unsolved problems in mathematics)
Six points in the unit square, with the smallest triangles (red) having area 1/8, the optimal area for this number of points. Other larger triangles are colored blue. These points are an affine transformation of a regular hexagon, but for larger numbers of points the optimal solution does not form a convex polygon.

In discrete geometry and discrepancy theory, the Heilbronn triangle problem is a problem of placing points in the plane, avoiding triangles of small area. It is named after Hans Heilbronn, who conjectured that, no matter how points are placed in a given area, the smallest triangle area will be at most inversely proportional to the square of the number of points. His conjecture was proven false, but the asymptotic growth rate of the minimum triangle area remains unknown.

Definition

The Heilbronn triangle problem concerns the placement of [math]\displaystyle{ n }[/math] points within a shape in the plane, such as the unit square or the unit disk, for a given number [math]\displaystyle{ n }[/math]. Each triple of points form the three vertices of a triangle, and among these triangles, the problem concerns the smallest triangle, as measured by area. Different placements of points will have different smallest triangles, and the problem asks: how should [math]\displaystyle{ n }[/math] points be placed to maximize the area of the smallest triangle?[1]

More formally, the shape may be assumed to be a compact set [math]\displaystyle{ D }[/math] in the plane, meaning that it stays within a bounded distance from the origin and that points are allowed to be placed on its boundary. In most work on this problem, [math]\displaystyle{ D }[/math] is additionally a convex set of nonzero area. When three of the placed points lie on a line, they are considered as forming a degenerate triangle whose area is defined to be zero, so placements that maximize the smallest triangle will not have collinear triples of points. The assumption that the shape is compact implies that there exists an optimal placement of [math]\displaystyle{ n }[/math] points, rather than only a sequence of placements approaching optimality. The number [math]\displaystyle{ \Delta_D(n) }[/math] may be defined as the area of the smallest triangle in this optimal placement.[1][lower-alpha 1] An example is shown in the figure, with six points in a unit square. These six points form [math]\displaystyle{ \tbinom63=20 }[/math] different triangles, four of which are shaded in the figure. Six of these 20 triangles, with two of the shaded shapes, have area 1/8; the remaining 14 triangles have larger areas. This is the optimal placement of six points in a unit square: all other placements form at least one triangle with area 1/8 or smaller. Therefore, [math]\displaystyle{ \Delta_D(6)=\tfrac18 }[/math].[2]

Although researchers have studied the value of [math]\displaystyle{ \Delta_D(n) }[/math] for specific shapes and specific small numbers of points,[2][3][4] Heilbronn was concerned instead about its asymptotic behavior: if the shape [math]\displaystyle{ D }[/math] is held fixed, but [math]\displaystyle{ n }[/math] varies, how does the area of the smallest triangle vary with [math]\displaystyle{ n }[/math]? That is, Heilbronn's question concerns the growth rate of [math]\displaystyle{ \Delta_D(n) }[/math], as a function of [math]\displaystyle{ n }[/math]. For any two shapes [math]\displaystyle{ D }[/math] and [math]\displaystyle{ D' }[/math], the numbers [math]\displaystyle{ \Delta_D(n) }[/math] and [math]\displaystyle{ \Delta_{D'}(n) }[/math] differ only by a constant factor, as any placement of [math]\displaystyle{ n }[/math] points within [math]\displaystyle{ D }[/math] can be scaled by an affine transformation to fit within [math]\displaystyle{ D' }[/math], changing the minimum triangle area only by a constant. Therefore, in bounds on the growth rate of [math]\displaystyle{ \Delta_D(n) }[/math] that omit the constant of proportionality of that growth, the choice of [math]\displaystyle{ D }[/math] is irrelevant and the subscript may be omitted.[1]

Heilbronn's conjecture and its disproof

Heilbronn conjectured prior to 1951 that the minimum triangle area always shrinks rapidly as a function of [math]\displaystyle{ n }[/math]—more specifically, inversely proportional to the square of [math]\displaystyle{ n }[/math].[1][lower-alpha 2] In terms of big O notation, this can be expressed as the bound [math]\displaystyle{ \Delta(n)=O\left(\frac{1}{n^2}\right). }[/math]

Solutions to the no-three-in-line problem, large sets of grid points with no three collinear points, can be scaled into a unit square with minimum triangle area [math]\displaystyle{ \Omega(1/n^2) }[/math].

In the other direction, Paul Erdős found examples of point sets with minimum triangle area proportional to [math]\displaystyle{ 1/n^2 }[/math], demonstrating that, if true, Heilbronn's conjectured bound could not be strengthened. Erdős formulated the no-three-in-line problem, on large sets of grid points with no three in a line, to describe these examples. As Erdős observed, when [math]\displaystyle{ n }[/math] is a prime number, the set of [math]\displaystyle{ n }[/math] points [math]\displaystyle{ (i,i^2\bmod n) }[/math] on an [math]\displaystyle{ n\times n }[/math] integer grid (for [math]\displaystyle{ 0\le i\lt n }[/math]) have no three collinear points, and therefore by Pick's formula each of the triangles they form has area at least [math]\displaystyle{ \tfrac12 }[/math]. When these grid points are scaled to fit within a unit square, their smallest triangle area is proportional to [math]\displaystyle{ 1/n^2 }[/math], matching Heilbronn's conjectured upper bound. If [math]\displaystyle{ n }[/math] is not prime, then a similar construction using a prime number close to [math]\displaystyle{ n }[/math] achieves the same asymptotic lower bound.[1][lower-alpha 3]

(Komlós Pintz) eventually disproved Heilbronn's conjecture, by using the probabilistic method to find sets of points whose smallest triangle area is larger than the ones found by Erdős. Their construction involves the following steps:

  • Randomly place [math]\displaystyle{ n^{1+\varepsilon} }[/math] points in the unit square, for some [math]\displaystyle{ \varepsilon\gt 0 }[/math].
  • Remove all pairs of points that are unexpectedly close together.
  • Prove that there are few remaining low-area triangles and therefore only a sublinear number of cycles formed by two, three, or four low-area triangles. Remove all points belonging to these cycles.
  • Apply a triangle removal lemma for 3-uniform hypergraphs of high girth to show that, with high probability, the remaining points include a subset of [math]\displaystyle{ n }[/math] points that do not form any small-area triangles.

The area resulting from their construction grows asymptotically as[5] [math]\displaystyle{ \Delta(n)=\Omega\left(\frac{\log n}{n^2}\right). }[/math] The proof can be derandomized, leading to a polynomial-time algorithm for constructing placements with this triangle area.[6]

Upper bounds

Every set of [math]\displaystyle{ n }[/math] points in the unit square forms a triangle of area at most inversely proportional to [math]\displaystyle{ n }[/math]. One way to see this is to triangulate the convex hull of the given point set [math]\displaystyle{ S }[/math], and choose the smallest of the triangles in the triangulation. Another is to sort the points by their [math]\displaystyle{ x }[/math]-coordinates, and to choose the three consecutive points in this ordering whose [math]\displaystyle{ x }[/math]-coordinates are the closest together. In the first paper published on the Heilbronn triangle problem, in 1951, Klaus Roth proved a stronger upper bound on [math]\displaystyle{ \Delta(n) }[/math], of the form[1] [math]\displaystyle{ \Delta(n)=O\left(\frac{1}{n\sqrt{\log\log n}}\right). }[/math] The best bound known to date is of the form [math]\displaystyle{ \Delta(n)\leq\frac{\exp{\left(c\sqrt{\log n}\right)}}{n^{8/7}}, }[/math] for some constant [math]\displaystyle{ c }[/math], proven by (Komlós Pintz).[7]

A new upper bound equal to [math]\displaystyle{ n^{-\frac{8}{7}-\frac{1}{2000}} }[/math] was proven by (Cohen Pohoata).[8][9]

Specific shapes and numbers

(Goldberg 1972) has investigated the optimal arrangements of [math]\displaystyle{ n }[/math] points in a square, for [math]\displaystyle{ n }[/math] up to 16.[2] Goldberg's constructions for up to six points lie on the boundary of the square, and are placed to form an affine transformation of the vertices of a regular polygon. For larger values of [math]\displaystyle{ n }[/math], (Comellas Yebra) improved Goldberg's bounds, and for these values the solutions include points interior to the square.[3] These constructions have been proven optimal for up to seven points. The proof used a computer search to subdivide the configuration space of possible arrangements of the points into 226 different subproblems, and used nonlinear programming techniques to show that in 225 of those cases, the best arrangement was not as good as the known bound. In the remaining case, including the eventual optimal solution, its optimality was proven using symbolic computation techniques.[4]

The following are the best known solutions for 7–12 points in a unit square, found through simulated annealing;[3] the arrangement for seven points is known to be optimal.[4]

Instead of looking for optimal placements for a given shape, one may look for an optimal shape for a given number of points. Among convex shapes [math]\displaystyle{ D }[/math] with area one, the regular hexagon is the one that maximizes [math]\displaystyle{ \Delta_D(6) }[/math]; for this shape, [math]\displaystyle{ \Delta_D(6)=\tfrac16 }[/math], with six points optimally placed at the hexagon vertices.[10] The convex shapes of unit area that maximize [math]\displaystyle{ \Delta_D(7) }[/math] have [math]\displaystyle{ \Delta_D(7)=\tfrac19 }[/math].[11]

Variations

There have been many variations of this problem including the case of a uniformly random set of points, for which arguments based on either Kolmogorov complexity or Poisson approximation show that the expected value of the minimum area is inversely proportional to the cube of the number of points.[12][13] Variations involving the volume of higher-dimensional simplices have also been studied.[14][15][16]

Rather than considering simplices, another higher-dimensional version adds another parameter [math]\displaystyle{ k }[/math], and asks for placements of [math]\displaystyle{ n }[/math] points in the unit hypercube that maximize the minimum volume of the convex hull of any subset of [math]\displaystyle{ k }[/math] points. For [math]\displaystyle{ k=d+1 }[/math] these subsets form simplices but for larger values of [math]\displaystyle{ k }[/math], relative to [math]\displaystyle{ d }[/math], they can form more complicated shapes. When [math]\displaystyle{ k }[/math] is sufficiently large relative to [math]\displaystyle{ \log n }[/math], randomly placed point sets have minimum [math]\displaystyle{ k }[/math]-point convex hull volume [math]\displaystyle{ \Omega(k/n) }[/math]. No better bound is possible; any placement has [math]\displaystyle{ k }[/math] points with volume [math]\displaystyle{ O(k/n) }[/math], obtained by choosing some [math]\displaystyle{ k }[/math] consecutive points in coordinate order. This result has applications in range searching data structures.[17]

See also

  • Danzer set, a set of points that avoids empty triangles of large area

Notes

  1. Roth's definition uses slightly different notation, and normalizes the area of the triangle by dividing it by the area of [math]\displaystyle{ D }[/math].
  2. The conjecture is credited to Heilbronn in (Roth 1951), but without citation to any specific publication.
  3. Erdős's construction was published in (Roth 1951), credited to Erdős.
  4. 4.0 4.1 4.2 4.3 4.4 Where several minimal-area triangles can be shown without calculation to be equal in area, only one of them is shaded.

References

  1. 1.0 1.1 1.2 1.3 1.4 1.5 "On a problem of Heilbronn", Journal of the London Mathematical Society 26 (3): 198–204, 1951, doi:10.1112/jlms/s1-26.3.198 
  2. 2.0 2.1 2.2 Goldberg, Michael (1972), "Maximizing the smallest triangle made by [math]\displaystyle{ n }[/math] points in a square", Mathematics Magazine 45 (3): 135–144, doi:10.2307/2687869 
  3. 3.0 3.1 3.2 Comellas, Francesc; Yebra, J. Luis A. (2002), "New lower bounds for Heilbronn numbers", Electronic Journal of Combinatorics 9 (1): R6, doi:10.37236/1623 
  4. 4.0 4.1 4.2 Zeng, Zhenbing; Chen, Liangyu (2011), "On the Heilbronn optimal configuration of seven points in the square", in Sturm, Thomas; Zengler, Christoph, Automated Deduction in Geometry: 7th International Workshop, ADG 2008, Shanghai, China, September 22-24, 2008, Revised Papers, Lecture Notes in Computer Science, 6301, Heidelberg: Springer, pp. 196–224, doi:10.1007/978-3-642-21046-4_11 
  5. "A lower bound for Heilbronn's problem", Journal of the London Mathematical Society 25 (1): 13–24, 1982, doi:10.1112/jlms/s2-25.1.13 
  6. Bertram-Kretzberg, Claudia; Hofmeister, Thomas; Lefmann, Hanno (2000), "An algorithm for Heilbronn's problem", SIAM Journal on Computing 30 (2): 383–390, doi:10.1137/S0097539798348870 
  7. "On Heilbronn's triangle problem", Journal of the London Mathematical Society 24 (3): 385–396, 1981, doi:10.1112/jlms/s2-24.3.385 
  8. Cohen, Alex; Pohoata, Cosmin; Zakharov, Dmitrii (2023), "A new upper bound for the Heilbronn triangle problem", arXiv:2305.18253 [math.CO]
  9. Sloman, Leila (September 8, 2023), "The Biggest Smallest Triangle Just Got Smaller", Quanta, https://www.quantamagazine.org/the-biggest-smallest-triangle-just-got-smaller-20230908, retrieved September 9, 2023 
  10. Du, Ding-Zhu; Pardalos, Panos M., eds. (1995), "Heilbronn problem for six points in a planar convex body", Minimax and Applications, Nonconvex Optim. Appl., 4, Kluwer Acad. Publ., Dordrecht, pp. 173–190, doi:10.1007/978-1-4613-3557-3_13 
  11. Yang, Lu; Zeng, Zhenbing (1995), "Heilbronn problem for seven points in a planar convex body", in Du, Ding-Zhu; Pardalos, Panos M., Minimax and Applications, Nonconvex Optim. Appl., 4, Kluwer Acad. Publ., Dordrecht, pp. 191–218, doi:10.1007/978-1-4613-3557-3_14 
  12. Jiang, Tao (2002), "The average-case area of Heilbronn-type triangles", Random Structures & Algorithms 20 (2): 206–219, doi:10.1002/rsa.10024 
  13. "On smallest triangles", Random Structures & Algorithms 23 (2): 206–223, 2003, doi:10.1002/rsa.10092 
  14. Brass, Peter (2005), "An upper bound for the [math]\displaystyle{ d }[/math]-dimensional analogue of Heilbronn's triangle problem", SIAM Journal on Discrete Mathematics 19 (1): 192–195, doi:10.1137/S0895480103435810 
  15. Lefmann, Hanno (2008), "Distributions of points in [math]\displaystyle{ d }[/math] dimensions and large [math]\displaystyle{ k }[/math]-point simplices", Discrete & Computational Geometry 40 (3): 401–413, doi:10.1007/s00454-007-9041-y 
  16. Barequet, Gill; Naor, Jonathan (2006), "Large [math]\displaystyle{ k }[/math]-D simplices in the [math]\displaystyle{ d }[/math]-dimensional unit cube", Far East Journal of Applied Mathematics 24 (3): 343–354 
  17. The Discrepancy Method: Randomness and Complexity, Cambridge University Press, 2001, p. 266, ISBN 978-0-521-00357-5, https://books.google.com/books?id=dmOPmEh6LdYC&pg=PA266 

External links