Skip to content

Commit d3a1905

Browse files
feffemannenrzach
authored andcommitted
Small typo (already used variable name)
1 parent 18addce commit d3a1905

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/incompleteness/representability-in-q/representable-comp.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
The ``if'' part is
2828
\olref[int]{defn:representable-fn}\olref[int]{defn:rep:a}. The ``only
2929
if'' part is seen as follows: Suppose $\Th{Q} \Proves !A_f(\num{n_0},
30-
\dots, \num{n_k}, \num{m})$ but $m \neq f(n_0, \dots, n_k)$. Let $k =
30+
\dots, \num{n_k}, \num{m})$ but $m \neq f(n_0, \dots, n_k)$. Let $l =
3131
f(n_0, \dots, n_k)$. By
3232
\olref[int]{defn:representable-fn}\olref[int]{defn:rep:a}, $\Th{Q}
33-
\Proves !A_f(\num{n_0}, \dots, \num{n_k}, \num{k})$. By
33+
\Proves !A_f(\num{n_0}, \dots, \num{n_k}, \num{l})$. By
3434
\olref[int]{defn:representable-fn}\olref[int]{defn:rep:b},
35-
$\lforall[y][(!A_f(\num{n_0}, \dots, \num{n_k}, y) \lif \num{k} =
35+
$\lforall[y][(!A_f(\num{n_0}, \dots, \num{n_k}, y) \lif \num{l} =
3636
y)]$. Using logic and the assumption that $\Th{Q} \Proves
3737
!A_f(\num{n_0}, \dots, \num{n_k}, \num{m})$, we get that $\Th{Q}
38-
\Proves \eq[\num{k}][\num{m}]$. On the other hand, by
38+
\Proves \eq[\num{l}][\num{m}]$. On the other hand, by
3939
\olref[bre]{lem:q-proves-neq}, $\Th{Q} \Proves
40-
\eq/[\num{k}][\num{m}]$. So $\Th{Q}$ is inconsistent. But that is
40+
\eq/[\num{l}][\num{m}]$. So $\Th{Q}$ is inconsistent. But that is
4141
impossible, since $\Th{Q}$ is satisfied by the standard model (see
4242
\olref[int][def]{def:standard-model}), $\Sat{N}{\Th{Q}}$, and
4343
satisfiable theories are always consistent by the Soundness Theorem

0 commit comments

Comments
 (0)