13621
|
1 |
\documentclass[envcountsame]{llncs}
|
|
2 |
%\documentclass[11pt,a4paper]{article}
|
13267
|
3 |
\usepackage{isabelle,isabellesym,pdfsetup}
|
|
4 |
|
|
5 |
%for best-style documents ...
|
|
6 |
\urlstyle{rm}
|
|
7 |
%\isabellestyle{it}
|
|
8 |
|
|
9 |
\begin{document}
|
|
10 |
|
13613
|
11 |
\title{A Compact Introduction to Structured Proofs in Isar/HOL}
|
13621
|
12 |
\author{Tobias Nipkow}
|
|
13 |
\institute{Institut f{\"u}r Informatik, TU M{\"u}nchen\\
|
13347
|
14 |
{\small\url{http://www.in.tum.de/~nipkow/}}}
|
13267
|
15 |
\date{}
|
|
16 |
\maketitle
|
|
17 |
|
13613
|
18 |
\begin{abstract}
|
|
19 |
Isar is an extension of the theorem prover Isabelle with a language
|
|
20 |
for writing human-readable structured proofs. This paper is an
|
|
21 |
introduction to the basic constructs of this language. It is aimed
|
|
22 |
at potential users of Isar but also discusses the design rationals
|
|
23 |
behind the language and its constructs.
|
|
24 |
\end{abstract}
|
|
25 |
|
13619
|
26 |
\input{intro.tex}
|
13267
|
27 |
\input{Logic.tex}
|
13613
|
28 |
\input{Induction.tex}
|
13267
|
29 |
|
|
30 |
%\input{Isar.tex}
|
|
31 |
|
|
32 |
%%% Local Variables:
|
|
33 |
%%% mode: latex
|
|
34 |
%%% TeX-master: "root"
|
|
35 |
%%% End:
|
|
36 |
|
13347
|
37 |
{\small
|
13322
|
38 |
\paragraph{Acknowledgment}
|
13519
|
39 |
I am deeply indebted to Markus Wenzel for conceiving Isar. Clemens Ballarin,
|
13580
|
40 |
Gertrud Bauer, Stefan Berghofer, Gerwin Klein, Norbert Schirmer and
|
|
41 |
Markus Wenzel commented on and improved this document.
|
13347
|
42 |
}
|
13267
|
43 |
|
13310
|
44 |
\begingroup
|
|
45 |
\bibliographystyle{plain} \small\raggedright\frenchspacing
|
13267
|
46 |
\bibliography{root}
|
13310
|
47 |
\endgroup
|
13267
|
48 |
|
|
49 |
\end{document}
|