Hi, I want to share an interesting view of the Collatz Conjecture hoping anyone can help lol! I’m obsessed and stuck, send help! Anyways… let me know if something is not clear, I’ll be happy to explain.
I use a non-recursive finite reverse Collatz as a vector function (usually, one sees this in the recursive manner f_i(x) = {1 \over 3} \cdot (2^{x_i} \cdot f_{i-1}(x) - 1)) where f_0(x) = 1- this just applies Collatz in reverse):
where n is the dimension of x, and x is vector of digits- particularly each component is the number of times one needs to divide by 2 in an even Collatz step (note that these make up x in reverse order).
These components of x slowly reconstruct some sequence of odd numbers (here outputs of f(x)), so you can run Collatz on some odd integer, say 17, and you divide 2,3,4 times by 2 in each even step, hence x = (4,3,2), and f( (4,3,2) ) yields 17.
The function will yield an odd integer if the numerator is congruent to 0 mod 3^n, hence x is an admissible vector if this condition is true. Let’s assume S is the set of all admissible vectors, then:
is the Collatz Conjecture.
While this is cool, and the function yields some nice bounds on the admissible vectors and their component sums, nothing really popped up for me.
Since any reverse Collatz sequence starting from 1 is infinite, we can think of the congruence condition for a vector to be admissible with vectors of infinite size (in p-adics), which yields the identical condition (due to 2 being primitive root mod 3):
This a mixed 2-3 system, but the important part is that any infinite reverse Collatz sequence is just a p-adic expansion of 1 in this 2-3 system. What about the odd numbers (not divisible by 3) though? Those are just shifts in this expansion:
One can obtain this from condition series above, hence any x used in the function will yield an odd integer, but I was hoping to show:
We can always pick the shifted xs to get any odd integer not divisible by 3, so we have k=f(x,n) (for this go up the reverse tree for this odd integer and pick any admissible digits to continue it →this will converge to the odd integer in the 2-3 p-adic system; even though there is an infinite number of reverse paths, all of them will converge the same way).
While that is nice (but trivial), we lose the information about the first n components of x, so I don’t see any way to show this implication.
Maybe this p-adic view leads somewhere? Lemme know if you’re interested!