Submitted:
04 March 2025
Posted:
07 March 2025
You are already at the latest version
Abstract
Keywords:
1. Introduction
2. Preliminary Results
2.1. Properties of Odd Numbers
2.2. Partition of Even Numbers
- Subset A: ,
- Subset B: .
2.3. Relationship Between Subsets
3. Cyclic Behavior and the Series
3.1. Transition to Even Numbers
3.2. Convergence to the Series
4. Positional Analysis within the Series
5. Positional Transition Algorithm
- Step 1: Multiply the current position by 1.5. If the result is an integer, this is the new position.
- Step 2: If it is not an integer, add 0.5 and divide by 2, repeating until an integer is obtained.
6. Demonstration of the Convergence of the Positional Algorithm
6.1. Definition of the Convergence Metric
6.2. Fundamental Property of Decrease
- ,
- We want , which implies:
6.2.1. Case 1: even ( is an integer)
- ,
- We verify: , since , which always holds,
- Then:
- This strictly satisfies the decrease condition.
6.2.2. Case 2: odd ( is not an integer)
- is not an integer,
- We iterate until is an integer, and ,
- General expression:where m is the minimum number of iterations required for .
6.3. Formalized Examples
6.3.1. Example 1:
- Sequence: ,
- Integers (): ,
- Metric : , , , , , , ,
- Verification: Strictly decreases, terminates at .
6.3.2. Example 2:
- Sequence: ,
- Integers (): ,
- Metric : , , , , ,
- Verification: Strictly decreases, terminates at .
6.3.3. Example 3:
- Sequence: ,
- Integers (): ,
- Metric : , , , , , , , ,
- Verification: Strictly decreases, terminates at .
6.3.4. Example 4:
- Sequence: ,
- Integers (): ,
- Metric : , , ,
- Verification: Strictly decreases, terminates at .
6.4. Formal Proof of Convergence
- 1.
- Definition of the metric: , with .
- 2.
-
Strict decrease:
- ,
- For , we require .
-
Case 1 ( even):
- ,
- (since ),
- .
-
Case 2 ( odd):
- , ,
- when is an integer,
- ,
- Each step reduces the relative value:
- Thus, for any required m,
- .
- 3.
-
Termination:
- strictly decreases,
- are positive integers,
- If , must stabilize at 1 after a finite number of steps (there cannot be infinitely many distinct integers ).
6.5. Generality and Robustness of the Proof
- When is even, the factor ensures immediate decrease.
- When is odd, the iteration reduces the initial value to an even smaller fraction after m steps, always maintaining . This stems from the controlled nature of the algorithm, where the moderate growth () is outweighed by frequent reductions ().
7. Verification Script
- Executes the Collatz conjecture, displaying the complete sequence,
- Identifies the numbers corresponding to the series and displays them,
- Computes their positions and displays them,
- Shows the number of Collatz iterations and the number of cycles to the series,
- Applies the positional algorithm from the first position and displays the obtained positions,
- Compares the algorithm’s positions with those from Collatz and reports whether they are exactly the same or not,
- Calculates the metric to confirm that it strictly decreases until converging to 1 and displays it.
8. Conclusion
References
- 1.
- L. Collatz, "Über eine Vermutung über die Iterationen von ," unpublished note, 1937 (attributed origin of the Collatz conjecture).
- 2.
- J. C. Lagarias, "The Ultimate Challenge: The Problem," American Mathematical Society, 2010.
- 3.
- T. Tao, "Almost all orbits of the Collatz map attain almost bounded values," arXiv:1909.03562, 2019.
- 4.
- C. J. Everett, "Iteration of the number-theoretic function , ," Advances in Mathematics, vol. 25, no. 1, pp. 42–45, 1977.
- 5.
- J. H. Conway, "On unsettleable arithmetical problems," American Mathematical Monthly, vol. 79, no. 2, pp. 192–195, 1972.
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/).