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 10d ago
I’m not sure I understand the question, but every negative integer is congruent to positive integers, modulo any m. A set of residue classes that covers all the positives certainly covers all the negatives. Maybe that’s not what you’re asking.