Collatz Sequence Proof (1st Way)

03 July 2026, Version 17
This content is an early or alternative research output and has not been peer-reviewed by Cambridge University Press at the time of posting.

Abstract

The Collatz sequence is defined for any positive integer 𝑛 by repeatedly applying two rules: if 𝑛 is even, compute 𝑛 / 2 ; if 𝑛 is odd, compute 3 𝑛 + 1 . Let the sequence be 𝑆 ( 𝑛 ) = { π‘Ž , 𝑏 , 𝑐 , … , π‘₯ , … , 𝑑 } . This work examines whether any loop other than the known { 4 , 2 , 1 } cycle can occur. Assume a positive integer π‘₯ lies in a hypothetical loop of length π‘Ÿ ∈ 𝑁 + . Applying the Collatz rules to π‘₯ and solving the resulting loop equations shows that the only possible values of π‘₯ are 1 , 2 , 4 , which correspond exactly to the classical loop { 4 , 2 , 1 } . A general algebraic form for loop elements further demonstrates that when π‘Ÿ ≑ 0 ( m o d 3 ) , the only solution is π‘₯ = 1 , again yielding the same loop. Since any Collatz sequence satisfies 𝑙 𝑆 ( 𝑛 ) = 𝑙 𝑆 ( π‘₯ ) , and the only valid loop element is π‘₯ = 1 , it follows that every Collatz sequence contains exactly one loop: { 4 , 2 , 1 } .

Keywords

Collatz conjecture
3n + 1 problem
discrete dynamical systems
integer sequences
loop structure
cycle analysis
number theory
algebraic proof
sequence termination
Collatz loop equation

Comments

Comments are not moderated before they are posted, but they can be removed by the site moderators if they are found to be in contravention of our Commenting and Discussion Policy [opens in a new tab] - please read this policy before you post. Comments should be used for scholarly discussion of the content in question. You can find more information about how to use the commenting feature here [opens in a new tab] .
This site is protected by reCAPTCHA and the Google Privacy Policy [opens in a new tab] and Terms of Service [opens in a new tab] apply.