Collatz conjecture: loose upper/lower bounds? [closed]

核能气质少年 提交于 2019-12-02 12:24:03

Building off of @Kevin's comment: Right now, we are not even sure that this process terminates for all inputs. It's quite possible that the sequence always terminates, and it's quite possible that there are inputs for which the sequence never terminates.

In the case where the sequence never terminates for certain inputs, then the worst-case inputs would be any number where the sequence never stops. This isn't necessarily the same as "any non-power-of-two," since there are many non-powers-of-two that we know of for which the sequence converges (say, for example, 15).

In the case where the sequence always terminates for all inputs, we would have to look more closely at why that's the case in order to determine what the "worst-case" inputs would be. It is unlikely that all non-powers-of-two would be worst-case inputs. Chances are that there will be an infinite family of natural numbers that form worst-case inputs for numbers around their size, similarly to how the Fibonacci numbers give worst-case inputs to Euclid's algorithm.

Of course, none of this is known right now - that's the beauty of working with open problems!

Hope this helps!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!