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 |
|
13613
|
16 |
\title{A Compact Introduction to Structured Proofs in Isar/HOL}
|
13621
|
17 |
\author{Tobias Nipkow}
|
|
18 |
\institute{Institut f{\"u}r Informatik, TU M{\"u}nchen\\
|
13347
|
19 |
{\small\url{http://www.in.tum.de/~nipkow/}}}
|
13267
|
20 |
\date{}
|
|
21 |
\maketitle
|
|
22 |
|
13613
|
23 |
\begin{abstract}
|
|
24 |
Isar is an extension of the theorem prover Isabelle with a language
|
|
25 |
for writing human-readable structured proofs. This paper is an
|
13765
|
26 |
introduction to the basic constructs of this language.
|
|
27 |
% It is aimed at potential users of Isar
|
|
28 |
% but also discusses the design rationals
|
|
29 |
% behind the language and its constructs.
|
13613
|
30 |
\end{abstract}
|
|
31 |
|
13619
|
32 |
\input{intro.tex}
|
13267
|
33 |
\input{Logic.tex}
|
13765
|
34 |
\Tweakskip\Tweakskip
|
13613
|
35 |
\input{Induction.tex}
|
13267
|
36 |
|
13765
|
37 |
\Tweakskip
|
|
38 |
\Tweakskip
|
13310
|
39 |
\begingroup
|
|
40 |
\bibliographystyle{plain} \small\raggedright\frenchspacing
|
13267
|
41 |
\bibliography{root}
|
13310
|
42 |
\endgroup
|
13267
|
43 |
|
|
44 |
\end{document}
|