Skip to content

Commit 92bcc2c

Browse files
committed
rename Chinese Remainder Theorem to Sunzi's Theorem
1 parent 3696d71 commit 92bcc2c

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

content/incompleteness/representability-in-q/beta-function.tex

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
minimization---however, we're allowed to use addition, multiplication,
4343
and~$\Char{=}$. There are various ways to prove this lemma, but one of
4444
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'').
4646

4747
\begin{defn}
4848
Two natural numbers $a$ and $b$ are \emph{relatively prime} iff their
@@ -55,7 +55,7 @@
5555
same remainder when divided by~$c$.
5656
\end{defn}
5757

58-
Here is the \emph{Chinese Remainder theorem}:
58+
Here is Sunzi's Theorem:
5959
\begin{thm}
6060
Suppose $x_0$, \dots,~$x_n$ are (pairwise) relatively prime. Let
6161
$y_0$, \dots,~$y_n$ be any numbers. Then there is a number $z$ such that
@@ -67,7 +67,7 @@
6767
\end{align*}
6868
\end{thm}
6969

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$,
7171
\dots,~$x_n$ are bigger than $y_0$, \dots,~$y_n$ respectively, then we
7272
can take $z$ to code the sequence $\tuple{y_0, \dots,y_n}$. To
7373
recover~$y_i$, we need only divide $z$ by~$x_i$ and take the
@@ -150,9 +150,8 @@
150150
\]
151151
and let $d_1 = \fact{j}$. By \olref{rel-prime} above, we know that
152152
$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$,
156155
\[
157156
d_0 \equiv a_i \mod (1+(i+1)d_1)
158157
\]

0 commit comments

Comments
 (0)