doc-src/HOL/logics-HOL.tex
author paulson
Wed, 05 May 1999 16:44:42 +0200
changeset 6592 c120262044b6
parent 6588 6e6ca099f68f
child 6605 c2754409919b
permissions -rw-r--r--
Now uses manual.bib; some references updated
     1 %% $Id$
     2 \documentclass[12pt]{report}
     3 \usepackage{graphicx,a4,latexsym,../pdfsetup}
     4 
     5 \makeatletter
     6 \input{../proof.sty}
     7 \input{../rail.sty}
     8 \input{../iman.sty}
     9 \input{../extra.sty}
    10 \makeatother
    11 
    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}  
    15 %%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  
    16 
    17 \title{\includegraphics[scale=0.5]{isabelle_hol.eps} \\[4ex] 
    18        Isabelle's Logics: HOL}
    19 
    20 \author{{\em Lawrence C. Paulson}\\
    21         Computer Laboratory \\ University of Cambridge \\
    22         \texttt{lcp@cl.cam.ac.uk}\\[3ex] 
    23         With Contributions by Tobias Nipkow and Markus Wenzel%
    24         \thanks{Tobias Nipkow developed~\HOL{}.  Markus Wenzel made numerous
    25           improvements.  The research has been funded by the EPSRC (grants
    26           GR/G53279, GR/H40570, GR/K57381, GR/K77051) and by ESPRIT project
    27           6453: Types.}}
    28 
    29 \newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip
    30   \hrule\bigskip}
    31 \newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}}
    32 
    33 \makeindex
    34 
    35 \underscoreoff
    36 
    37 \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
    38 
    39 \pagestyle{headings}
    40 \sloppy
    41 \binperiod     %%%treat . like a binary operator
    42 
    43 \begin{document}
    44 \maketitle 
    45 
    46 \begin{abstract}
    47   This manual describes Isabelle's formalization of Higher-Order Logic, a
    48   polymorphic version of Church's Simple Theory of Types.  HOL can be best
    49   understood as a simply-typed version of classical set theory.  See also
    50   \emph{Isabelle/HOL --- The Tutorial} for a gentle introduction on using
    51   Isabelle/HOL, and the \emph{Isabelle Reference Manual} for general Isabelle
    52   commands.
    53 \end{abstract}
    54 
    55 \pagenumbering{roman} \tableofcontents \clearfirst
    56 \include{../Logics/syntax}
    57 \include{HOL}
    58 \bibliographystyle{plain}
    59 \bibliography{../manual}
    60 \input{logics-HOL.ind}
    61 \end{document}