doc-src/Tutorial/tutorial.tex
author paulson
Fri, 27 Nov 1998 13:13:22 +0100
changeset 5980 2e9314c07146
parent 5850 9712294e60b9
child 6099 d4866f6ff2f9
permissions -rw-r--r--
added Real/Hyperreal
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5375
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     1
\documentclass[11pt]{report}
5850
9712294e60b9 *** empty log message ***
nipkow
parents: 5376
diff changeset
     2
\usepackage{a4,latexsym,moreverb}
5375
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     3
\usepackage{graphicx}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     4
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     5
\makeatletter
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     6
\input{../iman.sty}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     7
\input{extra.sty}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     8
\makeatother
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     9
\usepackage{ttbox}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    10
\newcommand\ttbreak{\vskip-10pt\pagebreak[0]}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    11
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    12
%\newtheorem{theorem}{Theorem}[section]
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    13
\newtheorem{Exercise}{Exercise}[section]
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    14
\newenvironment{exercise}{\begin{Exercise}\rm}{\end{Exercise}}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    15
\newcommand{\ttlbr}{{\tt[|}}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    16
\newcommand{\ttrbr}{{\tt|]}}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    17
\newcommand{\ttnot}{\tt\~\relax}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    18
\newcommand{\ttor}{\tt|}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    19
\newcommand{\ttall}{\tt!}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    20
\newcommand{\ttuniquex}{\tt?!}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    21
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    22
%% $Id$
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    23
%%%STILL NEEDS MODAL, LCF
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    24
%%%\includeonly{ZF}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    25
%%% to index derived rls:  ^\([a-zA-Z0-9][a-zA-Z0-9_]*\)        \\tdx{\1}  
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    26
%%% to index rulenames:   ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\),     \\tdx{\1}  
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    27
%%% to index constants:   \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\)     \\cdx{\1}  
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    28
%%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    29
%% run    ../sedindex logics    to prepare index file
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    30
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    31
\makeindex
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    32
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    33
\underscoreoff
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    34
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    35
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    36
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    37
\pagestyle{headings}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    38
%\sloppy
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    39
%\binperiod     %%%treat . like a binary operator
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    40
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    41
\begin{document}
5376
60b31a24f1a6 *** empty log message ***
nipkow
parents: 5375
diff changeset
    42
\title{\includegraphics[scale=.8]{isabelle_hol.eps}
5375
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    43
       \\ \vspace{0.5cm} The Tutorial
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    44
       \\ --- DRAFT ---}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    45
\author{Tobias Nipkow\\
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    46
Technische Universit\"at M\"unchen \\
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    47
Institut f\"ur Informatik \\
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    48
\texttt{http://www.in.tum.de/\~\relax nipkow/}}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    49
\maketitle
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    50
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    51
\pagenumbering{roman}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    52
\tableofcontents
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    53
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    54
\subsubsection*{Acknowledgements}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    55
This tutorial owes a lot to the constant discussions with and the valuable
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    56
feedback from Larry Paulson and the Isabelle group at Munich: Olaf M\"uller,
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    57
Wolfgang Naraschewski, David von Oheimb, Leonor Prensa-Nieto, Cornelia Pusch
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    58
and Markus Wenzel. Stefan Merz was also kind enough to read and comment on a
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    59
draft version.
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    60
\clearfirst
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    61
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    62
\input{basics}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    63
\input{fp}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    64
\input{appendix}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    65
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    66
\bibliographystyle{plain}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    67
\bibliography{base}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    68
\input{tutorial.ind}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    69
\end{document}