← Latest papers
🔢 mathematics

Hamilton decompositions of all directed tori at odd modulus

This paper proves that the directed Cartesian product of dd directed mm-cycles admits a directed Hamilton decomposition for all dimensions d2d \geq 2 and all odd moduli m3m \geq 3, utilizing a combination of new closure mechanisms, base dimension results, and formal verification in Lean 4.

Original authors: SangHyun Park

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

Original authors: SangHyun Park

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 a giant, multi-dimensional donut made of a grid of points. In mathematics, this is called a torus. Now, imagine that at every single point on this donut, there are several one-way streets (arrows) leading out to neighboring points. The paper you provided is about a very specific puzzle: Can we color all these one-way streets with different colors so that each color forms a single, giant loop that visits every single point on the donut exactly once?

If we can do this, we have "decomposed" the donut into perfect, non-overlapping loops. The paper proves that for a specific type of donut (where the number of points along each side is an odd number like 3, 5, 7, etc.), the answer is yes, we can always do this, no matter how many dimensions the donut has.

Here is how the authors solved this puzzle, explained through simple analogies:

1. The Goal: The Perfect Loop

Think of the donut as a city with dd different directions you can drive (North, East, Up, etc.). The city is huge, and every intersection has exactly dd roads leaving it.

  • The Challenge: You need to paint every road in the city using dd different paint colors.
  • The Rule: If you follow only the "Red" roads, you must eventually drive through every single intersection in the city and return to your start without ever visiting the same intersection twice. The same must be true for "Blue," "Green," and every other color.
  • The Paper's Claim: For any city size where the number of blocks in each direction is an odd number, this perfect coloring is always possible.

2. The Two Main Tools

The authors didn't just guess; they built two different "machines" to solve the puzzle depending on how big the city is compared to how many directions there are.

Tool A: The "High-Rise" Machine (For Big Cities)

When it works: When the city is very large (the number of blocks mm is bigger than the number of directions dd).
How it works: Imagine the city is a skyscraper with many floors. The authors use a clever counting trick called "Prefix-Count."

  • They assign a "score" to every step you take.
  • They ensure that if you follow a specific color, your scores add up in a way that guarantees you won't get stuck in a small loop. You are forced to keep climbing until you visit every floor and every room.
  • They use a "signed binary" method (like a balance scale with positive and negative weights) to make sure the math works out perfectly so that the loop closes only after visiting everyone.

Tool B: The "Base-and-Tail" Machine (For Small Cities)

When it works: When the city is small (the number of blocks mm is smaller than the number of directions dd).
How it works: This is like building a new, complex city by taking a smaller, already-solved city and attaching a "tail" to it.

  • The Base: They start with a smaller version of the problem that they already know how to solve (like a 5-dimensional city).
  • The Tail: They add extra dimensions (the "tail").
  • The Trade: They use a "local swap" trick. Imagine you are at a specific intersection. You have a few roads going into the "tail." The authors show that you can swap the colors of these roads locally (like trading cards with a neighbor) to fix any errors. By doing enough of these small trades, they can arrange the colors so that the whole new, bigger city works perfectly.

3. The "Lego" Strategy (Closing the Loop)

The most powerful part of the paper is how they combine these tools to solve every possible size.

  • The Product Rule: If you can solve the puzzle for a 2D donut and a 3D donut, you can automatically solve it for a 6D donut (because 2×3=62 \times 3 = 6). It's like saying if you can build a perfect 2x2 block and a perfect 3x3 block, you can stack them to make a perfect 6x6 block.
  • The Successor Rule: If you can solve it for a 5D donut, you can automatically solve it for an 11D donut (because 2×5+1=112 \times 5 + 1 = 11). This is a new "magic step" the authors discovered.

The Grand Conclusion:
The authors proved that if you have the solutions for the small, basic building blocks (dimensions 2, 3, 5, and 7), you can use these "Product" and "Successor" rules to build the solution for any dimension, no matter how huge.

  • They proved the basics for dimensions 2 and 3 themselves.
  • They used known results for dimensions 5 and 7.
  • They combined these with their new rules to prove that every odd-sized torus in every dimension has a perfect Hamilton decomposition.

4. The "Computer Proof"

The authors didn't just write this on paper; they also translated their entire proof into code for a computer program called Lean. This is like writing a recipe and then having a robot chef follow every single step to ensure there are no mistakes. The computer verified that their logic holds up perfectly, giving them extra confidence that their "perfect loop" claim is 100% true.

Summary

In short, this paper solves a decades-old puzzle about routing traffic on multi-dimensional donuts. It proves that as long as the donut has an odd number of stops in every direction, you can always color the roads so that every color creates a perfect, non-repeating tour of the entire city. They did this by inventing two new construction methods and showing how to combine them like Lego bricks to build solutions for any size city imaginable.

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 →