An annotated research dossier · est. 1937

Everything required to settle the Collatz conjecture

Take any positive integer. If it is even, halve it; if it is odd, triple it and add one. Repeat. The conjecture — that every starting number eventually reaches 1 — is arithmetic a child can run and a problem no mathematician has closed. This dossier assembles the full state of the art: live instruments for exploring the map, every major partial result with annotations, the exact failure modes a proof must exclude, and the checklist any settlement has to satisfy.

Intellectual honesty clause. No web page settles this problem, and neither does this one — anyone claiming otherwise is selling something. The conjecture is open. What can be assembled is the complete map of the battlefield: what is proven, what is checked, what is heuristic, and precisely where every known line of attack dies. That is what this page is.
§1

The Problem

Define the Collatz map on the positive integers:

C(n) =n / 2if n ≡ 0 (mod 2)3n + 1if n ≡ 1 (mod 2)The orbit of n is the sequence n, C(n), C(C(n)), … — its “hailstone trajectory.”

Conjecture (Collatz). For every integer n ≥ 1, the orbit of n eventually reaches 1. Analysts usually work with the accelerated (Syracuse) map T(n) = (3n+1)/2 for odd n, which folds in the guaranteed halving after every odd step.

The formal statement is a Π⁰₂ sentenceof arithmetic — “for all n there exists a k with Ck(n) = 1” — and that logical shape matters. Paul Erdős put a $500 bounty on it and delivered the field's most quoted verdict: “Mathematics may not be ready for such problems.”

§2

Current Status

  • Open. Neither proved nor disproved, for 89 years and counting.
  • Verified by computation for every starting value up to roughly 2⁷¹ ≈ 2.4 × 10²¹. Every one of those ~10²¹ orbits fell to 1.
  • Computation settles nothing here.The conjecture quantifies over all integers; 10²¹ is measure zero of them. Worse, the problem is famous for late-arriving structure — orbits like 27's wander to 9,232 before collapsing, and there is no known bound f such that checking up to f(n) certifies n.
  • The strongest theorem(Tao, 2019) says orbits go “almost bounded” for “almost all” n — a spectacular result that is still, by its own architecture, unable to reach all n (§5, §8).
§3

Anatomy of a Trajectory

Vocabulary, then the instrument. For a starting value n: total stopping time σ∞(n) is the number of steps to reach 1; stopping time σ(n) is the number of steps until the orbit first dips below n; the peakis the orbit's maximum excursion. The chart is log-scale — odd steps (red) kick the value up, even steps (green) grind it down.

Instrument 1 · Hailstone trajectory explorer — exact BigInt arithmetic

2^02^32^62^92^12step 0: 27 (odd)step 1: 82 (even)step 2: 41 (odd)step 3: 124 (even)step 4: 62 (even)step 5: 31 (odd)step 6: 94 (even)step 7: 47 (odd)step 8: 142 (even)step 9: 71 (odd)step 10: 214 (even)step 11: 107 (odd)step 12: 322 (even)step 13: 161 (odd)step 14: 484 (even)step 15: 242 (even)step 16: 121 (odd)step 17: 364 (even)step 18: 182 (even)step 19: 91 (odd)step 20: 274 (even)step 21: 137 (odd)step 22: 412 (even)step 23: 206 (even)step 24: 103 (odd)step 25: 310 (even)step 26: 155 (odd)step 27: 466 (even)step 28: 233 (odd)step 29: 700 (even)step 30: 350 (even)step 31: 175 (odd)step 32: 526 (even)step 33: 263 (odd)step 34: 790 (even)step 35: 395 (odd)step 36: 1186 (even)step 37: 593 (odd)step 38: 1780 (even)step 39: 890 (even)step 40: 445 (odd)step 41: 1336 (even)step 42: 668 (even)step 43: 334 (even)step 44: 167 (odd)step 45: 502 (even)step 46: 251 (odd)step 47: 754 (even)step 48: 377 (odd)step 49: 1132 (even)step 50: 566 (even)step 51: 283 (odd)step 52: 850 (even)step 53: 425 (odd)step 54: 1276 (even)step 55: 638 (even)step 56: 319 (odd)step 57: 958 (even)step 58: 479 (odd)step 59: 1438 (even)step 60: 719 (odd)step 61: 2158 (even)step 62: 1079 (odd)step 63: 3238 (even)step 64: 1619 (odd)step 65: 4858 (even)step 66: 2429 (odd)step 67: 7288 (even)step 68: 3644 (even)step 69: 1822 (even)step 70: 911 (odd)step 71: 2734 (even)step 72: 1367 (odd)step 73: 4102 (even)step 74: 2051 (odd)step 75: 6154 (even)step 76: 3077 (odd)step 77: 9232 (even)step 78: 4616 (even)step 79: 2308 (even)step 80: 1154 (even)step 81: 577 (odd)step 82: 1732 (even)step 83: 866 (even)step 84: 433 (odd)step 85: 1300 (even)step 86: 650 (even)step 87: 325 (odd)step 88: 976 (even)step 89: 488 (even)step 90: 244 (even)step 91: 122 (even)step 92: 61 (odd)step 93: 184 (even)step 94: 92 (even)step 95: 46 (even)step 96: 23 (odd)step 97: 70 (even)step 98: 35 (odd)step 99: 106 (even)step 100: 53 (odd)step 101: 160 (even)step 102: 80 (even)step 103: 40 (even)step 104: 20 (even)step 105: 10 (even)step 106: 5 (odd)step 107: 16 (even)step 108: 8 (even)step 109: 4 (even)step 110: 2 (even)step 111: 1 (odd)step →
total stopping time
111 steps
stopping time (first drop below n)
96
peak value
9,232
odd steps (3n+1)
41
even steps (n/2)
70
halvings per tripling
1.707
Reached 1 after 111 steps — consistent with the conjecture, as every integer ever tested has been. The ratio of halvings to triplings (1.707) hovering near log 3 / log 2 ≈ 1.585 is exactly the balance the heuristic in §4 predicts: any orbit that returns to 1 must undo, in factors of 2, everything its odd steps multiplied in.
In base 2 the map is: even → delete trailing 0; odd → (n + n≪1) + 1. The struggle between appending bits (×3) and truncating them (÷2) is the whole conjecture.
steprulevalue
0seed27
1→ n/2 next82
2→ 3n+1 next41
3→ n/2 next124
4→ n/2 next62
5→ 3n+1 next31
6→ n/2 next94
7→ 3n+1 next47
8→ n/2 next142
9→ 3n+1 next71
10→ n/2 next214
11→ 3n+1 next107
12→ n/2 next322
13→ 3n+1 next161
14→ n/2 next484
15→ n/2 next242
16→ 3n+1 next121
17→ n/2 next364
18→ n/2 next182
19→ 3n+1 next91
20→ n/2 next274
21→ 3n+1 next137
22→ n/2 next412
23→ n/2 next206
24→ 3n+1 next103
25→ n/2 next310
26→ 3n+1 next155
27→ n/2 next466
28→ 3n+1 next233
29→ n/2 next700
30→ n/2 next350
31→ 3n+1 next175
32→ n/2 next526
33→ 3n+1 next263
34→ n/2 next790
35→ 3n+1 next395
36→ n/2 next1,186
37→ 3n+1 next593
38→ n/2 next1,780
39→ n/2 next890
40→ 3n+1 next445
41→ n/2 next1,336
42→ n/2 next668
43→ n/2 next334
44→ 3n+1 next167
45→ n/2 next502
46→ 3n+1 next251
47→ n/2 next754
48→ 3n+1 next377
49→ n/2 next1,132
50→ n/2 next566
51→ 3n+1 next283
52→ n/2 next850
53→ 3n+1 next425
54→ n/2 next1,276
55→ n/2 next638
56→ 3n+1 next319
57→ n/2 next958
58→ 3n+1 next479
59→ n/2 next1,438
60→ 3n+1 next719
61→ n/2 next2,158
62→ 3n+1 next1,079
63→ n/2 next3,238
64→ 3n+1 next1,619
65→ n/2 next4,858
66→ 3n+1 next2,429
67→ n/2 next7,288
68→ n/2 next3,644
69→ n/2 next1,822
70→ 3n+1 next911
71→ n/2 next2,734
72→ 3n+1 next1,367
73→ n/2 next4,102
74→ 3n+1 next2,051
75→ n/2 next6,154
76→ 3n+1 next3,077
77→ n/2 next9,232
78→ n/2 next4,616
79→ n/2 next2,308
80→ n/2 next1,154
81→ 3n+1 next577
82→ n/2 next1,732
83→ n/2 next866
84→ 3n+1 next433
85→ n/2 next1,300
86→ n/2 next650
87→ 3n+1 next325
88→ n/2 next976
89→ n/2 next488
90→ n/2 next244
91→ n/2 next122
92→ 3n+1 next61
93→ n/2 next184
94→ n/2 next92
95→ n/2 next46
96→ 3n+1 next23
97→ n/2 next70
98→ 3n+1 next35
99→ n/2 next106
100→ 3n+1 next53
101→ n/2 next160
102→ n/2 next80
103→ n/2 next40
104→ n/2 next20
105→ n/2 next10
106→ 3n+1 next5
107→ n/2 next16
108→ n/2 next8
109→ n/2 next4
110→ n/2 next2
111→ 3n+1 next1

Things worth trying above: 27, the canonical wild ride (111 steps, peak 9,232 — a 342× overshoot of its start); 837,799, holder of the longest flight below one million (524 steps); and 2⁶⁸ + 1, a value just past the peer-reviewed verification frontier — your browser verifies it in exact arithmetic in milliseconds, which is simultaneously impressive and, per §2, mathematically worthless.

§4

The Statistical Landscape

Why do essentially all mathematicians believe the conjecture? Because in aggregate the map is a biased random walk pointed downhill. Follow an odd number through 3n+1 and the subsequent run of halvings: the trailing zeros of 3n+1 behave like fair coin flips, so the expected number of halvings per tripling is 2, giving an expected factor of 3/4 < 1 per odd step. The same heuristic predicts the average flight length: σ∞(n) ≈ 2 ln n / ln(4/3) ≈ 6.95 ln n — the dashed curve below, threading a cloud it has no right to fit this well.

Instrument 2 · Total stopping times, computed live for all n5,000

range:empirical mean 77.6 · predicted 2 ln n / ln(4/3)
050100150200record: n=1, 0 stepsrecord: n=2, 1 stepsrecord: n=3, 7 stepsrecord: n=6, 8 stepsrecord: n=7, 16 stepsrecord: n=9, 19 stepsrecord: n=18, 20 stepsrecord: n=25, 23 stepsrecord: n=27, 111 stepsrecord: n=54, 112 stepsrecord: n=73, 115 stepsrecord: n=97, 118 stepsrecord: n=129, 121 stepsrecord: n=171, 124 stepsrecord: n=231, 127 stepsrecord: n=313, 130 stepsrecord: n=327, 143 stepsrecord: n=649, 144 stepsrecord: n=703, 170 stepsrecord: n=871, 178 stepsrecord: n=1161, 181 stepsrecord: n=2223, 182 stepsrecord: n=2463, 208 stepsrecord: n=2919, 216 stepsrecord: n=3711, 237 stepsn →
record holders (gold)
871 · 1,161 · 2,223 · 2,463 · 2,919 · 3,711
longest flight in range
n = 3,711 → 237 steps
dashed curve
2 ln n / ln(4/3) ≈ 6.95 ln n

Annotations on the cloud: the horizontal banding comes from orbit-merging — huge families of n share tail trajectories, so their flight counts differ by small offsets. The gold record-holders drifting upward roughly logarithmically are exactly what the random-walk model predicts for maxima of ~n independent-ish flights. The heuristic explains everything visible in this chart and proves none of it — the gap between those two clauses is the conjecture.

§5

What Is Actually Proven

The honor roll, annotated. Note the shape of every entry: almost all, at least, no cycle shorter than — quantifier concessions that mark exactly where each technique ran out of road.

1976
Terras: almost every integer falls below itself

The set of n with finite stopping time has natural density 1. Independently Everett (1977). This converts “most numbers behave” from folklore to theorem — but density-1 leaves infinitely many exceptions unaccounted for, and one divergent exception falsifies everything.

1977
Steiner: no nontrivial “circuits”

A cycle that climbs through odd numbers once then descends once (a 1-cycle) cannot exist. The proof imports Baker's theorem on linear forms in logarithms — transcendence theory walks into the problem for the first time.

1993
Eliahou: cycles must be enormous

Any nontrivial cycle has length at least 17,087,915, via the continued-fraction convergents of log₂ 3 — and the bound scales with the computational frontier: feeding in today's ~2⁷¹ verification pushes the minimum length into the hundreds of billions.

1994
Korec: almost every orbit falls polynomially far

For almost all n, the orbit dips below nθfor any θ > log 3 / log 4 ≈ 0.7925. Strengthens Terras from “falls below n” to “falls well below n.”

2003
Krasikov–Lagarias: the basin of 1 is fat

The count of n ≤ x that provably reach 1 is at least x0.84, from systems of difference inequalities over residue classes mod 3k. Unconditional, no “almost” — but a power short of x, which is the whole game.

2019
Tao: almost all orbits attain almost bounded values

For any function f(n) → ∞, no matter how slowly, almost every n (logarithmic density) has an orbit dipping below f(n).

2020s
Barina: the computational frontier

Peer-reviewed verification to 2⁶⁸; the distributed project reports ~2⁷¹. Also the source of the modern record tables for peaks and flight lengths.

§6

The Two Ways It Could Fail

A settlement must destroy, or exhibit, each of these — and both failure modes really occurin the map's nearest relatives, which is the strongest evidence that no soft argument will ever work:

  • Failure A — a nontrivial cycle.Some orbit repeats without ever touching 1. Known constraints: every element > 2⁷¹, length in the hundreds of billions, and no m-cycle shape with m ≤ 91 (§5).
  • Failure B — a divergent orbit. Some orbit marches to infinity. Nothing whatsoever excludes this; the density theorems only say such orbits are statistically invisible.

Instrument 3 · Failure-mode lab — watch the siblings of 3n+1 actually fail

try:

Flip one sign and three distinct cycles appear: {1,2}, {5,14,7,20,10}, and an 18-element cycle through 17. Seed 5 and seed 17 land in different ones.

Nontrivial cycle captured after 0 steps — period 5: 5 → 14 → 7 → 20 → 10 → … This is failure mode A. For 3n+1, cycles of period below ~10¹¹ are provably impossible (§5).
2^4

The moral of the lab: 3n−1(equivalently, Collatz on negative integers) has three known cycles — so “maps of this shape funnel into one cycle” is simply false as a general principle. 5n+1has positive drift and apparently divergent orbits — so “maps of this shape come back down” is also false. Any correct proof must therefore consume the exact constants 3 and +1 and the positivity of the domain.

§7

Reformulations & Attack Routes

The problem has been transplanted into a dozen fields, each yielding structure — and each inheriting the difficulty intact. The major equivalences:

2-adic dynamics: the map is secretly a coin flip

The accelerated map extends to the 2-adic integers ℤ₂, where it is topologically conjugate to the one-sided shift — measure-preserving, ergodic, as random as a dynamical system can be.

Computability: the neighborhood is undecidable

Conway (1972) proved that iterating generalized Collatz functions (piecewise-linear maps chosen by residue class) can simulate any Turing machine, and built FRACTRAN to demonstrate it; Kurtz–Simon later pinned the generalized problem as Π⁰₂-complete.

The other transplants

  • Diophantine:cycle existence ⇔ solvability of the cycle equation, where linear forms in logarithms of 2 and 3 rule (all of §5's cycle results live here). The relevant open sharpening — how well log₂ 3 can be approximated — connects to deep unsolved problems in transcendence theory.
  • Functional equations: Berg–Meinardus recast the conjecture as a statement about solutions of a functional equation for generating functions on the unit disk — analytic, elegant, and so far inert.
  • The predecessor tree:Wirsching's program studies the tree of all ancestors of 1; the conjecture says the tree is everything. Yields the x^0.84 density bounds; stuck below exponent 1.
  • Rewriting systems / tag systems: Collatz is equivalent to termination of a 3-symbol tag system — connecting it to term-rewriting termination, another land of undecidability.
§8

Why It Resists Proof

The obstructions, stated as sharply as the literature allows:

  • No conserved or monotone quantity.The standard way to prove termination is a Lyapunov/ranking function that provably decreases. None is known for Collatz, and the map's violent excursions (27 → 9,232) show any candidate must tolerate enormous transient growth — it would have to encode, in effect, the answer itself.
  • The 2-adic/3-adic incompatibility. The even step is perfectly natural in base 2; the odd step in base 3. The map shuttles information between two incommensurable number systems, and mathematics has famously weak tools for statements coupling multiplicative structure in 2 and 3 simultaneously.
  • Statistical methods cannot finish.Terras-to-Tao arguments control density; the conjecture demands totality. An exceptional set of density zero can still be infinite — and one exception is fatal. Closing “almost all” to “all” requires per-orbit, non-statistical control that no one has.
  • The verification asymmetry (§1, note 4).No finite computation can even in principle certify a divergent orbit — so the “experimental” route to disproof is half-closed, and the proof route gets no inductive foothold from the 10²¹ verified cases.
§9

What a Settlement Must Contain

The deliverable, itemized. There are exactly three exits, and each has a non-negotiable bill of materials:

Path A — prove it true

  1. [ ]Exclude all nontrivial cycles, for every period.Current transcendence bounds cap out at m-cycles, m ≤ 91. A full exclusion needs either radically stronger lower bounds on |2^b − 3^a| (beyond what Baker-type theory delivers) or a structurally new cycle argument.
  2. [ ]Exclude divergent orbits — every single one.The hard core. Requires per-orbit control: a decreasing ranking function, a covering-system induction that closes, or an entirely new mechanism. Nothing in the current literature — including Tao's theorem — even claims a path to this.
  3. [ ]Pass the no-go filter of §6.The argument must visibly fail for 3n−1 and for 5n+1, and must fail on the negative integers. If you cannot point to the exact step where it does, the proof is wrong before refereeing begins.

Path B — prove it false

  1. [ ]Exhibit a counterexample orbit.A cycle: every element > 2⁷¹, hundreds of billions of terms, verifiable but unfindable by any current search strategy. Or divergence: which needs a proof of escape for a specific orbit — a type of theorem never yet achieved for any qn+r map (§6, note 16). Disproof is, if anything, harder than proof.

Path C — prove it unprovable

  1. [ ]Show independence from PA (or ZFC).Conway's universality makes this less absurd than it sounds, but no independence technique (forcing, incompleteness coding) has ever been made to grip a specific, natural Π⁰₂ arithmetic statement like this one. Note the fine print: independence would notmean “true” — that shortcut works for Π⁰₁ statements only, and Collatz is not one.

Anything presented as a settlement that does not check one of these boxes — in full, with the quantifier “all” and not “almost all” — is a contribution to §5 at best and to the crackpot file at worst.

§10

The Reading List

The canonical shelf, in reading order:

  • J. C. Lagarias, The 3x+1 Problem and Its GeneralizationsAmerican Mathematical Monthly 92 (1985). The classic survey; still the right first read. His two annotated bibliographies (arXiv math/0309224 and math/0608208) index essentially the entire literature.
  • J. C. Lagarias (ed.), The Ultimate Challenge: The 3x+1 ProblemAMS, 2010. The book of record on the problem.
  • T. Tao, Almost all orbits of the Collatz map attain almost bounded valuesForum of Mathematics, Pi (2022); arXiv:1909.03562. The state of the art, with an unusually candid discussion of why the method cannot finish the job.
  • R. Terras, A stopping time problem on the positive integersActa Arithmetica 30 (1976). Where density-1 began.
  • I. Krasikov & J. C. Lagarias, Bounds for the 3x+1 problem using difference inequalitiesActa Arithmetica 109 (2003). The x^0.84 bound.
  • J. L. Simons & B. M. M. de Weger, Theoretical and computational bounds for m-cycles of the 3n+1 problemActa Arithmetica 117 (2005); extended by C. Hercher to m ≤ 91 (2023).
  • J. H. Conway, Unpredictable IterationsProc. 1972 Number Theory Conf., Boulder. Undecidability enters; see also his FRACTRAN paper (1987) and Kurtz–Simon (2007) for Π⁰₂-completeness.
  • G. J. Wirsching, The Dynamical System Generated by the 3n+1 FunctionSpringer Lecture Notes in Mathematics 1681 (1998).
  • D. Barina, Convergence verification of the Collatz problemJournal of Supercomputing (2020), plus the live project records.
§11

The Campaign (Live)

This dossier grew a research wing: a live, iterated attack campaign on the conjecture, run under strict ground rules — no fabricated steps, dead ends logged as results, corrections kept on the record. Twenty-five paths and counting, all executing in the browser at the attack log, with the full iteration log kept in the standalone Collatz Lab app. Headlines so far:

  • Certificate program exhausted: modular Lyapunov tables (any modulus), Syracuse valuation tables, all finite-state machines over (residue, parity history), and both one-counter classes — each decided empty with machine-verified witnesses, all killed by the same obstruction: the negative-domain cycles at −1, −5, −17.
  • Certified density bounds: the Applegate–Lagarias tree-search method pushed far past its published-era depth — γ ≥ 0.7748, certifying 1.6×10¹⁸ integers below 2^78.1 reach 1, territory beyond the 2⁷¹ verification frontier.
  • A literature-grade cycle bound assembled: Hercher 2023 + Barina 2025 combine to establish K ≥ 1.375×10¹¹ odd members in any nontrivial cycle — and our exact-convergent engine independently derived the same integer, 137,528,045,312.
  • Unifications and corrections: the covering tail and the divergence barrier shown to be one large-deviation object (entropy rate 0.05004 bits/step, confirmed against exact combinatorics); an evolutionary adversary that converges onto the proven obstruction map; four of our own overclaims caught by our own instruments and downgraded in public.

The status line has not moved: the conjecture is open. What the campaign adds is an unusually precise, machine-checked map of why — and a standing triage kit for every future claimed proof.