Is it possible to restrict $p$ and $q$ ($p, q \in primes$) in such a way that $(x$ mod $p)$ mod $q \equiv x$ mod $q$ always holds?
I actually need a looser condition:
I need that if $x \equiv 0$ mod $q$, then $x \equiv 0$ mod $p$ mod $q$.
Is the above mentioned condition (in bold) possible?