author | wenzelm |
Tue, 04 May 1999 11:27:25 +0200 | |
changeset 6571 | 971f238ef3ec |
parent 6569 | 66c941ea1f01 |
child 6592 | c120262044b6 |
permissions | -rw-r--r-- |
3201 | 1 |
|
104 | 2 |
%% $Id$ |
145 | 3 |
|
104 | 4 |
\chapter{Theories, Terms and Types} \label{theories} |
5 |
\index{theories|(}\index{signatures|bold} |
|
3108 | 6 |
\index{reading!axioms|see{{\tt assume_ax}}} Theories organize the |
7 |
syntax, declarations and axioms of a mathematical development. They |
|
8 |
are built, starting from the {\Pure} or {\CPure} theory, by extending |
|
9 |
and merging existing theories. They have the \ML\ type |
|
10 |
\mltydx{theory}. Theory operations signal errors by raising exception |
|
11 |
\xdx{THEORY}, returning a message and a list of theories. |
|
104 | 12 |
|
13 |
Signatures, which contain information about sorts, types, constants and |
|
332 | 14 |
syntax, have the \ML\ type~\mltydx{Sign.sg}. For identification, each |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
15 |
signature carries a unique list of \bfindex{stamps}, which are \ML\ |
324 | 16 |
references to strings. The strings serve as human-readable names; the |
104 | 17 |
references serve as unique identifiers. Each primitive signature has a |
18 |
single stamp. When two signatures are merged, their lists of stamps are |
|
19 |
also merged. Every theory carries a unique signature. |
|
20 |
||
21 |
Terms and types are the underlying representation of logical syntax. Their |
|
275 | 22 |
\ML\ definitions are irrelevant to naive Isabelle users. Programmers who |
23 |
wish to extend Isabelle may need to know such details, say to code a tactic |
|
24 |
that looks for subgoals of a particular form. Terms and types may be |
|
104 | 25 |
`certified' to be well-formed with respect to a given signature. |
26 |
||
324 | 27 |
|
28 |
\section{Defining theories}\label{sec:ref-defining-theories} |
|
104 | 29 |
|
6571 | 30 |
Theories are defined via theory files $name$\texttt{.thy} (there are also |
31 |
\ML-level interfaces which are only intended for people building advanced |
|
32 |
theory definition packages). Appendix~\ref{app:TheorySyntax} presents the |
|
33 |
concrete syntax for theory files; here follows an explanation of the |
|
34 |
constituent parts. |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
35 |
\begin{description} |
6568 | 36 |
\item[{\it theoryDef}] is the full definition. The new theory is called $id$. |
37 |
It is the union of the named {\bf parent |
|
3108 | 38 |
theories}\indexbold{theories!parent}, possibly extended with new |
6568 | 39 |
components. \thydx{Pure} and \thydx{CPure} are the basic theories, which |
40 |
contain only the meta-logic. They differ just in their concrete syntax for |
|
41 |
function applications. |
|
6571 | 42 |
|
43 |
The new theory begins as a merge of its parents. |
|
44 |
\begin{ttbox} |
|
45 |
Attempt to merge different versions of theories: "\(T@1\)", \(\ldots\), "\(T@n\)" |
|
46 |
\end{ttbox} |
|
47 |
This error may especially occur when a theory is redeclared --- say to |
|
48 |
change an inappropriate definition --- and bindings to old versions persist. |
|
49 |
Isabelle ensures that old and new theories of the same name are not involved |
|
50 |
in a proof. |
|
324 | 51 |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
52 |
\item[$classes$] |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
53 |
is a series of class declarations. Declaring {\tt$id$ < $id@1$ \dots\ |
324 | 54 |
$id@n$} makes $id$ a subclass of the existing classes $id@1\dots |
55 |
id@n$. This rules out cyclic class structures. Isabelle automatically |
|
56 |
computes the transitive closure of subclass hierarchies; it is not |
|
57 |
necessary to declare {\tt c < e} in addition to {\tt c < d} and {\tt d < |
|
58 |
e}. |
|
59 |
||
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
60 |
\item[$default$] |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
61 |
introduces $sort$ as the new default sort for type variables. This applies |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
62 |
to unconstrained type variables in an input string but not to type |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
63 |
variables created internally. If omitted, the default sort is the listwise |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
64 |
union of the default sorts of the parent theories (i.e.\ their logical |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
65 |
intersection). |
3108 | 66 |
|
67 |
\item[$sort$] is a finite set of classes. A single class $id$ |
|
68 |
abbreviates the sort $\ttlbrace id\ttrbrace$. |
|
324 | 69 |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
70 |
\item[$types$] |
324 | 71 |
is a series of type declarations. Each declares a new type constructor |
72 |
or type synonym. An $n$-place type constructor is specified by |
|
73 |
$(\alpha@1,\dots,\alpha@n)name$, where the type variables serve only to |
|
74 |
indicate the number~$n$. |
|
75 |
||
332 | 76 |
A {\bf type synonym}\indexbold{type synonyms} is an abbreviation |
1387 | 77 |
$(\alpha@1,\dots,\alpha@n)name = \tau$, where $name$ and $\tau$ can |
78 |
be strings. |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
79 |
|
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
80 |
\item[$infix$] |
324 | 81 |
declares a type or constant to be an infix operator of priority $nat$ |
3485
f27a30a18a17
Now there are TWO spaces after each full stop, so that the Emacs sentence
paulson
parents:
3201
diff
changeset
|
82 |
associating to the left ({\tt infixl}) or right ({\tt infixr}). Only |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
83 |
2-place type constructors can have infix status; an example is {\tt |
3108 | 84 |
('a,'b)~"*"~(infixr~20)}, which may express binary product types. |
324 | 85 |
|
3108 | 86 |
\item[$arities$] is a series of type arity declarations. Each assigns |
87 |
arities to type constructors. The $name$ must be an existing type |
|
88 |
constructor, which is given the additional arity $arity$. |
|
89 |
||
5369 | 90 |
\item[$nonterminals$]\index{*nonterminal symbols} declares purely |
91 |
syntactic types to be used as nonterminal symbols of the context |
|
92 |
free grammar. |
|
93 |
||
3108 | 94 |
\item[$consts$] is a series of constant declarations. Each new |
95 |
constant $name$ is given the specified type. The optional $mixfix$ |
|
96 |
annotations may attach concrete syntax to the constant. |
|
97 |
||
98 |
\item[$syntax$] \index{*syntax section}\index{print mode} is a variant |
|
99 |
of $consts$ which adds just syntax without actually declaring |
|
100 |
logical constants. This gives full control over a theory's context |
|
3485
f27a30a18a17
Now there are TWO spaces after each full stop, so that the Emacs sentence
paulson
parents:
3201
diff
changeset
|
101 |
free grammar. The optional $mode$ specifies the print mode where the |
f27a30a18a17
Now there are TWO spaces after each full stop, so that the Emacs sentence
paulson
parents:
3201
diff
changeset
|
102 |
mixfix productions should be added. If there is no \texttt{output} |
3108 | 103 |
option given, all productions are also added to the input syntax |
104 |
(regardless of the print mode). |
|
324 | 105 |
|
106 |
\item[$mixfix$] \index{mixfix declarations} |
|
107 |
annotations can take three forms: |
|
273 | 108 |
\begin{itemize} |
109 |
\item A mixfix template given as a $string$ of the form |
|
110 |
{\tt"}\dots{\tt\_}\dots{\tt\_}\dots{\tt"} where the $i$-th underscore |
|
324 | 111 |
indicates the position where the $i$-th argument should go. The list |
112 |
of numbers gives the priority of each argument. The final number gives |
|
113 |
the priority of the whole construct. |
|
104 | 114 |
|
324 | 115 |
\item A constant $f$ of type $\tau@1\To(\tau@2\To\tau)$ can be given {\bf |
116 |
infix} status. |
|
104 | 117 |
|
324 | 118 |
\item A constant $f$ of type $(\tau@1\To\tau@2)\To\tau$ can be given {\bf |
119 |
binder} status. The declaration {\tt binder} $\cal Q$ $p$ causes |
|
286 | 120 |
${\cal Q}\,x.F(x)$ to be treated |
121 |
like $f(F)$, where $p$ is the priority. |
|
273 | 122 |
\end{itemize} |
324 | 123 |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
124 |
\item[$trans$] |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
125 |
specifies syntactic translation rules (macros). There are three forms: |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
126 |
parse rules ({\tt =>}), print rules ({\tt <=}), and parse/print rules ({\tt |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
127 |
==}). |
324 | 128 |
|
1650 | 129 |
\item[$rules$] |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
130 |
is a series of rule declarations. Each has a name $id$ and the formula is |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
131 |
given by the $string$. Rule names must be distinct within any single |
3108 | 132 |
theory. |
324 | 133 |
|
1905 | 134 |
\item[$defs$] is a series of definitions. They are just like $rules$, except |
135 |
that every $string$ must be a definition (see below for details). |
|
1650 | 136 |
|
137 |
\item[$constdefs$] combines the declaration of constants and their |
|
3485
f27a30a18a17
Now there are TWO spaces after each full stop, so that the Emacs sentence
paulson
parents:
3201
diff
changeset
|
138 |
definition. The first $string$ is the type, the second the definition. |
3108 | 139 |
|
140 |
\item[$axclass$] \index{*axclass section} defines an |
|
141 |
\rmindex{axiomatic type class} as the intersection of existing |
|
3485
f27a30a18a17
Now there are TWO spaces after each full stop, so that the Emacs sentence
paulson
parents:
3201
diff
changeset
|
142 |
classes, with additional axioms holding. Class axioms may not |
f27a30a18a17
Now there are TWO spaces after each full stop, so that the Emacs sentence
paulson
parents:
3201
diff
changeset
|
143 |
contain more than one type variable. The class axioms (with implicit |
3108 | 144 |
sort constraints added) are bound to the given names. Furthermore a |
145 |
class introduction rule is generated, which is automatically |
|
146 |
employed by $instance$ to prove instantiations of this class. |
|
147 |
||
148 |
\item[$instance$] \index{*instance section} proves class inclusions or |
|
149 |
type arities at the logical level and then transfers these to the |
|
3485
f27a30a18a17
Now there are TWO spaces after each full stop, so that the Emacs sentence
paulson
parents:
3201
diff
changeset
|
150 |
type signature. The instantiation is proven and checked properly. |
3108 | 151 |
The user has to supply sufficient witness information: theorems |
152 |
($longident$), axioms ($string$), or even arbitrary \ML{} tactic |
|
153 |
code $verbatim$. |
|
1650 | 154 |
|
1846 | 155 |
\item[$oracle$] links the theory to a trusted external reasoner. It is |
156 |
allowed to create theorems, but each theorem carries a proof object |
|
157 |
describing the oracle invocation. See \S\ref{sec:oracles} for details. |
|
4543 | 158 |
|
5369 | 159 |
\item[$local$, $global$] change the current name declaration mode. |
4543 | 160 |
Initially, theories start in $local$ mode, causing all names of |
161 |
types, constants, axioms etc.\ to be automatically qualified by the |
|
162 |
theory name. Changing this to $global$ causes all names to be |
|
163 |
declared as short base names only. |
|
164 |
||
165 |
The $local$ and $global$ declarations act like switches, affecting |
|
166 |
all following theory sections until changed again explicitly. Also |
|
167 |
note that the final state at the end of the theory will persist. In |
|
168 |
particular, this determines how the names of theorems stored later |
|
169 |
on are handled. |
|
5369 | 170 |
|
171 |
\item[$setup$]\index{*setup!theory} applies a list of ML functions to |
|
172 |
the theory. The argument should denote a value of type |
|
173 |
\texttt{(theory -> theory) list}. Typically, ML packages are |
|
174 |
initialized in this way. |
|
1846 | 175 |
|
324 | 176 |
\item[$ml$] \index{*ML section} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
177 |
consists of \ML\ code, typically for parse and print translation functions. |
104 | 178 |
\end{description} |
324 | 179 |
% |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
180 |
Chapters~\ref{Defining-Logics} and \ref{chap:syntax} explain mixfix |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
181 |
declarations, translation rules and the {\tt ML} section in more detail. |
145 | 182 |
|
183 |
||
1905 | 184 |
\subsection{Definitions}\indexbold{definitions} |
185 |
||
3485
f27a30a18a17
Now there are TWO spaces after each full stop, so that the Emacs sentence
paulson
parents:
3201
diff
changeset
|
186 |
{\bf Definitions} are intended to express abbreviations. The simplest |
3108 | 187 |
form of a definition is $f \equiv t$, where $f$ is a constant. |
188 |
Isabelle also allows a derived forms where the arguments of~$f$ appear |
|
189 |
on the left, abbreviating a string of $\lambda$-abstractions. |
|
1905 | 190 |
|
191 |
Isabelle makes the following checks on definitions: |
|
192 |
\begin{itemize} |
|
3108 | 193 |
\item Arguments (on the left-hand side) must be distinct variables. |
1905 | 194 |
\item All variables on the right-hand side must also appear on the left-hand |
195 |
side. |
|
3108 | 196 |
\item All type variables on the right-hand side must also appear on |
197 |
the left-hand side; this prohibits definitions such as {\tt |
|
198 |
(zero::nat) == length ([]::'a list)}. |
|
1905 | 199 |
\item The definition must not be recursive. Most object-logics provide |
200 |
definitional principles that can be used to express recursion safely. |
|
201 |
\end{itemize} |
|
202 |
These checks are intended to catch the sort of errors that might be made |
|
203 |
accidentally. Misspellings, for instance, might result in additional |
|
204 |
variables appearing on the right-hand side. More elaborate checks could be |
|
205 |
made, but the cost might be overly strict rules on declaration order, etc. |
|
206 |
||
207 |
||
275 | 208 |
\subsection{*Classes and arities} |
324 | 209 |
\index{classes!context conditions}\index{arities!context conditions} |
145 | 210 |
|
286 | 211 |
In order to guarantee principal types~\cite{nipkow-prehofer}, |
324 | 212 |
arity declarations must obey two conditions: |
145 | 213 |
\begin{itemize} |
3108 | 214 |
\item There must not be any two declarations $ty :: (\vec{r})c$ and |
215 |
$ty :: (\vec{s})c$ with $\vec{r} \neq \vec{s}$. For example, this |
|
216 |
excludes the following: |
|
145 | 217 |
\begin{ttbox} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
218 |
arities |
3108 | 219 |
foo :: ({\ttlbrace}logic{\ttrbrace}) logic |
220 |
foo :: ({\ttlbrace}{\ttrbrace})logic |
|
145 | 221 |
\end{ttbox} |
286 | 222 |
|
145 | 223 |
\item If there are two declarations $ty :: (s@1,\dots,s@n)c$ and $ty :: |
224 |
(s@1',\dots,s@n')c'$ such that $c' < c$ then $s@i' \preceq s@i$ must hold |
|
225 |
for $i=1,\dots,n$. The relationship $\preceq$, defined as |
|
226 |
\[ s' \preceq s \iff \forall c\in s. \exists c'\in s'.~ c'\le c, \] |
|
3108 | 227 |
expresses that the set of types represented by $s'$ is a subset of the |
228 |
set of types represented by $s$. Assuming $term \preceq logic$, the |
|
229 |
following is forbidden: |
|
145 | 230 |
\begin{ttbox} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
231 |
arities |
3108 | 232 |
foo :: ({\ttlbrace}logic{\ttrbrace})logic |
233 |
foo :: ({\ttlbrace}{\ttrbrace})term |
|
145 | 234 |
\end{ttbox} |
286 | 235 |
|
145 | 236 |
\end{itemize} |
237 |
||
104 | 238 |
|
6568 | 239 |
\section{The theory loader}\label{sec:more-theories} |
240 |
\index{theories!reading}\index{files!reading} |
|
241 |
||
242 |
Isabelle's theory loader manages dependencies of the internal graph of theory |
|
243 |
nodes (the \emph{theory database}) and the external view of the file system. |
|
244 |
See \S\ref{sec:intro-theories} for its most basic commands, such as |
|
245 |
\texttt{use_thy}. There are a few more operations available. |
|
246 |
||
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
247 |
\begin{ttbox} |
6568 | 248 |
use_thy_only : string -> unit |
249 |
update_thy : string -> unit |
|
250 |
touch_thy : string -> unit |
|
286 | 251 |
delete_tmpfiles : bool ref \hfill{\bf initially true} |
252 |
\end{ttbox} |
|
253 |
||
324 | 254 |
\begin{ttdescription} |
6569 | 255 |
\item[\ttindexbold{use_thy_only} "$name$";] is similar to \texttt{use_thy}, |
256 |
but processes the actual theory file $name$\texttt{.thy} only, ignoring |
|
6568 | 257 |
$name$\texttt{.ML}. This might be useful in replaying proof scripts by hand |
258 |
from the very beginning, starting with the fresh theory. |
|
259 |
||
6569 | 260 |
\item[\ttindexbold{update_thy} "$name$";] is similar to \texttt{use_thy}, but |
6568 | 261 |
ensures that theory $name$ is fully up-to-date with respect to the file |
6571 | 262 |
system --- apart from $name$ itself any of its ancestors may be reloaded as |
263 |
well. |
|
6568 | 264 |
|
6569 | 265 |
\item[\ttindexbold{touch_thy} "$name$";] marks theory node $name$ of the |
6568 | 266 |
internal graph as outdated. While the theory remains usable, subsequent |
267 |
operations such as \texttt{use_thy} may cause a reload. |
|
268 |
||
269 |
\item[reset \ttindexbold{delete_tmpfiles};] processing theory files usually |
|
270 |
involves temporary {\ML} files to be created. By default, these are deleted |
|
271 |
afterwards. Resetting the \texttt{delete_tmpfiles} flag inhibits this, |
|
272 |
leaving the generated code for debugging purposes. The basic location for |
|
273 |
temporary files is determined by the \texttt{ISABELLE_TMP} environment |
|
6571 | 274 |
variable (which is private to the running Isabelle process and may be |
6568 | 275 |
retrieved by \ttindex{getenv} from {\ML}). |
324 | 276 |
\end{ttdescription} |
138
9ba8bff1addc
added chapter "Defining Theories" and made changes for new Readthy functions
clasohm
parents:
104
diff
changeset
|
277 |
|
6568 | 278 |
\medskip Theory and {\ML} files are located by skimming through the |
279 |
directories listed in Isabelle's internal load path, which merely contains the |
|
280 |
current directory ``\texttt{.}'' by default. The load path may be accessed by |
|
281 |
the following operations. |
|
332 | 282 |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
283 |
\begin{ttbox} |
6568 | 284 |
show_path: unit -> string list |
285 |
add_path: string -> unit |
|
286 |
del_path: string -> unit |
|
287 |
reset_path: unit -> unit |
|
286 | 288 |
\end{ttbox} |
289 |
||
324 | 290 |
\begin{ttdescription} |
6568 | 291 |
\item[\ttindexbold{show_path}();] displays the load path components in |
6571 | 292 |
canonical string representation (which is always according to Unix rules). |
6568 | 293 |
|
6569 | 294 |
\item[\ttindexbold{add_path} "$dir$";] adds component $dir$ to the beginning |
295 |
of the load path. |
|
6568 | 296 |
|
6569 | 297 |
\item[\ttindexbold{del_path} "$dir$";] removes any occurrences of component |
6568 | 298 |
$dir$ from the load path. |
299 |
||
300 |
\item[\ttindexbold{reset_path}();] resets the load path to ``\texttt{.}'' |
|
301 |
(current directory) only. |
|
324 | 302 |
\end{ttdescription} |
286 | 303 |
|
6571 | 304 |
In operations referring indirectly to some file, the argument may be prefixed |
305 |
by a directory that will be used as temporary load path, e.g.\ |
|
306 |
\texttt{use_thy~"$dir/name$"}. Note that, depending on which parts of the |
|
307 |
ancestry of $name$ are already loaded, the dynamic change of paths might be |
|
308 |
hard to predict. Use this feature with care only. |
|
104 | 309 |
|
310 |
||
866
2d3d020eef11
added documentation of bind_thm, qed, qed_goal, get_thm, thms_of
clasohm
parents:
864
diff
changeset
|
311 |
\section{Basic operations on theories}\label{BasicOperationsOnTheories} |
4384 | 312 |
|
313 |
\subsection{*Theory inclusion} |
|
314 |
\begin{ttbox} |
|
315 |
subthy : theory * theory -> bool |
|
316 |
eq_thy : theory * theory -> bool |
|
317 |
transfer : theory -> thm -> thm |
|
318 |
transfer_sg : Sign.sg -> thm -> thm |
|
319 |
\end{ttbox} |
|
320 |
||
321 |
Inclusion and equality of theories is determined by unique |
|
322 |
identification stamps that are created when declaring new components. |
|
323 |
Theorems contain a reference to the theory (actually to its signature) |
|
324 |
they have been derived in. Transferring theorems to super theories |
|
325 |
has no logical significance, but may affect some operations in subtle |
|
326 |
ways (e.g.\ implicit merges of signatures when applying rules, or |
|
327 |
pretty printing of theorems). |
|
328 |
||
329 |
\begin{ttdescription} |
|
330 |
||
331 |
\item[\ttindexbold{subthy} ($thy@1$, $thy@2$)] determines if $thy@1$ |
|
332 |
is included in $thy@2$ wrt.\ identification stamps. |
|
333 |
||
334 |
\item[\ttindexbold{eq_thy} ($thy@1$, $thy@2$)] determines if $thy@1$ |
|
335 |
is exactly the same as $thy@2$. |
|
336 |
||
337 |
\item[\ttindexbold{transfer} $thy$ $thm$] transfers theorem $thm$ to |
|
338 |
theory $thy$, provided the latter includes the theory of $thm$. |
|
339 |
||
340 |
\item[\ttindexbold{transfer_sg} $sign$ $thm$] is similar to |
|
341 |
\texttt{transfer}, but identifies the super theory via its |
|
342 |
signature. |
|
343 |
||
344 |
\end{ttdescription} |
|
345 |
||
346 |
||
6571 | 347 |
\subsection{*Primitive theories} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
348 |
\begin{ttbox} |
4317 | 349 |
ProtoPure.thy : theory |
3108 | 350 |
Pure.thy : theory |
351 |
CPure.thy : theory |
|
286 | 352 |
\end{ttbox} |
3108 | 353 |
\begin{description} |
4317 | 354 |
\item[\ttindexbold{ProtoPure.thy}, \ttindexbold{Pure.thy}, |
355 |
\ttindexbold{CPure.thy}] contain the syntax and signature of the |
|
356 |
meta-logic. There are basically no axioms: meta-level inferences |
|
357 |
are carried out by \ML\ functions. \texttt{Pure} and \texttt{CPure} |
|
358 |
just differ in their concrete syntax of prefix function application: |
|
359 |
$t(u@1, \ldots, u@n)$ in \texttt{Pure} vs.\ $t\,u@1,\ldots\,u@n$ in |
|
360 |
\texttt{CPure}. \texttt{ProtoPure} is their common parent, |
|
361 |
containing no syntax for printing prefix applications at all! |
|
6571 | 362 |
|
363 |
%%FIXME |
|
364 |
%\item[\ttindexbold{merge_theories} $name$ ($thy@1$, $thy@2$)] merges |
|
365 |
% the two theories $thy@1$ and $thy@2$, creating a new named theory |
|
366 |
% node. The resulting theory contains all of the syntax, signature |
|
367 |
% and axioms of the constituent theories. Merging theories that |
|
368 |
% contain different identification stamps of the same name fails with |
|
369 |
% the following message |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
370 |
|
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
371 |
%% FIXME |
478 | 372 |
%\item [\ttindexbold{extend_theory} $thy$ {\tt"}$T${\tt"} $\cdots$] extends |
373 |
% the theory $thy$ with new types, constants, etc. $T$ identifies the theory |
|
374 |
% internally. When a theory is redeclared, say to change an incorrect axiom, |
|
375 |
% bindings to the old axiom may persist. Isabelle ensures that the old and |
|
376 |
% new theories are not involved in the same proof. Attempting to combine |
|
377 |
% different theories having the same name $T$ yields the fatal error |
|
378 |
%extend_theory : theory -> string -> \(\cdots\) -> theory |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
379 |
%\begin{ttbox} |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
380 |
%Attempt to merge different versions of theory: \(T\) |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
381 |
%\end{ttbox} |
3108 | 382 |
\end{description} |
286 | 383 |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
384 |
%% FIXME |
275 | 385 |
%\item [\ttindexbold{extend_theory} $thy$ {\tt"}$T${\tt"} |
386 |
% ($classes$, $default$, $types$, $arities$, $consts$, $sextopt$) $rules$] |
|
387 |
%\hfill\break %%% include if line is just too short |
|
286 | 388 |
%is the \ML{} equivalent of the following theory definition: |
275 | 389 |
%\begin{ttbox} |
390 |
%\(T\) = \(thy\) + |
|
391 |
%classes \(c\) < \(c@1\),\(\dots\),\(c@m\) |
|
392 |
% \dots |
|
393 |
%default {\(d@1,\dots,d@r\)} |
|
394 |
%types \(tycon@1\),\dots,\(tycon@i\) \(n\) |
|
395 |
% \dots |
|
396 |
%arities \(tycon@1'\),\dots,\(tycon@j'\) :: (\(s@1\),\dots,\(s@n\))\(c\) |
|
397 |
% \dots |
|
398 |
%consts \(b@1\),\dots,\(b@k\) :: \(\tau\) |
|
399 |
% \dots |
|
400 |
%rules \(name\) \(rule\) |
|
401 |
% \dots |
|
402 |
%end |
|
403 |
%\end{ttbox} |
|
404 |
%where |
|
405 |
%\begin{tabular}[t]{l@{~=~}l} |
|
406 |
%$classes$ & \tt[("$c$",["$c@1$",\dots,"$c@m$"]),\dots] \\ |
|
407 |
%$default$ & \tt["$d@1$",\dots,"$d@r$"]\\ |
|
408 |
%$types$ & \tt[([$tycon@1$,\dots,$tycon@i$], $n$),\dots] \\ |
|
409 |
%$arities$ & \tt[([$tycon'@1$,\dots,$tycon'@j$], ([$s@1$,\dots,$s@n$],$c$)),\dots] |
|
410 |
%\\ |
|
411 |
%$consts$ & \tt[([$b@1$,\dots,$b@k$],$\tau$),\dots] \\ |
|
412 |
%$rules$ & \tt[("$name$",$rule$),\dots] |
|
413 |
%\end{tabular} |
|
104 | 414 |
|
415 |
||
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
416 |
\subsection{Inspecting a theory}\label{sec:inspct-thy} |
104 | 417 |
\index{theories!inspecting|bold} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
418 |
\begin{ttbox} |
4317 | 419 |
print_syntax : theory -> unit |
420 |
print_theory : theory -> unit |
|
421 |
parents_of : theory -> theory list |
|
422 |
ancestors_of : theory -> theory list |
|
423 |
sign_of : theory -> Sign.sg |
|
424 |
Sign.stamp_names_of : Sign.sg -> string list |
|
104 | 425 |
\end{ttbox} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
426 |
These provide means of viewing a theory's components. |
324 | 427 |
\begin{ttdescription} |
3108 | 428 |
\item[\ttindexbold{print_syntax} $thy$] prints the syntax of $thy$ |
429 |
(grammar, macros, translation functions etc., see |
|
430 |
page~\pageref{pg:print_syn} for more details). |
|
431 |
||
432 |
\item[\ttindexbold{print_theory} $thy$] prints the logical parts of |
|
433 |
$thy$, excluding the syntax. |
|
4317 | 434 |
|
435 |
\item[\ttindexbold{parents_of} $thy$] returns the direct ancestors |
|
436 |
of~$thy$. |
|
437 |
||
438 |
\item[\ttindexbold{ancestors_of} $thy$] returns all ancestors of~$thy$ |
|
439 |
(not including $thy$ itself). |
|
440 |
||
441 |
\item[\ttindexbold{sign_of} $thy$] returns the signature associated |
|
442 |
with~$thy$. It is useful with functions like {\tt |
|
443 |
read_instantiate_sg}, which take a signature as an argument. |
|
444 |
||
445 |
\item[\ttindexbold{Sign.stamp_names_of} $sg$]\index{signatures} |
|
446 |
returns the names of the identification \rmindex{stamps} of ax |
|
447 |
signature. These coincide with the names of its full ancestry |
|
448 |
including that of $sg$ itself. |
|
104 | 449 |
|
324 | 450 |
\end{ttdescription} |
104 | 451 |
|
1369 | 452 |
|
104 | 453 |
\section{Terms} |
454 |
\index{terms|bold} |
|
324 | 455 |
Terms belong to the \ML\ type \mltydx{term}, which is a concrete datatype |
3108 | 456 |
with six constructors: |
104 | 457 |
\begin{ttbox} |
458 |
type indexname = string * int; |
|
459 |
infix 9 $; |
|
460 |
datatype term = Const of string * typ |
|
461 |
| Free of string * typ |
|
462 |
| Var of indexname * typ |
|
463 |
| Bound of int |
|
464 |
| Abs of string * typ * term |
|
465 |
| op $ of term * term; |
|
466 |
\end{ttbox} |
|
324 | 467 |
\begin{ttdescription} |
4317 | 468 |
\item[\ttindexbold{Const} ($a$, $T$)] \index{constants|bold} |
286 | 469 |
is the {\bf constant} with name~$a$ and type~$T$. Constants include |
470 |
connectives like $\land$ and $\forall$ as well as constants like~0 |
|
471 |
and~$Suc$. Other constants may be required to define a logic's concrete |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
472 |
syntax. |
104 | 473 |
|
4317 | 474 |
\item[\ttindexbold{Free} ($a$, $T$)] \index{variables!free|bold} |
324 | 475 |
is the {\bf free variable} with name~$a$ and type~$T$. |
104 | 476 |
|
4317 | 477 |
\item[\ttindexbold{Var} ($v$, $T$)] \index{unknowns|bold} |
324 | 478 |
is the {\bf scheme variable} with indexname~$v$ and type~$T$. An |
479 |
\mltydx{indexname} is a string paired with a non-negative index, or |
|
480 |
subscript; a term's scheme variables can be systematically renamed by |
|
481 |
incrementing their subscripts. Scheme variables are essentially free |
|
482 |
variables, but may be instantiated during unification. |
|
104 | 483 |
|
324 | 484 |
\item[\ttindexbold{Bound} $i$] \index{variables!bound|bold} |
485 |
is the {\bf bound variable} with de Bruijn index~$i$, which counts the |
|
486 |
number of lambdas, starting from zero, between a variable's occurrence |
|
487 |
and its binding. The representation prevents capture of variables. For |
|
488 |
more information see de Bruijn \cite{debruijn72} or |
|
489 |
Paulson~\cite[page~336]{paulson91}. |
|
104 | 490 |
|
4317 | 491 |
\item[\ttindexbold{Abs} ($a$, $T$, $u$)] |
324 | 492 |
\index{lambda abs@$\lambda$-abstractions|bold} |
493 |
is the $\lambda$-{\bf abstraction} with body~$u$, and whose bound |
|
494 |
variable has name~$a$ and type~$T$. The name is used only for parsing |
|
495 |
and printing; it has no logical significance. |
|
104 | 496 |
|
324 | 497 |
\item[$t$ \$ $u$] \index{$@{\tt\$}|bold} \index{function applications|bold} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
498 |
is the {\bf application} of~$t$ to~$u$. |
324 | 499 |
\end{ttdescription} |
286 | 500 |
Application is written as an infix operator to aid readability. |
332 | 501 |
Here is an \ML\ pattern to recognize \FOL{} formulae of |
104 | 502 |
the form~$A\imp B$, binding the subformulae to~$A$ and~$B$: |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
503 |
\begin{ttbox} |
104 | 504 |
Const("Trueprop",_) $ (Const("op -->",_) $ A $ B) |
505 |
\end{ttbox} |
|
506 |
||
507 |
||
4317 | 508 |
\section{*Variable binding} |
286 | 509 |
\begin{ttbox} |
510 |
loose_bnos : term -> int list |
|
511 |
incr_boundvars : int -> term -> term |
|
512 |
abstract_over : term*term -> term |
|
513 |
variant_abs : string * typ * term -> string * term |
|
4374 | 514 |
aconv : term * term -> bool\hfill{\bf infix} |
286 | 515 |
\end{ttbox} |
516 |
These functions are all concerned with the de Bruijn representation of |
|
517 |
bound variables. |
|
324 | 518 |
\begin{ttdescription} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
519 |
\item[\ttindexbold{loose_bnos} $t$] |
286 | 520 |
returns the list of all dangling bound variable references. In |
521 |
particular, {\tt Bound~0} is loose unless it is enclosed in an |
|
522 |
abstraction. Similarly {\tt Bound~1} is loose unless it is enclosed in |
|
523 |
at least two abstractions; if enclosed in just one, the list will contain |
|
524 |
the number 0. A well-formed term does not contain any loose variables. |
|
525 |
||
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
526 |
\item[\ttindexbold{incr_boundvars} $j$] |
332 | 527 |
increases a term's dangling bound variables by the offset~$j$. This is |
286 | 528 |
required when moving a subterm into a context where it is enclosed by a |
529 |
different number of abstractions. Bound variables with a matching |
|
530 |
abstraction are unaffected. |
|
531 |
||
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
532 |
\item[\ttindexbold{abstract_over} $(v,t)$] |
286 | 533 |
forms the abstraction of~$t$ over~$v$, which may be any well-formed term. |
534 |
It replaces every occurrence of \(v\) by a {\tt Bound} variable with the |
|
535 |
correct index. |
|
536 |
||
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
537 |
\item[\ttindexbold{variant_abs} $(a,T,u)$] |
286 | 538 |
substitutes into $u$, which should be the body of an abstraction. |
539 |
It replaces each occurrence of the outermost bound variable by a free |
|
540 |
variable. The free variable has type~$T$ and its name is a variant |
|
332 | 541 |
of~$a$ chosen to be distinct from all constants and from all variables |
286 | 542 |
free in~$u$. |
543 |
||
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
544 |
\item[$t$ \ttindexbold{aconv} $u$] |
286 | 545 |
tests whether terms~$t$ and~$u$ are \(\alpha\)-convertible: identical up |
546 |
to renaming of bound variables. |
|
547 |
\begin{itemize} |
|
548 |
\item |
|
549 |
Two constants, {\tt Free}s, or {\tt Var}s are \(\alpha\)-convertible |
|
550 |
if their names and types are equal. |
|
551 |
(Variables having the same name but different types are thus distinct. |
|
552 |
This confusing situation should be avoided!) |
|
553 |
\item |
|
554 |
Two bound variables are \(\alpha\)-convertible |
|
555 |
if they have the same number. |
|
556 |
\item |
|
557 |
Two abstractions are \(\alpha\)-convertible |
|
558 |
if their bodies are, and their bound variables have the same type. |
|
559 |
\item |
|
560 |
Two applications are \(\alpha\)-convertible |
|
561 |
if the corresponding subterms are. |
|
562 |
\end{itemize} |
|
563 |
||
324 | 564 |
\end{ttdescription} |
286 | 565 |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
566 |
\section{Certified terms}\index{terms!certified|bold}\index{signatures} |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
567 |
A term $t$ can be {\bf certified} under a signature to ensure that every type |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
568 |
in~$t$ is well-formed and every constant in~$t$ is a type instance of a |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
569 |
constant declared in the signature. The term must be well-typed and its use |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
570 |
of bound variables must be well-formed. Meta-rules such as {\tt forall_elim} |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
571 |
take certified terms as arguments. |
104 | 572 |
|
324 | 573 |
Certified terms belong to the abstract type \mltydx{cterm}. |
104 | 574 |
Elements of the type can only be created through the certification process. |
575 |
In case of error, Isabelle raises exception~\ttindex{TERM}\@. |
|
576 |
||
577 |
\subsection{Printing terms} |
|
324 | 578 |
\index{terms!printing of} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
579 |
\begin{ttbox} |
275 | 580 |
string_of_cterm : cterm -> string |
104 | 581 |
Sign.string_of_term : Sign.sg -> term -> string |
582 |
\end{ttbox} |
|
324 | 583 |
\begin{ttdescription} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
584 |
\item[\ttindexbold{string_of_cterm} $ct$] |
104 | 585 |
displays $ct$ as a string. |
586 |
||
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
587 |
\item[\ttindexbold{Sign.string_of_term} $sign$ $t$] |
104 | 588 |
displays $t$ as a string, using the syntax of~$sign$. |
324 | 589 |
\end{ttdescription} |
104 | 590 |
|
591 |
\subsection{Making and inspecting certified terms} |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
592 |
\begin{ttbox} |
4543 | 593 |
cterm_of : Sign.sg -> term -> cterm |
594 |
read_cterm : Sign.sg -> string * typ -> cterm |
|
595 |
cert_axm : Sign.sg -> string * term -> string * term |
|
596 |
read_axm : Sign.sg -> string * string -> string * term |
|
597 |
rep_cterm : cterm -> {\ttlbrace}T:typ, t:term, sign:Sign.sg, maxidx:int\ttrbrace |
|
598 |
Sign.certify_term : Sign.sg -> term -> term * typ * int |
|
104 | 599 |
\end{ttbox} |
324 | 600 |
\begin{ttdescription} |
4543 | 601 |
|
602 |
\item[\ttindexbold{cterm_of} $sign$ $t$] \index{signatures} certifies |
|
603 |
$t$ with respect to signature~$sign$. |
|
604 |
||
605 |
\item[\ttindexbold{read_cterm} $sign$ ($s$, $T$)] reads the string~$s$ |
|
606 |
using the syntax of~$sign$, creating a certified term. The term is |
|
607 |
checked to have type~$T$; this type also tells the parser what kind |
|
608 |
of phrase to parse. |
|
609 |
||
610 |
\item[\ttindexbold{cert_axm} $sign$ ($name$, $t$)] certifies $t$ with |
|
611 |
respect to $sign$ as a meta-proposition and converts all exceptions |
|
612 |
to an error, including the final message |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
613 |
\begin{ttbox} |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
614 |
The error(s) above occurred in axiom "\(name\)" |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
615 |
\end{ttbox} |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
616 |
|
4543 | 617 |
\item[\ttindexbold{read_axm} $sign$ ($name$, $s$)] similar to {\tt |
618 |
cert_axm}, but first reads the string $s$ using the syntax of |
|
619 |
$sign$. |
|
620 |
||
621 |
\item[\ttindexbold{rep_cterm} $ct$] decomposes $ct$ as a record |
|
622 |
containing its type, the term itself, its signature, and the maximum |
|
623 |
subscript of its unknowns. The type and maximum subscript are |
|
624 |
computed during certification. |
|
625 |
||
626 |
\item[\ttindexbold{Sign.certify_term}] is a more primitive version of |
|
627 |
\texttt{cterm_of}, returning the internal representation instead of |
|
628 |
an abstract \texttt{cterm}. |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
629 |
|
324 | 630 |
\end{ttdescription} |
104 | 631 |
|
632 |
||
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
633 |
\section{Types}\index{types|bold} |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
634 |
Types belong to the \ML\ type \mltydx{typ}, which is a concrete datatype with |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
635 |
three constructor functions. These correspond to type constructors, free |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
636 |
type variables and schematic type variables. Types are classified by sorts, |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
637 |
which are lists of classes (representing an intersection). A class is |
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
638 |
represented by a string. |
104 | 639 |
\begin{ttbox} |
640 |
type class = string; |
|
641 |
type sort = class list; |
|
642 |
||
643 |
datatype typ = Type of string * typ list |
|
644 |
| TFree of string * sort |
|
645 |
| TVar of indexname * sort; |
|
646 |
||
647 |
infixr 5 -->; |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
648 |
fun S --> T = Type ("fun", [S, T]); |
104 | 649 |
\end{ttbox} |
324 | 650 |
\begin{ttdescription} |
4317 | 651 |
\item[\ttindexbold{Type} ($a$, $Ts$)] \index{type constructors|bold} |
324 | 652 |
applies the {\bf type constructor} named~$a$ to the type operands~$Ts$. |
653 |
Type constructors include~\tydx{fun}, the binary function space |
|
654 |
constructor, as well as nullary type constructors such as~\tydx{prop}. |
|
655 |
Other type constructors may be introduced. In expressions, but not in |
|
656 |
patterns, \hbox{\tt$S$-->$T$} is a convenient shorthand for function |
|
657 |
types. |
|
104 | 658 |
|
4317 | 659 |
\item[\ttindexbold{TFree} ($a$, $s$)] \index{type variables|bold} |
324 | 660 |
is the {\bf type variable} with name~$a$ and sort~$s$. |
104 | 661 |
|
4317 | 662 |
\item[\ttindexbold{TVar} ($v$, $s$)] \index{type unknowns|bold} |
324 | 663 |
is the {\bf type unknown} with indexname~$v$ and sort~$s$. |
664 |
Type unknowns are essentially free type variables, but may be |
|
665 |
instantiated during unification. |
|
666 |
\end{ttdescription} |
|
104 | 667 |
|
668 |
||
669 |
\section{Certified types} |
|
670 |
\index{types!certified|bold} |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
671 |
Certified types, which are analogous to certified terms, have type |
275 | 672 |
\ttindexbold{ctyp}. |
104 | 673 |
|
674 |
\subsection{Printing types} |
|
324 | 675 |
\index{types!printing of} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
676 |
\begin{ttbox} |
275 | 677 |
string_of_ctyp : ctyp -> string |
104 | 678 |
Sign.string_of_typ : Sign.sg -> typ -> string |
679 |
\end{ttbox} |
|
324 | 680 |
\begin{ttdescription} |
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
681 |
\item[\ttindexbold{string_of_ctyp} $cT$] |
104 | 682 |
displays $cT$ as a string. |
683 |
||
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
684 |
\item[\ttindexbold{Sign.string_of_typ} $sign$ $T$] |
104 | 685 |
displays $T$ as a string, using the syntax of~$sign$. |
324 | 686 |
\end{ttdescription} |
104 | 687 |
|
688 |
||
689 |
\subsection{Making and inspecting certified types} |
|
864
d63b111b917a
quite a lot of minor and major revisions (inspecting theories, read_axm,
wenzelm
parents:
478
diff
changeset
|
690 |
\begin{ttbox} |
4543 | 691 |
ctyp_of : Sign.sg -> typ -> ctyp |
692 |
rep_ctyp : ctyp -> {\ttlbrace}T: typ, sign: Sign.sg\ttrbrace |
|
693 |
Sign.certify_typ : Sign.sg -> typ -> typ |
|
104 | 694 |
\end{ttbox} |
324 | 695 |
\begin{ttdescription} |
4543 | 696 |
|
697 |
\item[\ttindexbold{ctyp_of} $sign$ $T$] \index{signatures} certifies |
|
698 |
$T$ with respect to signature~$sign$. |
|
699 |
||
700 |
\item[\ttindexbold{rep_ctyp} $cT$] decomposes $cT$ as a record |
|
701 |
containing the type itself and its signature. |
|
702 |
||
703 |
\item[\ttindexbold{Sign.certify_typ}] is a more primitive version of |
|
704 |
\texttt{ctyp_of}, returning the internal representation instead of |
|
705 |
an abstract \texttt{ctyp}. |
|
104 | 706 |
|
324 | 707 |
\end{ttdescription} |
104 | 708 |
|
1846 | 709 |
|
4317 | 710 |
\section{Oracles: calling trusted external reasoners} |
1846 | 711 |
\label{sec:oracles} |
712 |
\index{oracles|(} |
|
713 |
||
714 |
Oracles allow Isabelle to take advantage of external reasoners such as |
|
715 |
arithmetic decision procedures, model checkers, fast tautology checkers or |
|
716 |
computer algebra systems. Invoked as an oracle, an external reasoner can |
|
717 |
create arbitrary Isabelle theorems. It is your responsibility to ensure that |
|
718 |
the external reasoner is as trustworthy as your application requires. |
|
719 |
Isabelle's proof objects~(\S\ref{sec:proofObjects}) record how each theorem |
|
720 |
depends upon oracle calls. |
|
721 |
||
722 |
\begin{ttbox} |
|
4317 | 723 |
invoke_oracle : theory -> xstring -> Sign.sg * object -> thm |
4597
a0bdee64194c
Fixed a lot of overfull and underfull lines (hboxes)
paulson
parents:
4543
diff
changeset
|
724 |
Theory.add_oracle : bstring * (Sign.sg * object -> term) -> theory |
a0bdee64194c
Fixed a lot of overfull and underfull lines (hboxes)
paulson
parents:
4543
diff
changeset
|
725 |
-> theory |
1846 | 726 |
\end{ttbox} |
727 |
\begin{ttdescription} |
|
4317 | 728 |
\item[\ttindexbold{invoke_oracle} $thy$ $name$ ($sign$, $data$)] |
729 |
invokes the oracle $name$ of theory $thy$ passing the information |
|
730 |
contained in the exception value $data$ and creating a theorem |
|
731 |
having signature $sign$. Note that type \ttindex{object} is just an |
|
732 |
abbreviation for \texttt{exn}. Errors arise if $thy$ does not have |
|
733 |
an oracle called $name$, if the oracle rejects its arguments or if |
|
734 |
its result is ill-typed. |
|
735 |
||
736 |
\item[\ttindexbold{Theory.add_oracle} $name$ $fun$ $thy$] extends |
|
737 |
$thy$ by oracle $fun$ called $name$. It is seldom called |
|
738 |
explicitly, as there is concrete syntax for oracles in theory files. |
|
1846 | 739 |
\end{ttdescription} |
740 |
||
741 |
A curious feature of {\ML} exceptions is that they are ordinary constructors. |
|
742 |
The {\ML} type {\tt exn} is a datatype that can be extended at any time. (See |
|
743 |
my {\em {ML} for the Working Programmer}~\cite{paulson-ml2}, especially |
|
744 |
page~136.) The oracle mechanism takes advantage of this to allow an oracle to |
|
745 |
take any information whatever. |
|
746 |
||
747 |
There must be some way of invoking the external reasoner from \ML, either |
|
748 |
because it is coded in {\ML} or via an operating system interface. Isabelle |
|
749 |
expects the {\ML} function to take two arguments: a signature and an |
|
4317 | 750 |
exception object. |
1846 | 751 |
\begin{itemize} |
752 |
\item The signature will typically be that of a desendant of the theory |
|
753 |
declaring the oracle. The oracle will use it to distinguish constants from |
|
754 |
variables, etc., and it will be attached to the generated theorems. |
|
755 |
||
756 |
\item The exception is used to pass arbitrary information to the oracle. This |
|
757 |
information must contain a full description of the problem to be solved by |
|
758 |
the external reasoner, including any additional information that might be |
|
759 |
required. The oracle may raise the exception to indicate that it cannot |
|
760 |
solve the specified problem. |
|
761 |
\end{itemize} |
|
762 |
||
4317 | 763 |
A trivial example is provided in theory {\tt FOL/ex/IffOracle}. This |
764 |
oracle generates tautologies of the form $P\bimp\cdots\bimp P$, with |
|
765 |
an even number of $P$s. |
|
1846 | 766 |
|
4317 | 767 |
The \texttt{ML} section of \texttt{IffOracle.thy} begins by declaring |
768 |
a few auxiliary functions (suppressed below) for creating the |
|
769 |
tautologies. Then it declares a new exception constructor for the |
|
770 |
information required by the oracle: here, just an integer. It finally |
|
771 |
defines the oracle function itself. |
|
1846 | 772 |
\begin{ttbox} |
4317 | 773 |
exception IffOracleExn of int;\medskip |
774 |
fun mk_iff_oracle (sign, IffOracleExn n) = |
|
775 |
if n > 0 andalso n mod 2 = 0 |
|
776 |
then Trueprop $ mk_iff n |
|
777 |
else raise IffOracleExn n; |
|
1846 | 778 |
\end{ttbox} |
4317 | 779 |
Observe the function's two arguments, the signature {\tt sign} and the |
780 |
exception given as a pattern. The function checks its argument for |
|
781 |
validity. If $n$ is positive and even then it creates a tautology |
|
782 |
containing $n$ occurrences of~$P$. Otherwise it signals error by |
|
783 |
raising its own exception (just by happy coincidence). Errors may be |
|
784 |
signalled by other means, such as returning the theorem {\tt True}. |
|
785 |
Please ensure that the oracle's result is correctly typed; Isabelle |
|
786 |
will reject ill-typed theorems by raising a cryptic exception at top |
|
787 |
level. |
|
1846 | 788 |
|
4317 | 789 |
The \texttt{oracle} section of {\tt IffOracle.thy} installs above |
790 |
\texttt{ML} function as follows: |
|
1846 | 791 |
\begin{ttbox} |
4317 | 792 |
IffOracle = FOL +\medskip |
793 |
oracle |
|
794 |
iff = mk_iff_oracle\medskip |
|
1846 | 795 |
end |
796 |
\end{ttbox} |
|
797 |
||
4317 | 798 |
Now in \texttt{IffOracle.ML} we first define a wrapper for invoking |
799 |
the oracle: |
|
1846 | 800 |
\begin{ttbox} |
4597
a0bdee64194c
Fixed a lot of overfull and underfull lines (hboxes)
paulson
parents:
4543
diff
changeset
|
801 |
fun iff_oracle n = invoke_oracle IffOracle.thy "iff" |
a0bdee64194c
Fixed a lot of overfull and underfull lines (hboxes)
paulson
parents:
4543
diff
changeset
|
802 |
(sign_of IffOracle.thy, IffOracleExn n); |
4317 | 803 |
\end{ttbox} |
804 |
||
805 |
Here are some example applications of the \texttt{iff} oracle. An |
|
806 |
argument of 10 is allowed, but one of 5 is forbidden: |
|
807 |
\begin{ttbox} |
|
808 |
iff_oracle 10; |
|
1846 | 809 |
{\out "P <-> P <-> P <-> P <-> P <-> P <-> P <-> P <-> P <-> P" : thm} |
4317 | 810 |
iff_oracle 5; |
1846 | 811 |
{\out Exception- IffOracleExn 5 raised} |
812 |
\end{ttbox} |
|
813 |
||
814 |
\index{oracles|)} |
|
104 | 815 |
\index{theories|)} |
5369 | 816 |
|
817 |
||
818 |
%%% Local Variables: |
|
819 |
%%% mode: latex |
|
820 |
%%% TeX-master: "ref" |
|
821 |
%%% End: |