| author | Cezary Kaliszyk <kaliszyk@in.tum.de> |
| Tue, 23 Mar 2010 09:21:43 +0100 | |
| changeset 1603 | 2b367c80c0d7 |
| parent 1579 | 5b0bdd64956e |
| child 1607 | ac69ed8303cc |
| permissions | -rw-r--r-- |
|
1485
c004e7448dca
temporarily disabled tests in Nominal/ROOT
Christian Urban <urbanc@in.tum.de>
parents:
1484
diff
changeset
|
1 |
\documentclass{acmconf}
|
|
1493
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
2 |
\usepackage{isabelle}
|
|
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
3 |
\usepackage{isabellesym}
|
|
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
4 |
\usepackage{amsmath}
|
|
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
5 |
\usepackage{amssymb}
|
| 1579 | 6 |
\usepackage{amsthm}
|
|
1506
7c607df46a0a
slightly more in the paper
Christian Urban <urbanc@in.tum.de>
parents:
1493
diff
changeset
|
7 |
\usepackage{tikz}
|
|
7c607df46a0a
slightly more in the paper
Christian Urban <urbanc@in.tum.de>
parents:
1493
diff
changeset
|
8 |
\usepackage{pgf}
|
|
7c607df46a0a
slightly more in the paper
Christian Urban <urbanc@in.tum.de>
parents:
1493
diff
changeset
|
9 |
\usepackage{pdfsetup}
|
|
1523
eb95360d6ac6
another little bit for the introduction
Christian Urban <urbanc@in.tum.de>
parents:
1520
diff
changeset
|
10 |
\usepackage{ot1patch}
|
|
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
11 |
|
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
12 |
\urlstyle{rm}
|
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
13 |
\isabellestyle{it}
|
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
14 |
|
|
1523
eb95360d6ac6
another little bit for the introduction
Christian Urban <urbanc@in.tum.de>
parents:
1520
diff
changeset
|
15 |
\DeclareRobustCommand{\flqq}{\mbox{\guillemotleft}}
|
|
eb95360d6ac6
another little bit for the introduction
Christian Urban <urbanc@in.tum.de>
parents:
1520
diff
changeset
|
16 |
\DeclareRobustCommand{\frqq}{\mbox{\guillemotright}}
|
|
1493
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
17 |
\renewcommand{\isacharunderscore}{\mbox{$\_\!\_$}}
|
|
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
18 |
\renewcommand{\isasymbullet}{{\raisebox{-0.4mm}{\Large$\boldsymbol{\cdot}$}}}
|
|
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
19 |
\def\dn{\,\stackrel{\mbox{\scriptsize def}}{=}\,}
|
|
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
20 |
\renewcommand{\isasymequiv}{$\dn$}
|
|
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
21 |
\renewcommand{\isasymiota}{}
|
|
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
22 |
\renewcommand{\isasymemptyset}{$\varnothing$}
|
|
1520
6ac75fd979d4
more of the introduction
Christian Urban <urbanc@in.tum.de>
parents:
1517
diff
changeset
|
23 |
\newcommand{\LET}{\;\mathtt{let}\;}
|
|
6ac75fd979d4
more of the introduction
Christian Urban <urbanc@in.tum.de>
parents:
1517
diff
changeset
|
24 |
\newcommand{\IN}{\;\mathtt{in}\;}
|
|
6ac75fd979d4
more of the introduction
Christian Urban <urbanc@in.tum.de>
parents:
1517
diff
changeset
|
25 |
\newcommand{\END}{\;\mathtt{end}\;}
|
|
6ac75fd979d4
more of the introduction
Christian Urban <urbanc@in.tum.de>
parents:
1517
diff
changeset
|
26 |
\newcommand{\AND}{\;\mathtt{and}\;}
|
| 1572 | 27 |
\newcommand{\fv}{\mathit{fv}}
|
|
1493
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
28 |
|
|
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
29 |
|
|
1328
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
30 |
%----------------- theorem definitions ---------- |
| 1579 | 31 |
\theoremstyle{plain}
|
32 |
\newtheorem{thm}{Theorem}[section]
|
|
33 |
\newtheorem{property}[thm]{Property}
|
|
34 |
\newtheorem{lemma}[thm]{Lemma}
|
|
35 |
\newtheorem{defn}[thm]{Definition}
|
|
36 |
\newtheorem{exmple}[thm]{Example}
|
|
|
1328
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
37 |
|
|
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
38 |
%-------------------- environment definitions ----------------- |
|
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
39 |
\newenvironment{example}[0]{\begin{Example} \it}{\end{Example}}
|
|
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
40 |
\newenvironment{proof-of}[1]{{\em Proof of #1:}}{}
|
|
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
41 |
|
|
1485
c004e7448dca
temporarily disabled tests in Nominal/ROOT
Christian Urban <urbanc@in.tum.de>
parents:
1484
diff
changeset
|
42 |
|
|
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
43 |
\begin{document}
|
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
44 |
|
| 1545 | 45 |
\title{\LARGE\bf General Bindings in Nominal Isabelle,\\ or How to
|
|
1328
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
46 |
Formalise Core-Haskell} |
|
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
47 |
\maketitle |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
48 |
|
|
1328
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
49 |
\maketitle |
|
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
50 |
\begin{abstract}
|
|
1517
62d6f7acc110
corrected the strong induction principle in the lambda-calculus case; gave a second (oartial) version that is more elegant
Christian Urban <urbanc@in.tum.de>
parents:
1506
diff
changeset
|
51 |
Nominal Isabelle is a definitional extension of the Isabelle/HOL theorem |
|
62d6f7acc110
corrected the strong induction principle in the lambda-calculus case; gave a second (oartial) version that is more elegant
Christian Urban <urbanc@in.tum.de>
parents:
1506
diff
changeset
|
52 |
prover. It provides a proving infrastructure for convenient reasoning about |
|
1528
d6ee4a1b34ce
more tuning on the paper
Christian Urban <urbanc@in.tum.de>
parents:
1524
diff
changeset
|
53 |
programming language calculi involving bound variables that have names (as |
|
d6ee4a1b34ce
more tuning on the paper
Christian Urban <urbanc@in.tum.de>
parents:
1524
diff
changeset
|
54 |
opposed to de-Bruijn indices). In this paper we present an extension of |
| 1556 | 55 |
Nominal Isabelle for dealing with general bindings, that means |
| 1566 | 56 |
term-constructors where multiple variables are bound at once. Such binding |
57 |
structures are ubiquitous in programming language research and only very |
|
58 |
poorly supported with single binders, such as lambda-abstractions. Our |
|
59 |
extension includes novel definitions of alpha-equivalence and establishes |
|
60 |
automatically the reasoning infrastructure for alpha-equated terms. We |
|
61 |
also provide strong induction principles that have the usual variable |
|
62 |
convention already built in. |
|
|
1328
531dcebbf483
start of paper - does not compile yet
Christian Urban <urbanc@in.tum.de>
parents:
754
diff
changeset
|
63 |
\end{abstract}
|
|
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
64 |
|
|
1493
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
65 |
|
|
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
66 |
\input{session}
|
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
67 |
|
|
1493
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
68 |
\bibliographystyle{plain}
|
|
52f68b524fd2
slightly more of the paper
Christian Urban <urbanc@in.tum.de>
parents:
1485
diff
changeset
|
69 |
\bibliography{root}
|
|
754
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
70 |
|
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
71 |
\end{document}
|
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
72 |
|
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
73 |
%%% Local Variables: |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
74 |
%%% mode: latex |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
75 |
%%% TeX-master: t |
|
b85875d65b10
added a paper for possible notes
Christian Urban <urbanc@in.tum.de>
parents:
diff
changeset
|
76 |
%%% End: |