Böhm-Sontacchi Cycle Equation #
If n is periodic under the Collatz function with period p, i.e. collatz^[p] n = n,
then the iterate formula specializes to 2^a · n = 3^b · n + c, which rearranges to
(2^a - 3^b) · n = c in the integers. This is the fundamental arithmetic constraint
on Collatz cycles.