Consider the following list of equations:
$$\begin{align*} x \bmod 2 &= 1\\ x \bmod 3 &= 1\\ x \bmod 5 &= 3 \end{align*}$$
How many equations like this do you need to write in order to uniquely determine $x$?
Once you have the necessary number of equations, how would you actually determine $x$?
Update:
The "usual" way to describe a number $x$ is by writing
$$x = \sum_n 10^n \cdot a_n$$
and listing the $a_n$ values that aren't zero. (You can also extend this to some radix other than 10.)
What I'm interested in is whether you could instead express a number by listing all its residues against a suitable set of modulii. (And I'm guessing that the prime numbers would constitute such a "suitable set".)
If you were to do this, how many terms would you need to quote before a third party would be able to tell which number you're trying to describe?
That was my question. However, since it appears that the Chinese remainder theorem is extremely hard, I guess this is a bad way to denote numbers...
(It also appears that $x$ will never be uniquely determined without an upper bound.)