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