doc-src/ZF/logics-ZF.tex
author paulson
Fri, 26 May 2000 11:18:06 +0200
changeset 8979 802acc97fdaf
parent 8828 5be2d1745c61
child 9695 ec7d7f877712
permissions -rw-r--r--
updated acknowledgements
     1 %% $Id$
     2 \documentclass[11pt,a4paper]{report}
     3 \usepackage{graphicx,../iman,../extra,../proof,../rail,latexsym,../pdfsetup}
     4 
     5 %%% to index derived rls:  ^\([a-zA-Z0-9][a-zA-Z0-9_]*\)        \\tdx{\1}  
     6 %%% to index rulenames:   ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\),     \\tdx{\1}  
     7 %%% to index constants:   \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\)     \\cdx{\1}  
     8 %%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  
     9 
    10 \title{\includegraphics[scale=0.5]{isabelle_zf} \\[4ex] 
    11        Isabelle's Logics: FOL and ZF}
    12 
    13 \author{{\em Lawrence C. Paulson}\\
    14         Computer Laboratory \\ University of Cambridge \\
    15         \texttt{lcp@cl.cam.ac.uk}\\[3ex] 
    16         With Contributions by Tobias Nipkow and Markus Wenzel%
    17 \thanks{Markus Wenzel made numerous improvements.
    18     Philippe de Groote contributed to~\ZF{}.  Philippe No\"el and
    19     Martin Coen made many contributions to~\ZF{}.  The research has 
    20     been funded by the EPSRC (grants GR/G53279, GR/H40570, GR/K57381,
    21     GR/K77051, GR/M75440) and by ESPRIT (projects 3245:
    22     Logical Frameworks, and 6453: Types) and by the DFG Schwerpunktprogramm
    23     \emph{Deduktion}.}
    24 }
    25 
    26 \newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip
    27   \hrule\bigskip}
    28 \newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}}
    29 
    30 \makeindex
    31 
    32 \underscoreoff
    33 
    34 \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
    35 
    36 \pagestyle{headings}
    37 \sloppy
    38 \binperiod     %%%treat . like a binary operator
    39 
    40 \begin{document}
    41 \maketitle 
    42 
    43 \begin{abstract}
    44 This manual describes Isabelle's formalizations of many-sorted first-order
    45 logic (\texttt{FOL}) and Zermelo-Fraenkel set theory (\texttt{ZF}).  See the
    46 \emph{Reference Manual} for general Isabelle commands, and \emph{Introduction
    47   to Isabelle} for an overall tutorial.
    48 \end{abstract}
    49 
    50 \pagenumbering{roman} \tableofcontents \clearfirst
    51 \input{../Logics/syntax}
    52 \include{FOL}
    53 \include{ZF}
    54 \bibliographystyle{plain}
    55 \bibliography{../manual}
    56 \printindex
    57 \end{document}