Can there exist such a Collatz cycle that never divides by 2 more than one time between the increasing parts?

215 Views Asked by At

Sorry for the long title. I first of all want to say that I'm just a high school student who spent today looking into the Collatz conjecture. I, first of all, would like to know if it's known whether there exist such a cycle that never divides by $2$ more than one time between the increasing parts. I know that the conjecture is still unsolved, so in other words what I'm saying is: has anyone proved that no such cycle exists?

The reason I'm asking is because I believe I may have found a proof of that there can't exist such a cycle that starts with $n$ if $n>4$. But the proof is probably incorrect, or already proved by someone else.

So, does anyone know if someone has proved this, and, can such a proof help solving the whole conjecture? If no one has proved this, I could post the "proof" here so you professionals could find the mistakes.

Note: by "increasing part", I mean the 3n+1 part and not the (3n+1)/2 part.

Regards, John

1

There are 1 best solutions below

4
On BEST ANSWER

No, there can be no such cycle, and the proof is straightforward (and this might be the one you found - if so, congratulations! coming up with a proof on your own is a great thing):

Suppose there were such a cycle. Remember that each of the odd-number steps immediately yields an even number; so this determines the form such a cycle can have: if $a_1$ is a term in the cycle which is even, then two terms later we're left with $a_2={3a_1\over 2}+1$, which is even and strictly greater than $a_1$; proceeding by induction, if we let $a_n$ be the $(2n-1)$th term, starting with $a_1$, then we have $a_1<a_2<a_3<$...

So this can't be a cycle, since it gets arbitrarily large (any cycle is finite, and thus has an upper bound). Note that the sequence $1, 4, 2, 1, 4, 2, ...$ involves consecutive division-by-twos, and so isn't in fact a counterexample or special case.


A natural next step is to extend this beyond $1$; that is, try to show that there is no cycle containing no more than two consecutive divide-by-twos (presumably by showing that there is no such cycle starting with a number above some certain bound, and then checking the smaller starting numbers by hand). Unfortunately, while this might be true (and of course is true if Collatz is), it won't be as easy to prove - following the odd-number case, two consecutive divide-by-twos can drop us below the starting number since ${3b+1\over 4}<b.$

So frustratingly, this does seem to be a special case - there's no obvious way to rule out broader classes of cycles using the same ideas. As far as I know, this is universally true of all progress made on the problem: while we can rule out certain specific kinds of counterexamples, they're all very special and ultimately the methods used don't give us any insight into the whole problem.