A Kernel-Checked Exclusion Certificate for Erdős Problem 647
arXiv:2608.17880
Abstract
Erdős problem 647 asks whether any satisfies , where is the divisor-count function. Computational searches have excluded solutions up to by direct sieve and up to roughly within a modular reduction whose Lean component relies on native_decide; those computations sit outside any proof kernel. We give the first exclusion checked end to end by one: no solution exists with , proved in Lean 4 with axiom closure exactly {propext, Classical.choice, Quot.sound} -- no sorry, no native_decide, no problem-specific axiom. The proof replays a chain of 6,685,922 factorization witnesses whose excluded intervals concatenate across ; it needs no primality facts beyond primes below 1024, and it is the finite, fully proved form of a domination-interval argument whose asymptotic step was the identified gap in a withdrawn January 2026 claim on this problem. The generation pipeline is cross-checked by two further independent implementations, the compiled development replays through the standalone lean4checker, and two from-source verification legs -- Lean toolchains compiled from source by gcc and by clang, mathlib rebuilt with no cache -- reproduce the committed certificates byte for byte, with olean digests identical across three builds on two architectures. Our range is three to ten orders of magnitude below the computational frontiers we cite; the contribution is the trust base, not the range.
9 pages. Lean sources, certificates, and verification artifacts at https://github.com/ibrahimmian36/decanus and archived at https://doi.org/10.5281/zenodo.21996019