9796
|
1 |
|
|
2 |
% $Id$
|
7741
|
3 |
|
|
4 |
\input{style}
|
|
5 |
|
|
6 |
\hyphenation{Isabelle}
|
|
7 |
|
|
8 |
\begin{document}
|
|
9 |
|
|
10 |
\title{Miscellaneous Isabelle/Isar examples for Higher-Order Logic}
|
8051
|
11 |
\author{Markus Wenzel \\ \url{http://www.in.tum.de/~wenzelm/} \\[2ex]
|
8052
|
12 |
With contributions by Gertrud Bauer and Tobias Nipkow}
|
7741
|
13 |
\maketitle
|
|
14 |
|
|
15 |
\begin{abstract}
|
7874
|
16 |
Isar offers a high-level proof (and theory) language for Isabelle.
|
|
17 |
We give various examples of Isabelle/Isar proof developments,
|
|
18 |
ranging from simple demonstrations of certain language features to
|
|
19 |
more advanced applications.
|
7741
|
20 |
\end{abstract}
|
|
21 |
|
|
22 |
\tableofcontents
|
7869
|
23 |
|
|
24 |
\parindent 0pt \parskip 0.5ex
|
8189
|
25 |
|
9796
|
26 |
\input{BasicLogic}
|
|
27 |
\input{Cantor}
|
|
28 |
\input{Peirce}
|
|
29 |
\input{ExprCompiler}
|
|
30 |
\input{Group}
|
|
31 |
\input{Summation}
|
|
32 |
\input{KnasterTarski}
|
|
33 |
\input{MutilatedCheckerboard}
|
|
34 |
\input{MultisetOrder}
|
|
35 |
\input{W_correct}
|
|
36 |
\input{Fibonacci}
|
|
37 |
\input{Puzzle}
|
|
38 |
\input{NestedDatatype}
|
7741
|
39 |
|
7816
|
40 |
\nocite{isabelle-isar-ref,Wenzel:1999:TPHOL}
|
|
41 |
\bibliographystyle{plain}
|
|
42 |
\bibliography{root}
|
|
43 |
|
7741
|
44 |
\end{document}
|