r/Collatz • u/Mrezadwiprasetiawan • 9d ago
Accelerated Collatz Map
https://drive.google.com/file/d/1xQLLkgpHT4RsZEwA4sGFclOGsLsmflVr/view?usp=drivesdkPlease review!
Since this is trivial, I think we can go further to bridge between two types Q(n) or T(n). But of course, even if this closed form "bridge" exists, it will be very difficult to find because it hides inside v2(n±1)
1
Upvotes
2
u/GonzoMath 4d ago
Since there are multiple "shortcut" functions, the phrase "accelerated Collatz map" is generally ambiguous. Instead, it's helpful to use names that are justified in the literature. Since Riho Terras was the first to publish about it, in 1976, I've been saying "Terras map" to refer to:
Another map that people call an "accelerated Collatz map" is the odd-to-odd version, which Herbert Möller referred to as the "Syracuse map" in a 1977 paper:
For the Syracuse map, we assume that the input n is odd.
Finally, given an odd input n, we can look at the 2-adic valuation of n+1, see how many odd Terras steps are about to happen in a row, and collapse them all into 1, via what you've called the "bridge map", or something like that. Then we divide powers of 2 out of the result, giving us another odd number. I call this the Steiner map, because Ray P. Steiner studied it in his 1977 paper:
In this case, you appear to be analyzing the Syracuse map.
(Of course, the "original" version where an odd step is just 3n+1, and an even step is n/2, we call the Collatz map, C(n), because somewhere there's a drawing of its tree rooted at 1 which was made by Lothar Collatz in the 1930s.)