Consider all possible Collatz sequence behaviors that can be written as follows:
We need to calculate an estimate for each
-th term of the Collatz sequence based on the number of applied
operators within
n steps.
Let
have
m ones in its binary representation, then count the number of
Z operator applications by the following formula:
and the number of
P operator applications by the following formula:
Since each
Z application is followed by a
P operator, and the number of
P operator applications corresponds to the number of zeros in
, which is
. According to the Collatz rules, after
n steps we have:
According to the last formula, we see that the growth of each sequence member depends on the number of ones in its binary representation. Next, we show that a large number of ones on the
-th step leads to an increase in the number of zeros on the
-th step for the binary representation, according to the previous theorems, which implies a decrease in subsequent sequence members:
Repeating the reasoning of Theorem 2, consider the equation
From the last equation, to apply the results of Theorem 2, we need
. To satisfy the last inequality, consider
,
Consider
we get
Choosing
l from even numbers less than 10, if the inequalities
Choosing
l from odd numbers less than 10, if the inequalities
Using
also satisfies the condition
According to Theorem 2 we get
According to our application of the Collatz rules, we have an element
, and the order of its binary representation is
After
steps of applying the Collatz rules we have
By the definition of
we obtain
Using
, it follows that
. □