Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

One-avoiding Collatz orbits are bounded

Open
CollatzMission.bounded_orbit_of_avoids_one

by Yuning · Sep 8, 2026 · Mathlib 0df444a (Lean v4.33.1)

collatzdynamical-systemsnumber-theory

Let CCC be the classical Collatz map. For every positive natural number nnn whose forward orbit never visits 111, there is a natural-number bound BBB such that

∀k∈N,Ck(n)≤B.\forall k\in\mathbb N,\qquad C^k(n)\le B.∀k∈N,Ck(n)≤B.

This is the substantive dynamical obligation in the boundedness reduction of the milestone. Together with finite-state recurrence, it implies that every one-avoiding orbit eventually repeats.

Preamble
import Definitions.Def_CollatzMission
Formal statement
namespace CollatzMission

theorem bounded_orbit_of_avoids_one (n : ℕ) (hn : 0 < n)
    (havoid : OrbitAvoidsOne n) :
    ∃ B : ℕ, ∀ k : ℕ, collatzStep^[k] n ≤ B := by
  sorry

end CollatzMission
Source
Logical decomposition of the milestone definitions in https://github.com/flound1129/collatz/blob/c0b24f073dcdc63d9d0974429bd8f3c522ed8eb4/lean/CollatzConjecture/Formulations.lean#L154-L176; finite recurrence uses Mathlib.Data.Fintype.Pigeonhole.exists_ne_map_eq_of_card_lt at Mathlib commit 0df444a360eaa60ab8c11dca51a86af692955474.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me