author | paulson |
Thu, 17 Apr 1997 18:16:12 +0200 | |
changeset 2976 | 7c848e330a80 |
parent 2933 | f842a75d9624 |
child 3005 | 645ec3d19ac1 |
permissions | -rw-r--r-- |
2661 | 1 |
\documentstyle[a4,12pt]{report} |
2 |
\makeatletter |
|
3 |
\input{../rail.sty} |
|
4 |
\input{../proof209.sty} |
|
5 |
\input{../iman.sty} |
|
6 |
\input{../extra.sty} |
|
7 |
\makeatother |
|
8 |
||
104 | 9 |
%% $Id$ |
10 |
%%%STILL NEEDS MODAL, LCF |
|
111 | 11 |
%%%\includeonly{ZF} |
349 | 12 |
%%% to index derived rls: ^\([a-zA-Z0-9][a-zA-Z0-9_]*\) \\tdx{\1} |
13 |
%%% to index rulenames: ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\), \\tdx{\1} |
|
14 |
%%% to index constants: \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\) \\cdx{\1} |
|
104 | 15 |
%%% to deverbify: \\verb|\([^|]*\)| \\ttindex{\1} |
16 |
%% run ../sedindex logics to prepare index file |
|
17 |
\title{Isabelle's Object-Logics} |
|
18 |
||
317 | 19 |
\author{{\em Lawrence C. Paulson}\thanks{Tobias Nipkow and Markus Wenzel |
20 |
suggested changes and corrections. Philippe de Groote wrote the |
|
104 | 21 |
first version of the logic~\LK{} and contributed to~\ZF{}. Tobias |
22 |
Nipkow developed~\HOL{}, \LCF{} and~\Cube{}. Philippe No\"el and |
|
23 |
Martin Coen made many contributions to~\ZF{}. Martin Coen |
|
24 |
developed~\Modal{} with assistance from Rajeev Gor\'e. The research |
|
25 |
has been funded by the SERC (grants GR/G53279, GR/H40570) and by ESPRIT |
|
349 | 26 |
project 6453: Types.}\\ |
104 | 27 |
Computer Laboratory \\ |
28 |
University of Cambridge \\[2ex] |
|
29 |
{\small{\em Electronic mail\/}: {\tt lcp@cl.cam.ac.uk}} \\[3cm] |
|
30 |
{\small Copyright \copyright{} \number\year{} by Lawrence C. Paulson} } |
|
31 |
||
32 |
\newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip |
|
33 |
\hrule\bigskip} |
|
349 | 34 |
\newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}} |
104 | 35 |
|
36 |
\makeindex |
|
37 |
||
287 | 38 |
%%\newenvironment{example}{\begin{Example}\rm}{\end{Example}} |
39 |
%%\newtheorem{Example}{Example}[chapter] |
|
40 |
||
104 | 41 |
\underscoreoff |
42 |
||
465 | 43 |
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2} %% {secnumdepth}{2}??? |
104 | 44 |
|
45 |
\pagestyle{headings} |
|
46 |
\sloppy |
|
47 |
\binperiod %%%treat . like a binary operator |
|
48 |
||
49 |
\begin{document} |
|
50 |
\maketitle |
|
51 |
\pagenumbering{roman} \tableofcontents \clearfirst |
|
52 |
\include{intro} |
|
53 |
\include{FOL} |
|
54 |
\include{ZF} |
|
1226 | 55 |
\include{HOL} |
104 | 56 |
\include{LK} |
57 |
%%\include{Modal} |
|
58 |
\include{CTT} |
|
59 |
%%\include{Cube} |
|
60 |
%%\include{LCF} |
|
61 |
\bibliographystyle{plain} |
|
2933
f842a75d9624
Updated discussion and references for inductive definitions
paulson
parents:
2661
diff
changeset
|
62 |
\bibliography{string,general,atp,theory,funprog,logicprog,isabelle,crossref} |
104 | 63 |
\input{logics.ind} |
64 |
\end{document} |