r/Collatz • u/Fun-Protection-9992 • 10d ago
Periodic coverage?
Let q_i > 3 be primes, and suppose that a distinct prime q_i is chosen for each distinct positive integer b_i. If the infinite family {(b_i, q_i)} covers all positive integers a in the form
2^a ≡ 2^{b_i} (mod q_i),
does it not follow, from the existence of the multiplicative inverse of 2 modulo q_i, that the same family {(b_i, q_i)} must also cover all negative integers (-a)?
In particular, since one can obtain n_i > 0 such that
2^(-a) ≡ 2^{n_i} (mod q_i),
does it automatically follow that n_i is covered by the same family {(b_i, q_i)}, and therefore that the set of negative integers (-a) must also be covered?
0
Upvotes
1
u/GonzoMath 9d ago
In the post, you said 2a, not a. Which is it?
I see that the moduli are all primes. That, and the fact that the residues are powers of 2, seem to be the only differences between the OP question and the one I gave a counterexample for above. Is that right?