Submitted:
21 October 2025
Posted:
22 October 2025
You are already at the latest version
Abstract
Keywords:
MSC: Primary 11B83 (Special sequences and iterative problems); Secondary 05C20 (Directed graphs); 05C40 (Connectivity); 37B10 (Symbolic dynamics)
1. Introduction
1.1. Background
1.2. Thesis: Convergence via Finite State Graph Structure
- (1)
- The FSM contains a single transient Strongly Connected Component (SCC) encompassing all states except those representing the terminal cycle .
- (2)
- This transient SCC possesses exactly one exit transition, which leads irreversibly to the states representing the terminal cycle , forming the sink of the system.
1.3. Structure of the Paper
- Section 2 defines the fundamental "shape" of the Collatz universe by partitioning the integers into five distinct, structurally significant sets.
- Section 3 establishes the deterministic "laws of motion" that govern how integers transition between these sets under the Collatz map.
- Section 4 formalizes this system by constructing the FSM, establishing and proving its critical properties.
- Section 5 synthesizes these results into a concise graph-theoretic proof of the Collatz Conjecture.
- Finally, we contextualize our proof with computational verification and a comparison to previous approaches.
2. The Structure of the Funnel: A Foundational Partition of Integers
2.1. Preliminary Definitions
2.2. The Five Foundational Sets
2.3. Completeness of the Partition
- 1.
- Is ? If yes, then .
- 2.
-
If no, is ?
- If yes, is x even? If yes, . If no, .
- 3.
- If no to both above, does for some ? If yes, .
- 4.
- If no to all of the above, then by definition, .
- By definition of , it is disjoint from all other sets.
- The sets and contain multiples of 3, while and do not (elements of are ). Thus, .
- as one contains even numbers and the other odd.
- as the smallest element of is 10.
3. The Mechanics of the Funnel: Proving the Rules of Transition
3.1. Finite Descent from the Initial Domain ()
3.2. The Irreversible Bridge ()
3.3. Structural Confinement ()
- Case 1: x is odd. . Since , , so . An integer congruent to 1 mod 3 cannot be in or .
- Case 2: x is even. . Assume for contradiction that . This means for some integer k. This implies , which means . This contradicts our premise that .
3.4. The Absorbing Nature of the Cycle ()
4. Formalizing the Funnel: A Refined Finite State Machine
4.1. The 17-State FSM (Mod 9)
- 2.
- Transient Stage (): Corresponds to integers not divisible by 3 and not in . Contains 12 states, .
- 3.
- Terminal Stage (): Corresponds to . Contains states .
4.2. State Transition Diagram of the 17-State FSM
- From : . . If m even, odd (). If m odd, even (). Next: .
- From : . . , even, in . Next: .
- From : . . If k odd, (). If k even, (). Next: .
- From : . . , even, in . Next: .
- From : . . If k even, even (). If k odd, odd (). Next: .
- From : . . , even, in . Next: .
- From : . . If k even, odd (). If k odd, even (). Next: .
- From : . . , even, in . Next: .
- From : . . If k even, even (). If k odd, odd (). Next: .
- From : . . , even, in . Next: .
- From : . . If , (). If even, even (). If k odd, odd (). Next: .
- From : . . , even, in . Next: .
4.3. Proving the Funnel’s Inescapable Properties
4.3.1. The Unique Exit Path
- States through and state transition only to other states within the transient stage .
- State (representing integers , Even, ) has transitions to , , and . The transition to occurs specifically when , i.e., for the integer , where .
4.3.2. The Transient Stage as a Single SCC
- (base case).
- , since .
- , since these states all have direct transitions to .
- , since and , all of which are in .
- , since these states all transition to states within .
- .
- From , transitions lead to . Thus, .
- By exhaustive forward path tracing (as detailed in Lemma 4.4), we find that the set of reachable states expands with each step until .
4.3.3. No Non-Trivial Cycles
- (i)
- By Lemma 3.3, this cycle L cannot contain any multiples of 3. Therefore, all integers and states in L must be contained entirely within the transient stage .
- (ii)
- By definition, such a cycle L would form a sink component (a terminal SCC) in the state graph. This means that no state in L could have a directed path to any state outside of L.
- (iii)
- This leads to a direct contradiction. The proof of Lemma 4.6 (Part 1) demonstrated via exhaustive backward construction that every state in has a finite, directed path to the gateway state .
- (iv)
- By Lemma 4.5, has a valid exit transition to , which is outside .
4.4. Global Structure via Graph Condensation
- : An acyclic entry component representing integers divisible by 3.
- : A single strongly connected component representing the core funnel (as proven in Lemma 4.6).
- : A closed cycle (and thus an SCC) corresponding to the terminal set (Lemma 3.4).

5. The Inevitable Convergence: Structural Proof of the Collatz Conjecture
- Step 1.
- Total State Coverage. By Theorem 2.8, every positive integer belongs to exactly one of the 17 states of the FSM. Thus, every Collatz sequence corresponds to a deterministic path through a finite state system.
- Step 2.
- Deterministic Transitions. By Lemma 4.4, the transition rules between states are deterministic. The evolution of any sequence is therefore a deterministic walk on a finite graph.
- Step 3.
- Absence of Non-Trivial Cycles. The existence of a non-trivial cycle (a loop other than ) is structurally impossible. As proven in Lemma 4.7, no subset of the transient states can form a "sink component" because all transient states have a directed path to the gateway state , which exits the transient stage.
- Step 4.
- Inevitable Convergence to Terminal Cycle. Since every sequence is a walk on a finite graph (Step 1) and non-trivial cycles are impossible (Step 3), the only possible infinite behavior is to enter a terminal SCC. By Lemma 3.4, the cycle () is an absorbing component. As all other states are transient (per Lemmas 3.1, 3.2, 4.5, and 4.7), all paths must eventually lead to and be absorbed by this unique terminal cycle.

6. Supporting Evidence and Context
6.1. Computational Verification
- Initial state classification: Confirmed that each n is correctly mapped to one of the 17 FSM states via the getState function.
- Deterministic transition verification: Ensured that each observed transition conformed exactly to the FSM’s transition rules (Lemma 4.4).
- Gateway consistency: Verified that any transition to 4 (i.e., to ) occurred only from either (in ) or (in ), as required by the FSM structure.
- State coverage: Ensured that no number encountered during the sequence evaluation mapped to an undefined or invalid state.
- Step count: Recorded the number of steps required for each sequence to reach 1.
6.2. Empirical Evidence from Literature
6.3. Comparison with Previous Approaches
7. Conclusion
- (1)
- The set of all positive integers can be partitioned such that their behavior under the Collatz map is completely represented by the 17-state FSM.
- (2)
- The FSM’s transient states—those outside the terminal cycle —form a single Strongly Connected Component (SCC).
- (3)
- This transient SCC possesses a unique exit transition leading irreversibly to the terminal states corresponding to the cycle .
Acknowledgments
Data Availability Statement
References
- J. C. Lagarias, "The 3x + 1 problem and its generalizations," American Mathematical Monthly, vol. 92, no. 1, pp. 3–23, 1985. [CrossRef]
- T. Oliveira e Silva, "Empirical verification of the 3x+1 and related conjectures," The Ultimate Challenge: The 3x+1 Problem, J. C. Lagarias, Ed. Providence, RI: Amer. Math. Soc., 2010, pp. 189–207.
- T. Tao, "Almost all orbits of the Collatz map attain almost bounded values," Forum of Mathematics, Pi, vol. 10, E2, 2022. [CrossRef]

| Set | Name | Defining Property | Role in the Funnel | Examples |
|---|---|---|---|---|
| Cycle Set | The inescapable destination | |||
| Precursor Set | Even multiple of 3 | Infinite "past" or entry zone | ||
| Root Odd Set | Odd multiple of 3 | Final exit from the "past" | ||
| Successor Set | for | The narrow bridge to the core | ||
| Exclusion Set | All other integers | The core transient domain |
| State | Residue (mod 9) | Set | Parity | Next State(s) |
|---|---|---|---|---|
| 1 | Even | |||
| 1 | Odd | |||
| 2 | Even | |||
| 2 | Odd | |||
| 4 | Even | |||
| 4 | Odd | |||
| 5 | Even | |||
| 5 | Odd | |||
| 7 | Even | |||
| 7 | Odd | |||
| 8 | Even | |||
| 8 | Odd |
| Verification Criterion | Result |
|---|---|
| Total integers tested | 10,000,000 |
| Starting in stage | 3,333,333 |
| Starting in stage | 6,666,664 |
| Starting in cycle stage | 3 |
| State assignment failures | 0 |
| Invalid transitions | 0 |
| Incorrect gateway entries | 0 |
| Misclassified state for (should be ) | 0 |
| Overflow or runtime errors | 0 |
| Maximum steps to reach 1 | 685 |
| Number achieving maximum steps | 8,400,511 |
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/).