Question
The dynamical system:
Let $f(x)=\begin{cases}(x+1)/2&&x\textrm{ odd}\\x/2&&x\textrm{ even}\end{cases}$
is the the bit shift map with binary strings reversed. It terminates for all $x\in\Bbb N$ because $f$ is monotonic decreasing and the natural numbers are well-founded.
But for any given odd $x>1$ which is not divisble by $3$, let $y_n(x)=3^n(x):n\in\Bbb N$
Strong conjecture: For any given $x$, is there always some sufficiently large $n$ such that the orbit of $f$ through $y_n$ never encounters a second odd multiple of $3$?
Weak conjecture: Is there always some sufficiently large $n$ such that the orbit of $f$ through $y_n$ never encounters a larger odd multiple of $3$ than the first?
EDIT: Alternative conjecture: Is there always some sufficiently large $n$ such that the orbit of $f$ through $y_n$ has constant 3-adic value? (I believe this case could occur if the conjugation by $h$ goes the opposite way, i.e. if it were the case that we seek a sequence of ternary rationals of the form $3^{-n}x$, terminating in $\frac13$)
Motivation
I think the above is within reach of modular arithmetic and it looks like it may prove the Collatz conjecture because the appropriate orbit conjugates to the Collatz orbit of the underlying 5-rough (divisble by neither two nor three) number.
More details
BIll asked for more details on the motivation so I have added here:
- Termination of the reverse bit shift dynamical system above can be rewritten in such a way that the powers of $2$ accumulate instead of being divided out, as follows: $x\mapsto x+2^{\nu_2(x)}$ goes to $2^p:p\in\Bbb N$
- Suppose $x\mapsto x+2^{\nu_2(x)}$ goes to $2^p:p\in\Bbb N$ and all but the first term are indivisible by $2, 3$
- Then $x\mapsto x+2^{\nu_2(x)}\cdot3^{\nu_3(x)}$ goes to $2^p3^q:p,q\in\Bbb N$ for all but the first term.
- Then $x\mapsto 3(x+2^{\nu_2(x)}\cdot3^{\nu_3(x)})$ also goes to $2^p3^q:p,q\in\Bbb N$
- And since conjugation by $h(x)=x/3$ conjugates that to $x\mapsto 3x+2^{\nu_2(x)}\cdot3^{\nu_3(x)}$, this also goes to $2^p3^q:p,q\in\Bbb N$
- This final statement is equivalent to the Collatz conjecture.
Example
Example for $x=19$ (showing odd numbers only):
$19,5,3\implies \textrm{ hits a multiple of }3$
$57,29,15\implies \textrm{ hits a multiple of }3$
$171,43,11,3\implies \textrm{ hits a multiple of }3$
$513,257,129\implies \textrm{ hits a multiple of }3$
$1539,385,193,97,49,25,13,7,1\implies \textrm{19 is not a counterexample}$