No one can solve this child's play problem
not published yet
General audience
mathematics number theory

“Mathematics may not be ready for such problems” said Paul Erdős, one of the greatest mathematicians of the 20th century. However, I assure you that this problem, or at least its description, could be understood by a child as young as 10. Do you think I’m exaggerating? A 10-year-old has no background in math, aside from addition, multiplication, and a basic grasp of division; you might say. Yet that’s all you need to understand this problem. It is by far the simplest to explain, visualize, and understand; just as it is surely by far the most complex to solve. Do you know how to divide a number by 2 or multiply it by 3? Then you’re ready to discover one of the most famous problems in mathematics, one that has baffled even the greatest geniuses on the planet as they’ve tried to solve it: the Collatz conjecture.

1 ~ What is this problem with its paradoxical difficulty?

Pick an number, any positive integer you like.

  1. If it is even, divide it by 2;
  2. If it is odd, multiply it by 3 and add 1;
  3. Go back to step one with the number you obtained.

Here is the statement of the problem. That’s all. You see, I didn’t lie.

Now let me walk you through an example. I’m going to choose the number 42. 42 is even, so I divide it by 2 and get 21. 21 is odd, so I multiply it by 3 and add 1, and get 64. 64 is even, so I divide it by 2 and get 32, which is also even. This leads me to 16, 8, and 4. 4 is even, so I divide it by 2 and get 2. 2 is even, so I divide it by 2 and get 1. 1 is odd, so I multiply it by 2 and add 1, which gives me 4… which I’ve already obtained. If I continue, I get 2, then 1, then 4, then 2, then 1, then 4, and so on.

Figure 1: Collatz sequence for .

Note the cycle, shown in red in Figure 1. Landing on 4, 2, or 1 traps us in a loop: the cycle. You have no doubt encountered the same cycle with your own number. Perhaps it’s because we chose small numbers? So let’s try with 275,828,492 (see Figure 2).

Figure 2: Collatz sequence for .

Once again, we get this cycle shown in red!

1.1 ~ So what’s the deal?

If you try this with other numbers (both small and very large), you’ll find that every single time, without exception, you end up back in this cycle. It seems that, no matter what the starting number is, our yellow trajectory shown in Figure 1 and Figure 2 inevitably ends up falling back into this cycle. That is the Collatz conjecture1.

There are only three possible solutions to this problem:

Figure 3: Hypothesis 1: every Collatz sequence converges to the cycle.
Figure 4: Hypothesis 2: there exists a sequence that converges to a cycle other than (this is an illustrative plot; the values are arbitrary).
Figure 5: Hypothesis 3: there is a sequence that never ends, that is, it has no cycle and diverges.

As you have seen from several examples, it seems that Hypothesis 1 in Figure 3, where any starting number converges to the cycle, is the best one. In 1937, Lothar Collatz was the first to notice this strange property and many mathematicians quickly began to conjecture that every sequence converges to this cycle, regardless of the positive starting number. The Collatz conjecture was born. As I write this blog post, the problem remains unsolved, and no one has yet succeeded in proving that the conjecture is true.

2 ~ So, how could we solve this problem?

The good thing about conjectures is that there are only two possible outcomes: either it turns out to be true, or it is false. To refute a conjecture like this would mean finding a counterexample. Indeed, all it takes is a single number that does not satisfy the conjectured statement, and the conjecture would be refuted. Such a number would diverge (as in Figure 5) or result in a cycle other than (as in Figure 4).

2.1 ~ How can we find this counterexample?

Unfortunately, there is no known effective method other than testing all numbers until one is found that does not follow the pattern. As you can imagine, mathematicians didn’t give up, and they asked their computer science colleagues to write a program capable of testing the Collatz conjecture on a large number of inputs. To be exact, they checked up to . Just think about how big that number is: it’s a 2 followed by 21 zeros. And guess what? They all converged on the cycle.

Does this prove that the Collatz conjecture is true, since there doesn’t seem to be any counterexample? Absolutely not. In mathematics, showing that something is true for “quite a few” cases is certainly not enough. Even if a vast number of integers converge to the cycle, this is far from covering all integers, and the proof still remains to be shown. Refuting a conjecture requires only a single counterexample, but proving it true requires a rigorous and general proof. That doesn’t mean, however, that these results are useless. For example, it gives an idea of the order of magnitude of a cycle other than . Indeed, if the cycle were small (as in the illustrative example in Figure 4), then one of the tested numbers would have converged to that other cycle. Thus, so far, researchers have shown that if any repeating cycle other than the 3-step cycle exists, then it must contain at least 355,504,839,929 steps2. It means that if there is a completely different cycle out there somewhere in the infinite universe of numbers that never touches the number 1, 4 or 2, then it cannot be a simple 3-step, 10-step, or even a million-step cycle.

That leaves the counterexamples that rely on divergence (see Figure 5). Finding a sequence that will never converge to a cycle seems even less likely. One argument supporting this is linked to a probabilistic heuristic of average decay. I will go into the details in Section 2.2, but the key point to remember is that the scientific community considers the existence of such a sequence to be extremely unlikely, although, once again, this does not constitute absolute proof of its nonexistence.

2.2 ~ In that case, how can we prove that the conjecture is true?

Indeed, if the experimental evidence seems to suggest that no counterexamples exist, then the conjecture is surely true. Moving from a conjecture to a theorem, however, is somewhat more complex. A formal and rigorous proof would be needed to show that, for every natural number, its Collatz sequence converges to the cycle. At present, there is no such proof, nor is there even an obvious approach to a complete and universal proof. However, mathematicians have developed various theoretical approaches that allow them to argue for the truth of the conjecture. Although these models do not lead to a definitive conclusion, they strengthen confidence in the proof of the conjecture.

The most fruitful approach was led by the renowned mathematician Terence Tao. It involves a probabilistic and statistical analysis of the problem.
Even if we cannot prove that all Collatz sequences converge, it is possible to prove that almost all of them converge. We must be careful with the term “almost all”, because in mathematics it does not have the expected meaning of “most of them”. This term has a strict technical definition, such as “all of them in the limit”, even if an infinite number of exceptions may exist. In this context, when a mathematician says that a property holds for almost all integers, they mean that if we consider the set of numbers from to , the percentage of numbers that satisfy this property approaches 100% as tends to infinity. So what Terence Tao proved in 2019, using methods from partial differential equations, was that if you pick a random integer, the probability that its Collatz sequence fails to drop down to a very small value is exactly 0% in the limit, that is, almost all3 Collatz sequences converge.

That’s all well and good, but it’s hard to understand why these results are so obvious. So I’m going to give you another argument based on probabilistic heuristics.
Remember the steps for constructing a Collatz sequence starting from a natural number : divide by 2 if is even (), multiply by 3 and add 1 if is odd (). Perhaps you’ve noticed that it’s possible to simplify one of these steps. Indeed, when is odd, multiplying by 3 and adding 1 will always result in an even number4. So whenever is odd, we can directly perform the operation , that is, multiply by 3, add 1, and divide by 2. With this rewriting of the problem, we can track the jumps from one odd number to another odd number. Using a little probability theory and statistics, we can show that then each odd number is on average the previous one (75%). This means that, on average, numbers tend to decrease in the long run, and the sequence divergence becomes statistically unlikely. Once again, this is obviously not a valid proof because it treats Collatz sequences using a probabilistic heuristic, whereas each numbers in a sequence depends heavily on their algebraic properties and previous values, which are not random at all. However, it provides yet another piece of evidence supporting the validity of the conjecture.

There are other approaches and arguments, particularly those that use modular arithmetic, rational approximations (to show that no other repeating cycles exist outside the known ), inverse trees and algebraic mapping (to demonstrate structural reachability for all integers by constructing backward-branching tree structures from 1 to map paths), etc. But Terence Tao’s statistical approach remains, to this day, the greatest breakthrough in this problem. It is, in fact, considered to be “one of the most significant results on the Collatz conjecture in decades”5.

3 ~ So what now?

To date, this problem remains unsolved. Because of the simplicity of its state, it is often tackled by amateurs who believe they have solved it and publish results that fall far short of what experts in the field expect; the experts, for their part, believe they will never see such a problem solved in their lifetime. Recently, the LLM systems developed by major startups have improved in conjecture-solving, and despite impressive results for many problems, the Collatz conjecture has yet to be shaken by this technology. As an aside, the conjecture was considered solved for a few days because a proof assistant system6 had a flaw that the authors exploited to disprove the Collatz conjecture. I hope that after reading my short blog post on the subject, you are surprised by this result. Rest assured, the bug has been fixed, and the conjecture remains unproven to this day…

“For about a month everyone at Yale worked on it, with no result. A similar phenomenon happened when I mentioned it at the University of Chicago. A joke was made that this problem was part of a conspiracy to slow down mathematical research in the U.S [during Cold War].”

— Shizuo Kakutani, Japanese-American mathematician who introduced the problem at so many universities that it is sometimes called the Kakutani’s problem


1 To be more precise, the conjecture states that any starting number yields a sequence that converges to 1, but you will readily agree that falling into the cycle is equivalent to converging to 1.
2 In 2025, a project to verify the conjecture confirmed convergence for all integers up to and found out this number, which represents the absolute minimum number of steps a hypothetical nontrivial loop (a loop other than ) must have in the Collatz sequence. In 1993, mathematician Shalom Eliahou determined under which size constraint a nontrivial cycle must exist: for some with . These recent computer-based verifications that yielded the minimum value for a nontrivial cycle constrain the constants , , and to certain minimum values, thus yielding this size of a nontrivial cycle.
3 In the sense of logarithmic density.
4 3 is odd, so multiplying it by an odd number will yield another odd number. Adding 1 yields an even number.
5 If you’re interested, this quote comes from the journal Quanta Magazine, which published an article on its progress on the problem.
6 A tool used by mathematicians to verify, step by step, whether a proof is valid. Evidence provided by a proof assistant is often considered more reliable than the ones verified by an expert. The most well-known proof assistant is Lean.