Collatz Conjecture
Canonical statement
View source LaTeX
Define \(T:\mathbb Z_{>0}\to\mathbb Z_{>0}\) by
\[
T(n)=
\begin{cases}
n/2,&n\text{ even},\\
3n+1,&n\text{ odd}.
\end{cases}
\] For every \(n\in\mathbb Z_{>0}\), there exists \(k\ge0\) such that \(T^{k}(n)=1\).Notes
Define for even and for odd . The Collatz conjecture asserts that iterating from any positive integer eventually reaches . The problem is retrospectively attributed to Collatz around 1937, though surviving accounts do not fix an exact year of proposal; Lagarias's survey traces its circulation and its many equivalent formulations [Lagarias1985Collatz].
Evidence comes in two kinds. Computation has verified the conjecture over vast initial ranges, and the heuristic that trajectories halve more often than they take the step supports typical descent. On the rigorous side, Tao proved that almost all orbits, in the sense of logarithmic density, attain values below any prescribed function tending slowly to infinity [Tao2022Collatz]. The broader literature, including dynamical and logical perspectives on the problem and its generalizations, is collected in the volume edited by Lagarias [Lagarias2010CollatzBook].
None of this excludes a single divergent orbit or an undiscovered nontrivial cycle, and the conjecture remains open; a proof must rule out both possibilities for every starting value.
References (3)
- [Lagarias1985Collatz]
The problem and its generalizations
Open ↗Jeffrey C. Lagarias · 1985 · misc
- [Tao2022Collatz]
Almost all orbits of the Collatz map attain almost bounded values
Open ↗Terence Tao · 2022 · misc
- [Lagarias2010CollatzBook]
The Ultimate Challenge: The Problem
Open ↗Jeffrey C. Lagarias, ed. · 2010 · misc
The boxed statement is the canonical open formulation — not a stronger variant or a related research program. The status reflects the catalog's last review; do your own literature search before investing serious effort.