Pearl-jv/document/root.tex
author Christian Urban <urbanc@in.tum.de>
Tue, 15 Mar 2011 00:40:39 +0100
changeset 2744 56b8d977d1c0
parent 2742 f1192e3474e0
child 2771 66ef2a2c64fb
permissions -rw-r--r--
more on the pearl paper
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2526
8dbe09606c66 changed format of the pearl paper
Christian Urban <urbanc@in.tum.de>
parents: 2523
diff changeset
     1
\documentclass{svjour3}
1785
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
\usepackage{times}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     3
\usepackage{isabelle}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     4
\usepackage{isabellesym}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
\usepackage{amsmath}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6
\usepackage{amssymb}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     7
\usepackage{longtable}
2742
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
     8
\usepackage{graphics}
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
     9
\usepackage{pdfsetup}
1785
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    10
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    11
\urlstyle{rm}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    12
\isabellestyle{it}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    13
\renewcommand{\isastyle}{\isastyleminor}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    14
\renewcommand{\isacharunderscore}{\mbox{$\_\!\_$}}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    15
\renewcommand{\isasymbullet}{{\raisebox{-0.4mm}{\Large$\boldsymbol{\cdot}$}}}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    16
\def\dn{\,\stackrel{\mbox{\scriptsize def}}{=}\,}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    17
\renewcommand{\isasymequiv}{$\dn$}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    18
\renewcommand{\isasymiota}{}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    19
\renewcommand{\isasymrightleftharpoons}{}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    20
\renewcommand{\isasymemptyset}{$\varnothing$}
2742
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
    21
\newcommand{\isasymallatoms}{\ensuremath{\mathbb{A}}}
1785
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    22
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    23
\newcommand{\numbered}[1]{\refstepcounter{equation}{\rm(\arabic{equation})}\label{#1}}
2742
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
    24
\newcommand\new[0]{\reflectbox{\ensuremath{\mathsf{N}}}}
1785
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    25
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    26
\begin{document}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    27
2033
74bd7bfb484b some preliminary changes to the pearl-jv paper
Christian Urban <urbanc@in.tum.de>
parents: 1785
diff changeset
    28
\title{Implementing the Nominal Logic Work in Isabelle/HOL}
2526
8dbe09606c66 changed format of the pearl paper
Christian Urban <urbanc@in.tum.de>
parents: 2523
diff changeset
    29
\author{Christian Urban \and Brian Huffman}
8dbe09606c66 changed format of the pearl paper
Christian Urban <urbanc@in.tum.de>
parents: 2523
diff changeset
    30
\institute{C.~Urban \at Technical University of Munich 
8dbe09606c66 changed format of the pearl paper
Christian Urban <urbanc@in.tum.de>
parents: 2523
diff changeset
    31
     \and  B.~Huffman \at Portland State University}
8dbe09606c66 changed format of the pearl paper
Christian Urban <urbanc@in.tum.de>
parents: 2523
diff changeset
    32
\date{Received: date / Accepted: date}
8dbe09606c66 changed format of the pearl paper
Christian Urban <urbanc@in.tum.de>
parents: 2523
diff changeset
    33
1785
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    34
\maketitle
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    35
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    36
\begin{abstract}
2742
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
    37
In his nominal logic work, Pitts introduced a beautiful theory about names and
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
    38
binding based on the notions of atoms, permutations and support. The
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
    39
engineering challenge is to smoothly adapt this theory to a theorem prover
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
    40
environment, in our case Isabelle/HOL. For this we have to formulate the
2744
56b8d977d1c0 more on the pearl paper
Christian Urban <urbanc@in.tum.de>
parents: 2742
diff changeset
    41
theory so that it is compatible with Higher-Order Logic, which the original formulation by
56b8d977d1c0 more on the pearl paper
Christian Urban <urbanc@in.tum.de>
parents: 2742
diff changeset
    42
Pitts is not.  We achieve this by not requiring that every construction has 
56b8d977d1c0 more on the pearl paper
Christian Urban <urbanc@in.tum.de>
parents: 2742
diff changeset
    43
to have finite support. We present a formalisation that is based on a
2742
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
    44
unified atom type and that represents permutations by bijective functions from
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
    45
atoms to atoms. Interestingly, we allow swappings, which are permutations
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
    46
build from two atoms, to be ill-sorted.  We also describe a formalisation of
f1192e3474e0 more on the paper
Christian Urban <urbanc@in.tum.de>
parents: 2740
diff changeset
    47
two abstraction operators that bind sets of names.
1785
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    48
\end{abstract}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    49
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    50
% generated text of all theories
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    51
\input{session}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    52
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    53
% optional bibliography
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    54
\bibliographystyle{abbrv}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    55
\bibliography{root}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    56
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    57
\end{document}
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    58
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    59
%%% Local Variables:
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    60
%%% mode: latex
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    61
%%% TeX-master: t
95df71c3df2f added new paper directory for further work
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    62
%%% End: