Skip to content

Commit 53e9b6d

Browse files
committed
formatting; prevent orphaned header
1 parent 0c1e9e3 commit 53e9b6d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

content/incompleteness/arithmetization-syntax/coding-formulas.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
\olfileid{inc}{art}{frm}
1010
\olsection{Coding \printtoken{P}{formula}}
1111

12+
Once we have defined the relation $\fn{Term}(x)$ primitive
13+
recursively, we can use it to define the corresponding relation for
14+
!!{formula}s, $\fn{Frm}(x)$ primitive recursively.
15+
1216
\begin{prop}
1317
The relation $\fn{Atom}(x)$ which holds iff $x$ is the G\"odel number
1418
of an atomic !!{formula}, is primitive recursive.

content/incompleteness/arithmetization-syntax/proofs-in-nd.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@
170170
$\fn{FollowsBy}_{\Intro\land}(d)$ as
171171
\begin{multline*}
172172
(d)_0 = 2 \land \fn{DischargeLabel}(d) = 0 \land \fn{LastRule}(d) = 1 \land {}\\
173-
\fn{EndFmla}(d) = \Gn{(} \concat \fn{EndFmla}((d)_1) \concat \Gn{\land}
173+
\fn{EndFmla}(d) = {}\\
174+
\Gn{(} \concat \fn{EndFmla}((d)_1) \concat \Gn{\land}
174175
\concat \fn{EndFmla}((d)_2) \concat \Gn{)}.
175176
\end{multline*}
176177

@@ -181,8 +182,8 @@
181182
\begin{multline*}
182183
(d)_0 = 1 \land (d)_1 = 0 \land \fn{DischargeLabel}(d) = 0 \land {}\\
183184
\bexists{t<d}{(\fn{ClTerm}(t) \land
184-
\fn{EndFmla}(d) =
185-
\Gn{{\eq}(} \concat t \concat \Gn{,} \concat t \concat \Gn{)})}
185+
\fn{EndFmla}(d) = {}\\
186+
\Gn{{\eq}(} \concat t \concat \Gn{,} \concat t \concat \Gn{)})}.
186187
\end{multline*}
187188

188189
For a more complicated example, $\fn{FollowsBy}_{\Intro{\lif}}(d)$

0 commit comments

Comments
 (0)