Imagine you are a city planner tasked with placing new parks inside a perfect, square city block. Your goal isn't just to place them anywhere; you want to arrange them so that no three parks form a tiny, useless triangle. In fact, you want to make the smallest triangle formed by any three parks as large as possible.
This is the Heilbronn Triangle Problem. It sounds simple, but as you add more parks, the math gets incredibly messy. For decades, mathematicians could guess the best arrangements, but proving they were truly the best (and finding the exact coordinates) was like trying to solve a Rubik's cube while blindfolded.
This paper by Nathan Sudermann-Merx is like a master locksmith who finally found the key to open the lock for small city sizes ( to ). Here is how they did it, explained in everyday terms.
1. The Problem: The "Tiny Triangle" Nightmare
Imagine you have 9 dots on a piece of paper. You connect every possible trio of dots to make triangles. Some triangles will be huge; some will be microscopic. The "Heilbronn number" is the size of the smallest triangle you can make.
The goal is to move the dots around until that smallest triangle is as big as it can possibly be.
- The Old Way: Previous attempts were like trying to find a needle in a haystack by searching the whole haystack blindly. For , it took a supercomputer cluster 125 days (or at least a full day on a modern machine) to get a "good guess" that was likely correct, but not mathematically proven.
2. The New Strategy: "Optimize-Then-Refine"
The author introduces a two-step process, which we can call "The Rough Draft and The Final Polish."
Step 1: The Rough Draft (The "Smart Search")
Instead of searching blindly, the author built a digital detective (a Mixed-Integer Optimization model).
- The Symmetry Trick: Imagine the square city block. If you rotate it 90 degrees or flip it over, it looks the same. The old search engines wasted time checking the same layout over and over again, just rotated.
- The Fix: The author told the detective, "Assume the first park is on the left wall, the second is on the bottom wall, and so on." By forcing the parks into a specific order on the edges, the detective ignores all the rotated duplicates. It's like telling a librarian to only look at books with red spines, instantly ignoring the blue, green, and yellow ones.
- The Result: This "symmetry breaking" made the search 10 times faster. The computer found the best arrangement for 9 parks in 15 minutes on a standard desktop, whereas before it took a whole day.
Step 2: The Final Polish (The "Exact Translation")
The computer gave a "Rough Draft" answer: coordinates like x = 0.712743.... This is a good guess, but in math, we want exact numbers (like or fractions), not decimals.
- The Detective's Clue: The computer also told us which triangles were the "critical" ones (the smallest ones that are all the same size).
- The Algebra Magic: The author took those clues and wrote them as a set of algebraic equations (like a puzzle). Then, they used a "Computer Algebra System" (a math robot that speaks pure logic) to solve the puzzle exactly.
- The Outcome: They didn't just get a guess; they got the exact, proven coordinates for the optimal arrangement. For example, for 9 parks, they proved the exact shape involves the square root of 65.
3. The Big Discoveries
By solving this for through , the author found some surprising patterns:
- The "Edge Huggers": In the best arrangements, the points love to stick to the walls of the square. For 9 points, at least 5 of them are glued to the edges. This wasn't just a guess; the author proved it mathematically.
- The "Cluster Effect": If you look at the sizes of all the triangles (not just the smallest ones), they don't spread out randomly. They clump together into a few specific sizes. It's like if you dropped 100 marbles on a table, and instead of landing everywhere, they only landed on 3 specific shelves. This suggests a hidden, rigid structure in how these points arrange themselves.
4. Why This Matters
- Proof, Not Just Guesses: Before this, for , we had a very strong guess that a specific arrangement was best. Now, we have mathematical proof.
- Simpler Answers: The author found that the "exact" coordinates for these arrangements are actually much simpler and cleaner than what previous researchers had found.
- A New Tool: This "Optimize-Then-Refine" method is a new tool for mathematicians. It combines the brute force of modern computers with the precision of pure math. It can be used for other geometry puzzles, like packing oranges in a box or arranging satellites.
The Bottom Line
Think of this paper as upgrading from a flashlight to a laser pointer.
- Before: Researchers were shining a flashlight in a dark room, finding the best spot by trial and error, and hoping it was the absolute best.
- Now: The author built a laser pointer that cuts through the darkness, finds the exact spot in minutes, and then uses a microscope to prove why that spot is perfect.
They solved a 70-year-old puzzle for small numbers, proved the answers are exact, and discovered that the universe of these point arrangements is more orderly and "clumpy" than anyone expected.