Skip to content

Commit 1f1b69d

Browse files
beastaughrzach
authored andcommitted
Fix definition of OpenAssum(z,d).
As written, a discharge of the assumption by the final inference (0) would be ignored. This commit fixes that.
1 parent 08c0fa2 commit 1f1b69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
\land (s)_0 = d \land {}} \\
298298
\bexists{n<d}{((s)_{\len{s} \tsub 1} = \tuple{0, z, n} \land {}}\\
299299
\bforall{i<(\len{s} \tsub 1)}{(\fn{Subderiv}((s)_{i+1}, (s)_i) \land {}}\\
300-
\fn{DischargeLabel}((s)_{i+1}) \neq n))).
300+
\fn{DischargeLabel}((s)_i) \neq n))).
301301
\end{multline*}
302302
\end{proof}
303303

0 commit comments

Comments
 (0)