The Collatz conjecture is one of the most famous unsolved problems in mathematics. It essentially states that, for any positive integer, if you repeatedly apply the function 3x + 1
to it, factoring out any factors of 2 you run into along the way, you'll eventually reach a number that's a power of two.
It's a very interesting theoretical question, but if we ever found a proof (or a disproof), what would that do? For instance, it's known that proving P = NP
would have a huge effect on computability, and would render some cryptographic systems instantly obsolete that are currently thought to be secure due to depending on an NP-complete problem. Would a (dis)proof of Collatz have any similar impacts on the world?