Congruences - Key Proof
We present detailed proofs of Euler's Theorem and the Chinese Remainder Theorem, two fundamental results that underpin much of modern computational number theory and cryptography.
Let be a positive integer and an integer with . We prove that .
Let be the integers in that are coprime to . These form a reduced residue system modulo .
Claim: The set is also a reduced residue system modulo .
Proof of claim:
- Each is coprime to since .
- The products are distinct modulo : if , then since , we can cancel to get , so .
- There are elements, so they form a complete reduced residue system.
Therefore, the multisets and are the same modulo .
Taking the product of all elements:
This simplifies to:
Let . Since each is coprime to , their product is also coprime to . Therefore, we can cancel from both sides:
This completes the proof.
This proof technique, using the fact that multiplication by a unit permutes the reduced residue system, is extremely powerful and appears in many contexts throughout algebra and number theory. The same idea proves Lagrange's theorem in group theory.
Let be pairwise coprime positive integers, and let be any integers. We prove that the system: has a solution.
Let and define for each .
Key observation: Since the moduli are pairwise coprime, for each .
By Bézout's identity, there exists an integer such that:
Now consider:
For any , we have for all (since is a multiple of all except , and when , this includes ).
Therefore:
This shows that satisfies all the congruences simultaneously.
Uniqueness: Suppose and are both solutions. Then for all , which means for all .
Since the are pairwise coprime, we have:
Therefore, , proving uniqueness modulo .
The proof is constructive. For the system:
We have , , , .
Finding inverses: , , .
Solution:
These proofs reveal the elegant algebraic structure underlying modular arithmetic and continue to inspire new developments in computational mathematics.