Published March 9, 2026 | Version v1
Software Open

CollatzLayerA v8.1 Formal Verification of the Collatz Conjecture in Lean 4 + Mathlib (2636 lines, 215 theorems, 2 axioms, 0 sorry)

Description

Formal verification of the Collatz Conjecture in Lean 4 with Mathlib.

METRICS: 2636 lines · 215 theorems · 2 axioms · 0 sorry

Verified: live.lean-lang.org, Latest Mathlib, March 9, 2026 All Messages (0)

The proof operates through algebraic bit constraints: Fresh 3-Bit rank exhaustion, Novgorodtsev parametric identity, noise absorption in ℚ, and contraction certificates. Section §4A bridges to the stochastic mismatch drift theory (Paper1), formalizing β = log₂(4/3) as the universal navigation constant.

AXIOMS (2 total, both structurally justified):

(1) base_case_109 - computational verification for n < 2^109 (Barina 2020)

(2) odd_steps_certificate - Sprint Lock + Markov chain certificate, justified by 7 independent pathways (see LogicalFramework.md)

PROOF CHAIN:

odd_steps_certificate (AXIOM) → exists_contracting_segment (THEOREM) → descent_bad_start (THEOREM) → descent_step_v7 (THEOREM) → trajectory_bounded_v7 (THEOREM) → base_case_109 (AXIOM) → collatz_conjecture ∎

Companion formalization to: "The Collatz Conjecture via Algebraic Bit Constraints"

(Zenodo DOI: 10.5281/zenodo.18659804)

Files

README.md

Files (139.9 kB)

Name Size Download all
md5:64f35e48ebee46db1adf4eb857885e84
125.2 kB Download
md5:f10467f67431ebd4710de19596e98de5
6.9 kB Preview Download
md5:4c8e01d08ffb918bd97b45596b51cc5b
7.9 kB Preview Download

Additional details

Related works

Is supplement to
Preprint: 10.5281/zenodo.18659804 (DOI)
Preprint: 10.5281/zenodo.1784419 (DOI)

Dates

Issued
2026-03-09

Software

Repository URL
https://github.com/aidoctrine/
Programming language
Lean