4. Convergence of Transform Position for Odds in Odd Tree
Suppose start odd
is any odd before convergence state in layer
,
is its position in layer
,
is transform position(to layer
) of odd produced in step
, deduce common transform position
:
...
.
Furthmore, use to represent transform position(to layer ) of odd produced in step from start odd in layer . We can change the value of step property to different positive integer or delete middle steps in order to compare two transform positions. At this point, the modified transform position is called virtual transform position, use same common formula to calculate two kinds of transform position.
Lemma 4.1: , highest binary bit of its integer part is , do operation similar with : , . Then ,,virtual transform position(to layer ) of is bigger than which of , virtual transform position increment ratio from to is .
Prove:
Because
, then
Because
,
Then
Because , use same way can prove
Because two kinds of transform position formula are same, virtual transform position increment from odd a to b is:
, when , .
Virtual transform position increment ratio from to is:
.
Obviously, the virtual transform position increment regularity is also suitable for all following steps, as long as step property of each step is 2.
Lemma 4.2: For any non-convergence start odd in layer , if , .
Prove:
If all
, then .
Lemma 4.3: For any non-convergence start odd in layer , if ,
Prove:
If all
, then .
Lemma 4.4: For any non-convergence start odd in layer , if after doing steps operation, corresponding Collatz odd in each step is bigger than 3, then , where .
Prove:
According to Lemma 4.2 and Lemma 4.3
,
The result can be extended to more cases such as …
For example, with start Collatz odd , Select as corresponding start odd in odd tree, , original transform positions(to layer ) in following steps are:
, , , , ...
Corresponding virtual transform positions(to layer ) are:
, , , , ...
This is to say, if delete all (1) steps in long sequence and change all (2+ ) steps to (2) steps, final virtual transform position is smaller than original, if corresponding original Collatz odd in each step is bigger than 3.
Lemma 4.5: If exists loop Collatz odd sequence, step count must be bigger than 2.
Prove: For any Collatz odd , suppose .
Then , there exists no odd solution.
Suppose , , where odd .
Then , .
Get , and , then
, , it is contradictory.
Hence, if exists loop Collatz odd sequence, step count must be bigger than 2. This way, according to Lemma 2.3, we can expand loop Collatz odd sequence(if exists), get a steps odd sequence, and it is no longer loop sequence.
Lemma 4.6: For any Collatz odd , do one step operation, can not get .
Lemma 4.7: If exists steps non-convergence Collatz odd sequence, step property of tail part of the sequence is not possible to always be 1.
Lemma 4.8: It is not possible to exist loop Collatz odd sequence or steps non-convergence Collatz odd sequence.
Prove: If exists, odds in the sequence must be bigger than 3, change to odd sequence, expand loop Collatz odd sequence, then both cases we get steps odd sequence, there are many (1) and (2+) steps.
Select a part sequence from original odd sequence, odd in layer as start odd, last step is (2+), exists many (1) and (2+) steps in the middle. Use common transform position formula to produce a transform position (to layer ) sequence. Delete all (1) steps before last step and change all (2+ ) steps to (2) steps, use common transform position formula to produce a new steps virtual transform position sequence.
Hence the transform position increment ratio of new transform position sequence is always
. According to Lemma 4.4, final transform position of original sequence is(can also be gotten from common transform position formula):
Original Collatz sequence must appear (2+) steps continuously after some (1) steps each time, count of (2+) steps must be infinite.
Walk out of boundary of odd tree, it is not possible in real world.