I've been trying to find info on this and have come up lacking. The CRT says that a system of congruences with coprime moduli always has a unique answer (modulo the product of the original moduli). And the generalizations I've seen defined say you can use residues $\{a_1, a_2,..., a_n\}$ and moduli $\{m_1, m_2,..., m_n\}$ to find a unique $X$ mod $M$ (with $M = m_1 \cdot \ m_2 \cdot ... \cdot m_n$), so long as the set of moduli are all coprime.
Can this be extended for an infinite set of residues and moduli? It seems to me you could choose $n$ to be as large as you desire, but I feel like it's unclear. Thoughts? It feels vaguely like Euclid's proof of infinitude of primes, but "feels" isn't really well-defined...
For example, suppose you want $x \equiv 0\bmod 2$ and $x \equiv 1 \bmod p_i$ for all $i > 1$, where $p_i$ is the $i$'th prime.
Since $x \equiv 1 \bmod p_i$ but $x \ne 1$, $|x - 1| \ge p_i$. But then there is no $x$ that works for infinitely many $i$.