For the Collatz Conjecture, it seems to me that if $m$ is the sum of the powers of $2$ for a non-trivial $n$ cycle (where each $x_1, \dots, x_n $ is odd and $x_i > 1$), it follows that $m < 2n$
Is my reasoning correct?
Let:
- $\nu_2(x)$ be the 2-adic valuation of $x$
- $x_1, x_2, \dots, x_n$ be $n$ distinct integers such that:
- $x_{i+1} = \dfrac{3x_i + 1}{2^{\nu_2(3x_i+1)}}$
- $x_i > 1$
Observations:
$\left(3 + \dfrac{1}{x_{i}}\right) = \left(\dfrac{x_{i+1}}{x_{i}}\right)2^{\nu_2(3x_{i} + 1)}$ since:
- $x_{i+1} = \dfrac{3x_{i}+1}{2^{\nu_2(3x_{i}+1)}}$
- $2^{\nu_2(3x_{i}+1)}x_{i+1} = 3x_{i} + 1$
$\prod\limits_{i=1}^{n}\left(3 + \frac{1}{x_i}\right) = \left(\dfrac{x_{n+1}}{x_1}\right)\prod\limits_{i=1}^n2^{\nu_2(3x_i + 1)}$
This follows directly from the previous observation.
- $\left(3 + \dfrac{1}{x_{\text{max}}}\right)^{n} \le \left(\dfrac{x_{n+1}}{x_1}\right)\prod\limits_{i=1}^n2^{{\nu}_2(3x_i + 1)} \le \left(3 + \dfrac{1}{x_{\text{min}}}\right)^{n}$
This follows directly from the previous observation.
Claim:
If $n \ge 1$, $x_1, x_2, \dots, x_n$ forms a cycle, then $\sum\limits_{i=1}^n \nu_2(3x_i+1) < 2n$
Argument:
(1) Assume $x_1, x_2, \dots, x_n$ form a cycle such that $x_{i+n} = x_i$
(2) Let $m = \sum\limits_{i=1}^n \nu_2(3x_i+1)$ so that:
$$\left(3 + \dfrac{1}{x_{\text{max}}}\right)^{n} \le 2^{m} \le \left(3 + \dfrac{1}{x_{\text{min}}}\right)^{n}$$
(3) Clearly, $2^m > 3^n$ so that: $2^{\frac{m}{n}} > 3$
(4) It follows:
- $$3 + \frac{1}{x_{\text{max}}} \le 2^{\frac{m}{n}} \le 3 + \frac{1}{x_{\text{min}}}$$
- $$\frac{1}{x_{\text{max}}} \le 2^{\frac{m}{n}} - 3 \le \frac{1}{x_{\text{min}}}$$
- $$x_{\text{max}} \ge \frac{1}{2^{\frac{m}{n}} - 3} \ge x_{\text{min}}$$
(5) $2^{\frac{m}{n}} - 3 < 1$ since $x_{\text{min}} > 1$ and $2^{\frac{m}{n}} > 3$
(6) It follows:
- $$2^{\frac{m}{n}} < 2^2$$
- $$m < 2n$$
\nu
, which is a Greek letter). I realize that visually they're very similar, but I've seen this issue commented a couple of times on this site, so at least some people do notice it. You can also confirm this yourself by copying & pasting the formula (which is expressed in some form of LaTeX) from the Wikipedia article into some type of text document. – John Omielan Oct 11 '20 at 02:57