Let’s introduce operators defined by the formulas
Consider all possible scenarios of the behavior of the Collatz sequence, which can be written in the following form:
It is necessary to calculate an estimate for each
-th member of the Collatz sequence based on the number of
operators applied during
n steps.
Let
have
m units in its binary representation, then calculate the number of applications of the
Z operator by the following formula:
and calculate the number of applications of the
P operator by the following formula:
Since each application of
Z is accompanied by the
P operator, and the number of applications of the
P operator corresponds to the number of zeros in
, which is equal to
. According to the rules of Collatz after
n steps, we have:
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 units on the
-th step leads to an increase in the number of zeros in the
-th step for the binary representation according to previous theorems, hence the reduction of subsequent members of the sequence:
Repeating the reasoning of Theorem 2, consider the equation
From the last equation, in order to apply the results of theorem 2, we need
. To fulfill the last inequality, consider
,
Consider
we get
Choosing
, if the inequalities
are true,
Choosing
, if the inequalities
are true,
Using
we also satisfy the condition
According to theorem 2 we get
According to our application of the Collatz rules, we have the element
, and the order of its binary representation is
After
steps of applying the Collatz rules, we have
By definition of
we get
Using
, implies
. □