Proof of the Collatz Conjecture by Collatz Graph

Chin-Long Wey
2024-02-16
Abstract:The 3n+1 problem, or Collatz problem, is an extremely simple to state, extremely hard to solve, problem. A number of Collatz graphs have been presented to visualize the Collatz sequences. The Collatz graph is grown by considering the bottom-up method with the inverse relation. If n is the Collatz functional value of m, then n is connected by m. The concept is simple, the tree-based graphs indeed provide a path starting from n down to the root, the number of 1, for a given seed n, and demonstrate the generated Collatz sequences eventually converges to 1. However, as a general case, due to the irregular structures, no one has yet proved the completeness of the Collatz graphs. By completeness we mean that the Collatz graph contains all positive integers n. This paper proves the Collatz conjecture by constructing a Collatz graph with the regular structure. The developed Collatz graph consists of Collatz nodes located various levels of the graph. In the developed graph, each node consists of all positive integers m which have the functional value n. A set of simple, yet efficient connection rules is also developed to construct the graph. Results show that the developed Collatz graph generates the Collatz trajectories for all positive integers and the sequences converge to 1. This proves the completeness of the developed Collatz graph and Collatz conjecture.
General Mathematics
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to prove the Collatz conjecture (or the 3n + 1 problem). The Collatz conjecture is a well - known unsolved mathematical problem. It describes a simple rule for generating a sequence: for any positive integer \(n\), if \(n\) is odd, then the next number is \(3n + 1\); if \(n\) is even, then the next number is \(n/2\). The conjecture holds that no matter what the initial value \(n\) is, this sequence will eventually converge to 1. ### Main contributions of the paper 1. **Constructing the Collatz graph**: - The author proposes a Collatz graph (C - graph) with a regular structure and constructs the nodes in the graph from the bottom up through the inverse relationship. - Each node represents a positive integer \(m\), and its function value is \(n\). 2. **Connection rules**: - A set of simple and effective connection rules are developed for constructing the C - graph. These rules ensure that each node can be correctly connected to other nodes. 3. **Proving completeness**: - Through mathematical derivation and theorem proving, the author shows that the constructed C - graph contains nodes of all positive integers \(n\), thus proving the completeness of the C - graph. 4. **Verifying the Collatz conjecture**: - Since the completeness of the C - graph has been proven, this means that all positive integers \(n\) will converge to 1 according to the sequence generated by the Collatz rules, thus proving the Collatz conjecture. ### Key theorems and conclusions - **Theorem 1.2**: The Collatz graph contains all nodes \(n\in\mathbb{N}^+\). - **Theorem 1.4**: The Collatz graph contains all nodes \(I_a(q)\), where \(a = 1,5\). - **Theorem 1.5**: The Collatz graph contains all nodes \(E_b(q)\), where \(b = 1,3,5\). ### Proof methods - **Matrix representation**: The author uses matrices \(\{I_a(p,q)\}\) and \(\{E_b(p,q)\}\) to represent the nodes in the Collatz sequence and derives the properties of these matrices through closed - form formulas. - **Connection rules**: By defining connection rules, ensure that each node can be correctly connected to other nodes, thus forming a complete graph. - **Induction method**: Through mathematical induction, the completeness of the C - graph is proven. ### Conclusion By constructing a Collatz graph with a regular structure and proving its completeness, the author has successfully proven the Collatz conjecture. This result provides a new perspective and method for solving this long - unsolved mathematical problem.