| author | haftmann |
| Thu, 22 May 2014 16:59:49 +0200 | |
| changeset 57065 | 2869310dae2a |
| parent 57003 | 188b70a00229 |
| child 57606 | 6df377afda4a |
| permissions | -rw-r--r-- |
| 27063 | 1 |
\documentclass[11pt,a4paper]{article}
|
|
57002
97a80d41a5ba
prefer T1 with searchable underscore (requires proper cm-super fonts);
wenzelm
parents:
48985
diff
changeset
|
2 |
\usepackage[T1]{fontenc}
|
|
97a80d41a5ba
prefer T1 with searchable underscore (requires proper cm-super fonts);
wenzelm
parents:
48985
diff
changeset
|
3 |
\usepackage[nohyphen,strings]{underscore}
|
| 14586 | 4 |
\usepackage{amsmath}
|
|
48943
54da920baf38
more standard document preparation within session context;
wenzelm
parents:
42511
diff
changeset
|
5 |
\usepackage{isabelle,isabellesym}
|
| 27063 | 6 |
\usepackage{verbatim}
|
| 32981 | 7 |
\usepackage{alltt}
|
| 14586 | 8 |
\usepackage{array}
|
9 |
||
| 27063 | 10 |
\usepackage{amssymb}
|
11 |
||
|
48943
54da920baf38
more standard document preparation within session context;
wenzelm
parents:
42511
diff
changeset
|
12 |
\usepackage{pdfsetup}
|
| 27063 | 13 |
|
|
40405
42671298f037
tweaked pdf setup to allow modification of \pdfminorversion;
wenzelm
parents:
33839
diff
changeset
|
14 |
\usepackage{ifpdf}
|
|
42671298f037
tweaked pdf setup to allow modification of \pdfminorversion;
wenzelm
parents:
33839
diff
changeset
|
15 |
\usepackage{tikz}
|
|
42671298f037
tweaked pdf setup to allow modification of \pdfminorversion;
wenzelm
parents:
33839
diff
changeset
|
16 |
\usepackage{subfigure}
|
|
42671298f037
tweaked pdf setup to allow modification of \pdfminorversion;
wenzelm
parents:
33839
diff
changeset
|
17 |
|
| 27078 | 18 |
\isadroptag{theory}
|
| 27063 | 19 |
\isafoldtag{proof}
|
20 |
||
21 |
% urls in roman style, theory text in typewriter |
|
| 14586 | 22 |
\urlstyle{rm}
|
23 |
\isabellestyle{tt}
|
|
| 27063 | 24 |
|
| 14586 | 25 |
|
26 |
\begin{document}
|
|
27 |
||
|
33838
a3166a169793
Publication details and minor correction of the text.
ballarin
parents:
32983
diff
changeset
|
28 |
\title{Tutorial to Locales and Locale Interpretation%
|
|
a3166a169793
Publication details and minor correction of the text.
ballarin
parents:
32983
diff
changeset
|
29 |
\thanks{Published in L.~Lamb\'an, A.~Romero, J.~Rubio, editors, {\em Contribuciones Cient\'{\i}ficas en honor de Mirian Andr\'es.} Servicio de Publicaciones de la Universidad de La Rioja, Logro\~no, Spain, 2010. Reproduced by permission.}}
|
| 27063 | 30 |
\author{Clemens Ballarin}
|
| 14586 | 31 |
\date{}
|
32 |
||
33 |
\maketitle |
|
34 |
||
35 |
\begin{abstract}
|
|
| 32983 | 36 |
Locales are Isabelle's approach for dealing with parametric |
37 |
theories. They have been designed as a module system for a |
|
38 |
theorem prover that can adequately represent the complex |
|
39 |
inter-dependencies between structures found in abstract algebra, but |
|
40 |
have proven fruitful also in other applications --- for example, |
|
41 |
software verification. |
|
| 27063 | 42 |
|
| 32983 | 43 |
Both design and implementation of locales have evolved considerably |
44 |
since Kamm\"uller did his initial experiments. Today, locales |
|
45 |
are a simple yet powerful extension of the Isar proof language. |
|
46 |
The present tutorial covers all major facilities of locales. It is |
|
47 |
intended for locale novices; familiarity with Isabelle and Isar is |
|
48 |
presumed. |
|
| 14586 | 49 |
\end{abstract}
|
50 |
||
51 |
\parindent 0pt\parskip 0.5ex |
|
52 |
||
53 |
\input{session}
|
|
54 |
||
| 27063 | 55 |
\bibliographystyle{abbrv}
|
| 14586 | 56 |
\bibliography{root}
|
57 |
||
58 |
\end{document}
|
|
| 27063 | 59 |
|
60 |
%%% Local Variables: |
|
61 |
%%% mode: latex |
|
62 |
%%% TeX-master: t |
|
63 |
%%% End: |