diff -r c20f78a9606f -r c6b197ccf1f1 doc-src/TutorialI/Misc/document/Itrev.tex --- a/doc-src/TutorialI/Misc/document/Itrev.tex Mon Oct 30 18:28:00 2000 +0100 +++ b/doc-src/TutorialI/Misc/document/Itrev.tex Tue Oct 31 08:53:12 2000 +0100 @@ -84,10 +84,10 @@ Although we now have two variables, only \isa{xs} is suitable for induction, and we repeat our above proof attempt. Unfortunately, we are still not there: -\begin{isabelle}\makeatother -~1.~{\isasymAnd}a~list.\isanewline -~~~~~~~itrev~list~ys~=~rev~list~@~ys~{\isasymLongrightarrow}\isanewline -~~~~~~~itrev~list~(a~\#~ys)~=~rev~list~@~a~\#~ys +\begin{isabelle}% +\ {\isadigit{1}}{\isachardot}\ {\isasymAnd}a\ list{\isachardot}\isanewline +\ \ \ \ \ \ \ itrev\ list\ ys\ {\isacharequal}\ rev\ list\ {\isacharat}\ ys\ {\isasymLongrightarrow}\isanewline +\ \ \ \ \ \ \ itrev\ list\ {\isacharparenleft}a\ {\isacharhash}\ ys{\isacharparenright}\ {\isacharequal}\ rev\ list\ {\isacharat}\ a\ {\isacharhash}\ ys% \end{isabelle} The induction hypothesis is still too weak, but this time it takes no intuition to generalize: the problem is that \isa{ys} is fixed throughout