|
42 | 42 | minimization---however, we're allowed to use addition, multiplication, |
43 | 43 | and~$\Char{=}$. There are various ways to prove this lemma, but one of |
44 | 44 | the cleanest is still G\"odel's original method, which used a |
45 | | -number-theoretic fact called the Chinese Remainder theorem. |
| 45 | +number-theoretic fact called Sunzi's Theorem (traditionally, the ``Chinese Remainder Theorem''). |
46 | 46 |
|
47 | 47 | \begin{defn} |
48 | 48 | Two natural numbers $a$ and $b$ are \emph{relatively prime} iff their |
|
55 | 55 | same remainder when divided by~$c$. |
56 | 56 | \end{defn} |
57 | 57 |
|
58 | | -Here is the \emph{Chinese Remainder theorem}: |
| 58 | +Here is Sunzi's Theorem: |
59 | 59 | \begin{thm} |
60 | 60 | Suppose $x_0$, \dots,~$x_n$ are (pairwise) relatively prime. Let |
61 | 61 | $y_0$, \dots,~$y_n$ be any numbers. Then there is a number $z$ such that |
|
67 | 67 | \end{align*} |
68 | 68 | \end{thm} |
69 | 69 |
|
70 | | -Here is how we will use the Chinese Remainder theorem: if $x_0$, |
| 70 | +Here is how we will use Sunzi's Theorem: if $x_0$, |
71 | 71 | \dots,~$x_n$ are bigger than $y_0$, \dots,~$y_n$ respectively, then we |
72 | 72 | can take $z$ to code the sequence $\tuple{y_0, \dots,y_n}$. To |
73 | 73 | recover~$y_i$, we need only divide $z$ by~$x_i$ and take the |
|
150 | 150 | \] |
151 | 151 | and let $d_1 = \fact{j}$. By \olref{rel-prime} above, we know that |
152 | 152 | $1+d_1$, $1+2 d_1$, \dots, $1+(n+1) d_1$ are relatively prime, and |
153 | | -by~\olref{less} that all are greater than $a_0$, \dots,~$a_n$. By the |
154 | | -Chinese Remainder theorem there is a value~$d_0$ such that for |
155 | | -each~$i$, |
| 153 | +by~\olref{less} that all are greater than $a_0$, \dots,~$a_n$. By |
| 154 | +Sunzi's Theorem there is a value~$d_0$ such that for each~$i$, |
156 | 155 | \[ |
157 | 156 | d_0 \equiv a_i \mod (1+(i+1)d_1) |
158 | 157 | \] |
|
0 commit comments