1. Introduction
We will use the following well-known fact: if, for the members of the Collatz sequence, zeros predominate in their binary representation, then these members will lead to a decrease in the subsequent members according to the Collatz rule. A striking example is when the initial number in the Collatz sequence is equal to . Let’s write the solution of the equation in the form and note that the smaller x, the more zeros in the corresponding binary representation for n. Developing this idea, we come to the following steps.
Analysis of the binary representation of simple cases of natural numbers.
Creation of a process for decomposing an arbitrary natural number into powers of two.
Analysis of the proximity of the process to binary decomposition at the completion of decomposition at each stage.
Calculation of the number of zeros in the binary decomposition of a natural number.
Estimation of the Collatz sequence members depending on the number of ones in the binary decomposition.
2. Results
This document reveals a comprehensive solution to the Collatz Conjecture, as first proposed in [1]. The Collatz Conjecture, a well-known unsolved problem in mathematics, questions whether iterative application of two basic arithmetic operations can invariably convert any positive integer into 1. It deals with integer sequences generated by the following rule: if a term is even, the subsequent term is half of it; if odd, the next term is the previous term tripled plus one. The conjecture posits that all such sequences culminate in 1, regardless of the initial positive integer.
Named after mathematician Lothar Collatz, who introduced the concept in 1937, this conjecture is also known as the 3n + 1 problem, the Ulam conjecture, Kakutani’s problem, the Thwaites conjecture, Hasse’s algorithm, or the Syracuse problem. The sequence is often termed the hailstone sequence due to its fluctuating nature, resembling the movement of hailstones.
Paul Erdős and Jeffrey Lagarias have commented on the complexity and mathematical depth of the Collatz Conjecture, highlighting its challenging nature.
Consider an operation applied to any positive integer:
This operation is mathematically defined as:
A sequence is formed by continuously applying this operation, starting with any positive integer, where each step’s result becomes the next input. The Collatz Conjecture asserts that this sequence will always reach 1 Recent substantial advancements in addressing the Collatz problem have been documented in works [2].
Now let’s move on to our research, which we will conduct according to the announced plan. For this, we will start with the following
Proof.
Computing as
Repeating computing as
we get
□
Theorem 2.
Let
Then the number of zeros in the binary representation is calculated by the following formula
Let’s introduce
for
by following rules
another words
is count of ones starting at point k with no zeros in between until the first zero or until the end of the sequence
is count of zeros starting at point j with no ones in between until the first zero or until the end of the sequence
Proof.
Using Theorem 1, we create a sequence
Suppose
then by Theorem 1
After repeating j times we get
By Theorems (1-2) and condition of the current Theorem proceed
immediately
Let’s introduce
By condition the theorem
Suppose
In common case
and we see in case
With the growth of
, we see an exponential growth of the denominator, so the influence of
terms with large values does not have a significant effect on the estimate of the left side of the inequality. The reason is the accumulation of the
value corresponding to
. Therefore, the effect, taking into account
with large values, is insignificant for estimating the left part of the inequality. ⇒ statement of Theorem
□
Theorem 4. Let
then
Proof. Let’s introduce operators defined formulas
Let’s consider all possible scenarios of the behavior of the Syracuse sequence , the same possible scenarios can be written in the following form
We need to calculate an estimate for every 2n-th member of the Collatz sequence based on the number of applied operators P ,T,Z over n step.
Let
have m ones in binary representation, then count the number of applications of the Z operator in the following formula.
and count the number of applications of the P operator in the following formula.
Because, each application Z is accompanied by an operator P and the number of applications of the operator P according to the zeros
has a corresponding n-m By rules of Collatz we have after
n steps
According to the last formula, we see that the growth of each member of the sequence depends on the number of units in the binary representation. Next, we will show that a large number of ones at the * step leads to an increase in the number of zeros in the binary representation according to the previous theorems. Where will the decrease in the following terms of the sequence follow
Let
by theorem 2 we will have
After
steps applying rules of Collatz we have
where
Repeating the process 3 times and using
Theorem 5. Let
then for
Collatz conjecture is true Proof. Proof follows from theorem 1-4
6. Conclusions
Our assertion proves that after of steps the sequence comes to a number less than the start one, from which follows the solution of the Collatz conjecture.
References
- O’Connor, J.J.; Robertson, E.F. (2006). "Lothar Collatz". St Andrews University School of Mathematics and Statistics, Scotland.
- Tao, Terence (2022). "Almost all orbits of the Collatz map attain almost bounded values". Forum of Mathematics, Pi. 10: e12. arXiv:1909.03562.ISSN 2050-5086. [CrossRef]
|
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. |
© 2024 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/).