Automated Proofs in Geometry : Computing Upper Bounds for the Heilbronn Problem for Triangles
Abstract
The Heilbronn problem for triangle[Wei] is defined as follows: place points inside a triangle of unit area, so as to maximize the area of the smallest triangle obtained by choosing 3 points among . Several authors worked towards finding lower bounds or optimal configurations of points.
In this paper, we propose upper bounds for those problems, obtained by a method of automated theorem proving.
1 Introduction
The Heilbronn problem for triangles can be expressed in the following way:
What is the minimum s of all such that among every five points in a triangle of unit area, some three of them form a triangle of area less than or equal to ?
Optimal solutions for are trivial. Alexander Soifer pointed out that the proof of optimality for (figure 1) was found by Royce Peng in 1989, and the outline of his proof is given in [Soi09] (section 9.3, Problem 9.3.2). Independantly, L.Yang, J.Z.Zhang and Z.B.Zeng[YZZ94] have found optimal solutions and proof of optimality for (figures 3 and 3). David Cantrell[Can] has found lower bounds for , but no proof of optimality. Figure 4 shows the conjectured optimal solution for . Matthew Kahle [Kah08] derived upper bounds for . We generalize his method, and computed new upper bounds for to .
![[Uncaptioned image]](https://cdn.awesomepapers.org/papers/ffd4e224-8226-4450-be8d-3934f1607899/x1.png)
![[Uncaptioned image]](https://cdn.awesomepapers.org/papers/ffd4e224-8226-4450-be8d-3934f1607899/x2.png)
![[Uncaptioned image]](https://cdn.awesomepapers.org/papers/ffd4e224-8226-4450-be8d-3934f1607899/x3.png)
![[Uncaptioned image]](https://cdn.awesomepapers.org/papers/ffd4e224-8226-4450-be8d-3934f1607899/x4.png)
1.1 An automated proof of a new upper bound for
In order to obtain an upper bound for , we wrote a program inspired by Kahle’s proof[Kah08]. The method is here described for , but it is general and can be applied to any value of .
We divide the unit triangle T into P*P elementary triangles congruent to T, by drawing lines parallel to each side of T. We consider every 5-uples of triangles :
-
•
For each 5-uple, we consider every subset of three distinct triangles.
-
•
For each subset of three triangles, we compute the maximum area of a triangle whose vertices are in each elementary triangle of the subset (this computation is made by an exhaustive enumeration of the 27 triangles defined by the vertices of the three elementary triangles).
-
•
The minimal area of such a triangle for this 5-uple is an upper bound of the associated to the family of 5-uples of points, when one point is taken in each of the five elementary triangles.
-
•
The maximal value of for all the 5-uples of triangles we can define among P*P elementary triangles is an upper bound for .
The enumeration is time-consuming, but elementary optimizations reduce the computing time.
As the result does not depend on the shape of the triangle, we can define T as an isoscele rectangle triangle with small sides of length P: all the computations are then done with integers, results are also integers. Hence is not subject to inferior rounding, and is a true upper bound for . Our computation of as the upper bound for is then a kind of automated theorem proving method.
We run experiments with increasing values of P, proving the upper bound
P | upper bound |
---|---|
10 | |
15 | |
20 | |
25 |
For , our upper bound of is slightly better than Kahle’s result of . The reason is that our method explored exhaustively each 5-uple of triangles, which is not the case for Kahle’s reasoning.
![[Uncaptioned image]](https://cdn.awesomepapers.org/papers/ffd4e224-8226-4450-be8d-3934f1607899/x5.png)
1.2 Improvement of the lower bound under some assumptions
In order to improve the value of the lower bound, we re-ran the automated theorem proving program, for larger values of P, now assuming that the five good points are on the edges and/or vertices of the initial triangle of unit area.
This reduces the complexity of the computation, and leads to an upper bound of:
Thus, provided that it is true that the five points giving the value are on the perimeter of T, we can now write that we have a computer proof that:


2 Upper bounds on for and
We investigated the cases and , using the method previously used for . Here are our results:
N=6
N=7
Proof that is based on the configuration of Figure 8.
References
- [Can] David Cantrell. The Heilbronn Problem for Triangles. http://www2.stetson.edu/˜efriedma/heiltri/.
-
[Kah08]
Matthew Kahle.
Points in a triangle forcing small triangles.
Geombinatorics, XVIII:114–128, 2008.
arxiv.org/abs/0811.2449v1. - [Soi09] Alexander Soifer. How Does One Cut a Triangle ? Springer, 2009.
- [Wei] Eric W. Weisstein. Heilbronn Triangle Problem. From MathWorld–A Wolfram Web Resource. http://mathworld.wolfram.com/HeilbronnTriangleProblem.html.
- [YZZ94] L. Yang, J.Z. Zhang, , and Z.B. Zeng. On the Heilbronn Numbers of Triangular Regions. Acta Math Sinica, 37, 1994.