HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, the Chinese remainder theorem states that if one knows the remainders of the Euclidean division of an
integer An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the languag ...
''n'' by several integers, then one can determine uniquely the remainder of the division of ''n'' by the product of these integers, under the condition that the
divisor In mathematics, a divisor of an integer n, also called a factor of n, is an integer m that may be multiplied by some integer to produce n. In this case, one also says that n is a multiple of m. An integer n is divisible or evenly divisible by ...
s are pairwise coprime (no two divisors share a common factor other than 1). For example, if we know that the remainder of ''n'' divided by 3 is 2, the remainder of ''n'' divided by 5 is 3, and the remainder of ''n'' divided by 7 is 2, then without knowing the value of ''n'', we can determine that the remainder of ''n'' divided by 105 (the product of 3, 5, and 7) is 23. Importantly, this tells us that if ''n'' is a
natural number In mathematics, the natural numbers are those numbers used for counting (as in "there are ''six'' coins on the table") and ordering (as in "this is the ''third'' largest city in the country"). Numbers used for counting are called '' cardinal ...
less than 105, then 23 is the only possible value of ''n''. The earliest known statement of the
theorem In mathematics, a theorem is a statement that has been proved, or can be proved. The ''proof'' of a theorem is a logical argument that uses the inference rules of a deductive system to establish that the theorem is a logical consequence of t ...
is by the Chinese mathematician Sun-tzu in the '' Sun-tzu Suan-ching'' in the 3rd century CE. The Chinese remainder theorem is widely used for computing with large integers, as it allows replacing a computation for which one knows a bound on the size of the result by several similar computations on small integers. The Chinese remainder theorem (expressed in terms of congruences) is true over every principal ideal domain. It has been generalized to any ring, with a formulation involving two-sided ideals.


History

The earliest known statement of the theorem, as a problem with specific numbers, appears in the 3rd-century book '' Sun-tzu Suan-ching'' by the Chinese mathematician Sun-tzu: Sun-tzu's work contains neither a proof nor a full algorithm. What amounts to an algorithm for solving this problem was described by Aryabhata (6th century). Special cases of the Chinese remainder theorem were also known to
Brahmagupta Brahmagupta ( – ) was an Indian mathematician and astronomer. He is the author of two early works on mathematics and astronomy: the '' Brāhmasphuṭasiddhānta'' (BSS, "correctly established doctrine of Brahma", dated 628), a theoretical tr ...
(7th century), and appear in Fibonacci's Liber Abaci (1202). The result was later generalized with a complete solution called ''Da-yan-shu'' () in Ch'in Chiu-shao's 1247 '' Mathematical Treatise in Nine Sections'' (, ''Shu-shu Chiu-chang'') which was translated into English in early 19th century by British missionary Alexander Wylie. The notion of congruences was first introduced and used by Carl Friedrich Gauss in his '' Disquisitiones Arithmeticae'' of 1801. Gauss illustrates the Chinese remainder theorem on a problem involving calendars, namely, "to find the years that have a certain period number with respect to the solar and lunar cycle and the Roman indiction." Gauss introduces a procedure for solving the problem that had already been used by
Leonhard Euler Leonhard Euler ( , ; 15 April 170718 September 1783) was a Swiss mathematician, physicist, astronomer, geographer, logician and engineer who founded the studies of graph theory and topology and made pioneering and influential discoveries ...
but was in fact an ancient method that had appeared several times.


Statement

Let ''n''1, ..., ''n''''k'' be integers greater than 1, which are often called '' moduli'' or ''
divisors In mathematics, a divisor of an integer n, also called a factor of n, is an integer m that may be multiplied by some integer to produce n. In this case, one also says that n is a multiple of m. An integer n is divisible or evenly divisible by ...
''. Let us denote by ''N'' the product of the ''n''''i''. The Chinese remainder theorem asserts that if the ''n''''i'' are pairwise coprime, and if ''a''1, ..., ''a''''k'' are integers such that 0 ≤ ''a''''i'' < ''n''''i'' for every ''i'', then there is one and only one integer ''x'', such that 0 ≤ ''x'' < ''N'' and the remainder of the Euclidean division of ''x'' by ''n''''i'' is ''a''''i'' for every ''i''. This may be restated as follows in terms of congruences: If the n_i are pairwise coprime, and if ''a''1, ..., ''a''''k'' are any integers, then the system :\begin x &\equiv a_1 \pmod \\ &\,\,\,\vdots \\ x &\equiv a_k \pmod, \end has a solution, and any two solutions, say ''x''1 and ''x''2, are congruent modulo ''N'', that is, . In
abstract algebra In mathematics, more specifically algebra, abstract algebra or modern algebra is the study of algebraic structures. Algebraic structures include groups, rings, fields, modules, vector spaces, lattices, and algebras over a field. The ter ...
, the theorem is often restated as: if the ''n''''i'' are pairwise coprime, the map :x \bmod N \;\mapsto\;(x \bmod n_1,\, \ldots,\, x \bmod n_k) defines a ring isomorphism :\mathbb/N\mathbb \cong \mathbb/n_1\mathbb \times \cdots \times \mathbb/n_k\mathbb between the ring of integers modulo ''N'' and the
direct product In mathematics, one can often define a direct product of objects already known, giving a new one. This generalizes the Cartesian product of the underlying sets, together with a suitably defined structure on the product set. More abstractly, one t ...
of the rings of integers modulo the ''n''''i''. This means that for doing a sequence of arithmetic operations in \mathbb/N\mathbb, one may do the same computation independently in each \mathbb/n_i\mathbb and then get the result by applying the isomorphism (from the right to the left). This may be much faster than the direct computation if ''N'' and the number of operations are large. This is widely used, under the name ''multi-modular computation'', for
linear algebra Linear algebra is the branch of mathematics concerning linear equations such as: :a_1x_1+\cdots +a_nx_n=b, linear maps such as: :(x_1, \ldots, x_n) \mapsto a_1x_1+\cdots +a_nx_n, and their representations in vector spaces and through matrice ...
over the integers or the
rational number In mathematics, a rational number is a number that can be expressed as the quotient or fraction of two integers, a numerator and a non-zero denominator . For example, is a rational number, as is every integer (e.g. ). The set of all ra ...
s. The theorem can also be restated in the language of
combinatorics Combinatorics is an area of mathematics primarily concerned with counting, both as a means and an end in obtaining results, and certain properties of finite structures. It is closely related to many other areas of mathematics and has many a ...
as the fact that the infinite arithmetic progressions of integers form a Helly family.


Proof

The existence and the uniqueness of the solution may be proven independently. However, the first proof of existence, given below, uses this uniqueness.


Uniqueness

Suppose that and are both solutions to all the congruences. As and give the same remainder, when divided by , their difference is a multiple of each . As the are pairwise coprime, their product also divides , and thus and are congruent modulo . If and are supposed to be non-negative and less than (as in the first statement of the theorem), then their difference may be a multiple of only if .


Existence (first proof)

The map :x \bmod N \mapsto (x \bmod n_1, \ldots, x\bmod n_k) maps congruence classes modulo to sequences of congruence classes modulo . The proof of uniqueness shows that this map is injective. As the
domain Domain may refer to: Mathematics *Domain of a function, the set of input values for which the (total) function is defined ** Domain of definition of a partial function ** Natural domain of a partial function **Domain of holomorphy of a function * ...
and the codomain of this map have the same number of elements, the map is also
surjective In mathematics, a surjective function (also known as surjection, or onto function) is a function that every element can be mapped from element so that . In other words, every element of the function's codomain is the image of one element o ...
, which proves the existence of the solution. This proof is very simple but does not provide any direct way for computing a solution. Moreover, it cannot be generalized to other situations where the following proof can.


Existence (constructive proof)

Existence may be established by an explicit construction of . This construction may be split into two steps, first solving the problem in the case of two moduli, and then extending this solution to the general case by induction on the number of moduli.


Case of two moduli

We want to solve the system: : \begin x &\equiv a_1 \pmod \\ x &\equiv a_2 \pmod , \end where n_1 and n_2 are coprime.
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
asserts the existence of two integers m_1 and m_2 such that :m_1n_1+m_2n_2=1. The integers m_1 and m_2 may be computed by the extended Euclidean algorithm. A solution is given by :x = a_1m_2n_2+a_2m_1n_1. Indeed, :\begin x&=a_1m_2n_2+a_2m_1n_1\\ &=a_1(1 - m_1n_1) + a_2m_1n_1 \\ &=a_1 + (a_2 - a_1)m_1n_1, \end implying that x \equiv a_1 \pmod . The second congruence is proved similarly, by exchanging the subscripts 1 and 2.


General case

Consider a sequence of congruence equations: : \begin x &\equiv a_1 \pmod \\ &\vdots \\ x &\equiv a_k \pmod, \end where the n_i are pairwise coprime. The two first equations have a solution a_ provided by the method of the previous section. The set of the solutions of these two first equations is the set of all solutions of the equation :x \equiv a_ \pmod. As the other n_i are coprime with n_1n_2, this reduces solving the initial problem of equations to a similar problem with k-1 equations. Iterating the process, one gets eventually the solutions of the initial problem.


Existence (direct construction)

For constructing a solution, it is not necessary to make an induction on the number of moduli. However, such a direct construction involves more computation with large numbers, which makes it less efficient and less used. Nevertheless, Lagrange interpolation is a special case of this construction, applied to
polynomial In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An exampl ...
s instead of integers. Let N_i = N/n_i be the product of all moduli but one. As the n_i are pairwise coprime, N_i and n_i are coprime. Thus
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
applies, and there exist integers M_i and m_i such that :M_iN_i + m_in_i=1. A solution of the system of congruences is :x=\sum_^k a_iM_iN_i. In fact, as N_j is a multiple of n_i for i\neq j, we have :x \equiv a_iM_iN_i \equiv a_i(1-m_in_i) \equiv a_i \pmod, for every i.


Computation

Consider a system of congruences: :\begin x &\equiv a_1 \pmod \\ &\vdots \\ x &\equiv a_k \pmod, \\ \end where the n_i are pairwise coprime, and let N=n_1 n_2\cdots n_k. In this section several methods are described for computing the unique solution for x, such that 0\le x and these methods are applied on the example : \begin x &\equiv 0 \pmod 3 \\ x &\equiv 3 \pmod 4 \\ x &\equiv 4 \pmod 5. \end


Systematic search

It is easy to check whether a value of is a solution: it suffices to compute the remainder of the Euclidean division of by each . Thus, to find the solution, it suffices to check successively the integers from to until finding the solution. Although very simple, this method is very inefficient. For the simple example considered here, integers (including ) have to be checked for finding the solution, which is . This is an exponential time algorithm, as the size of the input is, up to a constant factor, the number of digits of , and the average number of operations is of the order of . Therefore, this method is rarely used, neither for hand-written computation nor on computers.


Search by sieving

The search of the solution may be made dramatically faster by sieving. For this method, we suppose, without loss of generality, that 0\le a_i (if it were not the case, it would suffice to replace each a_i by the remainder of its division by n_i). This implies that the solution belongs to the arithmetic progression :a_1, a_1 + n_1, a_1+2n_1, \ldots By testing the values of these numbers modulo n_2, one eventually finds a solution x_2 of the two first congruences. Then the solution belongs to the arithmetic progression :x_2, x_2 + n_1n_2, x_2+2n_1n_2, \ldots Testing the values of these numbers modulo n_3,, and continuing until every modulus has been tested gives eventually the solution. This method is faster if the moduli have been ordered by decreasing value, that is if n_1>n_2> \cdots > n_k. For the example, this gives the following computation. We consider first the numbers that are congruent to 4 modulo 5 (the largest modulus), which are 4, , , ... For each of them, compute the remainder by 4 (the second largest modulus) until getting a number congruent to 3 modulo 4. Then one can proceed by adding at each step, and computing only the remainders by 3. This gives :4 mod 4 → 0. Continue :4 + 5 = 9 mod 4 →1. Continue :9 + 5 = 14 mod 4 → 2. Continue :14 + 5 = 19 mod 4 → 3. OK, continue by considering remainders modulo 3 and adding 5 × 4 = 20 each time :19 mod 3 → 1. Continue :19 + 20 = 39 mod 3 → 0. OK, this is the result. This method works well for hand-written computation with a product of moduli that is not too big. However, it is much slower than other methods, for very large products of moduli. Although dramatically faster than the systematic search, this method also has an exponential time complexity and is therefore not used on computers.


Using the existence construction

The constructive existence proof shows that, in the case of two moduli, the solution may be obtained by the computation of the Bézout coefficients of the moduli, followed by a few multiplications, additions and reductions modulo n_1n_2 (for getting a result in the interval (0, n_1n_2-1)). As the Bézout's coefficients may be computed with the extended Euclidean algorithm, the whole computation, at most, has a
quadratic time In computer science, the time complexity is the computational complexity that describes the amount of computer time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by ...
complexity Complexity characterises the behaviour of a system or model whose components interact in multiple ways and follow local rules, leading to nonlinearity, randomness, collective dynamics, hierarchy, and emergence. The term is generally used to ch ...
of O((s_1+s_2)^2), where s_i denotes the number of digits of n_i. For more than two moduli, the method for two moduli allows the replacement of any two congruences by a single congruence modulo the product of the moduli. Iterating this process provides eventually the solution with a complexity, which is quadratic in the number of digits of the product of all moduli. This quadratic time complexity does not depend on the order in which the moduli are regrouped. One may regroup the two first moduli, then regroup the resulting modulus with the next one, and so on. This strategy is the easiest to implement, but it also requires more computation involving large numbers. Another strategy consists in partitioning the moduli in pairs whose product have comparable sizes (as much as possible), applying, in parallel, the method of two moduli to each pair, and iterating with a number of moduli approximatively divided by two. This method allows an easy parallelization of the algorithm. Also, if fast algorithms (that is, algorithms working in quasilinear time) are used for the basic operations, this method provides an algorithm for the whole computation that works in quasilinear time. On the current example (which has only three moduli), both strategies are identical and work as follows.
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
for 3 and 4 is :1\times 4 + (-1)\times 3 = 1. Putting this in the formula given for proving the existence gives :0\times 1\times 4 + 3\times (-1)\times 3 =-9 for a solution of the two first congruences, the other solutions being obtained by adding to −9 any multiple of . One may continue with any of these solutions, but the solution is smaller (in absolute value) and thus leads probably to an easier computation Bézout identity for 5 and 3 × 4 = 12 is :5\times 5 +(-2)\times 12 =1. Applying the same formula again, we get a solution of the problem: :5\times 5 \times 3 + 12\times (-2)\times 4 = -21. The other solutions are obtained by adding any multiple of , and the smallest positive solution is .


As a linear Diophantine system

The system of congruences solved by the Chinese remainder theorem may be rewritten as a system of linear Diophantine equations: :\begin x &= a_1 +x_1n_1\\ &\vdots \\ x &=a_k+x_kn_k, \end where the unknown integers are x and the x_i. Therefore, every general method for solving such systems may be used for finding the solution of Chinese remainder theorem, such as the reduction of the
matrix Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** '' The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchi ...
of the system to Smith normal form or Hermite normal form. However, as usual when using a general algorithm for a more specific problem, this approach is less efficient than the method of the preceding section, based on a direct use of
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
.


Over principal ideal domains

In , the Chinese remainder theorem has been stated in three different ways: in terms of remainders, of congruences, and of a ring isomorphism. The statement in terms of remainders does not apply, in general, to principal ideal domains, as remainders are not defined in such rings. However, the two other versions make sense over a principal ideal domain : it suffices to replace "integer" by "element of the domain" and \mathbb Z by . These two versions of the theorem are true in this context, because the proofs (except for the first existence proof), are based on Euclid's lemma and
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
, which are true over every principal domain. However, in general, the theorem is only an existence theorem and does not provide any way for computing the solution, unless one has an algorithm for computing the coefficients of Bézout's identity.


Over univariate polynomial rings and Euclidean domains

The statement in terms of remainders given in cannot be generalized to any principal ideal domain, but its generalization to
Euclidean domain In mathematics, more specifically in ring theory, a Euclidean domain (also called a Euclidean ring) is an integral domain that can be endowed with a Euclidean function which allows a suitable generalization of the Euclidean division of integers ...
s is straightforward. The
univariate polynomial In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An ex ...
s over a field is the typical example of a Euclidean domain which is not the integers. Therefore, we state the theorem for the case of the ring R=K /math> for a field K. For getting the theorem for a general Euclidean domain, it suffices to replace the degree by the Euclidean function of the Euclidean domain. The Chinese remainder theorem for polynomials is thus: Let P_i(X) (the moduli) be, for i = 1, \dots, k, pairwise
coprime polynomials In algebra, the greatest common divisor (frequently abbreviated as GCD) of two polynomials is a polynomial, of the highest possible degree, that is a factor of both the two original polynomials. This concept is analogous to the greatest common ...
in R=K /math>. Let d_i =\deg P_i be the degree of P_i(X), and D be the sum of the d_i. If A_i(X), \ldots,A_k(X) are polynomials such that A_i(X)=0 or \deg A_i for every , then, there is one and only one polynomial P(X), such that \deg P and the remainder of the Euclidean division of P(X) by P_i(X) is A_i(X) for every . The construction of the solution may be done as in or . However, the latter construction may be simplified by using, as follows, partial fraction decomposition instead of the extended Euclidean algorithm. Thus, we want to find a polynomial P(X), which satisfies the congruences :P(X)\equiv A_i(X) \pmod , for i=1,\ldots,k. Consider the polynomials :\begin Q(X) &= \prod_^P_i(X) \\ Q_i(X) &= \frac. \end The partial fraction decomposition of 1/Q(X) gives polynomials S_i(X) with degrees \deg S_i(X) < d_i, such that :\frac = \sum_^k \frac, and thus :1 = \sum_^S_i(X) Q_i(X). Then a solution of the simultaneous congruence system is given by the polynomial :\sum_^k A_i(X) S_i(X) Q_i(X). In fact, we have : \sum_^k A_i(X) S_i(X) Q_i(X)= A_i(X)+ \sum_^(A_j(X) - A_i(X)) S_j(X) Q_j(X) \equiv A_i(X)\pmod, for 1 \leq i \leq k. This solution may have a degree larger than D=\sum_^k d_i. The unique solution of degree less than D may be deduced by considering the remainder B_i(X) of the Euclidean division of A_i(X)S_i(X) by P_i(X). This solution is :P(X)=\sum_^k B_i(X) Q_i(X).


Lagrange interpolation

A special case of Chinese remainder theorem for polynomials is Lagrange interpolation. For this, consider
monic polynomial In algebra, a monic polynomial is a single-variable polynomial (that is, a univariate polynomial) in which the leading coefficient (the nonzero coefficient of highest degree) is equal to 1. Therefore, a monic polynomial has the form: :x^n+c_x^+\ ...
s of degree one: :P_i(X)=X-x_i. They are pairwise coprime if the x_i are all different. The remainder of the division by P_i(X) of a polynomial P(X) is P(x_i). Now, let A_1, \ldots, A_k be constants (polynomials of degree 0) in K. Both Lagrange interpolation and Chinese remainder theorem assert the existence of a unique polynomial P(X), of degree less than k such that :P(x_i)=A_i, for every i. Lagrange interpolation formula is exactly the result, in this case, of the above construction of the solution. More precisely, let :\begin Q(X) &= \prod_^(X-x_i) \\ pt Q_i(X) &= \frac. \end The partial fraction decomposition of \frac is :\frac = \sum_^k \frac. In fact, reducing the right-hand side to a common denominator one gets : \sum_^k \frac= \frac \sum_^k \frac, and the numerator is equal to one, as being a polynomial of degree less than k, which takes the value one for k different values of X. Using the above general formula, we get the Lagrange interpolation formula: :P(X)=\sum_^k A_i\frac.


Hermite interpolation

Hermite interpolation In numerical analysis, Hermite interpolation, named after Charles Hermite, is a method of polynomial interpolation, which generalizes Lagrange interpolation. Lagrange interpolation allows computing a polynomial of degree less than that takes the ...
is an application of the Chinese remainder theorem for univariate polynomials, which may involve moduli of arbitrary degrees (Lagrange interpolation involves only moduli of degree one). The problem consists of finding a polynomial of the least possible degree, such that the polynomial and its first
derivative In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value). Derivatives are a fundamental tool of calculus. ...
s take given values at some fixed points. More precisely, let x_1, \ldots, x_k be k elements of the ground field K, and, for i=1,\ldots, k, let a_, a_, \ldots, a_ be the values of the first r_i derivatives of the sought polynomial at x_i (including the 0th derivative, which is the value of the polynomial itself). The problem is to find a polynomial P(X) such that its ''j'' th derivative takes the value a_ at x_i, for i=1,\ldots,k and j=0,\ldots,r_j. Consider the polynomial :P_i(X) = \sum_^\frac(X - x_i)^j. This is the Taylor polynomial of order r_i-1 at x_i, of the unknown polynomial P(X). Therefore, we must have :P(X)\equiv P_i(X) \pmod .
Conversely In logic and mathematics, the converse of a categorical or implicational statement is the result of reversing its two constituent statements. For the implication ''P'' → ''Q'', the converse is ''Q'' → ''P''. For the categorical proposit ...
, any polynomial P(X) that satisfies these k congruences, in particular verifies, for any i=1, \ldots, k :P(X)= P_i(X) +o(X-x_i)^ therefore P_i(X) is its Taylor polynomial of order r_i - 1 at x_i, that is, P(X) solves the initial Hermite interpolation problem. The Chinese remainder theorem asserts that there exists exactly one polynomial of degree less than the sum of the r_i, which satisfies these k congruences. There are several ways for computing the solution P(X). One may use the method described at the beginning of . One may also use the constructions given in or .


Generalization to non-coprime moduli

The Chinese remainder theorem can be generalized to non-coprime moduli. Let m, n, a, b be any integers, let g = \gcd(m,n); M = \operatorname(m,n), and consider the system of congruences: : \begin x &\equiv a \pmod m \\ x &\equiv b \pmod n, \end If a \equiv b \pmod g, then this system has a unique solution modulo M = mn/g. Otherwise, it has no solutions. If we use
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
to write g = um + vn, then the solution is : x = \frac \pmod M. This defines an integer, as divides both and . Otherwise, the proof is very similar to that for coprime moduli.


Generalization to arbitrary rings

The Chinese remainder theorem can be generalized to any ring, by using coprime ideals (also called comaximal ideals). Two ideals and are coprime if there are elements i\in I and j\in J such that i+j=1. This relation plays the role of
Bézout's identity In mathematics, Bézout's identity (also called Bézout's lemma), named after Étienne Bézout, is the following theorem: Here the greatest common divisor of and is taken to be . The integers and are called Bézout coefficients for ; they ...
in the proofs related to this generalization, which otherwise are very similar. The generalization may be stated as follows. Let be two-sided ideals of a ring R and let be their intersection. If the ideals are pairwise coprime, we have the
isomorphism In mathematics, an isomorphism is a structure-preserving mapping between two structures of the same type that can be reversed by an inverse mapping. Two mathematical structures are isomorphic if an isomorphism exists between them. The word i ...
: :\begin R/I &\to (R/I_1) \times \cdots \times (R/I_k) \\ x \bmod I &\mapsto (x \bmod I_1,\, \ldots,\, x \bmod I_k), \end between the quotient ring R/I and the
direct product In mathematics, one can often define a direct product of objects already known, giving a new one. This generalizes the Cartesian product of the underlying sets, together with a suitably defined structure on the product set. More abstractly, one t ...
of the R/I_i, where "x \bmod I" denotes the
image An image is a visual representation of something. It can be two-dimensional, three-dimensional, or somehow otherwise feed into the visual system to convey information. An image can be an artifact, such as a photograph or other two-dimensio ...
of the element x in the quotient ring defined by the ideal I. Moreover, if R is commutative, then the ideal intersection of pairwise coprime ideals is equal to their product; that is : I= I_1\cap I_2 \cap\cdots\cap I_k= I_1I_2\cdots I_k, if and are coprime for all .


Interpretation in terms of idempotents

Let I_1, I_2, \dots, I_k be pairwise coprime two-sided ideals with \bigcap_^k I_i = 0, and :\varphi:R\to (R/I_1) \times \cdots \times (R/I_k) be the isomorphism defined above. Let f_i=(0,\ldots,1,\ldots, 0) be the element of (R/I_1) \times \cdots \times (R/I_k) whose components are all except the  th which is , and e_i=\varphi^(f_i). The e_i are
central idempotent In ring theory, a branch of abstract algebra, an idempotent element or simply idempotent of a ring is an element ''a'' such that . That is, the element is idempotent under the ring's multiplication. Inductively then, one can also conclude that fo ...
s that are pairwise orthogonal; this means, in particular, that e_i^2=e_i and e_ie_j=e_je_i=0 for every and . Moreover, one has e_1+\cdots+e_n=1, and I_i=R(1-e_i). In summary, this generalized Chinese remainder theorem is the equivalence between giving pairwise coprime two-sided ideals with a zero intersection, and giving central and pairwise orthogonal idempotents that sum to .


Applications


Sequence numbering

The Chinese remainder theorem has been used to construct a
Gödel numbering for sequences In mathematics, a Gödel numbering for sequences provides an effective way to represent each finite sequence of natural numbers as a single natural number. While a set theoretical embedding is surely possible, the emphasis is on the effectiveness ...
, which is involved in the proof of
Gödel's incompleteness theorems Gödel's incompleteness theorems are two theorems of mathematical logic that are concerned with the limits of in formal axiomatic theories. These results, published by Kurt Gödel in 1931, are important both in mathematical logic and in the phil ...
.


Fast Fourier transform

The prime-factor FFT algorithm (also called Good-Thomas algorithm) uses the Chinese remainder theorem for reducing the computation of a
fast Fourier transform A fast Fourier transform (FFT) is an algorithm that computes the discrete Fourier transform (DFT) of a sequence, or its inverse (IDFT). Fourier analysis converts a signal from its original domain (often time or space) to a representation in ...
of size n_1n_2 to the computation of two fast Fourier transforms of smaller sizes n_1 and n_2 (providing that n_1 and n_2 are coprime).


Encryption

Most implementations of RSA use the Chinese remainder theorem during signing of HTTPS certificates and during decryption. The Chinese remainder theorem can also be used in secret sharing, which consists of distributing a set of shares among a group of people who, all together (but no one alone), can recover a certain secret from the given set of shares. Each of the shares is represented in a congruence, and the solution of the system of congruences using the Chinese remainder theorem is the secret to be recovered. Secret sharing using the Chinese remainder theorem uses, along with the Chinese remainder theorem, special sequences of integers that guarantee the impossibility of recovering the secret from a set of shares with less than a certain cardinality.


Range ambiguity resolution

The range ambiguity resolution techniques used with medium pulse repetition frequency radar can be seen as a special case of the Chinese remainder theorem.


Decomposition of surjections of finite abelian groups

Given a surjection \mathbb/n \to \mathbb/m of finite
abelian group In mathematics, an abelian group, also called a commutative group, is a group in which the result of applying the group operation to two group elements does not depend on the order in which they are written. That is, the group operation is comm ...
s, we can use the Chinese remainder theorem to give a complete description of any such map. First of all, the theorem gives isomorphisms :\begin \mathbb/n &\cong \mathbb/p_^ \times \cdots \times \mathbb/p_^ \\ \mathbb/m &\cong \mathbb/p_^ \times \cdots \times \mathbb/p_^ \end where \ \subseteq \. In addition, for any induced map :\mathbb/p_^ \to \mathbb/p_^ from the original surjection, we have a_k \geq b_l and p_ = p_, since for a pair of primes p,q, the only non-zero surjections :\mathbb/p^a \to \mathbb/q^b can be defined if p = q and a \geq b. These observations are pivotal for constructing the ring of profinite integers, which is given as an inverse limit of all such maps.


Dedekind's theorem

Dedekind's theorem on the linear independence of characters. Let be a
monoid In abstract algebra, a branch of mathematics, a monoid is a set equipped with an associative binary operation and an identity element. For example, the nonnegative integers with addition form a monoid, the identity element being 0. Monoid ...
and an integral domain, viewed as a monoid by considering the multiplication on . Then any finite family of distinct monoid homomorphisms is linearly independent. In other words, every family of elements satisfying :\sum_\alpha_i f_i = 0 must be equal to the family . Proof. First assume that is a field, otherwise, replace the integral domain by its quotient field, and nothing will change. We can linearly extend the monoid homomorphisms to -
algebra homomorphism In mathematics, an algebra homomorphism is a homomorphism between two associative algebras. More precisely, if and are algebras over a field (or commutative ring) , it is a function F\colon A\to B such that for all in and in , * F(kx) = kF( ...
s , where is the monoid ring of over . Then, by linearity, the condition :\sum_\alpha_i f_i = 0, yields :\sum_\alpha_i F_i = 0. Next, for the two -linear maps and are not proportional to each other. Otherwise and would also be proportional, and thus equal since as monoid homomorphisms they satisfy: , which contradicts the assumption that they are distinct. Therefore, the kernels and are distinct. Since is a field, is a maximal ideal of for every in . Because they are distinct and maximal the ideals and are coprime whenever . The Chinese Remainder Theorem (for general rings) yields an isomorphism: :\begin \phi: k / K &\to \prod_k / \mathrm F_i \\ \phi(x + K) &= \left(x + \mathrm F_i\right)_ \end where :K = \prod_\mathrm F_i = \bigcap_\mathrm F_i. Consequently, the map :\begin \Phi: k &\to \prod_k \mathrm F_i \\ \Phi(x) &= \left(x + \mathrm F_i\right)_ \end is surjective. Under the isomorphisms the map corresponds to: :\begin \psi: k &\to \prod_k \\ \psi(x) &= \left _i(x)\right \end Now, :\sum_\alpha_i F_i = 0 yields :\sum_\alpha_i u_i = 0 for every vector in the
image An image is a visual representation of something. It can be two-dimensional, three-dimensional, or somehow otherwise feed into the visual system to convey information. An image can be an artifact, such as a photograph or other two-dimensio ...
of the map . Since is surjective, this means that :\sum_\alpha_i u_i = 0 for every vector :\left(u_i\right)_ \in \prod_k. Consequently, . QED.


See also

* Covering system *
Hasse principle In mathematics, Helmut Hasse's local–global principle, also known as the Hasse principle, is the idea that one can find an diophantine equation, integer solution to an equation by using the Chinese remainder theorem to piece together solutions mod ...
* Residue number system


Notes


References

* * *. See in particular Section 2.5, "Helly Property"
pp. 393–394
* * * * * * * * * *


Further reading

*. See Section 31.5: The Chinese remainder theorem, pp. 873–876. * * *. See Section 4.3.2 (pp. 286–291), exercise 4.6.2–3 (page 456).


External links

* * *
Full text of the Sun-tzu Suan-ching
(Chinese) Chinese Text Project {{authority control Articles containing proofs Sun, Master Commutative algebra Modular arithmetic Theorems in number theory