Around the 3rd to 5th century, a Chinese text known as Sunzi Suanjing posed a riddle: there is a number whose remainder is 2 when divided by 3, 3 when divided by 5, and 2 when divided by 7. What is the number?
You could guess and check forever. But the Chinese Remainder Theorem (CRT) promises something remarkable: as long as the divisors share no common factor — 3, 5 and 7 are pairwise coprime — there is exactly one answer between 0 and 3 × 5 × 7 = 105. The remainders are like coordinates, and together they name a single point.
This is not a conjecture or an open problem. It is a theorem, proven for centuries, with a clean, fast algorithm to rebuild the number. The surprise is how useful that turns out to be: the same trick quietly speeds up the RSA cryptography protecting your messages.
Comments
Loading comments...