13267
|
1 |
\documentclass[11pt,a4paper]{article}
|
|
2 |
\usepackage{isabelle,isabellesym,pdfsetup}
|
|
3 |
|
|
4 |
%for best-style documents ...
|
|
5 |
\urlstyle{rm}
|
|
6 |
%\isabellestyle{it}
|
|
7 |
|
|
8 |
\newtheorem{Exercise}{Exercise}[section]
|
|
9 |
\newenvironment{exercise}{\begin{Exercise}\rm}{\end{Exercise}}
|
|
10 |
|
|
11 |
\begin{document}
|
|
12 |
|
|
13 |
\title{A Compact Overview of Structured Proofs in Isar/HOL}
|
|
14 |
\author{Tobias Nipkow}
|
|
15 |
\date{}
|
|
16 |
\maketitle
|
|
17 |
|
|
18 |
\noindent
|
|
19 |
This document is a very compact introduction to structured proofs in
|
|
20 |
Isar/HOL, an extension of Isabelle. A detailled exposition of this material
|
|
21 |
can be found in Markus Wenzel's PhD thesis~\cite{Wenzel-PhD}.
|
|
22 |
|
|
23 |
\input{Logic.tex}
|
|
24 |
|
|
25 |
%\input{Isar.tex}
|
|
26 |
|
|
27 |
%%% Local Variables:
|
|
28 |
%%% mode: latex
|
|
29 |
%%% TeX-master: "root"
|
|
30 |
%%% End:
|
|
31 |
|
|
32 |
|
|
33 |
\bibliographystyle{plain}
|
|
34 |
\bibliography{root}
|
|
35 |
|
|
36 |
\end{document}
|