src/Doc/Implementation/document/root.tex
author wenzelm
Wed, 25 Mar 2015 11:39:52 +0100
changeset 59809 87641097d0f3
parent 56420 b266e7a86485
child 60185 cc71f01f9fde
permissions -rw-r--r--
tuned signature;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     1
\documentclass[12pt,a4paper,fleqn]{report}
55365
9d5aba2baa4c yet another attempt at actual underscore;
wenzelm
parents: 52412
diff changeset
     2
\usepackage[T1]{fontenc}
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     3
\usepackage{latexsym,graphicx}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     4
\usepackage[refpage]{nomencl}
48938
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
     5
\usepackage{iman,extra,isar,proof}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
     6
\usepackage[nohyphen,strings]{underscore}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
     7
\usepackage{isabelle}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
     8
\usepackage{isabellesym}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
     9
\usepackage{railsetup}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
    10
\usepackage{ttbox}
52412
4cfa094da3cb more on concrete syntax of proof terms;
wenzelm
parents: 51660
diff changeset
    11
\usepackage{supertabular}
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    12
\usepackage{style}
48938
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
    13
\usepackage{pdfsetup}
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    14
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    15
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    16
\hyphenation{Isabelle}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    17
\hyphenation{Isar}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    18
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    19
\isadroptag{theory}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    20
\title{\includegraphics[scale=0.5]{isabelle_isar}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    21
  \\[4ex] The Isabelle/Isar Implementation}
28780
be234c04401a more contributors;
wenzelm
parents: 26906
diff changeset
    22
\author{\emph{Makarius Wenzel}  \\[3ex]
be234c04401a more contributors;
wenzelm
parents: 26906
diff changeset
    23
  With Contributions by
52412
4cfa094da3cb more on concrete syntax of proof terms;
wenzelm
parents: 51660
diff changeset
    24
  Stefan Berghofer, \\
28780
be234c04401a more contributors;
wenzelm
parents: 26906
diff changeset
    25
  Florian Haftmann
be234c04401a more contributors;
wenzelm
parents: 26906
diff changeset
    26
  and Larry Paulson
be234c04401a more contributors;
wenzelm
parents: 26906
diff changeset
    27
}
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    28
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    29
\makeindex
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    30
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    31
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    32
\begin{document}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    33
35031
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    34
\maketitle
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    35
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    36
\begin{abstract}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    37
  We describe the key concepts underlying the Isabelle/Isar
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    38
  implementation, including ML references for the most important
20451
27ea2ba48fa3 misc cleanup;
wenzelm
parents: 20064
diff changeset
    39
  functions.  The aim is to give some insight into the overall system
20488
wenzelm
parents: 20475
diff changeset
    40
  architecture, and provide clues on implementing applications within
wenzelm
parents: 20475
diff changeset
    41
  this framework.
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    42
\end{abstract}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    43
19189
wenzelm
parents: 18554
diff changeset
    44
\vspace*{2.5cm}
wenzelm
parents: 18554
diff changeset
    45
\begin{quote}
35031
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    46
19189
wenzelm
parents: 18554
diff changeset
    47
  {\small\em Isabelle was not designed; it evolved.  Not everyone
wenzelm
parents: 18554
diff changeset
    48
    likes this idea.  Specification experts rightly abhor
wenzelm
parents: 18554
diff changeset
    49
    trial-and-error programming.  They suggest that no one should
20024
wenzelm
parents: 19189
diff changeset
    50
    write a program without first writing a complete formal
19189
wenzelm
parents: 18554
diff changeset
    51
    specification. But university departments are not software houses.
wenzelm
parents: 18554
diff changeset
    52
    Programs like Isabelle are not products: when they have served
wenzelm
parents: 18554
diff changeset
    53
    their purpose, they are discarded.}
35031
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    54
19189
wenzelm
parents: 18554
diff changeset
    55
  Lawrence C. Paulson, ``Isabelle: The Next 700 Theorem Provers''
wenzelm
parents: 18554
diff changeset
    56
wenzelm
parents: 18554
diff changeset
    57
  \vspace*{1cm}
35031
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    58
19189
wenzelm
parents: 18554
diff changeset
    59
  {\small\em As I did 20 years ago, I still fervently believe that the
wenzelm
parents: 18554
diff changeset
    60
    only way to make software secure, reliable, and fast is to make it
20064
wenzelm
parents: 20024
diff changeset
    61
    small.  Fight features.}
35031
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    62
19189
wenzelm
parents: 18554
diff changeset
    63
  Andrew S. Tanenbaum
wenzelm
parents: 18554
diff changeset
    64
35031
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    65
  \vspace*{1cm}
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    66
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    67
  {\small\em One thing that UNIX does not need is more features. It is
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    68
    successful in part because it has a small number of good ideas
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    69
    that work well together. Merely adding features does not make it
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    70
    easier for users to do things --- it just makes the manual
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    71
    thicker. The right solution in the right place is always more
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    72
    effective than haphazard hacking.}
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    73
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    74
  Rob Pike and Brian W. Kernighan
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
    75
51660
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    76
  \vspace*{1cm}
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    77
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    78
  {\small\em If you look at software today, through the lens of the
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    79
    history of engineering, it's certainly engineering of a sort--but
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    80
    it's the kind of engineering that people without the concept of
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    81
    the arch did. Most software today is very much like an Egyptian
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    82
    pyramid with millions of bricks piled on top of each other, with
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    83
    no structural integrity, but just done by brute force and
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    84
    thousands of slaves.}
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    85
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    86
  Alan Kay
8e0a1d0a41ff quote by Alan Kay;
wenzelm
parents: 48985
diff changeset
    87
19189
wenzelm
parents: 18554
diff changeset
    88
\end{quote}
wenzelm
parents: 18554
diff changeset
    89
wenzelm
parents: 18554
diff changeset
    90
\thispagestyle{empty}\clearpage
wenzelm
parents: 18554
diff changeset
    91
20514
5ede702cd2ca more on terms;
wenzelm
parents: 20488
diff changeset
    92
\pagenumbering{roman}
5ede702cd2ca more on terms;
wenzelm
parents: 20488
diff changeset
    93
\tableofcontents
5ede702cd2ca more on terms;
wenzelm
parents: 20488
diff changeset
    94
\listoffigures
5ede702cd2ca more on terms;
wenzelm
parents: 20488
diff changeset
    95
\clearfirst
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    96
39822
0de42180febe basic setup for Chapter 0: Isabelle/ML;
wenzelm
parents: 35031
diff changeset
    97
\setcounter{chapter}{-1}
0de42180febe basic setup for Chapter 0: Isabelle/ML;
wenzelm
parents: 35031
diff changeset
    98
48938
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
    99
\input{ML.tex}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
   100
\input{Prelim.tex}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
   101
\input{Logic.tex}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
   102
\input{Syntax.tex}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
   103
\input{Tactic.tex}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
   104
\input{Eq.tex}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
   105
\input{Proof.tex}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
   106
\input{Isar.tex}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
   107
\input{Local_Theory.tex}
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
   108
\input{Integration.tex}
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   109
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   110
\begingroup
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   111
\tocentry{\bibname}
30116
1fb1833cb199 \bibliographystyle{abbrv} for newer ref manuals;
wenzelm
parents: 29758
diff changeset
   112
\bibliographystyle{abbrv} \small\raggedright\frenchspacing
48938
d468d72a458f more standard document preparation within session context;
wenzelm
parents: 46295
diff changeset
   113
\bibliography{manual}
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   114
\endgroup
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   115
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   116
\tocentry{\indexname}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   117
\printindex
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   118
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   119
\end{document}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   120
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   121
35031
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
   122
%%% Local Variables:
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   123
%%% mode: latex
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   124
%%% TeX-master: t
35031
2ddc7edce107 more quotes;
wenzelm
parents: 30242
diff changeset
   125
%%% End: