← Latest papers
💻 computer science

Towards Solving the Gilbert-Pollak Conjecture via Large Language Models

This paper presents an AI system that leverages large language models to generate and refine executable geometric lemmas, achieving a new certified lower bound of 0.8559 for the Steiner ratio and making significant progress toward the long-standing Gilbert-Pollak Conjecture.

Original authors: Yisi Ke, Tianyu Huang, Yankai Shu, Di He, Jingchu Gai, Liwei Wang

Published 2026-05-22
📖 5 min read🧠 Deep dive

Original authors: Yisi Ke, Tianyu Huang, Yankai Shu, Di He, Jingchu Gai, Liwei Wang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a city planner trying to connect a group of houses with roads. You have two ways to do this:

  1. The "Direct" Way (Minimum Spanning Tree): You connect the houses directly to each other. You can't build any new intersections; you just draw lines between the existing houses.
  2. The "Smart" Way (Steiner Minimal Tree): You are allowed to build new, invisible intersections (called Steiner points) anywhere in the city. By adding these extra hubs, you can often create a network that is shorter and uses less asphalt than the direct way.

The Big Question:
How much shorter can the "Smart" way be compared to the "Direct" way?

In 1968, mathematicians Gilbert and Pollak made a famous guess (a conjecture). They said: "No matter how you arrange the houses, the Smart Way will never be less than 86.6% (specifically 3/2\sqrt{3}/2) of the length of the Direct Way."

For decades, mathematicians tried to prove this. They managed to prove it was at least 82.4% of the length, but they got stuck there. The math problem was like a giant, tangled knot that human brains couldn't untangle because there were too many possible shapes and angles to check.

The New Approach: The AI "Lemma Factory"
This paper describes a new system where an AI (a Large Language Model) helps solve this knot. But the AI doesn't try to solve the whole problem at once—that would be like asking a robot to write a whole novel in one second. Instead, the researchers built a specialized factory for the AI.

Here is how the system works, using a simple analogy:

1. The "Proof" is a Giant Jigsaw Puzzle

To prove the 86.6% rule, you have to check every possible shape the road network could take. This is impossible to do one by one.
Instead, mathematicians use a strategy called induction. They say: "If we can prove that any time we cut a piece off the network, the remaining piece still follows the rules, then the whole thing follows the rules."

To do this, they need tiny, specific rules called lemmas. Think of a lemma as a single, perfect puzzle piece that says, "If the roads look like this, then we know for sure the length is at least that."

2. The AI's Job: Making the Puzzle Pieces

The researchers didn't ask the AI to solve the whole puzzle. They asked it to do something much smaller: Write code that generates these puzzle pieces.

  • The Constraint: The AI is told, "You can only write code that describes a specific geometric shape (like a 'Trapped Regular Point' or a '4-Point Tree')."
  • The Output: The AI writes a small program (a "lemma") that says, "If the road lengths are X,Y,ZX, Y, Z, then the total length is bounded by WW."
  • The Safety Net: The AI's code isn't trusted blindly. It is fed into a strict mathematical calculator (like a super-precise calculator called Mathematica). If the calculator says the code is wrong, the AI tries again. If it says "Correct," the piece is added to the collection.

3. The "Reflection" Loop: Finding the Weak Spots

This is the clever part. The system doesn't just guess randomly.

  1. The system tries to prove the 86.6% rule using the current collection of puzzle pieces.
  2. It fails. It finds a specific "bottleneck"—a weird shape of roads where the current pieces don't fit.
  3. The system tells the AI: "Hey, you failed here. Look at this specific shape. Go write a new puzzle piece that fits this exact spot."
  4. The AI generates a new lemma, the calculator checks it, and if it works, the system tries again.

It's like a video game where you keep hitting a wall, and the game tells you exactly where to build a bridge to get past it.

The Result

After about 10 rounds of this "try, fail, reflect, improve" loop, the system built a collection of puzzle pieces so strong that it could finally prove a new, tighter rule:

The Smart Way is at least 85.59% of the length of the Direct Way.

This is a massive improvement over the previous record of 82.4%, which had stood for nearly 40 years.

Why This Matters (According to the Paper)

  • It's Cheap: The whole research project only cost a few hundred dollars in computer time.
  • It's Fast: It took the AI only a few days of "thinking" (and a few thousand calls to the model) to do what humans couldn't do in decades.
  • It's Rigorous: The AI didn't just "guess." It generated code that was mathematically verified to be 100% correct. The final proof is a standard mathematical proof that stands on its own, independent of the AI.

In short: The researchers didn't ask an AI to be a genius mathematician. They asked it to be a brilliant, tireless assistant that builds tiny, verified tools (lemmas) to help humans solve a problem that was previously too big to crack. They turned a "black box" AI into a transparent, step-by-step discovery engine.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →