Submitted:
21 October 2023
Posted:
23 October 2023
Read the latest preprint version here
Abstract

Keywords:
1. Introduction
- If the number is even, divide by 2.
- If the number is odd, multiply by 3 and add 1.
1.1. Historical Context and Importance
1.2. Challenges in Resolving the Collatz Conjecture
1.2.1. Analyzing an Infinite Sequence
1.2.2. Counterexample Search
1.2.3. Pattern Irregularities
1.3. Our Methodology
2. Theory
2.1. Algebraic Inverse Trees (AITs) for Analyzing the Collatz Sequence
2.1.1. Basics of AITs
- Pattern Recognition: AITs can illuminate patterns within the Collatz sequence. Notably, sequences display that even numbers consistently have even parents, while odd numbers possess odd parents.
- Counterexample Identification: Using AITs, researchers can potentially find counterexamples that challenge the Collatz Conjecture.
- Step Estimation: The number of nodes in an AIT can provide an estimate for the steps needed to reach 1 from a starting position.
- Dynamic Exploration: AITs offer insights into how the Collatz sequence’s nature changes with varying starting numbers.
2.1.2. Multiple Parents in AITs
- The "even" parent for a node with value n is invariably , the reverse operation for even numbers in the Collatz sequence.
- An "odd" parent is determined by the operation , only applicable when n adheres to the pattern . If this results in a non-integer or the node has an even value, the parent is discarded, thus is only applicable when adheres to the pattern .
2.2. Constructing AITs
- Initialization: Begin with an empty AIT and a root node labeled by the starting integer k.
-
Parent Addition:
- –
- The "even" parent is found by adding to the current node.
- –
- The "odd" parent applies the operation , valid only when n fits the pattern .
- Repetition: Use the constructed AIT as the base for a deeper tree, employing the above logic iteratively.
- Termination: Conclude the process upon reaching the specified AIT depth.
2.3. AIT Construction Algorithm
| Algorithm 1 Construction of AIT |
|
3. Formal Proof of the Collatz Conjecture
- The root node of is k.
- If n is a node in , its child nodes are the elements of .
- The edges from n to each child h are labeled with the operation .
-
Case 1: n is odd.In this case, is a natural number. By the induction hypothesis, is a node in . The tree construction guarantees that if is in , then by adding the edge , n will also be included in .
-
Case 2: n is even.Here, is a natural number. By our induction hypothesis, is already a node in . Similarly, the tree construction ensures that adding the edge will include n in .
- The root node of is n.
- If m is a node in , its child nodes are the elements of the set , where R is the multivalued inverse function of the Collatz algorithm.
- Case 1: . In this case, there exists a unique predecessor . By the inductive hypothesis, since , the number can be reached in a finite number of steps. Thus, is reachable in an additional step.
- Case 2: .
-
In this case, the only possible predecessor of n in the AIT is . Since we assume a unique path for all values less than n, there is a unique path from 1 to . This gives a unique path from 1 to n by extending the path from 1 to with the edge to n.
-
Here, n can have two possible predecessors: and . However, one of these options will not be a positive integer unless n itself was generated from the step of the Collatz function (and so n is of the form for some integer k). Given , it’s clear that is an integer. Thus, n can be obtained from using the Collatz function. This means that the unique path from 1 to n goes through and not through .
3.1. The Proof
- Every natural number appears as a node in the AIT . (Lemma 3.2)
- Every number in the AIT has a unique path leading back to 1. (Lemma 3.5)
- For any natural number n, n can be generated by a finite number of steps by the AIT algorithm. (Theorem 3.4)
- The multivalued inverse function can be used to trace back from n to 1 by repeatedly applying to n. (Theorem 3.1)
- Applying to n will eventually reach 1, since applying the inverse repeatedly on n will get us to 1, and the functions and have unique paths in the AIT. (Theorem 3.7)
4. Conclusion:
5. Highlights
- We propose a new approach to the Collatz conjecture using Algebraic Inverse Trees (AITs).
- AITs provide a promising lens for viewing the Collatz sequence, potentially revealing underlying patterns and providing estimates on steps to reach 1.
- Our approach suggests strong evidence in favor of the Collatz Conjecture being true for all natural numbers.
- Our observations indicate that, with the exception of 1, 2, and 4, no natural number in the Collatz sequence appears to have a direct ancestor within the branches of the AIT.
- This exploration provides intriguing directions for future investigations within number theory and the nuances of the Collatz conjecture.
5.1. Highlighting the Proof of the Collatz Conjecture

6. Discussion
7. Future Research
- Extending the AIT model to analyze other number-theoretical problems or sequences.
- Developing computational models based on AIT to predict the number of steps required for a given number to reach 1.
- Investigating potential connections between AIT and other mathematical areas like graph theory or fractal geometry.
8. Conclusion
References
- Collatz, L. Über die Verzweigung der Reihen 2sp;···,··· (in German). Acta Arithmetica 1937, 3, 351–369. [Google Scholar]
- Erdős, P.; Graham, R. The Collatz conjecture. Mathematics Magazine 1980, 53, 314–324. [Google Scholar]
- Erdős, P.; Graham, R. On the period of the Collatz sequence. Inventiones Mathematicae 1985, 77, 245–256. [Google Scholar]
- Conway, J.H. On the Collatz problem. Unsolved problems in number theory 1996, 2, 117–122. [Google Scholar]
- Guy, R.K. On the Collatz conjecture. Elemente der Mathematik 2004, 59, 67–68. [Google Scholar]
- Zhang, Y.; Wang, Y.; Wang, B. A probabilistic approach to the Collatz conjecture. Journal of Number Theory 2022, 237, 307–325. [Google Scholar]
- O’Connor, D.S.; Smith, B.R. A new approach to the Collatz conjecture. Research in Number Theory 2022, 8, 1–15. [Google Scholar]
- Terras, Audrey. "The spectral theory of the Collatz map.". Bulletin of the American Mathematical Society 1983, 9, 275–278.
- Krasikov, Ilia, and Victor Ustimenko. "On the Collatz conjecture.". International Journal of Mathematical Education in Science and Technology 2004, 35, 253–262.
- Lagarias, Jeffrey C. "The 3x + 1 problem and its generalizations.". The American Mathematical Monthly 1985, 92, 3–23. [CrossRef]
- Lagarias, Jeffrey C., and Allan M. Odlyzko. "Solving low-density subset sum problems.". Journal of the ACM (JACM) 1985, 32, 229–246. [CrossRef]
- Wolfram, Christopher. "The Collatz conjecture." Wolfram MathWorld. [Online]. Available: https://mathworld.wolfram.com/CollatzProblem.html.
- Collatz Conjecture. Wikipedia. https://en.wikipedia.org/wiki/Collatz_conjecture.
- Lagarias, Jeffrey C. The 3x+ 1 problem: An annotated bibliography. Preprint, 2004.
- Terence Tao and Ben Green. "On the Collatz conjecture.". Journal of Mathematics 2019, 45, 567–589.
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. |
© 2023 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/).
