2174
|
1 |
%\documentclass{svjour3}
|
|
2 |
\documentclass{llncs}
|
1975
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
3 |
\usepackage{times}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
4 |
\usepackage{isabelle}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
5 |
\usepackage{isabellesym}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
6 |
\usepackage{amsmath}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
7 |
\usepackage{amssymb}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
8 |
\usepackage{pdfsetup}
|
2220
|
9 |
\usepackage{tikz}
|
|
10 |
\usepackage{pgf}
|
2227
|
11 |
\usepackage{verbdef}
|
2234
|
12 |
\usepackage{longtable}
|
2258
|
13 |
\usepackage{mathpartir}
|
1975
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
14 |
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
15 |
\urlstyle{rm}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
16 |
\isabellestyle{it}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
17 |
\renewcommand{\isastyle}{\isastyleminor}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
18 |
|
2213
|
19 |
\def\dn{\,\stackrel{\mbox{\scriptsize def}}{=}\,}
|
2227
|
20 |
\verbdef\singlearr|--->|
|
|
21 |
\verbdef\doublearr|===>|
|
2258
|
22 |
\verbdef\tripple|###|
|
2227
|
23 |
|
2213
|
24 |
\renewcommand{\isasymequiv}{$\dn$}
|
|
25 |
\renewcommand{\isasymemptyset}{$\varnothing$}
|
2224
|
26 |
\renewcommand{\isacharunderscore}{\mbox{$\_\!\_$}}
|
|
27 |
\renewcommand{\isasymUnion}{$\bigcup$}
|
2227
|
28 |
|
|
29 |
\newcommand{\isasymsinglearr}{\singlearr}
|
|
30 |
\newcommand{\isasymdoublearr}{\doublearr}
|
2258
|
31 |
\newcommand{\isasymtripple}{\tripple}
|
2227
|
32 |
|
2237
|
33 |
\newcommand{\numbered}[1]{\refstepcounter{equation}{\rm(\arabic{equation})}\label{#1}}
|
2258
|
34 |
|
1975
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
35 |
\begin{document}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
36 |
|
2032
5641981ec67d
some preliminary notes of the abstract (qpaper); still need to see the motivating example
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
37 |
\title{Quotients Revisited for Isabelle/HOL}
|
1975
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
38 |
\author{Cezary Kaliszyk$^*$ and Christian Urban$^*$}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
39 |
\institute{$^*$ Technical University of Munich, Germany}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
40 |
\maketitle
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
41 |
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
42 |
\begin{abstract}
|
2220
|
43 |
Higher-Order Logic (HOL) is based on a small logic kernel, whose only
|
|
44 |
mechanism for extension is the introduction of safe definitions and of
|
|
45 |
non-empty types. Both extensions are often performed in quotient
|
|
46 |
constructions. To ease the work involved with such quotient constructions, we
|
|
47 |
re-implemented in Isabelle/HOL the quotient package by Homeier. In doing so we
|
2332
9a560e489c64
polished paper again (and took out some claims about Homeier's package)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
48 |
extended his work in order to deal with compositions of quotients. Like his
|
9a560e489c64
polished paper again (and took out some claims about Homeier's package)
Christian Urban <urbanc@in.tum.de>
diff
changeset
|
49 |
package, we designed our quotient package so that every step in a quotient construction
|
2223
|
50 |
can be performed separately and as a result we are able to specify completely
|
2220
|
51 |
the procedure of lifting theorems from the raw level to the quotient level.
|
|
52 |
The importance for programming language research is that many properties of
|
|
53 |
programming language calculi are easier to verify over $\alpha$-equated, or
|
2226
|
54 |
$\alpha$-quotient, terms, than over raw terms.
|
1975
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
55 |
\end{abstract}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
56 |
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
57 |
% generated text of all theories
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
58 |
\input{session}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
59 |
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
60 |
% optional bibliography
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
61 |
\bibliographystyle{abbrv}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
62 |
\bibliography{root}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
63 |
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
64 |
\end{document}
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
65 |
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
66 |
%%% Local Variables:
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
67 |
%%% mode: latex
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
68 |
%%% TeX-master: t
|
b1281a0051ae
added stub for quotient paper; call with isabelle make qpaper
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
69 |
%%% End:
|