Prove the Collatz Conjecture
Prove that for every positive integer n, the Collatz iteration defined by T(n) = n/2 when n is even and T(n) = 3n + 1 when n is odd eventually reaches 1, equivalently entering the cycle 4, 2, 1.
References
The Collatz conjecture, also known as the 3n+1 problem, is a long-standing open question in mathematics that continues to captivate researchers due to its simplicity and the profound computational challenges it poses. Proposed by Lothar Collatz in 1937, the conjecture posits that any positive integer will eventually reach the cycle 4, 2, 1 through a specific iterative process: dividing by 2 if the number is even, or applying the transformation 3n + 1 if odd.
                — Efficient Computation of Collatz Sequence Stopping Times: A Novel Algorithmic Approach
                
                (2501.04032 - Getachew et al., 1 Jan 2025) in Section 1 (Introduction)