doc-src/Tutorial/tutorial.tex
author nipkow
Thu, 06 Jul 2000 09:46:56 +0200
changeset 9255 2ceb11a2e190
parent 8828 5be2d1745c61
child 9677 7808a1ed6daa
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7838
5aca258fedcf a4paper;
wenzelm
parents: 7457
diff changeset
     1
\documentclass[11pt,a4paper]{report}
5aca258fedcf a4paper;
wenzelm
parents: 7457
diff changeset
     2
\usepackage{latexsym,verbatim,graphicx,../iman,extra,../pdfsetup}
5375
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     3
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     4
\usepackage{ttbox}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     5
\newcommand\ttbreak{\vskip-10pt\pagebreak[0]}
9255
2ceb11a2e190 *** empty log message ***
nipkow
parents: 8828
diff changeset
     6
\newcommand\Out[1]{\texttt{\textsl{#1}}}   %% for output from terminal sessions
5375
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     7
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     8
%\newtheorem{theorem}{Theorem}[section]
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
     9
\newtheorem{Exercise}{Exercise}[section]
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    10
\newenvironment{exercise}{\begin{Exercise}\rm}{\end{Exercise}}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    11
\newcommand{\ttlbr}{{\tt[|}}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    12
\newcommand{\ttrbr}{{\tt|]}}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    13
\newcommand{\ttnot}{\tt\~\relax}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    14
\newcommand{\ttor}{\tt|}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    15
\newcommand{\ttall}{\tt!}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    16
\newcommand{\ttuniquex}{\tt?!}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    17
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    18
%% $Id$
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    19
%%%STILL NEEDS MODAL, LCF
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    20
%%%\includeonly{ZF}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    21
%%% to index derived rls:  ^\([a-zA-Z0-9][a-zA-Z0-9_]*\)        \\tdx{\1}  
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    22
%%% to index rulenames:   ^ *(\([a-zA-Z0-9][a-zA-Z0-9_]*\),     \\tdx{\1}  
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    23
%%% to index constants:   \\tt \([a-zA-Z0-9][a-zA-Z0-9_]*\)     \\cdx{\1}  
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    24
%%% to deverbify:         \\verb|\([^|]*\)|     \\ttindex{\1}  
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    25
%% run    ../sedindex logics    to prepare index file
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    26
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    27
\makeindex
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    28
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    29
\underscoreoff
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    30
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    31
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}  %% {secnumdepth}{2}???
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    32
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    33
\pagestyle{headings}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    34
%\sloppy
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    35
%\binperiod     %%%treat . like a binary operator
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    36
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    37
\begin{document}
6628
12ed4f748f7c pdf setup;
wenzelm
parents: 6603
diff changeset
    38
\title{\includegraphics[scale=.8]{isabelle_hol}
5375
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    39
       \\ \vspace{0.5cm} The Tutorial
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    40
       \\ --- DRAFT ---}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    41
\author{Tobias Nipkow\\
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    42
Technische Universit\"at M\"unchen \\
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    43
Institut f\"ur Informatik \\
6628
12ed4f748f7c pdf setup;
wenzelm
parents: 6603
diff changeset
    44
\url{http://www.in.tum.de/~nipkow/}}
5375
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    45
\maketitle
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    46
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    47
\pagenumbering{roman}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    48
\tableofcontents
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    49
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    50
\subsubsection*{Acknowledgements}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    51
This tutorial owes a lot to the constant discussions with and the valuable
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    52
feedback from Larry Paulson and the Isabelle group at Munich: Olaf M\"uller,
6099
d4866f6ff2f9 verbatim
nipkow
parents: 5850
diff changeset
    53
Wolfgang Naraschewski, David von Oheimb, Leonor Prensa Nieto, Cornelia Pusch
6584
wenzelm
parents: 6099
diff changeset
    54
and Markus Wenzel. Stefan Berghofer and Stephan Merz were also kind enough to
6099
d4866f6ff2f9 verbatim
nipkow
parents: 5850
diff changeset
    55
read and comment on a draft version.
5375
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    56
\clearfirst
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    57
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    58
\input{basics}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    59
\input{fp}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    60
\input{appendix}
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    61
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    62
\bibliographystyle{plain}
6603
6b4613ea90de manual.bib;
wenzelm
parents: 6584
diff changeset
    63
\bibliography{../manual}
8828
5be2d1745c61 improved indexing;
wenzelm
parents: 7838
diff changeset
    64
\printindex
5375
1463e182c533 The HOL tutorial.
nipkow
parents:
diff changeset
    65
\end{document}