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;
wenzelm@6580
     1
%% $Id$
wenzelm@7835
     2
\documentclass[12pt,a4paper]{report}
wenzelm@7835
     3
\usepackage{graphicx,../iman,../extra,../proof,../rail,latexsym,../pdfsetup}
wenzelm@6580
     4
wenzelm@6580
     5
%%% to index derived rls:  ^\([a-zA-Z0-9][a-zA-Z0-9_]*\)        \\tdx{\1}  
wenzelm@6580
     6
%%% to index rulenames:   ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\),     \\tdx{\1}  
wenzelm@6580
     7
%%% to index constants:   \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\)     \\cdx{\1}  
wenzelm@6580
     8
%%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  
wenzelm@6580
     9
wenzelm@6620
    10
\title{\includegraphics[scale=0.5]{isabelle_hol} \\[4ex] 
wenzelm@6580
    11
       Isabelle's Logics: HOL}
wenzelm@6580
    12
nipkow@6605
    13
\author{Tobias Nipkow\footnote
nipkow@6605
    14
{Institut f\"ur Informatik, Technische Universit\"at M\"unchen,
wenzelm@6626
    15
 \texttt{nipkow@in.tum.de}} and
nipkow@6605
    16
Lawrence C. Paulson\footnote
wenzelm@6626
    17
{Computer Laboratory, University of Cambridge, \texttt{lcp@cl.cam.ac.uk}} and
nipkow@6605
    18
Markus Wenzel\footnote
nipkow@6605
    19
{Institut f\"ur Informatik, Technische Universit\"at M\"unchen,
nipkow@6605
    20
 \texttt{wenzelm@in.tum.de}}}
nipkow@6605
    21
%\thanks{The research has been funded by the EPSRC (grants
nipkow@6605
    22
%          GR/G53279, GR/H40570, GR/K57381, GR/K77051), by ESPRIT project
nipkow@6605
    23
%          6453: Types, and by the DFG Schwerpunktprogramm \emph{Deduktion}.}
wenzelm@6580
    24
wenzelm@6580
    25
\newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip
wenzelm@6580
    26
  \hrule\bigskip}
wenzelm@6580
    27
\newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}}
wenzelm@6580
    28
wenzelm@6580
    29
\makeindex
wenzelm@6580
    30
wenzelm@6580
    31
\underscoreoff
wenzelm@6580
    32
wenzelm@6580
    33
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
wenzelm@6580
    34
wenzelm@6580
    35
\pagestyle{headings}
wenzelm@6580
    36
\sloppy
wenzelm@6580
    37
\binperiod     %%%treat . like a binary operator
wenzelm@6580
    38
wenzelm@6580
    39
\begin{document}
wenzelm@6580
    40
\maketitle 
wenzelm@6580
    41
wenzelm@6580
    42
\begin{abstract}
wenzelm@6580
    43
  This manual describes Isabelle's formalization of Higher-Order Logic, a
wenzelm@6580
    44
  polymorphic version of Church's Simple Theory of Types.  HOL can be best
wenzelm@6580
    45
  understood as a simply-typed version of classical set theory.  See also
wenzelm@6580
    46
  \emph{Isabelle/HOL --- The Tutorial} for a gentle introduction on using
wenzelm@6580
    47
  Isabelle/HOL, and the \emph{Isabelle Reference Manual} for general Isabelle
wenzelm@6580
    48
  commands.
wenzelm@6580
    49
\end{abstract}
wenzelm@6580
    50
wenzelm@6580
    51
\pagenumbering{roman} \tableofcontents \clearfirst
wenzelm@6620
    52
\input{../Logics/syntax}
wenzelm@6580
    53
\include{HOL}
wenzelm@6580
    54
\bibliographystyle{plain}
paulson@6592
    55
\bibliography{../manual}
wenzelm@6580
    56
\input{logics-HOL.ind}
wenzelm@6580
    57
\end{document}