Witness-split + window-cardinality refinement for : Architecture, empirical results, and a structural hard pocket
This paper presents a reproducible computational framework combining witness-splitting, window-cardinality pruning, and hybrid SAT/MIP solvers to rigorously investigate the upper bound of , successfully eliminating most candidate 44-sets while isolating two resistant structural cases that remain unproven despite extensive verification efforts.
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 trying to pack a suitcase (the numbers from 1 to 212) with as many items as possible, but with one strict rule: You cannot pick three items that form a perfect arithmetic pattern.
For example, if you pick the number 2, you cannot also pick 4 and 6, because $2, 4, 6$ is a pattern where each number is 2 more than the last. This is called a "3-term arithmetic progression."
Mathematicians have been trying to figure out the absolute maximum number of items you can fit in this suitcase without breaking the rule. For a suitcase size of 211, the answer is known to be 43. The big question for this paper is: Can you fit 44 items into a suitcase of size 212?
The author, Mehmet Ergezer, didn't just guess; he built a massive digital factory to try and prove that 44 is impossible. Here is how the paper breaks down, using simple analogies:
1. The Strategy: The "Witness Split" Factory
Trying to check every possible combination of 44 numbers out of 212 is like trying to find a specific grain of sand on every beach on Earth. It's too big for one computer to handle.
So, the author used a clever trick:
- The Witness: He started with a known "safe" list of 43 numbers that already works.
- The Split: He took the 24 most "important" numbers from that safe list and asked the computer to check every possible "Yes/No" scenario for them.
- The Result: This broke the impossible mountain of data into 12.5 million smaller, manageable piles (called "chunks"). The computer then tried to solve each pile one by one.
2. The Tools: The "Window" and the "Refinement"
To make the computer faster, the author added two special tools:
- The Window Card (The Pruner): Imagine looking through a window at a small section of the suitcase. We already know from previous math that a small window of size 50 can only hold, say, 10 items. The computer uses this rule to instantly throw out any pile that tries to put 11 items in that window. This was the most powerful tool, cutting the number of difficult piles by nearly 30%.
- The Refinement (The Deep Dive): If a pile was too hard to solve in 60 seconds, the computer didn't give up. It took that specific hard pile, added more rules to it, and tried again with a longer time limit. This is like taking a locked box, picking a specific lock, and trying again with a bigger key.
3. The Results: The "Hard Pocket"
After running millions of these checks on a supercomputer cluster, here is what happened:
- Zero Success: The computer never found a single valid way to pack 44 items. Every time it tried, it hit a wall and said, "Impossible."
- The Evidence: This is strong evidence that 44 is impossible, but it's not a formal proof yet. Why? Because there are still a few stubborn piles the computer couldn't finish in time.
The "Hard Pocket" (The Resistant Chunks):
Out of the millions of piles, the author found a tiny, stubborn group of 45 piles that refused to solve even after being given extra time and different tools.
- The LP Attack: They tried a different type of math solver (called HiGHS) that looks at the problem like a smooth curve. It failed to solve any of the 45 piles.
- The CDCL Attack: They tried a third type of solver (called CDCL) that works like a detective, learning from its mistakes. This one was successful! It solved 18 of the 45 piles.
- The Final 2: However, 2 piles (labeled T1c) remained completely unsolved. They resisted the first solver, the second solver, and the third solver. They are the "final boss" of this problem.
4. The Conclusion: The "Unit Gap"
The paper concludes that:
- We have a verified list of 43 numbers that works.
- We have strong evidence that 44 is impossible, because the computer tried millions of times and failed.
- However, because of those 2 final stubborn piles, we don't have a 100% mathematical proof yet. The answer is almost certainly 43, but the "gap" between 43 and 44 is still technically open.
5. The Gift to the Community
Instead of just saying "I give up," the author is releasing all the data. He is handing the 2 stubborn piles to the world as a challenge.
- He provides the exact code and data so other mathematicians can try to solve just those two piles.
- He even translated the problem into a language for formal proof systems (Lean), inviting computer scientists to try to prove it using logic engines.
In short: The author built a massive digital machine that tried to break the record for packing numbers without patterns. The machine failed to find a way to break the record, but it got stuck on two tiny, incredibly difficult puzzles. The paper says, "We are 99.9% sure the answer is 43, but here are the two final puzzles you need to solve to prove it."
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.