3. 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 □
Proof. In more detail, the estimation process consists of replacing
in
by formula 7 which does not contain powers of the triple which allows one to evaluate the resulting terms of the Syracuse sequence. as a result, we get the following estimate. 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
Let’s introduce
and compute
By rules of Collatz we have after
steps
where
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-7