Skip to content

Commit b5753c3

Browse files
authored
small corrections (#171)
1 parent c27a80b commit b5753c3

File tree

3 files changed

+159
-167
lines changed

3 files changed

+159
-167
lines changed

doc/chapter-primrec.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -879,15 +879,18 @@ \subsection{Looking for a contradiction}
879879
Thus, our impossibility proof is just a sequence of easy small steps.
880880

881881
\begin{remark}
882-
In the following snippet, \emph{Alectryon}'s \texttt{Latex} generator prints the \emph{local definition} of $x$ (as the maximum of $2$ and $m$) as a simple \emph{declaration} \texttt{x: nat}.
882+
In the following snippet, some versions \emph{Alectryon}'s \texttt{Latex} generator print the \emph{local definition} of $x$ (as the maximum of $2$ and $m$) as a simple \emph{declaration} \texttt{x: nat}.
883883
Thus the proof script is correct, but the three last sub-goals are not correctly displayed, since
884884
they do not show how the inequalities $2\leq x$ and $m \leq x$ could be inferred by \texttt{lia}.
885+
886+
A correct goal display can be obtained with
887+
\href{https://github.com/Casteran/alectryonFix}{this fork}.
885888
\end{remark}
886889

887890
\input{movies/snippets/AckNotPR/AckNotPR}
888891

889892
\begin{remark}
890-
It is easy to prove that any unary function which dominates \texttt{fun n => Ack n n} fails to be primitive recursive. To this end, we use an instance of \texttt{majorAnyPR} dealing with unary functions.
893+
It is easy to prove that any unary function which dominates (\texttt{fun n => Ack n n}) fails to be primitive recursive. To this end, we use an instance of \texttt{majorAnyPR} dealing with unary functions.
891894

892895
\vspace{4pt}
893896
\noindent

0 commit comments

Comments
 (0)