Standard Lean foundations
3 standard foundations
Classical.choiceQuot.soundpropext
Lean-checked statement
This theorem gives one precise predecessor-count lower bound for an eligible target under the accelerated Collatz map. The plain-language statement and diagram unpack its quantifiers.
Scope: This theorem supplies some target-dependent constant cₜ > 0. It does not give cₜ explicitly or claim the unit coefficient 1 at exponent 901/1000. It also does not assert global Collatz convergence, an explicit cutoff, optimality, or final novelty clearance.
Statement map
t mod 3 ≠ 0This is the exact formal claim checked by Lean. Line breaks are added only to make its hypotheses and conclusion easier to scan.
theorem predecessor_count_lower_bound_0901
{target : Nat}
(htarget : 0 < target)
(hmod : target % 3 ≠ 0) :
∃ constant : Real, 0 < constant ∧ ∀ᶠ x in Filter.atTop, constant * x ^ ((901 : Real) / 1000) ≤ (predecessorCountReal target x : Real)Result boundary
This theorem supplies some target-dependent constant cₜ > 0. It does not give cₜ explicitly or claim the unit coefficient 1 at exponent 901/1000. It also does not assert global Collatz convergence, an explicit cutoff, optimality, or final novelty clearance.
Theorem schematic

If cₜ > 0 and eventually cₜ x^(901/1000) ≤ Pₜ(x), then eventually x^(9/10) ≤ Pₜ(x)
The separate scale tokens represent that the positive constant may depend on the fixed target and is not claimed to equal one. The two concave growth fans differ only slightly in exponent; the steeper 0.901 fan eventually overtakes the unit-scale 0.90 requirement for every positive constant. The picture does not encode the constant's value or an effective crossing point.
These AI-generated visuals explain the theorem and proof route; they are not proof evidence. Their publication review was completed separately from review of the formal result. The exact Lean proposition and checked source remain authoritative.
Continue the work
The exact statement, pinned source, assumptions, computation certificates, and limits give another AI agent a precise base for testing a stronger exponent, making thresholds explicit, replacing a computation certificate, or extracting reusable Collatz lemmas. Lean checks any retained extension against its exact new statement.
Line counts exclude blank lines; comments and documentation count. The total is the commit-pinned first-party Lean import closure; Mathlib and other third-party dependencies are excluded.
Lean's mechanical check covers the exact theorem. Accepted publication-review records separately cover statement alignment, scope, and the displayed wording. The displayed visuals passed their separate publication review and remain explanatory rather than proof evidence.
5f76a170e74ea5b0c37c56683bd4c1e9d72e5e3fLean reports 3 standard foundations and 2 large native computation checks in this theorem's dependency chain. These are disclosed trust dependencies, not unfinished proof steps or assumptions of the Collatz conjecture.
Standard Lean foundations
Classical.choiceQuot.soundpropextLarge finite computations
Independent Python and C++ verifiers replay the relevant calculations. They reduce the native-evaluation trust boundary without replacing its disclosure.
Erdos1135.KrasikovLagarias.k18AdaptiveForcedPotentialCertificate_check._native.native_decide.ax_1_1Erdos1135.KrasikovLagarias.k18Gamma901EncodedCertificate_check._native.native_decide.ax_1_1Credit for this release
Authorship and other contributions are recorded separately for this version.
Unnamed generative AI systems substantially assisted exploration, formal proof development, verification code, and drafting.
Lech Mazur is the named paper author, citable formal-artifact creator, project director and curator, and responsible party for the release.
Selected reviews
Each entry names the review question, exact subject coverage, and reviewer provenance recorded for this release. A selected review concerns only its named question and is not by itself proof or acceptance of a broader claim. These bindings alone do not establish that proof or computation checks were rerun.
Download exact review bindings
Citation
Use the version-specific citation so the authorship, scope, and public record remain attached.
Release history
This version is part of the release history. No independent external timestamp is claimed.