If we take a look into the (known) cycles of the Collatz Conjecture when all integers are included, we get 4 cycles:
1 → 4 → 2 → 1 …
−1 → −2 → −1 …
−5 → −14 → −7 → −20 → −10 → −5 …
−17 → −50 → −25 → −74 → −37 → −110 → −55 → −164 → −82 → −41 → −122 → −61 → −182 → −91 → −272 → −136 → −68 → −34 → −17 …
The 1 and -5 cycles have at most 2 consecutive decreasing steps (n/2), the -1 cycle has just 1, and the -17 cycle has 4, which brings me to the question:
If there was any other cycle, would there be a maximum of consecutive decreasing steps it can have? And if so, would this maximum be different between a negative and a positive cycle?
Also, do we know for example why the -17 cycle reaches a point with 4 consecutive decreasing steps? As in, do we know why any given number reaches for example 4 consecutive decreasing steps?
And lastly, would having a maximum number of consecutive decreasing steps higher than 2 for a positive cycle prove the existence of another cycle different than the trivial 4:2:1 ?
Sorry for the amount of followup questions.
The number of decreasing steps is just the power of $2$ in the first even integer in the run. Note that $272=2^4\cdot 7$, so we can divide by $2$ four times. I don't know why there is a multiple of $16$ in that cycle and not the others.
Yes, if we found a positive cycle with more than two decreasing steps it would have to be a different cycle than $4,2,1$. You can have many more decreasing steps before you reach a cycle. To have $k$ steps at the start take a number that is a multiple of $2^k$.