Skip to content

Commit 7d7ad85

Browse files
seanrsinclairrzach
authored andcommitted
Sean's changes #39
1 parent 5589249 commit 7d7ad85

5 files changed

Lines changed: 29 additions & 21 deletions

File tree

computability/recursive-functions/bounded-minimization.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
\end{prop}
2222

2323
\begin{proof}
24-
Note than there can be no~$x < y$ such that $R(x, \vec{z})$ since
25-
there is no $x < y$ at all. So $m_R(x, 0) = 0$.
24+
Note than there can be no~$x < 0$ such that $R(x, \vec{z})$ since
25+
there is no $x < 0$ at all. So $m_R(x, 0) = 0$.
2626

2727
In case the bound is $y + 1$ we have three cases: (a) There is an $x <
2828
y$ such that $R(x, \vec{z})$, in which case $m_R(y+1, \vec{z}) =

incompleteness/arithmetization-syntax/coding-formulas.tex

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,20 @@
1616

1717
\begin{proof}
1818
The number $x$ is the G\"odel number of an atomic !!{formula} iff
19+
one of the following holds:
1920
\begin{enumerate}
20-
\item there are $n$, $j < x$, and $z < x$ such that for each $i < n$,
21+
\item There are $n$, $j < x$, and $z < x$ such that for each $i < n$,
2122
$\fn{Term}((z)_i)$ and
2223
\[
23-
x = \Gn{\Obj P^n_j(} \concat \fn{flatten}(z) \concat \Gn{)} \text{, or}
24+
x = \Gn{\Obj P^n_j(} \concat \fn{flatten}(z) \concat \Gn{)}.
2425
\]
25-
\item there are $z_1, z_2 < x$ such that $x = z_1 \concat \Gn{\eq}
26-
\concat \eq z_2$ and $\fn{Term}(z_1)$ and $\fn{Term}(z_2)$.
27-
% Missing the case for bottom
26+
\item There are $z_1, z_2 < x$ such that $\fn{Term}(z_1)$,
27+
$\fn{Term}(z_2)$, and
28+
\[
29+
x = z_1 \concat \Gn{\eq} \concat z_2.
30+
\]
31+
\tagitem{prvFalse}{$x = \Gn{\lfalse}$.}{}
32+
\tagitem{prvTrue}{$x = \Gn{\ltrue}$.}{}
2833
\end{enumerate}
2934
\end{proof}
3035

incompleteness/arithmetization-syntax/coding-symbols.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@
4242
\end{array}
4343
\]
4444
\item If $s$ is the $i$-th variable $\Obj x_i$, then $\scode s = \tuple{1, i}$.
45-
\item If $s$ is the $i$-th $n$-ary !!{constant}~$\Obj c_i^n$, then
46-
$\scode s = \tuple{2, n, i}$.
47-
% n-ary constant symbols?
45+
\item If $s$ is the $i$-th !!{constant}~$\Obj c_i^n$, then
46+
$\scode s = \tuple{2, i}$.
4847
\item If $s$ is the $i$-th $n$-ary !!{function}~$\Obj f_i^n$, then
4948
$\scode s = \tuple{3, n, i}$.
5049
\item If $s$ is the $i$-th $n$-ary !!{predicate}~$\Obj P_i^n$, then

incompleteness/incompleteness-provability/rosser-thm.tex

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
doesn't prove $\lnot !R_\Th{T}$. (In other words, we don't need the
4848
assumption of $\omega$-consistency.)
4949

50+
51+
\end{document}
52+
53+
% Following digression should only be included if
54+
% incompleteness/theories-computability/first-incompleteness.tex also
55+
% compiled.
56+
5057
\begin{digress}
5158
% This comment doesn't make much sense, what are you trying to get at?
5259
By comparison to the proof of
@@ -57,5 +64,3 @@
5764
G\"odel-Rosser methods therefore have the advantage of making the
5865
independent statement perfectly clear.
5966
\end{digress}
60-
61-
\end{document}

incompleteness/representability-in-q/introduction.tex

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,14 @@
2727
(to be used in conjunction with the other axioms and rules of
2828
first-order logic with !!{identity}):
2929
\begin{enumerate}
30-
% Maybe add the quantifiers here.
31-
\item $x' = y' \lif x = y$
32-
\item $\eq/[0][x']$
33-
\item $\eq/[x][0] \lif \lexists[y][\eq[x][y']]$
34-
\item $x+0 = x$
35-
\item $x+ y' = (x+y)'$
36-
\item $x \times 0 = 0$
37-
\item $x \times y' = x \times y + x$
38-
\item $x < y \liff \lexists[z][(z' + x) = y]$
30+
\item $\lforall[x][\lforall[y][x' = y' \lif x = y]]$
31+
\item $\lforall[x][\eq/[0][x']]$
32+
\item $\lforall[x][\eq/[x][0] \lif \lexists[y][\eq[x][y']]]$
33+
\item $\lforall[x][(x+0) = x]$
34+
\item $\lforall[x][\lforall[y][(x+ y') = (x+y)']]$
35+
\item $\lforall[x][(x \times 0) = 0]$
36+
\item $\lforall[x][\lforall[y][(x \times y') = ((x \times y) + x)]]$
37+
\item $\lforall[x][\lforall[y][x < y \liff \lexists[z][(z' + x) = y]]]$
3938
\end{enumerate}
4039
For each natural number $n$, define the numeral $\bar n$ to be the
4140
term $0^{''\ldots'}$ where there are $n$ tick marks in all.

0 commit comments

Comments
 (0)