Let $f(x) = |3x + 1|_2(3x + 1)$ be the accelerated Collatz function, where $|3x + 1| = 2^{-\nu_2(3x + 1)}$ is the $2$-adic absolute value.
Clearly for all $x$ odd we have $\nu_2(3x + 1) \geq 1$ so that if the "divisions by $2^{\nu_2(3x_i + 1)}$" in an odd cycle $(x_1, x_2, \dots, x_n)$ of length $n$ go:
$$ 2^{-k_1}, 2^{-k_2}, \dots, 2^{-k_n} $$
which brings us back to $x_1$ we have the trivial lower bound $$\sum_{i=1}^{n} k_i = k_1 + k_2 + \dots + k_n \geq n$$. I'm needing better bounds than this. For example, for sufficiently large $n$ (the cycle length) or $x$ (the input to $f$) do we have for example:
$$ \sum_{i=1}^n k_i \geq 2n $$ ?
Please provide a link to an article about this, or guide me on how to improve from the trivial bound.
With $k=\sum_{i=1}^{n} k_i$ the number of "even" steps and $n$ the number of "odd" steps you have $$x_n=\frac{3^n}{2^k}\cdot x_0+\delta_n$$ where $\delta_n$ is the accumulation of "+1" (a sum of power of 2 and 3 over $2^k$)
From here you get $$x_n>\frac{3^n}{2^k}\cdot x_0$$ and with $x_n=x_0$ $$2^k>3^n$$ $$k>n\cdot \log_2(3)$$ $$k\geq \lceil n\cdot \log_2(3)\rceil$$ Not only this is a lower bound, but this is also believed (not proven) to be an equality.