| 7741 |      1 | \input{style}
 | 
|  |      2 | 
 | 
|  |      3 | \hyphenation{Isabelle}
 | 
|  |      4 | 
 | 
|  |      5 | \begin{document}
 | 
|  |      6 | 
 | 
|  |      7 | \title{Miscellaneous Isabelle/Isar examples for Higher-Order Logic}
 | 
| 8051 |      8 | \author{Markus Wenzel \\ \url{http://www.in.tum.de/~wenzelm/} \\[2ex]
 | 
| 8052 |      9 |   With contributions by Gertrud Bauer and Tobias Nipkow}
 | 
| 7741 |     10 | \maketitle
 | 
|  |     11 | 
 | 
|  |     12 | \begin{abstract}
 | 
| 18193 |     13 |   Isar offers a high-level proof (and theory) language for Isabelle.
 | 
|  |     14 |   We give various examples of Isabelle/Isar proof developments,
 | 
|  |     15 |   ranging from simple demonstrations of certain language features to a
 | 
|  |     16 |   bit more advanced applications.  The ``real'' applications of
 | 
|  |     17 |   Isabelle/Isar are found elsewhere.
 | 
| 7741 |     18 | \end{abstract}
 | 
|  |     19 | 
 | 
|  |     20 | \tableofcontents
 | 
| 7869 |     21 | 
 | 
|  |     22 | \parindent 0pt \parskip 0.5ex
 | 
| 8189 |     23 | 
 | 
| 12105 |     24 | \input{session}
 | 
| 7741 |     25 | 
 | 
| 7816 |     26 | \nocite{isabelle-isar-ref,Wenzel:1999:TPHOL}
 | 
| 12105 |     27 | \bibliographystyle{abbrv}
 | 
| 7816 |     28 | \bibliography{root}
 | 
|  |     29 | 
 | 
| 7741 |     30 | \end{document}
 |