Submitted:
15 September 2025
Posted:
17 September 2025
Read the latest preprint version here
Abstract
The Collatz Conjecture remains one of the most enduring unsolved problems in mathematics, despite being based on an extraordinarily simple rule. Given any natural number \( n \), the conjecture posits that repeatedly applying the operation—dividing by 2 if even, or multiplying by 3 and adding 1 if odd—will eventually result in the number 1. This paper develops a structural perspective by proposing the Collatz Tree as a framework to organize and visualize natural numbers. Each branch is the geometric ray \( \{k\cdot 2^b\}_{b\ge 0} \) for an odd odd core \( k \), and the trunk is the ray from 1. We introduce a trunk—branch indexing that bijects \( N \) with \( Z_{\ge 0}×Z_{\ge 0} \). Algebraically, we encode Collatz steps as affine maps and prove absence of nontrivial finite cycles for a three-way map \( T \); via a bridge, this implies the same for the standard accelerated map \( A(n)=(3n+1)/2^{v2(3n+1)} \) on odd integers. Thus the global Collatz convergence reduces to an independent pillar: coverage (reachability) of the inverse tree rooted at 1, isolating cycle-freeness from coverage and reducing the conjecture to the remaining reachability pillar. Prior work (e.g., Kosobutskyy) studied reverse-oriented trees via Jacobsthal sequences, emphasizing periodic and statistical aspects. Our approach differs in both formulation and aim: we build a tree rooted at 1 and give a constructive, graph-theoretic route toward cycle-freeness and reduction to coverage.

Keywords:
1. Decomposing All Natural Numbers into Geometric Sequences
1.1. Background and Objective
1.2. Definitions and Goals
1.3. Prime Factorization and Classification
1.4. Exhaustion of Odd Numbers
1.5. Exhaustion of Even Parts
1.6. Construction of S and Uniqueness
1.7. Remarks from the Collatz Perspective
2. The Structure of the Collatz Tree
2.1. Definition (Branches and Trunk)

2.2. Branch–Branch Links via

2.3. Forward vs. Reverse Orientation
2.4. Tree Language
3. Trunk–Branch Indexing of the Natural Numbers


Table: Trunk–Branch Indexing (sample)
| Odd k | Index | Next Index (rule) | parity-based trend | transition factor |
| 1 | 1 | – | – | – |
| 3 | 2 | 3 | increase | |
| 5 | 3 | 1 | decrease | |
| 7 | 4 | 6 | increase | |
| 9 | 5 | 4 | decrease | |
| 11 | 6 | 9 | increase | |
| 13 | 7 | 3 | decrease | |
| 15 | 8 | 12 | increase | |
| 17 | 9 | 7 | decrease | |
| 19 | 10 | 15 | increase |
4. Affine Word Method: Absence of Nontrivial Finite Cycles
Definition of the three-way map T.
Words and composition.
5. Bridge to the Accelerated Collatz Map
Coefficient matching.
Constant congruence by adjacent swaps.
Realizability (intermediate consistency).
6. Reduction to Convergence
- Every positive integer reaches 1 in finitely many steps (global convergence).
- The inverse generation tree rooted at 1 covers all positive integers (reachability/coverage).
7. Related Work
Appendix A. Python Code for Reverse Collatz Tree Visualization

Appendix B. Python-Generated Tree Visualizations (Illustrative Only)



Data Availability Statement
References
- Lagarias, J.C. The 3x+1 Problem and Its Generalizations. The American Mathematical Monthly 1985, 92, 3–23. [Google Scholar] [CrossRef]
- Terras, R. A stopping time problem on the positive integers. Acta Arithmetica 1976, 30, 241–252. [Google Scholar] [CrossRef]
- Wikipedia contributors, Collatz conjecture, https://en.wikipedia.org/wiki/Collatz_conjecture, accessed 2025-03-26.
- Petro Kosobutskyy, The Collatz problem (a·q±1,a=1,3,5,…) from the point of view of transformations of Jacobsthal numbers, arXiv preprint. arXiv:2306.14635, 2023.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).