I have a few claims which represent kind of a scale of the same claim from weak to strong.
I’m wondering how much of this is true, and if it is, how it’s proven. If it’s not easy but there’s a paper, I would be interested in reading up on it.
I’ll be using the n, k, x, β terminology I’ve been seeing here.
- The smallest number in a cycle is less than 2^k
- All odd members of a cycle are less than 2^k
- All members of a cycle are less than or equal to 2^k
- Let Δn be the difference between n and the first number <= n in its trajectory. If Δn < 2^k - 3^x, then n < 2^k
My general reasoning is based off of the sequence equation and the fact that parity vectors are unique for k divisions by two for numbers up to 2^k, and are periodic mod 2^k, as proven by Steiner (correction: Terras and Everett, independently).
This is how I like to write the sequence equation, with a Δn term instead of final n. This way it’s more like the cycle equation.
n = (β + Δn * 2^k) / (2^k - 3^x)
You can see how if Δn = 2^k - 3^x, that term cancels to 2^k, so every time you add 2^k to n, you get the same parity vector, but Δn increases by 2^k - 3^x. I would think that for a cycle, with Δn = 0, it wouldn’t make sense if it was equal to some smaller positive number plus 2^k. And then I would argue similarly but less confidently for the rest of the claims. I know the last claim particularly can’t be substantiated using this equation.
Since I’m here asking questions, I’ve heard a lot of different claims about the maximum value of β for a cycle. We all know the minimum is 2^k - 3^x, but finding the upper bound is a lot harder. If it’s derived from the “high cycle”, where every division by two that keeps the current n >= the initial n, then it would be nice to have a closed form we know will always be larger, but not too much larger, than the definitely not closed form of the high cycle. This would be complicated by the fact that we don’t know whether the Coefficient Stopping Time Conjecture is true, so there could be extra divisions by two in there if the +1s add up enough.
Okay one last thing: I’ve also heard that if the CSTC is true, then there are no non-trivial cycles. Does anyone know if this is true and how or where it’s substantiated?
Thanks!