Chinese remainder theorem
The Chinese remainder theorem is a mathematical result about modular arithmetic. It describes the solutions to a system of linear congruences with distinct moduli. As well as being a fundamental tool in number theory, the Chinese remainder theorem forms the theoretical basis of algorithms for storing integers and in cryptography. The Chinese remainder theorem can be generalized to a statement about commutative rings.
Contents |
[edit] Theorem statement
The Chinese remainder theorem:
Let positive integers be pairwise relatively prime (it means: no factor greater than one is common to two or more of them), and set . Let be integers. Then the system of congruences
has solutions, and any two solutions differ by a multiple of n.
[edit] Methods of proof
The Theorem for a system of t congruences to coprime moduli can be proved by mathematical induction on t, using the theorem when t = 2 both as the base case and the induction step. We mention two proofs of this case.
[edit] Existence proof
As usual we let denote the set of integers modulo n. Suppose that n1,n2 are coprime. We consider the map f defined by
We claim that this map is injective: that is, if then or . Suppose that or . Then each of n1 and n2 divides x − y: but since n1 and n2 are coprime, it follows that their product n1n2 divides x − y also.
But the two sets in question, the first consisting of all residue classes modulo n1n2 and the second consisting of pairs of residue classes modulo n1 and n2, have the same number of elements, namely n1n2. So if the map f is injective, it must also be surjective: that is, for every possible pair (x1mod n1,x2mod n2), there is an xmod (n1n2) mapping to that pair.
[edit] Explicit construction
The existence proof assures us that the solution exists but does not help us to find it. We can do this by appealing to the Euclidean algorithm. If n1 and n2 are coprime, then there exist integers u1 and u2 such that
and these can be computed by the extended Euclidean algorithm. We now observe that putting
we have
Some content on this page may previously have appeared on Citizendium. |