Is there a version of Chinese Remainder Theorem for non-UFD?
Can someone give an example?
Say $n=ab=cd$ holds in the domain where each of $a,b,c,d$ are irreducibles and we know $m\bmod a$, $m\bmod b$ and $m\bmod c$, $\bmod d$.
So the queries are:
suppose we know $m\bmod a$, $m\bmod b$ and $m\bmod c$, $\bmod d$ can we get $m\bmod ab$, $m\bmod ac$ and $m\bmod bc$, $\bmod bd$, $m\bmod ad$ and $m\bmod cd$?
Can we also get $m\bmod abc$, $m\bmod abd$, $m\bmod acd$ and $m\bmod bcd$?
Can we also get $m\bmod abcd$?
The wikipedia page refers to a generalization past commutative rings, but I'm less familiar with that.
– Mark Schultz-Wu Dec 25 '16 at 02:39