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 |
|
13765
|
9 |
\newcommand{\tweakskip}{\vspace{-\medskipamount}}
|
|
10 |
\newcommand{\Tweakskip}{\tweakskip\tweakskip}
|
|
11 |
|
|
12 |
\pagestyle{plain}
|
|
13 |
|
13267
|
14 |
\begin{document}
|
|
15 |
|
13766
|
16 |
\title{%A Compact Introduction to
|
|
17 |
Structured Proofs in Isar/HOL}
|
13621
|
18 |
\author{Tobias Nipkow}
|
|
19 |
\institute{Institut f{\"u}r Informatik, TU M{\"u}nchen\\
|
13347
|
20 |
{\small\url{http://www.in.tum.de/~nipkow/}}}
|
13267
|
21 |
\date{}
|
|
22 |
\maketitle
|
|
23 |
|
13613
|
24 |
\begin{abstract}
|
|
25 |
Isar is an extension of the theorem prover Isabelle with a language
|
|
26 |
for writing human-readable structured proofs. This paper is an
|
13765
|
27 |
introduction to the basic constructs of this language.
|
|
28 |
% It is aimed at potential users of Isar
|
|
29 |
% but also discusses the design rationals
|
|
30 |
% behind the language and its constructs.
|
13613
|
31 |
\end{abstract}
|
|
32 |
|
13619
|
33 |
\input{intro.tex}
|
13267
|
34 |
\input{Logic.tex}
|
13770
|
35 |
\Tweakskip\Tweakskip
|
13613
|
36 |
\input{Induction.tex}
|
13267
|
37 |
|
13768
|
38 |
%\Tweakskip
|
13766
|
39 |
\small
|
|
40 |
\paragraph{Acknowledgement}
|
|
41 |
I am deeply indebted to Markus Wenzel for conceiving Isar. Clemens Ballarin,
|
|
42 |
Gertrud Bauer, Stefan Berghofer, Gerwin Klein, Norbert Schirmer,
|
|
43 |
Markus Wenzel and Freek Wiedijk commented on and improved this paper.
|
|
44 |
|
13310
|
45 |
\begingroup
|
|
46 |
\bibliographystyle{plain} \small\raggedright\frenchspacing
|
13267
|
47 |
\bibliography{root}
|
13310
|
48 |
\endgroup
|
13267
|
49 |
|
|
50 |
\end{document}
|