Skip to content

Commit ad76098

Browse files
committed
typos
1 parent 2a4f5c8 commit ad76098

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,15 @@ minimized/tailored to the task given here.
6767
The tiny well-foundedness proof of the `lpo` displayed here however uses a
6868
direct approach (as opposed to relying on Kruskal's tree theorem), inspired
6969
by the work of Coupet-Grimal & Delobel (and also Goubault-Larrecq). The instance
70-
we give here is just five lines of proof scripts which 3 nested inductions.
70+
we give here is just five lines of proof scripts containing 3 nested inductions.
7171

7272
It however relies on the accessibility characterization of the _list ordering_,
7373
of which the proof mimics the outline of Nipkow (and Buchholtz) for the
74-
well-foundedness of the multiset ordering.
74+
well-foundedness of the multiset ordering. This proof is beautiful but a bit
75+
longer.
7576

76-
It is a quite straightforward exercise to show that the `round` relation is
77-
included in the reverse of the `lpo`, hence it is also well-founded.
77+
It is then a quite straightforward exercise to show that the `round` relation is
78+
included in the reverse of the `lpo`, hence it is strongly terminating.
7879

7980
We only implement termination. We do not show that main result of
8081
Kirby and Paris contribution, that is the incapacity of Peano arithmetic

0 commit comments

Comments
 (0)