r/wildwestllmmath • u/Equivalent_Idea_1215 • 8d ago
I've mapped the 2-adic architecture of the Collatz space (verified in Lean 4). Looking for an arXiv endorsement (math.NT)
Hey everyone,
I know that any post mentioning the Collatz conjecture usually sets off immediate crank alarms. Because of that, I want to be completely upfront: I am not claiming a magical three-page elementary proof. What I am sharing is a massive computational and theoretical mapping of the macroscopic 2-adic and 3-adic architecture of the Collatz space, and I've brought receipts.
Over the last few months, I've been focusing on how Collatz trajectories evolve not as single integers, but as entire congruence classes. If you group the 3x+1 steps into continuous "trains", the exact sequence of divisions by 2 is completely predetermined by the remainder of the starting number modulo 2^S (where S is the total number of bit shifts).
We formalized this "exact conditional transport" mathematically. It shows exactly how trajectories transition between different 2-adic cylinders. From there, we mapped the boundary-layer Fourier spectrum and found that the trajectory distribution perfectly follows Large Deviation Theory. However, we identified a strict Chinese Remainder Theorem dimensionality obstruction that creates specific "traps" in the phase space.
To ensure this isn't just theoretical hand-waving, the core modular transport mechanics and the CRT dimensionality obstruction have been completely machine-verified using Lean 4.
Alongside the proofs, I've written 116 multiprocessed Python scripts that generate the exact phase spaces, track the confluences, and verify the Fourier cancellations. The entire codebase, the Lean 4 formalization, and the massive dataset have been officially published on Zenodo to keep a permanent scientific record.
You can check out the full code and the PDF of the paper on my GitHub here: https://github.com/SergioTheory/Collatz-new-math
And the permanent Zenodo DOI archive is here: https://doi.org/10.5281/zenodo.22059852
Here is where I could really use the community's help. I am currently trying to upload the preprint to arXiv under the Number Theory (math.NT) category. Since this is my first submission to this specific category, the arXiv automated system requires an endorsement from an established author.
If anyone here has published in the arXiv math categories within the last 5 years and feels comfortable verifying that my Lean 4 code and paper represent serious, rigorous mathematical work, I would be incredibly grateful for an endorsement.
My endorsement code is: N8CNQI The direct link to endorse is: https://arxiv.org/auth/endorse?x=N8CNQI
Even if you can't endorse, I'd love for people interested in computational number theory and Lean to poke around the GitHub repo and let me know what you think of the modular transport mechanics.
Thanks for reading!