Commit fa2e528
Fix definition of Subseq(s,s').
As written it checks for identity between s_i and s_j, two indexes
of elements of the same sequence s, rather than indexes of elements
of two distinct sequences s and s'. This commit fixes that.1 parent 1f1b69d commit fa2e528
File tree
1 file changed
+1
-1
lines changed- content/incompleteness/arithmetization-syntax
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
0 commit comments