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