I have n functions with n variables: $x_1, \dots , x_n \in \mathbb{N}/0$ that follow a nice pattern:
$f_1(x_1) = \frac{2^{x_1}}{3} - \frac{1}{3}$
$f_2(x_1,x_2) = \frac{2^{x_1+x_2}}{9} - \frac{2^{x_1} \; + \; 3}{9}$
$f_3(x_1,x_2,x_3) = \frac{2^{x_1+x_2+x_3}}{27} - \frac{2^{x_1+x_2} \; + \; 3 \times 2^{x_1} \; + \; 9}{27}$
$f_4(x_1,x_2,x_3,x_4) = \frac{2^{x_1+x_2+x_3+x_4}}{81} - \frac{2^{x_1+x_2+x_3} \; + \; 3 \times 2^{x_1+x_2} \; + \; 9\times2^{x_1} \; + \;27}{81}$
The pattern being that if $x_n = 2$ then $f_n(x_1, \dots ,x_{n-1},2)$ is equal to $f_{n-1}(x_1, \dots ,x_{n-1})$
Because of this it is easy to see that $R(f_{n-1}) \subset R(f_n)$ where $R(f_n)$ is the range of that function.
- I am after some notation that allows me to figure out what the range of the "limiting" function is (by which I mean, find $R(f_n)$ as $n \rightarrow \infty^+$).
If the range of the limiting function contains all odd numbers then the Collatz conjecture is true. If it does not, then the Collatz conjecture is false.