I want to prove that, given this equation:
$$ \prod_{i=1}^N \left(3+\frac{1}{y_i}\right) = 2^k $$
any power of 2 can be reached by at most one unique multiset of positive integers $y_i$ (being all congruent to 1 or 5 (mod 6)). How do you approach this problem?
EDIT
Yes, this problem is connected to Collatz Conjecture.
What I do know:
- Under a variant of Collatz function, $f(y) = \frac{3y_i + 1}{2^{\nu_2(y_i)}}$, collatz cycles are formed by numbers $y_i$ congruent to 1 or 5 (mod 6).
- If a set of numbers $y_i$ for a cycle, then the product formula will produce a power of 2 within the interval $\left(3^N, 4^N \right]$.
- The only known solution is for $N=1$ and $y_i=1$, which maps to $4$.
- If a particular $y_i$ belongs to a cycle, it won't appear in any other cycle. Also, cycles admit just one instance of every element that belongs to it.
- If a set of numbers is a cycle, then it's a solution to the product formula, and if we allow multisets of $y_i$ numbers to be plugged into the formula (allowing repetition), then any "linear integer union" of solutions constitute a solution. Hence, a multiset of $1$s is a solution because the set $\{1\}$ is a solution.
- These multisets of $1$s map to all the powers of 4, or equivalently, to all the powers of 2 that are perfect squares.
- Fixing $N$, the only possibility for the numbers $y_i$ to reach $4^N$ is for all of them to be equal to 1 (the trivial multiset).
- The logic after the question: Because starting at some $N$ and above, the intervals $\left(3^N, 4^N \right]$ start to imbricate, to intersect, it might be the case that a power of two that is also a perfect square could be reached by other set of $y_i$ numbers from a greater interval overlapping with the previous one. Then, if the only way of reaching a perfect power of 2 is through the trivial multiset, such set of numbers doesn't exist.
- The same can be deduced with powers of 2 that are not a perfect power. Let's assume that a cycle exists that hits a power of 2 that is not a perfect power when plugged into the product formula. Then, the multiset composed by these numbers duplicated reaches a power of 2 that is a perfect square.
- If the only allowed multiset of numbers that can reach a power of 4 is the trivial one, then no other cycle should exist.
The flaw in the argument:
As @collag3n has shown, the product formula can be satisfied by $y_i$ values that don't belong to a cycle, and two counterexamples have been provided. The user @Gottfried Helms has pointed out that the product formula is not necessarily satisfied only by numbers $y_i$ belonging to cycles.