Section 1: Even Preimage #
Section 2: Odd Preimage Existence #
Section 3: Preimage Properties #
Section 4: Injectivity #
Section 5: Convergence Propagation (Backward) #
theorem
Collatz.converges_odd_preimage
{n : ℕ}
(h : CollatzConverges n)
(hmod : n % 6 = 4)
:
CollatzConverges ((n - 1) / 3)