Proof of Chinese Remainder Theory

In summary, Theorem: Let m and n be relatively prime integers. If s and t are arbitrary integers, there exists a solution x in Z to the simultaneous congruences: x~s (mod m) and x~t (mod n). The proof utilizes the Chinese remainder theorem by showing that a solution exists in the form of x = (mp)t + (nq)s, where p and q are integers obtained from the Euclidean algorithm.
  • #1
PsychonautQQ
784
10

Homework Statement



Theorm: Let m and n be relatively prime integers. If s and t are arbitrary integers there exists a solution x in Z to the simultaneous congruences:
x~s (mod m) and x~t (mod n)

Part of proof that confuses me: Since gcd(m,n) = 1, the Euclidean algorithm gives p and q in Z such that 1 = mp + nq. Take x = (mp)t + (nq)s.

How do they get the "Take x = (mp)t + (nq)s" part?

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
  • #2
The Chinese remainder theorem says that a solution exists (or, the part you're trying to prove at least). What he's done is told you the form of the solution to the congruences, and will later show that this is always a solution by virtue of its form, thus proving the theorem.
 
Last edited:

Related to Proof of Chinese Remainder Theory

1. What is the Chinese Remainder Theorem?

The Chinese Remainder Theorem is a mathematical theorem that provides a way to solve systems of linear congruences with relatively prime moduli. It states that if we have a set of congruences with pairwise relatively prime moduli, then there exists a unique solution that satisfies all of the congruences.

2. How is the Chinese Remainder Theorem used?

The Chinese Remainder Theorem has many practical applications, including cryptography, error-correcting codes, and solving systems of linear equations. It is also used in computer science and engineering for efficient data storage and retrieval.

3. What is the proof of the Chinese Remainder Theorem?

The proof of the Chinese Remainder Theorem involves using the Chinese Remainder Theorem lemma, which states that if two numbers are relatively prime, then there exists a unique solution to a linear congruence. This lemma is then applied recursively to solve systems of linear congruences with more than two equations and moduli.

4. Are there any limitations to the Chinese Remainder Theorem?

While the Chinese Remainder Theorem is a powerful tool for solving systems of linear congruences, it does have some limitations. It can only be applied to systems with pairwise relatively prime moduli, and the solutions are limited to integers. It also does not provide a method for finding the actual solution, only the existence of one.

5. How has the Chinese Remainder Theorem impacted mathematics and other fields?

The Chinese Remainder Theorem has had a significant impact on mathematics, as it is a fundamental tool in number theory and abstract algebra. It has also been utilized in various fields such as cryptography, computer science, and engineering, making it a valuable tool for practical applications. Its proof has also sparked further research and development in related areas of mathematics.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
357
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
559
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
2K
Back
Top