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