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;

%% $Id$
\documentclass[12pt,a4paper]{report}
\usepackage{graphicx,../iman,../extra,../proof,../rail,latexsym,../pdfsetup}

%%% to index derived rls:  ^\([a-zA-Z0-9][a-zA-Z0-9_]*\)        \\tdx{\1}  
%%% to index rulenames:   ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\),     \\tdx{\1}  
%%% to index constants:   \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\)     \\cdx{\1}  
%%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  

\title{\includegraphics[scale=0.5]{isabelle_hol} \\[4ex] 
       Isabelle's Logics: HOL}

\author{Tobias Nipkow\footnote
{Institut f\"ur Informatik, Technische Universit\"at M\"unchen,
 \texttt{nipkow@in.tum.de}} and
Lawrence C. Paulson\footnote
{Computer Laboratory, University of Cambridge, \texttt{lcp@cl.cam.ac.uk}} and
Markus Wenzel\footnote
{Institut f\"ur Informatik, Technische Universit\"at M\"unchen,
 \texttt{wenzelm@in.tum.de}}}
%\thanks{The research has been funded by the EPSRC (grants
%          GR/G53279, GR/H40570, GR/K57381, GR/K77051), by ESPRIT project
%          6453: Types, and by the DFG Schwerpunktprogramm \emph{Deduktion}.}

\newcommand\subcaption[1]{\par {\centering\normalsize\sc#1\par}\bigskip
  \hrule\bigskip}
\newenvironment{constants}{\begin{center}\small\begin{tabular}{rrrr}}{\end{tabular}\end{center}}

\makeindex

\underscoreoff

\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???

\pagestyle{headings}
\sloppy
\binperiod     %%%treat . like a binary operator

\begin{document}
\maketitle 

\begin{abstract}
  This manual describes Isabelle's formalization of Higher-Order Logic, a
  polymorphic version of Church's Simple Theory of Types.  HOL can be best
  understood as a simply-typed version of classical set theory.  See also
  \emph{Isabelle/HOL --- The Tutorial} for a gentle introduction on using
  Isabelle/HOL, and the \emph{Isabelle Reference Manual} for general Isabelle
  commands.
\end{abstract}

\pagenumbering{roman} \tableofcontents \clearfirst
\input{../Logics/syntax}
\include{HOL}
\bibliographystyle{plain}
\bibliography{../manual}
\input{logics-HOL.ind}
\end{document}