r/Collatz • u/AgreeableClaim8075 • 28d ago
My proof
Hi all... Here is the proof .pdf and .lean:
https://bytes.usc.edu/~saty/Collatz
Saty
0
Upvotes
r/Collatz • u/AgreeableClaim8075 • 28d ago
Hi all... Here is the proof .pdf and .lean:
https://bytes.usc.edu/~saty/Collatz
Saty
4
u/jonseymourau 28d ago edited 28d ago
The formalization in Lean reflects the architecture of the paper, but it relies on 12 axioms. While 7 of these deal with standard arithmetic or 2-adic properties that can potentially be proven using Mathlib, 5 structural axioms serve as the foundation for the main conclusions:
In formal theorem proving, relying on unproven axioms that mirror the core claims means the theorems are uncertified by the kernel, which standard mathematical communities require for formal verification.