doc-src/HOL/logics-HOL.tex
author wenzelm
Tue, 12 Oct 1999 18:59:45 +0200
changeset 7835 e9cd3f3be589
parent 7457 e67eed4cd224
child 8828 5be2d1745c61
permissions -rw-r--r--
a4paper;
     1 %% $Id$
     2 \documentclass[12pt,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_hol} \\[4ex] 
    11        Isabelle's Logics: HOL}
    12 
    13 \author{Tobias Nipkow\footnote
    14 {Institut f\"ur Informatik, Technische Universit\"at M\"unchen,
    15  \texttt{nipkow@in.tum.de}} and
    16 Lawrence C. Paulson\footnote
    17 {Computer Laboratory, University of Cambridge, \texttt{lcp@cl.cam.ac.uk}} and
    18 Markus Wenzel\footnote
    19 {Institut f\"ur Informatik, Technische Universit\"at M\"unchen,
    20  \texttt{wenzelm@in.tum.de}}}
    21 %\thanks{The research has been funded by the EPSRC (grants
    22 %          GR/G53279, GR/H40570, GR/K57381, GR/K77051), by ESPRIT project
    23 %          6453: Types, and by the DFG Schwerpunktprogramm \emph{Deduktion}.}
    24 
    25 \newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip
    26   \hrule\bigskip}
    27 \newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}}
    28 
    29 \makeindex
    30 
    31 \underscoreoff
    32 
    33 \setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
    34 
    35 \pagestyle{headings}
    36 \sloppy
    37 \binperiod     %%%treat . like a binary operator
    38 
    39 \begin{document}
    40 \maketitle 
    41 
    42 \begin{abstract}
    43   This manual describes Isabelle's formalization of Higher-Order Logic, a
    44   polymorphic version of Church's Simple Theory of Types.  HOL can be best
    45   understood as a simply-typed version of classical set theory.  See also
    46   \emph{Isabelle/HOL --- The Tutorial} for a gentle introduction on using
    47   Isabelle/HOL, and the \emph{Isabelle Reference Manual} for general Isabelle
    48   commands.
    49 \end{abstract}
    50 
    51 \pagenumbering{roman} \tableofcontents \clearfirst
    52 \input{../Logics/syntax}
    53 \include{HOL}
    54 \bibliographystyle{plain}
    55 \bibliography{../manual}
    56 \input{logics-HOL.ind}
    57 \end{document}