← Latest papers
💻 logic

Machine-Checked Certificates for the Geometric Half of the Minimum Kochen-Specker Bound

This paper closes a critical verification gap in the minimum Kochen–Specker bound by introducing exact rational case-tree certificates and two independent checkers (one in Python and one formally proved in Lean 4) to machine-verify the geometric non-embeddability of all 180 distinct graphs in the published blocking database, thereby replacing unverified Z3 decisions with kernel-checked theorems while simultaneously uncovering and resolving several hidden flaws and discrepancies in the original proof pipeline.

Original authors: Shayaan Siddique, Ibrahim Mian

Published 2026-07-29
📖 6 min read🧠 Deep dive

Original authors: Shayaan Siddique, Ibrahim Mian

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 build a house out of invisible, magical blocks. In the world of quantum physics, these blocks are called "vectors," and they have a very strange rule: if two blocks are at a perfect right angle to each other, they can't both be "on" at the same time. This is the heart of the Kochen–Specker theorem, a famous idea that proves the universe isn't just a giant, predictable machine where every part has a pre-set secret switch. Instead, it suggests that the act of looking at a quantum system changes how it behaves.

For decades, physicists have been playing a high-stakes game of "how small can we make this?" They want to find the smallest possible set of these magical blocks that creates a contradiction—a situation where the rules of the game make it impossible to assign "on" or "off" states without breaking the laws of physics. The current record for the smallest known set is 31 blocks. But the big question is: what is the absolute minimum? Could it be done with 25? 24? Or even fewer?

To answer this, researchers use powerful computer programs to generate thousands of potential block arrangements and then try to prove that none of them can actually exist in our 3D world. It's like a detective trying to prove that a suspect couldn't have committed a crime by showing that their alibi is mathematically impossible. The problem is, for the hardest part of this proof, the previous detectives had to trust a "black box" computer solver. They asked the computer, "Is this arrangement possible?" and the computer said, "No." But the computer didn't show its work, leaving a tiny gap in the logic where a mistake could hide.

This paper is about closing that gap. The authors, Shayaan Siddique and Ibrahim Mian, decided to build a new kind of "receipt" for every single impossible arrangement. Instead of just trusting the computer's "No," they created a step-by-step, mathematically perfect certificate that anyone (or any other computer) can check to verify the result. They didn't just check one or two; they checked 291 specific cases (representing 180 unique shapes) that form the foundation of the current best lower bound: 24 vectors.

Here is how they did it and what they found:

The Magic Receipt
Imagine you are trying to prove that a specific shape made of blocks cannot exist. The old way was to ask a super-smart AI, which would crunch numbers and say, "Impossible." The new way, invented in this paper, is to ask the AI to write a story. This story is a "case-tree certificate." It starts with a few basic blocks and then branches out like a choose-your-own-adventure book. At every fork in the road, the story explains why a certain path leads to a contradiction.

The authors made these stories incredibly rigorous. They used "exact rational arithmetic," which means they didn't use approximations or guesses (like saying "this is about 3.14"). Instead, they used perfect fractions. If the story says a number is zero, it is exactly zero, not "close enough to zero." They built two independent "checkers"—one written in Python and one in a formal proof language called Lean 4—to read these stories. These checkers are like strict librarians who verify every single step of the story. If the story has a typo or a logical leap, the librarian rejects it.

The Surprises in the Library
When the authors started reading the old "black box" results with their new, strict checkers, they found some surprises that the original researchers had missed because they were trusting the computer too much.

  1. The "Distinctness" Trap: The original computer program assumed that every single block in the set had to be unique, even if they weren't touching. The authors found that for some of the shapes, the only reason they were "impossible" was because two blocks accidentally ended up being the same block. If you relaxed that rule, the shape might actually work! This meant the original proof relied on a hidden rule about "injectivity" (making sure things are distinct) that wasn't obvious.
  2. Hidden Dead Ends: The computer solver sometimes skipped over "degenerate" cases—weird, edge-case scenarios where the math gets messy. The new certificates forced the authors to write out these messy cases explicitly, proving that even in the weirdest corners, the shapes still couldn't exist.
  3. Counting Errors: The original paper claimed there were 41 final candidate shapes left to check. The new, rigorous replay of the data showed there were actually 43. It turns out the original count was off by two. While this doesn't change the big picture (the bound is still 24), it shows that without these perfect receipts, we might have been missing two important pieces of the puzzle.

The Result
The paper successfully certifies that 180 distinct geometric shapes (drawn from 291 lines of data) cannot be built in our 3D world. They did this by replacing the unverified "black box" answers with 291 verified, machine-checkable certificates.

They also proved that 42 of the 44 final candidates for the minimum number of vectors can be ruled out because they contain one of these certified impossible shapes inside them. This leaves only 2 candidates that are still unproven, but now we know exactly what they are, and the path to proving them is clear.

The authors didn't just say, "We think it's 24." They built a system where every single step is a closed, logical loop that can be checked by a computer in about half a second. They turned a "trust us" argument into a "show your work" argument. While the final proof that the absolute minimum is exactly 24 (and not 23) still needs a few more pieces to be fully assembled, this paper has laid the verified foundation for the geometric half of the puzzle. It proves that for the vast majority of the cases, the universe really does forbid these shapes, and we now have the receipts 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.

Try Digest →