There is a newer version of the record available.

Published May 13, 2026 | Version 3.0.0

A Spectral Reduction of the Collatz Conjecture via Phantom Orbit Shadowing - v3

Authors/Creators

Description

Version 3 of the preprint, superseding v2 (DOI 10.5281/zenodo.20098868) of May 2026. The mathematical core of v2 is unchanged; v3 extends it along two axes: a finite phantom-set taxonomy at depth $K_0 = 16$, and an extended Lean 4 + Mathlib formalization that now covers the finite operator layer in addition to the shadowing core.

Mathematical content

We propose a structural reformulation of the Collatz conjecture in terms of a finite-dimensional spectral problem. Starting from the empirical observation that “rebel” orbits of the Syracuse map shadow, for finite stretches, periodic rational points of the 2-adic dynamics associated to negative rational fixed points (the “phantom cycles” of Chang 2026, an object that goes back to Lagarias 1985 and the Böhm–Sontacchi criterion in the Collatz literature), we construct an episode graph on the space of phantom orbits. The strongly connected component (SCC) of this graph that supports the slowest descent is encoded as a finite weighted transfer operator on a refined phase state $(\nu_2(t), \mathrm{odd}(t) \bmod 4, h \bmod 4)$ at the critical node $(k=12, c=2, b=1)$.

We prove an exact congruential shadowing lemma reducing arbitrarily long shadowing episodes to a residue condition $n \equiv q_w \pmod{2^{bA+1}}$, where $q_w$ is the 2-adic representative of a phantom word $w$ of period sum $A$. The lemma is the iterated step-by-step form of the per-block 2-adic repulsion identity of Chang (2026, Prop. 7.4) and is equivalent in content to the classical inverse formula for parity vectors (Rozier 2025, Lemma 1); the iterated form is what feeds the episode graph construction and the Lean formalization. Both the lemma and its no-infinite-shadowing corollary are mechanically verified in Lean 4 with Mathlib (Lean v4.29.1, Mathlib v4.29.1); the Lean project is sorry-free and axiom-free.

For each truncation depth $T$ and high-bit lift count $j$ we build a finite matrix $\mathrm{FULL}_{T, j}$ encoding first-return behavior at the critical node, decompose it as $\mathrm{FULL} = \mathrm{CORE} + \mathrm{TAIL}$ via empirical signature majority, and apply a weighted Collatz–Wielandt bound (Lemmens–Nussbaum) with respect to the right Perron eigenvector $v$ of $\mathrm{FULL}_{T, j}$. Numerical results show:

  • $\mathrm{bound}(T, j) \le 0.052$ for $T \le 16$ and $j \le 32$, with monotone but geometrically decaying increments in both $T$ and $j$;
  • The cross-node operator on the SCC has spectral radius $0.0366$, strictly lower than the single-node worst case at the critical vertex.

New in v3

(i) Phantom-set taxonomy at $K_0 = 16$. Möbius enumeration of all $1247$ primitive expansive cyclic compositions with $K \le 16$, exact rational 2-adic representatives in exact arithmetic, orbit harness identifying a single nontrivial taxonomy SCC of $1222$ raw states.

(ii) Deterministic finite-residue-cell Collatz–Wielandt certificate. Exhaustive enumeration of $2^{\mathrm{lift\_bits}}$ residue subclasses per source state (zero budget exits at $\mathrm{lift\_bits} = 4$), producing exact rational deterministic transition matrices and an exact CW certificate on the compressed $(K, b)$ macro-state space (37 states): max ratio $90833233962213/129559208330288 < 3/4$. Sensitivity at $\mathrm{lift\_bits} \in \{4, 5, 6\}$ confirms a monotonically improving bound ($0.701 \to 0.691 \to 0.667$).

(iii) Lean-checked finite operator pipeline. New Lean modules EpisodeGraph.lean, Operator.lean, Bound.lean formalize the episode graph, the truncated transfer operator with phase-state quotient, and the generic weighted Collatz–Wielandt bound. Two generated finite numerical certificates are imported and their spectral-radius bridges are exposed:

  • t10j32HighBitTailSpectralRadiusBound_97_2000: $\rho(\mathrm{FULL}_{10, 32}) \le 97/2000 = 0.0485$, a fully expanded 224-row Lean-checked CW certificate at the critical single node;
  • k16s16KDeterministicGeneratedSpectralRadiusBound: $\rho(P_{K, b}) \le 3/4$, the deterministic finite-residue-cell certificate at $K_0 = 16$.

Both bridges target Mathlib's real spectralRadius; the entire project is sorry-free and axiom-free.

What this is not

This is not a proof of the Collatz conjecture. The structural problem at the critical SCC is reduced to two explicit a priori estimates on finite matrices:

  • Conjecture 1 (uniform bound in $T$): $\sup_{T, j} \mathrm{bound}(T, j) < 1$;
  • Conjecture 2 (signature closure in $j$): empirical transition signatures stabilize for large $j$ with explicit decay rate.

The v3 deterministic finite-residue-cell certificate closes the taxonomy-completeness side of the v2 open scope at the explicit depth cutoff $K_0 = 16$: the original empirical v2 SCC is shown to live inside a larger but still subcritical taxonomy SCC. It does not close the asymptotic-in-$T$ side of either conjecture.

The same distributional-to-pointwise barrier is identified in Chang (2026, Sect. 9) as the irreducible obstruction to closing several standard routes; we adopt the same honest position. The natural analytic framework for closing the conjectures is transfer-operator analysis on a Banach space of 2-adic Lipschitz functions via Lasota–Yorke + Hennion's theorem + Keller–Liverani spectral perturbation theory; we have not carried this out, and recent literature on quasi-compactness and certified spectral approximation suggests it is a non-trivial analytic project.

Conditional content

Conditional on Conjectures 1 and 2, the conclusion of the conditional reduction theorem is the full Collatz convergence statement (every positive integer $n$), which is qualitatively stronger (all integers vs. almost all) than Tao's unconditional almost-all logarithmic-density result. The comparison concerns the scope of the conclusion, not the quality of the proof: Tao's result is a deep unconditional theorem; the present result is a conditional reduction modulo the two stated finite-matrix estimates. v3 does not change the conditional content of v2; it strengthens the unconditional finite-matrix layer that underlies it.

Research program note

This is the third versioned artifact of a personal research program by the author, an independent researcher, exploring whether iterative collaboration with large language model assistants can support non-standard attempts at open mathematical problems. Verifying the practical limits of such collaboration is an explicit secondary goal of this work, on equal footing with the substantive Collatz progress.

The author led the research direction throughout: the conceptual framing (gravitational debt, 2-adic corridors, the shadowing intuition, the pivot to the spectral program), the strategic choices, the framing of the taxonomy phase and of the gated Phase-10 roadmap, and the decision to publish at each stage. The technical work — Python implementation, mathematical formalization, the Lean 4 verification of the shadowing core, the Phase-7 phantom-taxonomy enumeration and the deterministic finite-residue-cell construction, the Phase-8 Lean formalization of the finite operator layer, and the LaTeX manuscript — was developed in iterative collaboration with multiple LLM systems:

  • OpenAI Codex and Google Gemini for the early empirical phase;
  • Anthropic's Claude (via the Claude Code interface) for the spectral program, the Lean 4 formalization (v1→v2 shadowing core and v2→v3 finite operator layer), the v3 manuscript drafting, and the v3 gated Phase-10 restructuring;
  • OpenAI Codex for the Phase-7 phantom-taxonomy scripts and the Phase-8 generated Lean certificates;
  • Cross-AI checking (alternating Claude and Codex) used in both Lean phases to catch Mathlib API mismatches and to remove a residual axiom in the $T = 10$, $j = 32$ CW certificate that one assistant had introduced and the other closed.

The work has not been reviewed by a human mathematical expert. Numerical results are deterministic and reproducible from the supplementary scripts (including the v3 exact-rational deterministic finite-residue-cell certificate); the Lean code is mechanically checkable with a single lake build invocation. Mathematical claims that are not yet formalized rest on AI-assisted formalization and have not been externally validated; the work is submitted explicitly to invite expert scrutiny.

Constructive feedback from researchers in symbolic dynamics, $p$-adic dynamical systems, and transfer operator theory is explicitly invited.

Planned next steps (toward v4 or a companion)

v3 closes the original Priority A (phantom-set taxonomy) and Priority B (Lean formalization of the episode graph and finite transfer operator) of v2. The remaining priority is the analytic program of Priority C, restructured in v3 as a gated A–J roadmap with explicit kill-switch and a finite-rank fallback baseline already in place. The full operational table is in lean/TODO.md, Phase 10; the published version is §11.1 of v3.

  • Priority A — Phantom-set taxonomy (closed in v3). All $1247$ primitive expansive compositions with $K \le 16$ enumerated; deterministic CW bound $< 3/4$ on the compressed $(K, b)$ macro-state space, imported into Lean.
  • Priority B — Lean formalization of the finite operator layer (closed in v3). Episode graph, phase-state quotient, generic weighted Collatz–Wielandt bound, single-$(T, j)$ certificate at $T = 10, j = 32$, and the deterministic taxonomy certificate at $K_0 = 16$ all imported and bridged to Mathlib's spectralRadius.
  • Priority C — Transfer-operator roadmap toward Conjecture 1 (program for v4 / companion / collaboration). A 10-step gated sequence:
    1. (A) Literature and hypothesis matrix (Keller–Liverani, Hennion, Baladi, Sarig, GDMS, $p$-adic dynamics), with Chang 2026 compatibility as a column rather than a separate task.
    2. (B) Identify the correct infinite phase space behind $\mathrm{FULL}_{T, j}$. Load-bearing question: if the finite matrices are not exact projections of any natural infinite kernel, the program forks to step (G). This is the kill-switch source.
    3. (C) Compare candidate Banach spaces (Lipschitz/Hölder on $\mathbb{Z}_2 \times \mathrm{Fin}\,4$; weighted countable shift; variation on the residue tree).
    4. (D) Explicit transfer-operator formulation: orientation, weights, terminal killing, normalization, and relation to the finite matrices.
    5. (E) Target Lasota–Yorke inequality with explicit constants and a checklist of local branch / distortion / tail estimates.
    6. (F) Conditional skeletons: Hennion (quasi-compactness from LY + compactness) and Keller–Liverani (perturbation control along a truncation family), not as full proofs but as conditional propositions with isolated missing hypotheses.
    7. (G) Finite-rank / truncated-operator fallback. Partial baseline already in place: the deterministic finite-residue-cell certificate of v3 (Generated/K16S16KDeterministicCW.lean, $\rho \le 3/4$ at $K_0 = 16$, sensitivity at $\mathrm{lift\_bits} \in \{4, 5, 6\}$). Future work: extend to $K_0 = 20$ and to a refined-residue family. If (B) concludes no natural infinite kernel exists, (G) becomes the program output rather than a side-result.
    8. (H) Computational experiments for constants (tails, branch regularity, mixed-norm drift, CW-vector regularity). Sequenced strictly after (C) and (D) — measuring constants without a fixed Banach space yields analytically uninterpretable numbers.
    9. (I) Collaboration package: a 10–15 page dossier readable cold by an external expert in transfer-operator analysis.
    10. (J) Decision: v4 paper extending the present line, companion paper if the analytic content stabilises independently, or coauthored paper if the analytic layer is closed in collaboration. Binding kill-switch: if (B) concludes the finite matrices are not exact projections of any natural infinite kernel, steps (E) and (F) are skipped and (G) becomes the program output.

Steps (A)–(D) and (I)–(J) are attackable solo with AI-assisted research. Steps (E)–(F) require analytic expertise beyond what the author can provide in isolation and are intentionally flagged as a collaboration target with researchers working on transfer operators in $p$-adic or symbolic systems.

Resources

  • Source code: github.com/PieroBorgatta/Collatz.
  • Methodology, contribution split, literature reconnaissance method, full discussion of v1→v2→v3 phases: see METHODOLOGY.md in the supplementary archive.
  • Lean formalization: see lean/ in the supplementary archive (modules Basic, Phantom, Syracuse2Adic, Auxiliary, Shadowing, NoInfinite, plus the v3 modules EpisodeGraph, Operator, Bound, and the Generated/ certificates).
  • Phantom-taxonomy scripts and certificates: see scripts/phantom_taxonomy/ in the supplementary archive.
  • Operational TODO and session log (Phases 0–10): see lean/TODO.md in the supplementary archive.

Relation to prior versions:

  • v1 (2026): 10.5281/zenodo.20021538 — original spectral reduction program.
  • v2 (2026): 10.5281/zenodo.20098868 — Lean 4 verification of the shadowing core, Related Work, comparison with Chang 2026.
  • v3 (this version): phantom-set taxonomy at $K_0 = 16$, deterministic finite-residue-cell certificate, Lean 4 finite operator pipeline, gated Phase-10 roadmap toward v4.

Files

A_Spectral_Reduction_of_the_Collatz_Conjecture_via_Phantom_Orbit_Shadowing_v3.pdf

Additional details

Related works

Is supplemented by
Software: https://github.com/PieroBorgatta/Collatz (URL)

Software

Repository URL
https://github.com/PieroBorgatta/Collatz
Programming language
Python , Lean
Development Status
Active

References

  • T. Tao, Almost all orbits of the Collatz map attain almost bounded values, arXiv:1909.03562 (2019); Forum of Mathematics, Pi (2022).
  • J. C. Lagarias, The 3x+1 problem and its generalizations, American Mathematical Monthly 92 (1985), 3-23.
  • J. C. Lagarias (ed.), The Ultimate Challenge: The 3x+1 Problem, AMS (2010).
  • E. Y. Chang, Exploring Collatz Dynamics with Human-LLM Collaboration, arXiv:2603.11066 (2026).
  • M. C. Siegel, The Collatz Conjecture and Non-Archimedean Spectral Theory - Part I.5, arXiv:2111.07883 (2021-2023).
  • O. Rozier, Parity sequences of the 3x+1 map on the 2-adic integers and Euclidean embedding, arXiv:1805.00133 (2018-2025).
  • M. Akian, S. Gaubert, R. Nussbaum, A Collatz-Wielandt characterization of the spectral radius of order-preserving homogeneous maps on cones, arXiv:1112.5968 (2011-2014).
  • G. Keller, C. Liverani, Stability of the spectrum for transfer operators, Annali della Scuola Normale Superiore di Pisa, Cl. Sci. (4) 28 (1999), 141-152.