author | wenzelm |
Mon, 08 Feb 2010 14:04:51 +0100 | |
changeset 35031 | 2ddc7edce107 |
parent 34172 | 4301e9ea1c54 |
child 35351 | 7425aece4ee3 |
permissions | -rw-r--r-- |
26840 | 1 |
% |
2 |
\begin{isabellebody}% |
|
3 |
\def\isabellecontext{HOL{\isacharunderscore}Specific}% |
|
4 |
% |
|
5 |
\isadelimtheory |
|
6 |
% |
|
7 |
\endisadelimtheory |
|
8 |
% |
|
9 |
\isatagtheory |
|
10 |
\isacommand{theory}\isamarkupfalse% |
|
11 |
\ HOL{\isacharunderscore}Specific\isanewline |
|
26849 | 12 |
\isakeyword{imports}\ Main\isanewline |
13 |
\isakeyword{begin}% |
|
14 |
\endisatagtheory |
|
15 |
{\isafoldtheory}% |
|
16 |
% |
|
17 |
\isadelimtheory |
|
18 |
% |
|
19 |
\endisadelimtheory |
|
20 |
% |
|
26852 | 21 |
\isamarkupchapter{Isabelle/HOL \label{ch:hol}% |
26849 | 22 |
} |
23 |
\isamarkuptrue% |
|
24 |
% |
|
25 |
\isamarkupsection{Primitive types \label{sec:hol-typedef}% |
|
26 |
} |
|
27 |
\isamarkuptrue% |
|
28 |
% |
|
29 |
\begin{isamarkuptext}% |
|
30 |
\begin{matharray}{rcl} |
|
28788 | 31 |
\indexdef{HOL}{command}{typedecl}\hypertarget{command.HOL.typedecl}{\hyperlink{command.HOL.typedecl}{\mbox{\isa{\isacommand{typedecl}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
32 |
\indexdef{HOL}{command}{typedef}\hypertarget{command.HOL.typedef}{\hyperlink{command.HOL.typedef}{\mbox{\isa{\isacommand{typedef}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\ |
|
26849 | 33 |
\end{matharray} |
34 |
||
35 |
\begin{rail} |
|
36 |
'typedecl' typespec infix? |
|
37 |
; |
|
38 |
'typedef' altname? abstype '=' repset |
|
39 |
; |
|
40 |
||
41 |
altname: '(' (name | 'open' | 'open' name) ')' |
|
42 |
; |
|
43 |
abstype: typespec infix? |
|
44 |
; |
|
45 |
repset: term ('morphisms' name name)? |
|
46 |
; |
|
47 |
\end{rail} |
|
48 |
||
28788 | 49 |
\begin{description} |
26849 | 50 |
|
28788 | 51 |
\item \hyperlink{command.HOL.typedecl}{\mbox{\isa{\isacommand{typedecl}}}}~\isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub n{\isacharparenright}\ t{\isachardoublequote}} is similar |
52 |
to the original \hyperlink{command.typedecl}{\mbox{\isa{\isacommand{typedecl}}}} of Isabelle/Pure (see |
|
53 |
\secref{sec:types-pure}), but also declares type arity \isa{{\isachardoublequote}t\ {\isacharcolon}{\isacharcolon}\ {\isacharparenleft}type{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ type{\isacharparenright}\ type{\isachardoublequote}}, making \isa{t} an actual HOL type |
|
54 |
constructor. %FIXME check, update |
|
26849 | 55 |
|
28788 | 56 |
\item \hyperlink{command.HOL.typedef}{\mbox{\isa{\isacommand{typedef}}}}~\isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub n{\isacharparenright}\ t\ {\isacharequal}\ A{\isachardoublequote}} sets up |
57 |
a goal stating non-emptiness of the set \isa{A}. After finishing |
|
58 |
the proof, the theory will be augmented by a Gordon/HOL-style type |
|
59 |
definition, which establishes a bijection between the representing |
|
60 |
set \isa{A} and the new type \isa{t}. |
|
26849 | 61 |
|
26902 | 62 |
Technically, \hyperlink{command.HOL.typedef}{\mbox{\isa{\isacommand{typedef}}}} defines both a type \isa{t} and a set (term constant) of the same name (an alternative base |
26849 | 63 |
name may be given in parentheses). The injection from type to set |
64 |
is called \isa{Rep{\isacharunderscore}t}, its inverse \isa{Abs{\isacharunderscore}t} (this may be |
|
26902 | 65 |
changed via an explicit \hyperlink{keyword.HOL.morphisms}{\mbox{\isa{\isakeyword{morphisms}}}} declaration). |
26849 | 66 |
|
67 |
Theorems \isa{Rep{\isacharunderscore}t}, \isa{Rep{\isacharunderscore}t{\isacharunderscore}inverse}, and \isa{Abs{\isacharunderscore}t{\isacharunderscore}inverse} provide the most basic characterization as a |
|
68 |
corresponding injection/surjection pair (in both directions). Rules |
|
69 |
\isa{Rep{\isacharunderscore}t{\isacharunderscore}inject} and \isa{Abs{\isacharunderscore}t{\isacharunderscore}inject} provide a slightly |
|
70 |
more convenient view on the injectivity part, suitable for automated |
|
26902 | 71 |
proof tools (e.g.\ in \hyperlink{attribute.simp}{\mbox{\isa{simp}}} or \hyperlink{attribute.iff}{\mbox{\isa{iff}}} |
26895 | 72 |
declarations). Rules \isa{Rep{\isacharunderscore}t{\isacharunderscore}cases}/\isa{Rep{\isacharunderscore}t{\isacharunderscore}induct}, and |
73 |
\isa{Abs{\isacharunderscore}t{\isacharunderscore}cases}/\isa{Abs{\isacharunderscore}t{\isacharunderscore}induct} provide alternative views |
|
74 |
on surjectivity; these are already declared as set or type rules for |
|
26902 | 75 |
the generic \hyperlink{method.cases}{\mbox{\isa{cases}}} and \hyperlink{method.induct}{\mbox{\isa{induct}}} methods. |
26849 | 76 |
|
77 |
An alternative name may be specified in parentheses; the default is |
|
78 |
to use \isa{t} as indicated before. The ``\isa{{\isachardoublequote}{\isacharparenleft}open{\isacharparenright}{\isachardoublequote}}'' |
|
79 |
declaration suppresses a separate constant definition for the |
|
80 |
representing set. |
|
81 |
||
28788 | 82 |
\end{description} |
26849 | 83 |
|
84 |
Note that raw type declarations are rarely used in practice; the |
|
85 |
main application is with experimental (or even axiomatic!) theory |
|
86 |
fragments. Instead of primitive HOL type definitions, user-level |
|
26902 | 87 |
theories usually refer to higher-level packages such as \hyperlink{command.HOL.record}{\mbox{\isa{\isacommand{record}}}} (see \secref{sec:hol-record}) or \hyperlink{command.HOL.datatype}{\mbox{\isa{\isacommand{datatype}}}} (see \secref{sec:hol-datatype}).% |
26849 | 88 |
\end{isamarkuptext}% |
89 |
\isamarkuptrue% |
|
90 |
% |
|
91 |
\isamarkupsection{Adhoc tuples% |
|
92 |
} |
|
93 |
\isamarkuptrue% |
|
94 |
% |
|
95 |
\begin{isamarkuptext}% |
|
96 |
\begin{matharray}{rcl} |
|
28788 | 97 |
\hyperlink{attribute.HOL.split-format}{\mbox{\isa{split{\isacharunderscore}format}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{attribute} \\ |
26849 | 98 |
\end{matharray} |
99 |
||
100 |
\begin{rail} |
|
31913 | 101 |
'split\_format' ((( name * ) + 'and') | ('(' 'complete' ')')) |
26849 | 102 |
; |
103 |
\end{rail} |
|
104 |
||
28788 | 105 |
\begin{description} |
26849 | 106 |
|
28788 | 107 |
\item \hyperlink{attribute.HOL.split-format}{\mbox{\isa{split{\isacharunderscore}format}}}~\isa{{\isachardoublequote}p\isactrlsub {\isadigit{1}}\ {\isasymdots}\ p\isactrlsub m\ {\isasymAND}\ {\isasymdots}\ {\isasymAND}\ q\isactrlsub {\isadigit{1}}\ {\isasymdots}\ q\isactrlsub n{\isachardoublequote}} puts expressions of low-level tuple types into |
108 |
canonical form as specified by the arguments given; the \isa{i}-th |
|
109 |
collection of arguments refers to occurrences in premise \isa{i} |
|
110 |
of the rule. The ``\isa{{\isachardoublequote}{\isacharparenleft}complete{\isacharparenright}{\isachardoublequote}}'' option causes \emph{all} |
|
111 |
arguments in function applications to be represented canonically |
|
112 |
according to their tuple type structure. |
|
26849 | 113 |
|
114 |
Note that these operations tend to invent funny names for new local |
|
115 |
parameters to be introduced. |
|
116 |
||
28788 | 117 |
\end{description}% |
26849 | 118 |
\end{isamarkuptext}% |
119 |
\isamarkuptrue% |
|
120 |
% |
|
121 |
\isamarkupsection{Records \label{sec:hol-record}% |
|
122 |
} |
|
123 |
\isamarkuptrue% |
|
124 |
% |
|
125 |
\begin{isamarkuptext}% |
|
126 |
In principle, records merely generalize the concept of tuples, where |
|
127 |
components may be addressed by labels instead of just position. The |
|
128 |
logical infrastructure of records in Isabelle/HOL is slightly more |
|
129 |
advanced, though, supporting truly extensible record schemes. This |
|
130 |
admits operations that are polymorphic with respect to record |
|
131 |
extension, yielding ``object-oriented'' effects like (single) |
|
132 |
inheritance. See also \cite{NaraschewskiW-TPHOLs98} for more |
|
133 |
details on object-oriented verification and record subtyping in HOL.% |
|
134 |
\end{isamarkuptext}% |
|
135 |
\isamarkuptrue% |
|
136 |
% |
|
137 |
\isamarkupsubsection{Basic concepts% |
|
138 |
} |
|
139 |
\isamarkuptrue% |
|
140 |
% |
|
141 |
\begin{isamarkuptext}% |
|
142 |
Isabelle/HOL supports both \emph{fixed} and \emph{schematic} records |
|
143 |
at the level of terms and types. The notation is as follows: |
|
144 |
||
145 |
\begin{center} |
|
146 |
\begin{tabular}{l|l|l} |
|
147 |
& record terms & record types \\ \hline |
|
148 |
fixed & \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharequal}\ a{\isacharcomma}\ y\ {\isacharequal}\ b{\isasymrparr}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharcolon}{\isacharcolon}\ A{\isacharcomma}\ y\ {\isacharcolon}{\isacharcolon}\ B{\isasymrparr}{\isachardoublequote}} \\ |
|
149 |
schematic & \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharequal}\ a{\isacharcomma}\ y\ {\isacharequal}\ b{\isacharcomma}\ {\isasymdots}\ {\isacharequal}\ m{\isasymrparr}{\isachardoublequote}} & |
|
150 |
\isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharcolon}{\isacharcolon}\ A{\isacharcomma}\ y\ {\isacharcolon}{\isacharcolon}\ B{\isacharcomma}\ {\isasymdots}\ {\isacharcolon}{\isacharcolon}\ M{\isasymrparr}{\isachardoublequote}} \\ |
|
151 |
\end{tabular} |
|
152 |
\end{center} |
|
153 |
||
154 |
\noindent The ASCII representation of \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharequal}\ a{\isasymrparr}{\isachardoublequote}} is \isa{{\isachardoublequote}{\isacharparenleft}{\isacharbar}\ x\ {\isacharequal}\ a\ {\isacharbar}{\isacharparenright}{\isachardoublequote}}. |
|
155 |
||
156 |
A fixed record \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharequal}\ a{\isacharcomma}\ y\ {\isacharequal}\ b{\isasymrparr}{\isachardoublequote}} has field \isa{x} of value |
|
157 |
\isa{a} and field \isa{y} of value \isa{b}. The corresponding |
|
158 |
type is \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharcolon}{\isacharcolon}\ A{\isacharcomma}\ y\ {\isacharcolon}{\isacharcolon}\ B{\isasymrparr}{\isachardoublequote}}, assuming that \isa{{\isachardoublequote}a\ {\isacharcolon}{\isacharcolon}\ A{\isachardoublequote}} |
|
159 |
and \isa{{\isachardoublequote}b\ {\isacharcolon}{\isacharcolon}\ B{\isachardoublequote}}. |
|
160 |
||
161 |
A record scheme like \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharequal}\ a{\isacharcomma}\ y\ {\isacharequal}\ b{\isacharcomma}\ {\isasymdots}\ {\isacharequal}\ m{\isasymrparr}{\isachardoublequote}} contains fields |
|
162 |
\isa{x} and \isa{y} as before, but also possibly further fields |
|
163 |
as indicated by the ``\isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}}'' notation (which is actually part |
|
164 |
of the syntax). The improper field ``\isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}}'' of a record |
|
165 |
scheme is called the \emph{more part}. Logically it is just a free |
|
166 |
variable, which is occasionally referred to as ``row variable'' in |
|
167 |
the literature. The more part of a record scheme may be |
|
168 |
instantiated by zero or more further components. For example, the |
|
26852 | 169 |
previous scheme may get instantiated to \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharequal}\ a{\isacharcomma}\ y\ {\isacharequal}\ b{\isacharcomma}\ z\ {\isacharequal}\ c{\isacharcomma}\ {\isasymdots}\ {\isacharequal}\ m{\isacharprime}{\isasymrparr}{\isachardoublequote}}, where \isa{m{\isacharprime}} refers to a different more part. |
26849 | 170 |
Fixed records are special instances of record schemes, where |
171 |
``\isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}}'' is properly terminated by the \isa{{\isachardoublequote}{\isacharparenleft}{\isacharparenright}\ {\isacharcolon}{\isacharcolon}\ unit{\isachardoublequote}} |
|
172 |
element. In fact, \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharequal}\ a{\isacharcomma}\ y\ {\isacharequal}\ b{\isasymrparr}{\isachardoublequote}} is just an abbreviation |
|
173 |
for \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharequal}\ a{\isacharcomma}\ y\ {\isacharequal}\ b{\isacharcomma}\ {\isasymdots}\ {\isacharequal}\ {\isacharparenleft}{\isacharparenright}{\isasymrparr}{\isachardoublequote}}. |
|
174 |
||
175 |
\medskip Two key observations make extensible records in a simply |
|
176 |
typed language like HOL work out: |
|
177 |
||
178 |
\begin{enumerate} |
|
179 |
||
180 |
\item the more part is internalized, as a free term or type |
|
181 |
variable, |
|
182 |
||
26852 | 183 |
\item field names are externalized, they cannot be accessed within |
184 |
the logic as first-class values. |
|
26849 | 185 |
|
186 |
\end{enumerate} |
|
187 |
||
188 |
\medskip In Isabelle/HOL record types have to be defined explicitly, |
|
189 |
fixing their field names and types, and their (optional) parent |
|
190 |
record. Afterwards, records may be formed using above syntax, while |
|
191 |
obeying the canonical order of fields as given by their declaration. |
|
192 |
The record package provides several standard operations like |
|
193 |
selectors and updates. The common setup for various generic proof |
|
194 |
tools enable succinct reasoning patterns. See also the Isabelle/HOL |
|
195 |
tutorial \cite{isabelle-hol-book} for further instructions on using |
|
196 |
records in practice.% |
|
197 |
\end{isamarkuptext}% |
|
198 |
\isamarkuptrue% |
|
199 |
% |
|
200 |
\isamarkupsubsection{Record specifications% |
|
201 |
} |
|
202 |
\isamarkuptrue% |
|
203 |
% |
|
204 |
\begin{isamarkuptext}% |
|
205 |
\begin{matharray}{rcl} |
|
28788 | 206 |
\indexdef{HOL}{command}{record}\hypertarget{command.HOL.record}{\hyperlink{command.HOL.record}{\mbox{\isa{\isacommand{record}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
26849 | 207 |
\end{matharray} |
208 |
||
209 |
\begin{rail} |
|
210 |
'record' typespec '=' (type '+')? (constdecl +) |
|
211 |
; |
|
212 |
\end{rail} |
|
213 |
||
28788 | 214 |
\begin{description} |
26849 | 215 |
|
28788 | 216 |
\item \hyperlink{command.HOL.record}{\mbox{\isa{\isacommand{record}}}}~\isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub m{\isacharparenright}\ t\ {\isacharequal}\ {\isasymtau}\ {\isacharplus}\ c\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub {\isadigit{1}}\ {\isasymdots}\ c\isactrlsub n\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub n{\isachardoublequote}} defines extensible record type \isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub m{\isacharparenright}\ t{\isachardoublequote}}, |
26849 | 217 |
derived from the optional parent record \isa{{\isachardoublequote}{\isasymtau}{\isachardoublequote}} by adding new |
218 |
field components \isa{{\isachardoublequote}c\isactrlsub i\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub i{\isachardoublequote}} etc. |
|
219 |
||
220 |
The type variables of \isa{{\isachardoublequote}{\isasymtau}{\isachardoublequote}} and \isa{{\isachardoublequote}{\isasymsigma}\isactrlsub i{\isachardoublequote}} need to be |
|
221 |
covered by the (distinct) parameters \isa{{\isachardoublequote}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub m{\isachardoublequote}}. Type constructor \isa{t} has to be new, while \isa{{\isasymtau}} needs to specify an instance of an existing record type. At |
|
222 |
least one new field \isa{{\isachardoublequote}c\isactrlsub i{\isachardoublequote}} has to be specified. |
|
223 |
Basically, field names need to belong to a unique record. This is |
|
224 |
not a real restriction in practice, since fields are qualified by |
|
225 |
the record name internally. |
|
226 |
||
227 |
The parent record specification \isa{{\isasymtau}} is optional; if omitted |
|
228 |
\isa{t} becomes a root record. The hierarchy of all records |
|
229 |
declared within a theory context forms a forest structure, i.e.\ a |
|
230 |
set of trees starting with a root record each. There is no way to |
|
231 |
merge multiple parent records! |
|
232 |
||
233 |
For convenience, \isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub m{\isacharparenright}\ t{\isachardoublequote}} is made a |
|
234 |
type abbreviation for the fixed record type \isa{{\isachardoublequote}{\isasymlparr}c\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ c\isactrlsub n\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub n{\isasymrparr}{\isachardoublequote}}, likewise is \isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub m{\isacharcomma}\ {\isasymzeta}{\isacharparenright}\ t{\isacharunderscore}scheme{\isachardoublequote}} made an abbreviation for |
|
235 |
\isa{{\isachardoublequote}{\isasymlparr}c\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ c\isactrlsub n\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub n{\isacharcomma}\ {\isasymdots}\ {\isacharcolon}{\isacharcolon}\ {\isasymzeta}{\isasymrparr}{\isachardoublequote}}. |
|
236 |
||
28788 | 237 |
\end{description}% |
26849 | 238 |
\end{isamarkuptext}% |
239 |
\isamarkuptrue% |
|
240 |
% |
|
241 |
\isamarkupsubsection{Record operations% |
|
242 |
} |
|
243 |
\isamarkuptrue% |
|
244 |
% |
|
245 |
\begin{isamarkuptext}% |
|
246 |
Any record definition of the form presented above produces certain |
|
247 |
standard operations. Selectors and updates are provided for any |
|
248 |
field, including the improper one ``\isa{more}''. There are also |
|
249 |
cumulative record constructor functions. To simplify the |
|
250 |
presentation below, we assume for now that \isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub m{\isacharparenright}\ t{\isachardoublequote}} is a root record with fields \isa{{\isachardoublequote}c\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ c\isactrlsub n\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub n{\isachardoublequote}}. |
|
251 |
||
252 |
\medskip \textbf{Selectors} and \textbf{updates} are available for |
|
253 |
any field (including ``\isa{more}''): |
|
254 |
||
255 |
\begin{matharray}{lll} |
|
26852 | 256 |
\isa{{\isachardoublequote}c\isactrlsub i{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymlparr}\isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isacharcomma}\ {\isasymdots}\ {\isacharcolon}{\isacharcolon}\ {\isasymzeta}{\isasymrparr}\ {\isasymRightarrow}\ {\isasymsigma}\isactrlsub i{\isachardoublequote}} \\ |
257 |
\isa{{\isachardoublequote}c\isactrlsub i{\isacharunderscore}update{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymsigma}\isactrlsub i\ {\isasymRightarrow}\ {\isasymlparr}\isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isacharcomma}\ {\isasymdots}\ {\isacharcolon}{\isacharcolon}\ {\isasymzeta}{\isasymrparr}\ {\isasymRightarrow}\ {\isasymlparr}\isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isacharcomma}\ {\isasymdots}\ {\isacharcolon}{\isacharcolon}\ {\isasymzeta}{\isasymrparr}{\isachardoublequote}} \\ |
|
26849 | 258 |
\end{matharray} |
259 |
||
260 |
There is special syntax for application of updates: \isa{{\isachardoublequote}r{\isasymlparr}x\ {\isacharcolon}{\isacharequal}\ a{\isasymrparr}{\isachardoublequote}} abbreviates term \isa{{\isachardoublequote}x{\isacharunderscore}update\ a\ r{\isachardoublequote}}. Further notation for |
|
261 |
repeated updates is also available: \isa{{\isachardoublequote}r{\isasymlparr}x\ {\isacharcolon}{\isacharequal}\ a{\isasymrparr}{\isasymlparr}y\ {\isacharcolon}{\isacharequal}\ b{\isasymrparr}{\isasymlparr}z\ {\isacharcolon}{\isacharequal}\ c{\isasymrparr}{\isachardoublequote}} may be written \isa{{\isachardoublequote}r{\isasymlparr}x\ {\isacharcolon}{\isacharequal}\ a{\isacharcomma}\ y\ {\isacharcolon}{\isacharequal}\ b{\isacharcomma}\ z\ {\isacharcolon}{\isacharequal}\ c{\isasymrparr}{\isachardoublequote}}. Note that |
|
262 |
because of postfix notation the order of fields shown here is |
|
263 |
reverse than in the actual term. Since repeated updates are just |
|
264 |
function applications, fields may be freely permuted in \isa{{\isachardoublequote}{\isasymlparr}x\ {\isacharcolon}{\isacharequal}\ a{\isacharcomma}\ y\ {\isacharcolon}{\isacharequal}\ b{\isacharcomma}\ z\ {\isacharcolon}{\isacharequal}\ c{\isasymrparr}{\isachardoublequote}}, as far as logical equality is concerned. |
|
265 |
Thus commutativity of independent updates can be proven within the |
|
266 |
logic for any two fields, but not as a general theorem. |
|
267 |
||
268 |
\medskip The \textbf{make} operation provides a cumulative record |
|
269 |
constructor function: |
|
270 |
||
271 |
\begin{matharray}{lll} |
|
26852 | 272 |
\isa{{\isachardoublequote}t{\isachardot}make{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymsigma}\isactrlsub {\isadigit{1}}\ {\isasymRightarrow}\ {\isasymdots}\ {\isasymsigma}\isactrlsub n\ {\isasymRightarrow}\ {\isasymlparr}\isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isasymrparr}{\isachardoublequote}} \\ |
26849 | 273 |
\end{matharray} |
274 |
||
275 |
\medskip We now reconsider the case of non-root records, which are |
|
276 |
derived of some parent. In general, the latter may depend on |
|
277 |
another parent as well, resulting in a list of \emph{ancestor |
|
278 |
records}. Appending the lists of fields of all ancestors results in |
|
279 |
a certain field prefix. The record package automatically takes care |
|
280 |
of this by lifting operations over this context of ancestor fields. |
|
281 |
Assuming that \isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub m{\isacharparenright}\ t{\isachardoublequote}} has ancestor |
|
282 |
fields \isa{{\isachardoublequote}b\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub k\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub k{\isachardoublequote}}, |
|
283 |
the above record operations will get the following types: |
|
284 |
||
26852 | 285 |
\medskip |
286 |
\begin{tabular}{lll} |
|
287 |
\isa{{\isachardoublequote}c\isactrlsub i{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymlparr}\isactrlvec b\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymrho}{\isacharcomma}\ \isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isacharcomma}\ {\isasymdots}\ {\isacharcolon}{\isacharcolon}\ {\isasymzeta}{\isasymrparr}\ {\isasymRightarrow}\ {\isasymsigma}\isactrlsub i{\isachardoublequote}} \\ |
|
288 |
\isa{{\isachardoublequote}c\isactrlsub i{\isacharunderscore}update{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymsigma}\isactrlsub i\ {\isasymRightarrow}\ {\isasymlparr}\isactrlvec b\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymrho}{\isacharcomma}\ \isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isacharcomma}\ {\isasymdots}\ {\isacharcolon}{\isacharcolon}\ {\isasymzeta}{\isasymrparr}\ {\isasymRightarrow}\ {\isasymlparr}\isactrlvec b\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymrho}{\isacharcomma}\ \isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isacharcomma}\ {\isasymdots}\ {\isacharcolon}{\isacharcolon}\ {\isasymzeta}{\isasymrparr}{\isachardoublequote}} \\ |
|
289 |
\isa{{\isachardoublequote}t{\isachardot}make{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymrho}\isactrlsub {\isadigit{1}}\ {\isasymRightarrow}\ {\isasymdots}\ {\isasymrho}\isactrlsub k\ {\isasymRightarrow}\ {\isasymsigma}\isactrlsub {\isadigit{1}}\ {\isasymRightarrow}\ {\isasymdots}\ {\isasymsigma}\isactrlsub n\ {\isasymRightarrow}\ {\isasymlparr}\isactrlvec b\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymrho}{\isacharcomma}\ \isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isasymrparr}{\isachardoublequote}} \\ |
|
290 |
\end{tabular} |
|
291 |
\medskip |
|
26849 | 292 |
|
26852 | 293 |
\noindent Some further operations address the extension aspect of a |
26849 | 294 |
derived record scheme specifically: \isa{{\isachardoublequote}t{\isachardot}fields{\isachardoublequote}} produces a |
295 |
record fragment consisting of exactly the new fields introduced here |
|
296 |
(the result may serve as a more part elsewhere); \isa{{\isachardoublequote}t{\isachardot}extend{\isachardoublequote}} |
|
297 |
takes a fixed record and adds a given more part; \isa{{\isachardoublequote}t{\isachardot}truncate{\isachardoublequote}} restricts a record scheme to a fixed record. |
|
298 |
||
26852 | 299 |
\medskip |
300 |
\begin{tabular}{lll} |
|
301 |
\isa{{\isachardoublequote}t{\isachardot}fields{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymsigma}\isactrlsub {\isadigit{1}}\ {\isasymRightarrow}\ {\isasymdots}\ {\isasymsigma}\isactrlsub n\ {\isasymRightarrow}\ {\isasymlparr}\isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isasymrparr}{\isachardoublequote}} \\ |
|
302 |
\isa{{\isachardoublequote}t{\isachardot}extend{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymlparr}\isactrlvec b\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymrho}{\isacharcomma}\ \isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isasymrparr}\ {\isasymRightarrow}\ {\isasymzeta}\ {\isasymRightarrow}\ {\isasymlparr}\isactrlvec b\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymrho}{\isacharcomma}\ \isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isacharcomma}\ {\isasymdots}\ {\isacharcolon}{\isacharcolon}\ {\isasymzeta}{\isasymrparr}{\isachardoublequote}} \\ |
|
303 |
\isa{{\isachardoublequote}t{\isachardot}truncate{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymlparr}\isactrlvec b\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymrho}{\isacharcomma}\ \isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isacharcomma}\ {\isasymdots}\ {\isacharcolon}{\isacharcolon}\ {\isasymzeta}{\isasymrparr}\ {\isasymRightarrow}\ {\isasymlparr}\isactrlvec b\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymrho}{\isacharcomma}\ \isactrlvec c\ {\isacharcolon}{\isacharcolon}\ \isactrlvec {\isasymsigma}{\isasymrparr}{\isachardoublequote}} \\ |
|
304 |
\end{tabular} |
|
305 |
\medskip |
|
26849 | 306 |
|
307 |
\noindent Note that \isa{{\isachardoublequote}t{\isachardot}make{\isachardoublequote}} and \isa{{\isachardoublequote}t{\isachardot}fields{\isachardoublequote}} coincide |
|
308 |
for root records.% |
|
309 |
\end{isamarkuptext}% |
|
310 |
\isamarkuptrue% |
|
311 |
% |
|
312 |
\isamarkupsubsection{Derived rules and proof tools% |
|
313 |
} |
|
314 |
\isamarkuptrue% |
|
315 |
% |
|
316 |
\begin{isamarkuptext}% |
|
317 |
The record package proves several results internally, declaring |
|
318 |
these facts to appropriate proof tools. This enables users to |
|
319 |
reason about record structures quite conveniently. Assume that |
|
320 |
\isa{t} is a record type as specified above. |
|
321 |
||
322 |
\begin{enumerate} |
|
323 |
||
324 |
\item Standard conversions for selectors or updates applied to |
|
325 |
record constructor terms are made part of the default Simplifier |
|
326 |
context; thus proofs by reduction of basic operations merely require |
|
26902 | 327 |
the \hyperlink{method.simp}{\mbox{\isa{simp}}} method without further arguments. These rules |
26849 | 328 |
are available as \isa{{\isachardoublequote}t{\isachardot}simps{\isachardoublequote}}, too. |
329 |
||
330 |
\item Selectors applied to updated records are automatically reduced |
|
331 |
by an internal simplification procedure, which is also part of the |
|
332 |
standard Simplifier setup. |
|
333 |
||
334 |
\item Inject equations of a form analogous to \isa{{\isachardoublequote}{\isacharparenleft}x{\isacharcomma}\ y{\isacharparenright}\ {\isacharequal}\ {\isacharparenleft}x{\isacharprime}{\isacharcomma}\ y{\isacharprime}{\isacharparenright}\ {\isasymequiv}\ x\ {\isacharequal}\ x{\isacharprime}\ {\isasymand}\ y\ {\isacharequal}\ y{\isacharprime}{\isachardoublequote}} are declared to the Simplifier and Classical |
|
26902 | 335 |
Reasoner as \hyperlink{attribute.iff}{\mbox{\isa{iff}}} rules. These rules are available as |
26849 | 336 |
\isa{{\isachardoublequote}t{\isachardot}iffs{\isachardoublequote}}. |
337 |
||
338 |
\item The introduction rule for record equality analogous to \isa{{\isachardoublequote}x\ r\ {\isacharequal}\ x\ r{\isacharprime}\ {\isasymLongrightarrow}\ y\ r\ {\isacharequal}\ y\ r{\isacharprime}\ {\isasymdots}\ {\isasymLongrightarrow}\ r\ {\isacharequal}\ r{\isacharprime}{\isachardoublequote}} is declared to the Simplifier, |
|
26902 | 339 |
and as the basic rule context as ``\hyperlink{attribute.intro}{\mbox{\isa{intro}}}\isa{{\isachardoublequote}{\isacharquery}{\isachardoublequote}}''. |
26849 | 340 |
The rule is called \isa{{\isachardoublequote}t{\isachardot}equality{\isachardoublequote}}. |
341 |
||
342 |
\item Representations of arbitrary record expressions as canonical |
|
26902 | 343 |
constructor terms are provided both in \hyperlink{method.cases}{\mbox{\isa{cases}}} and \hyperlink{method.induct}{\mbox{\isa{induct}}} format (cf.\ the generic proof methods of the same name, |
26849 | 344 |
\secref{sec:cases-induct}). Several variations are available, for |
345 |
fixed records, record schemes, more parts etc. |
|
346 |
||
347 |
The generic proof methods are sufficiently smart to pick the most |
|
348 |
sensible rule according to the type of the indicated record |
|
349 |
expression: users just need to apply something like ``\isa{{\isachardoublequote}{\isacharparenleft}cases\ r{\isacharparenright}{\isachardoublequote}}'' to a certain proof problem. |
|
350 |
||
351 |
\item The derived record operations \isa{{\isachardoublequote}t{\isachardot}make{\isachardoublequote}}, \isa{{\isachardoublequote}t{\isachardot}fields{\isachardoublequote}}, \isa{{\isachardoublequote}t{\isachardot}extend{\isachardoublequote}}, \isa{{\isachardoublequote}t{\isachardot}truncate{\isachardoublequote}} are \emph{not} |
|
352 |
treated automatically, but usually need to be expanded by hand, |
|
353 |
using the collective fact \isa{{\isachardoublequote}t{\isachardot}defs{\isachardoublequote}}. |
|
354 |
||
355 |
\end{enumerate}% |
|
356 |
\end{isamarkuptext}% |
|
357 |
\isamarkuptrue% |
|
358 |
% |
|
359 |
\isamarkupsection{Datatypes \label{sec:hol-datatype}% |
|
360 |
} |
|
361 |
\isamarkuptrue% |
|
362 |
% |
|
363 |
\begin{isamarkuptext}% |
|
364 |
\begin{matharray}{rcl} |
|
28788 | 365 |
\indexdef{HOL}{command}{datatype}\hypertarget{command.HOL.datatype}{\hyperlink{command.HOL.datatype}{\mbox{\isa{\isacommand{datatype}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
366 |
\indexdef{HOL}{command}{rep\_datatype}\hypertarget{command.HOL.rep-datatype}{\hyperlink{command.HOL.rep-datatype}{\mbox{\isa{\isacommand{rep{\isacharunderscore}datatype}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\ |
|
26849 | 367 |
\end{matharray} |
368 |
||
369 |
\begin{rail} |
|
370 |
'datatype' (dtspec + 'and') |
|
371 |
; |
|
27452 | 372 |
'rep\_datatype' ('(' (name +) ')')? (term +) |
26849 | 373 |
; |
374 |
||
375 |
dtspec: parname? typespec infix? '=' (cons + '|') |
|
376 |
; |
|
31913 | 377 |
cons: name ( type * ) mixfix? |
26849 | 378 |
\end{rail} |
379 |
||
28788 | 380 |
\begin{description} |
26849 | 381 |
|
28788 | 382 |
\item \hyperlink{command.HOL.datatype}{\mbox{\isa{\isacommand{datatype}}}} defines inductive datatypes in |
26849 | 383 |
HOL. |
384 |
||
28788 | 385 |
\item \hyperlink{command.HOL.rep-datatype}{\mbox{\isa{\isacommand{rep{\isacharunderscore}datatype}}}} represents existing types as |
26849 | 386 |
inductive ones, generating the standard infrastructure of derived |
387 |
concepts (primitive recursion etc.). |
|
388 |
||
28788 | 389 |
\end{description} |
26849 | 390 |
|
391 |
The induction and exhaustion theorems generated provide case names |
|
392 |
according to the constructors involved, while parameters are named |
|
393 |
after the types (see also \secref{sec:cases-induct}). |
|
394 |
||
395 |
See \cite{isabelle-HOL} for more details on datatypes, but beware of |
|
396 |
the old-style theory syntax being used there! Apart from proper |
|
397 |
proof methods for case-analysis and induction, there are also |
|
26907 | 398 |
emulations of ML tactics \hyperlink{method.HOL.case-tac}{\mbox{\isa{case{\isacharunderscore}tac}}} and \hyperlink{method.HOL.induct-tac}{\mbox{\isa{induct{\isacharunderscore}tac}}} available, see \secref{sec:hol-induct-tac}; these admit |
26849 | 399 |
to refer directly to the internal structure of subgoals (including |
400 |
internally bound parameters).% |
|
401 |
\end{isamarkuptext}% |
|
402 |
\isamarkuptrue% |
|
403 |
% |
|
404 |
\isamarkupsection{Recursive functions \label{sec:recursion}% |
|
405 |
} |
|
406 |
\isamarkuptrue% |
|
407 |
% |
|
408 |
\begin{isamarkuptext}% |
|
409 |
\begin{matharray}{rcl} |
|
28788 | 410 |
\indexdef{HOL}{command}{primrec}\hypertarget{command.HOL.primrec}{\hyperlink{command.HOL.primrec}{\mbox{\isa{\isacommand{primrec}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ local{\isacharunderscore}theory{\isachardoublequote}} \\ |
411 |
\indexdef{HOL}{command}{fun}\hypertarget{command.HOL.fun}{\hyperlink{command.HOL.fun}{\mbox{\isa{\isacommand{fun}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ local{\isacharunderscore}theory{\isachardoublequote}} \\ |
|
412 |
\indexdef{HOL}{command}{function}\hypertarget{command.HOL.function}{\hyperlink{command.HOL.function}{\mbox{\isa{\isacommand{function}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\ |
|
413 |
\indexdef{HOL}{command}{termination}\hypertarget{command.HOL.termination}{\hyperlink{command.HOL.termination}{\mbox{\isa{\isacommand{termination}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\ |
|
26849 | 414 |
\end{matharray} |
415 |
||
416 |
\begin{rail} |
|
417 |
'primrec' target? fixes 'where' equations |
|
418 |
; |
|
419 |
equations: (thmdecl? prop + '|') |
|
420 |
; |
|
26987 | 421 |
('fun' | 'function') target? functionopts? fixes 'where' clauses |
26849 | 422 |
; |
423 |
clauses: (thmdecl? prop ('(' 'otherwise' ')')? + '|') |
|
424 |
; |
|
26987 | 425 |
functionopts: '(' (('sequential' | 'domintros' | 'tailrec' | 'default' term) + ',') ')' |
26849 | 426 |
; |
427 |
'termination' ( term )? |
|
428 |
\end{rail} |
|
429 |
||
28788 | 430 |
\begin{description} |
26849 | 431 |
|
28788 | 432 |
\item \hyperlink{command.HOL.primrec}{\mbox{\isa{\isacommand{primrec}}}} defines primitive recursive |
26849 | 433 |
functions over datatypes, see also \cite{isabelle-HOL}. |
434 |
||
28788 | 435 |
\item \hyperlink{command.HOL.function}{\mbox{\isa{\isacommand{function}}}} defines functions by general |
26849 | 436 |
wellfounded recursion. A detailed description with examples can be |
437 |
found in \cite{isabelle-function}. The function is specified by a |
|
438 |
set of (possibly conditional) recursive equations with arbitrary |
|
439 |
pattern matching. The command generates proof obligations for the |
|
440 |
completeness and the compatibility of patterns. |
|
441 |
||
442 |
The defined function is considered partial, and the resulting |
|
443 |
simplification rules (named \isa{{\isachardoublequote}f{\isachardot}psimps{\isachardoublequote}}) and induction rule |
|
444 |
(named \isa{{\isachardoublequote}f{\isachardot}pinduct{\isachardoublequote}}) are guarded by a generated domain |
|
26902 | 445 |
predicate \isa{{\isachardoublequote}f{\isacharunderscore}dom{\isachardoublequote}}. The \hyperlink{command.HOL.termination}{\mbox{\isa{\isacommand{termination}}}} |
26849 | 446 |
command can then be used to establish that the function is total. |
447 |
||
28788 | 448 |
\item \hyperlink{command.HOL.fun}{\mbox{\isa{\isacommand{fun}}}} is a shorthand notation for ``\hyperlink{command.HOL.function}{\mbox{\isa{\isacommand{function}}}}~\isa{{\isachardoublequote}{\isacharparenleft}sequential{\isacharparenright}{\isachardoublequote}}, followed by automated |
449 |
proof attempts regarding pattern matching and termination. See |
|
450 |
\cite{isabelle-function} for further details. |
|
26849 | 451 |
|
28788 | 452 |
\item \hyperlink{command.HOL.termination}{\mbox{\isa{\isacommand{termination}}}}~\isa{f} commences a |
26849 | 453 |
termination proof for the previously defined function \isa{f}. If |
454 |
this is omitted, the command refers to the most recent function |
|
455 |
definition. After the proof is closed, the recursive equations and |
|
456 |
the induction principle is established. |
|
457 |
||
28788 | 458 |
\end{description} |
26849 | 459 |
|
27452 | 460 |
Recursive definitions introduced by the \hyperlink{command.HOL.function}{\mbox{\isa{\isacommand{function}}}} |
461 |
command accommodate |
|
26849 | 462 |
reasoning by induction (cf.\ \secref{sec:cases-induct}): rule \isa{{\isachardoublequote}c{\isachardot}induct{\isachardoublequote}} (where \isa{c} is the name of the function definition) |
463 |
refers to a specific induction rule, with parameters named according |
|
33857 | 464 |
to the user-specified equations. Cases are numbered (starting from 1). |
465 |
||
466 |
For \hyperlink{command.HOL.primrec}{\mbox{\isa{\isacommand{primrec}}}}, the induction principle coincides |
|
27452 | 467 |
with structural recursion on the datatype the recursion is carried |
468 |
out. |
|
26849 | 469 |
|
470 |
The equations provided by these packages may be referred later as |
|
471 |
theorem list \isa{{\isachardoublequote}f{\isachardot}simps{\isachardoublequote}}, where \isa{f} is the (collective) |
|
472 |
name of the functions defined. Individual equations may be named |
|
473 |
explicitly as well. |
|
474 |
||
26902 | 475 |
The \hyperlink{command.HOL.function}{\mbox{\isa{\isacommand{function}}}} command accepts the following |
26849 | 476 |
options. |
477 |
||
28788 | 478 |
\begin{description} |
26849 | 479 |
|
28788 | 480 |
\item \isa{sequential} enables a preprocessor which disambiguates |
481 |
overlapping patterns by making them mutually disjoint. Earlier |
|
482 |
equations take precedence over later ones. This allows to give the |
|
483 |
specification in a format very similar to functional programming. |
|
484 |
Note that the resulting simplification and induction rules |
|
485 |
correspond to the transformed specification, not the one given |
|
26849 | 486 |
originally. This usually means that each equation given by the user |
487 |
may result in several theroems. Also note that this automatic |
|
488 |
transformation only works for ML-style datatype patterns. |
|
489 |
||
28788 | 490 |
\item \isa{domintros} enables the automated generation of |
26849 | 491 |
introduction rules for the domain predicate. While mostly not |
492 |
needed, they can be helpful in some proofs about partial functions. |
|
493 |
||
28788 | 494 |
\item \isa{tailrec} generates the unconstrained recursive |
26849 | 495 |
equations even without a termination proof, provided that the |
496 |
function is tail-recursive. This currently only works |
|
497 |
||
28788 | 498 |
\item \isa{{\isachardoublequote}default\ d{\isachardoublequote}} allows to specify a default value for a |
26849 | 499 |
(partial) function, which will ensure that \isa{{\isachardoublequote}f\ x\ {\isacharequal}\ d\ x{\isachardoublequote}} |
500 |
whenever \isa{{\isachardoublequote}x\ {\isasymnotin}\ f{\isacharunderscore}dom{\isachardoublequote}}. |
|
501 |
||
28788 | 502 |
\end{description}% |
26849 | 503 |
\end{isamarkuptext}% |
504 |
\isamarkuptrue% |
|
505 |
% |
|
506 |
\isamarkupsubsection{Proof methods related to recursive definitions% |
|
507 |
} |
|
508 |
\isamarkuptrue% |
|
509 |
% |
|
510 |
\begin{isamarkuptext}% |
|
511 |
\begin{matharray}{rcl} |
|
28788 | 512 |
\indexdef{HOL}{method}{pat\_completeness}\hypertarget{method.HOL.pat-completeness}{\hyperlink{method.HOL.pat-completeness}{\mbox{\isa{pat{\isacharunderscore}completeness}}}} & : & \isa{method} \\ |
513 |
\indexdef{HOL}{method}{relation}\hypertarget{method.HOL.relation}{\hyperlink{method.HOL.relation}{\mbox{\isa{relation}}}} & : & \isa{method} \\ |
|
514 |
\indexdef{HOL}{method}{lexicographic\_order}\hypertarget{method.HOL.lexicographic-order}{\hyperlink{method.HOL.lexicographic-order}{\mbox{\isa{lexicographic{\isacharunderscore}order}}}} & : & \isa{method} \\ |
|
33858 | 515 |
\indexdef{HOL}{method}{size\_change}\hypertarget{method.HOL.size-change}{\hyperlink{method.HOL.size-change}{\mbox{\isa{size{\isacharunderscore}change}}}} & : & \isa{method} \\ |
26849 | 516 |
\end{matharray} |
517 |
||
518 |
\begin{rail} |
|
519 |
'relation' term |
|
520 |
; |
|
31913 | 521 |
'lexicographic\_order' ( clasimpmod * ) |
26849 | 522 |
; |
33858 | 523 |
'size\_change' ( orders ( clasimpmod * ) ) |
524 |
; |
|
525 |
orders: ( 'max' | 'min' | 'ms' ) * |
|
26849 | 526 |
\end{rail} |
527 |
||
28788 | 528 |
\begin{description} |
26849 | 529 |
|
28788 | 530 |
\item \hyperlink{method.HOL.pat-completeness}{\mbox{\isa{pat{\isacharunderscore}completeness}}} is a specialized method to |
26849 | 531 |
solve goals regarding the completeness of pattern matching, as |
26902 | 532 |
required by the \hyperlink{command.HOL.function}{\mbox{\isa{\isacommand{function}}}} package (cf.\ |
26849 | 533 |
\cite{isabelle-function}). |
534 |
||
28788 | 535 |
\item \hyperlink{method.HOL.relation}{\mbox{\isa{relation}}}~\isa{R} introduces a termination |
26849 | 536 |
proof using the relation \isa{R}. The resulting proof state will |
537 |
contain goals expressing that \isa{R} is wellfounded, and that the |
|
538 |
arguments of recursive calls decrease with respect to \isa{R}. |
|
539 |
Usually, this method is used as the initial proof step of manual |
|
540 |
termination proofs. |
|
541 |
||
28788 | 542 |
\item \hyperlink{method.HOL.lexicographic-order}{\mbox{\isa{lexicographic{\isacharunderscore}order}}} attempts a fully |
26849 | 543 |
automated termination proof by searching for a lexicographic |
544 |
combination of size measures on the arguments of the function. The |
|
26902 | 545 |
method accepts the same arguments as the \hyperlink{method.auto}{\mbox{\isa{auto}}} method, |
26849 | 546 |
which it uses internally to prove local descents. The same context |
26902 | 547 |
modifiers as for \hyperlink{method.auto}{\mbox{\isa{auto}}} are accepted, see |
26849 | 548 |
\secref{sec:clasimp}. |
549 |
||
550 |
In case of failure, extensive information is printed, which can help |
|
551 |
to analyse the situation (cf.\ \cite{isabelle-function}). |
|
552 |
||
33858 | 553 |
\item \hyperlink{method.HOL.size-change}{\mbox{\isa{size{\isacharunderscore}change}}} also works on termination goals, |
554 |
using a variation of the size-change principle, together with a |
|
555 |
graph decomposition technique (see \cite{krauss_phd} for details). |
|
556 |
Three kinds of orders are used internally: \isa{max}, \isa{min}, |
|
557 |
and \isa{ms} (multiset), which is only available when the theory |
|
558 |
\isa{Multiset} is loaded. When no order kinds are given, they are |
|
559 |
tried in order. The search for a termination proof uses SAT solving |
|
560 |
internally. |
|
561 |
||
562 |
For local descent proofs, the same context modifiers as for \hyperlink{method.auto}{\mbox{\isa{auto}}} are accepted, see \secref{sec:clasimp}. |
|
563 |
||
28788 | 564 |
\end{description}% |
26849 | 565 |
\end{isamarkuptext}% |
566 |
\isamarkuptrue% |
|
567 |
% |
|
568 |
\isamarkupsubsection{Old-style recursive function definitions (TFL)% |
|
569 |
} |
|
570 |
\isamarkuptrue% |
|
571 |
% |
|
572 |
\begin{isamarkuptext}% |
|
26907 | 573 |
The old TFL commands \hyperlink{command.HOL.recdef}{\mbox{\isa{\isacommand{recdef}}}} and \hyperlink{command.HOL.recdef-tc}{\mbox{\isa{\isacommand{recdef{\isacharunderscore}tc}}}} for defining recursive are mostly obsolete; \hyperlink{command.HOL.function}{\mbox{\isa{\isacommand{function}}}} or \hyperlink{command.HOL.fun}{\mbox{\isa{\isacommand{fun}}}} should be used instead. |
26849 | 574 |
|
575 |
\begin{matharray}{rcl} |
|
28788 | 576 |
\indexdef{HOL}{command}{recdef}\hypertarget{command.HOL.recdef}{\hyperlink{command.HOL.recdef}{\mbox{\isa{\isacommand{recdef}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isacharparenright}{\isachardoublequote}} \\ |
577 |
\indexdef{HOL}{command}{recdef\_tc}\hypertarget{command.HOL.recdef-tc}{\hyperlink{command.HOL.recdef-tc}{\mbox{\isa{\isacommand{recdef{\isacharunderscore}tc}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\ |
|
26849 | 578 |
\end{matharray} |
579 |
||
580 |
\begin{rail} |
|
581 |
'recdef' ('(' 'permissive' ')')? \\ name term (prop +) hints? |
|
582 |
; |
|
583 |
recdeftc thmdecl? tc |
|
584 |
; |
|
31913 | 585 |
hints: '(' 'hints' ( recdefmod * ) ')' |
26849 | 586 |
; |
587 |
recdefmod: (('recdef\_simp' | 'recdef\_cong' | 'recdef\_wf') (() | 'add' | 'del') ':' thmrefs) | clasimpmod |
|
588 |
; |
|
589 |
tc: nameref ('(' nat ')')? |
|
590 |
; |
|
591 |
\end{rail} |
|
592 |
||
28788 | 593 |
\begin{description} |
26849 | 594 |
|
28788 | 595 |
\item \hyperlink{command.HOL.recdef}{\mbox{\isa{\isacommand{recdef}}}} defines general well-founded |
26849 | 596 |
recursive functions (using the TFL package), see also |
597 |
\cite{isabelle-HOL}. The ``\isa{{\isachardoublequote}{\isacharparenleft}permissive{\isacharparenright}{\isachardoublequote}}'' option tells |
|
598 |
TFL to recover from failed proof attempts, returning unfinished |
|
599 |
results. The \isa{recdef{\isacharunderscore}simp}, \isa{recdef{\isacharunderscore}cong}, and \isa{recdef{\isacharunderscore}wf} hints refer to auxiliary rules to be used in the internal |
|
26902 | 600 |
automated proof process of TFL. Additional \hyperlink{syntax.clasimpmod}{\mbox{\isa{clasimpmod}}} |
26849 | 601 |
declarations (cf.\ \secref{sec:clasimp}) may be given to tune the |
602 |
context of the Simplifier (cf.\ \secref{sec:simplifier}) and |
|
603 |
Classical reasoner (cf.\ \secref{sec:classical}). |
|
604 |
||
28788 | 605 |
\item \hyperlink{command.HOL.recdef-tc}{\mbox{\isa{\isacommand{recdef{\isacharunderscore}tc}}}}~\isa{{\isachardoublequote}c\ {\isacharparenleft}i{\isacharparenright}{\isachardoublequote}} recommences the |
26849 | 606 |
proof for leftover termination condition number \isa{i} (default |
26902 | 607 |
1) as generated by a \hyperlink{command.HOL.recdef}{\mbox{\isa{\isacommand{recdef}}}} definition of |
26849 | 608 |
constant \isa{c}. |
609 |
||
26902 | 610 |
Note that in most cases, \hyperlink{command.HOL.recdef}{\mbox{\isa{\isacommand{recdef}}}} is able to finish |
26849 | 611 |
its internal proofs without manual intervention. |
612 |
||
28788 | 613 |
\end{description} |
26849 | 614 |
|
26902 | 615 |
\medskip Hints for \hyperlink{command.HOL.recdef}{\mbox{\isa{\isacommand{recdef}}}} may be also declared |
26849 | 616 |
globally, using the following attributes. |
617 |
||
618 |
\begin{matharray}{rcl} |
|
28788 | 619 |
\indexdef{HOL}{attribute}{recdef\_simp}\hypertarget{attribute.HOL.recdef-simp}{\hyperlink{attribute.HOL.recdef-simp}{\mbox{\isa{recdef{\isacharunderscore}simp}}}} & : & \isa{attribute} \\ |
620 |
\indexdef{HOL}{attribute}{recdef\_cong}\hypertarget{attribute.HOL.recdef-cong}{\hyperlink{attribute.HOL.recdef-cong}{\mbox{\isa{recdef{\isacharunderscore}cong}}}} & : & \isa{attribute} \\ |
|
621 |
\indexdef{HOL}{attribute}{recdef\_wf}\hypertarget{attribute.HOL.recdef-wf}{\hyperlink{attribute.HOL.recdef-wf}{\mbox{\isa{recdef{\isacharunderscore}wf}}}} & : & \isa{attribute} \\ |
|
26849 | 622 |
\end{matharray} |
623 |
||
624 |
\begin{rail} |
|
625 |
('recdef\_simp' | 'recdef\_cong' | 'recdef\_wf') (() | 'add' | 'del') |
|
626 |
; |
|
627 |
\end{rail}% |
|
628 |
\end{isamarkuptext}% |
|
629 |
\isamarkuptrue% |
|
630 |
% |
|
631 |
\isamarkupsection{Inductive and coinductive definitions \label{sec:hol-inductive}% |
|
632 |
} |
|
633 |
\isamarkuptrue% |
|
634 |
% |
|
635 |
\begin{isamarkuptext}% |
|
636 |
An \textbf{inductive definition} specifies the least predicate (or |
|
637 |
set) \isa{R} closed under given rules: applying a rule to elements |
|
638 |
of \isa{R} yields a result within \isa{R}. For example, a |
|
639 |
structural operational semantics is an inductive definition of an |
|
640 |
evaluation relation. |
|
641 |
||
642 |
Dually, a \textbf{coinductive definition} specifies the greatest |
|
643 |
predicate~/ set \isa{R} that is consistent with given rules: every |
|
644 |
element of \isa{R} can be seen as arising by applying a rule to |
|
645 |
elements of \isa{R}. An important example is using bisimulation |
|
646 |
relations to formalise equivalence of processes and infinite data |
|
647 |
structures. |
|
648 |
||
649 |
\medskip The HOL package is related to the ZF one, which is |
|
650 |
described in a separate paper,\footnote{It appeared in CADE |
|
651 |
\cite{paulson-CADE}; a longer version is distributed with Isabelle.} |
|
652 |
which you should refer to in case of difficulties. The package is |
|
653 |
simpler than that of ZF thanks to implicit type-checking in HOL. |
|
654 |
The types of the (co)inductive predicates (or sets) determine the |
|
655 |
domain of the fixedpoint definition, and the package does not have |
|
656 |
to use inference rules for type-checking. |
|
657 |
||
658 |
\begin{matharray}{rcl} |
|
28788 | 659 |
\indexdef{HOL}{command}{inductive}\hypertarget{command.HOL.inductive}{\hyperlink{command.HOL.inductive}{\mbox{\isa{\isacommand{inductive}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ local{\isacharunderscore}theory{\isachardoublequote}} \\ |
660 |
\indexdef{HOL}{command}{inductive\_set}\hypertarget{command.HOL.inductive-set}{\hyperlink{command.HOL.inductive-set}{\mbox{\isa{\isacommand{inductive{\isacharunderscore}set}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ local{\isacharunderscore}theory{\isachardoublequote}} \\ |
|
661 |
\indexdef{HOL}{command}{coinductive}\hypertarget{command.HOL.coinductive}{\hyperlink{command.HOL.coinductive}{\mbox{\isa{\isacommand{coinductive}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ local{\isacharunderscore}theory{\isachardoublequote}} \\ |
|
662 |
\indexdef{HOL}{command}{coinductive\_set}\hypertarget{command.HOL.coinductive-set}{\hyperlink{command.HOL.coinductive-set}{\mbox{\isa{\isacommand{coinductive{\isacharunderscore}set}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ local{\isacharunderscore}theory{\isachardoublequote}} \\ |
|
663 |
\indexdef{HOL}{attribute}{mono}\hypertarget{attribute.HOL.mono}{\hyperlink{attribute.HOL.mono}{\mbox{\isa{mono}}}} & : & \isa{attribute} \\ |
|
26849 | 664 |
\end{matharray} |
665 |
||
666 |
\begin{rail} |
|
667 |
('inductive' | 'inductive\_set' | 'coinductive' | 'coinductive\_set') target? fixes ('for' fixes)? \\ |
|
668 |
('where' clauses)? ('monos' thmrefs)? |
|
669 |
; |
|
670 |
clauses: (thmdecl? prop + '|') |
|
671 |
; |
|
672 |
'mono' (() | 'add' | 'del') |
|
673 |
; |
|
674 |
\end{rail} |
|
675 |
||
28788 | 676 |
\begin{description} |
26849 | 677 |
|
28788 | 678 |
\item \hyperlink{command.HOL.inductive}{\mbox{\isa{\isacommand{inductive}}}} and \hyperlink{command.HOL.coinductive}{\mbox{\isa{\isacommand{coinductive}}}} define (co)inductive predicates from the |
26902 | 679 |
introduction rules given in the \hyperlink{keyword.where}{\mbox{\isa{\isakeyword{where}}}} part. The |
680 |
optional \hyperlink{keyword.for}{\mbox{\isa{\isakeyword{for}}}} part contains a list of parameters of the |
|
26849 | 681 |
(co)inductive predicates that remain fixed throughout the |
26902 | 682 |
definition. The optional \hyperlink{keyword.monos}{\mbox{\isa{\isakeyword{monos}}}} section contains |
26849 | 683 |
\emph{monotonicity theorems}, which are required for each operator |
684 |
applied to a recursive set in the introduction rules. There |
|
685 |
\emph{must} be a theorem of the form \isa{{\isachardoublequote}A\ {\isasymle}\ B\ {\isasymLongrightarrow}\ M\ A\ {\isasymle}\ M\ B{\isachardoublequote}}, |
|
686 |
for each premise \isa{{\isachardoublequote}M\ R\isactrlsub i\ t{\isachardoublequote}} in an introduction rule! |
|
687 |
||
28788 | 688 |
\item \hyperlink{command.HOL.inductive-set}{\mbox{\isa{\isacommand{inductive{\isacharunderscore}set}}}} and \hyperlink{command.HOL.coinductive-set}{\mbox{\isa{\isacommand{coinductive{\isacharunderscore}set}}}} are wrappers for to the previous commands, |
26849 | 689 |
allowing the definition of (co)inductive sets. |
690 |
||
28788 | 691 |
\item \hyperlink{attribute.HOL.mono}{\mbox{\isa{mono}}} declares monotonicity rules. These |
26902 | 692 |
rule are involved in the automated monotonicity proof of \hyperlink{command.HOL.inductive}{\mbox{\isa{\isacommand{inductive}}}}. |
26849 | 693 |
|
28788 | 694 |
\end{description}% |
26849 | 695 |
\end{isamarkuptext}% |
696 |
\isamarkuptrue% |
|
697 |
% |
|
698 |
\isamarkupsubsection{Derived rules% |
|
699 |
} |
|
700 |
\isamarkuptrue% |
|
701 |
% |
|
702 |
\begin{isamarkuptext}% |
|
703 |
Each (co)inductive definition \isa{R} adds definitions to the |
|
704 |
theory and also proves some theorems: |
|
705 |
||
706 |
\begin{description} |
|
707 |
||
28788 | 708 |
\item \isa{R{\isachardot}intros} is the list of introduction rules as proven |
26849 | 709 |
theorems, for the recursive predicates (or sets). The rules are |
710 |
also available individually, using the names given them in the |
|
711 |
theory file; |
|
712 |
||
28788 | 713 |
\item \isa{R{\isachardot}cases} is the case analysis (or elimination) rule; |
26849 | 714 |
|
28788 | 715 |
\item \isa{R{\isachardot}induct} or \isa{R{\isachardot}coinduct} is the (co)induction |
26849 | 716 |
rule. |
717 |
||
718 |
\end{description} |
|
719 |
||
720 |
When several predicates \isa{{\isachardoublequote}R\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ R\isactrlsub n{\isachardoublequote}} are |
|
721 |
defined simultaneously, the list of introduction rules is called |
|
722 |
\isa{{\isachardoublequote}R\isactrlsub {\isadigit{1}}{\isacharunderscore}{\isasymdots}{\isacharunderscore}R\isactrlsub n{\isachardot}intros{\isachardoublequote}}, the case analysis rules are |
|
723 |
called \isa{{\isachardoublequote}R\isactrlsub {\isadigit{1}}{\isachardot}cases{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ R\isactrlsub n{\isachardot}cases{\isachardoublequote}}, and the list |
|
724 |
of mutual induction rules is called \isa{{\isachardoublequote}R\isactrlsub {\isadigit{1}}{\isacharunderscore}{\isasymdots}{\isacharunderscore}R\isactrlsub n{\isachardot}inducts{\isachardoublequote}}.% |
|
725 |
\end{isamarkuptext}% |
|
726 |
\isamarkuptrue% |
|
727 |
% |
|
728 |
\isamarkupsubsection{Monotonicity theorems% |
|
729 |
} |
|
730 |
\isamarkuptrue% |
|
731 |
% |
|
732 |
\begin{isamarkuptext}% |
|
733 |
Each theory contains a default set of theorems that are used in |
|
734 |
monotonicity proofs. New rules can be added to this set via the |
|
26902 | 735 |
\hyperlink{attribute.HOL.mono}{\mbox{\isa{mono}}} attribute. The HOL theory \isa{Inductive} |
26849 | 736 |
shows how this is done. In general, the following monotonicity |
737 |
theorems may be added: |
|
738 |
||
739 |
\begin{itemize} |
|
740 |
||
741 |
\item Theorems of the form \isa{{\isachardoublequote}A\ {\isasymle}\ B\ {\isasymLongrightarrow}\ M\ A\ {\isasymle}\ M\ B{\isachardoublequote}}, for proving |
|
742 |
monotonicity of inductive definitions whose introduction rules have |
|
743 |
premises involving terms such as \isa{{\isachardoublequote}M\ R\isactrlsub i\ t{\isachardoublequote}}. |
|
744 |
||
745 |
\item Monotonicity theorems for logical operators, which are of the |
|
746 |
general form \isa{{\isachardoublequote}{\isacharparenleft}{\isasymdots}\ {\isasymlongrightarrow}\ {\isasymdots}{\isacharparenright}\ {\isasymLongrightarrow}\ {\isasymdots}\ {\isacharparenleft}{\isasymdots}\ {\isasymlongrightarrow}\ {\isasymdots}{\isacharparenright}\ {\isasymLongrightarrow}\ {\isasymdots}\ {\isasymlongrightarrow}\ {\isasymdots}{\isachardoublequote}}. For example, in |
|
747 |
the case of the operator \isa{{\isachardoublequote}{\isasymor}{\isachardoublequote}}, the corresponding theorem is |
|
748 |
\[ |
|
749 |
\infer{\isa{{\isachardoublequote}P\isactrlsub {\isadigit{1}}\ {\isasymor}\ P\isactrlsub {\isadigit{2}}\ {\isasymlongrightarrow}\ Q\isactrlsub {\isadigit{1}}\ {\isasymor}\ Q\isactrlsub {\isadigit{2}}{\isachardoublequote}}}{\isa{{\isachardoublequote}P\isactrlsub {\isadigit{1}}\ {\isasymlongrightarrow}\ Q\isactrlsub {\isadigit{1}}{\isachardoublequote}} & \isa{{\isachardoublequote}P\isactrlsub {\isadigit{2}}\ {\isasymlongrightarrow}\ Q\isactrlsub {\isadigit{2}}{\isachardoublequote}}} |
|
750 |
\] |
|
751 |
||
752 |
\item De Morgan style equations for reasoning about the ``polarity'' |
|
753 |
of expressions, e.g. |
|
754 |
\[ |
|
755 |
\isa{{\isachardoublequote}{\isasymnot}\ {\isasymnot}\ P\ {\isasymlongleftrightarrow}\ P{\isachardoublequote}} \qquad\qquad |
|
756 |
\isa{{\isachardoublequote}{\isasymnot}\ {\isacharparenleft}P\ {\isasymand}\ Q{\isacharparenright}\ {\isasymlongleftrightarrow}\ {\isasymnot}\ P\ {\isasymor}\ {\isasymnot}\ Q{\isachardoublequote}} |
|
757 |
\] |
|
758 |
||
759 |
\item Equations for reducing complex operators to more primitive |
|
760 |
ones whose monotonicity can easily be proved, e.g. |
|
761 |
\[ |
|
762 |
\isa{{\isachardoublequote}{\isacharparenleft}P\ {\isasymlongrightarrow}\ Q{\isacharparenright}\ {\isasymlongleftrightarrow}\ {\isasymnot}\ P\ {\isasymor}\ Q{\isachardoublequote}} \qquad\qquad |
|
763 |
\isa{{\isachardoublequote}Ball\ A\ P\ {\isasymequiv}\ {\isasymforall}x{\isachardot}\ x\ {\isasymin}\ A\ {\isasymlongrightarrow}\ P\ x{\isachardoublequote}} |
|
764 |
\] |
|
765 |
||
766 |
\end{itemize} |
|
767 |
||
768 |
%FIXME: Example of an inductive definition% |
|
769 |
\end{isamarkuptext}% |
|
770 |
\isamarkuptrue% |
|
771 |
% |
|
772 |
\isamarkupsection{Arithmetic proof support% |
|
773 |
} |
|
774 |
\isamarkuptrue% |
|
775 |
% |
|
776 |
\begin{isamarkuptext}% |
|
777 |
\begin{matharray}{rcl} |
|
28788 | 778 |
\indexdef{HOL}{method}{arith}\hypertarget{method.HOL.arith}{\hyperlink{method.HOL.arith}{\mbox{\isa{arith}}}} & : & \isa{method} \\ |
30863 | 779 |
\indexdef{HOL}{attribute}{arith}\hypertarget{attribute.HOL.arith}{\hyperlink{attribute.HOL.arith}{\mbox{\isa{arith}}}} & : & \isa{attribute} \\ |
28788 | 780 |
\indexdef{HOL}{attribute}{arith\_split}\hypertarget{attribute.HOL.arith-split}{\hyperlink{attribute.HOL.arith-split}{\mbox{\isa{arith{\isacharunderscore}split}}}} & : & \isa{attribute} \\ |
26849 | 781 |
\end{matharray} |
782 |
||
26902 | 783 |
The \hyperlink{method.HOL.arith}{\mbox{\isa{arith}}} method decides linear arithmetic problems |
26849 | 784 |
(on types \isa{nat}, \isa{int}, \isa{real}). Any current |
785 |
facts are inserted into the goal before running the procedure. |
|
786 |
||
30863 | 787 |
The \hyperlink{attribute.HOL.arith}{\mbox{\isa{arith}}} attribute declares facts that are |
788 |
always supplied to the arithmetic provers implicitly. |
|
26849 | 789 |
|
30863 | 790 |
The \hyperlink{attribute.HOL.arith-split}{\mbox{\isa{arith{\isacharunderscore}split}}} attribute declares case split |
30865 | 791 |
rules to be expanded before \hyperlink{method.HOL.arith}{\mbox{\isa{arith}}} is invoked. |
30863 | 792 |
|
793 |
Note that a simpler (but faster) arithmetic prover is |
|
794 |
already invoked by the Simplifier.% |
|
26849 | 795 |
\end{isamarkuptext}% |
796 |
\isamarkuptrue% |
|
797 |
% |
|
30172 | 798 |
\isamarkupsection{Intuitionistic proof search% |
799 |
} |
|
800 |
\isamarkuptrue% |
|
801 |
% |
|
802 |
\begin{isamarkuptext}% |
|
803 |
\begin{matharray}{rcl} |
|
804 |
\indexdef{HOL}{method}{iprover}\hypertarget{method.HOL.iprover}{\hyperlink{method.HOL.iprover}{\mbox{\isa{iprover}}}} & : & \isa{method} \\ |
|
805 |
\end{matharray} |
|
806 |
||
807 |
\begin{rail} |
|
31913 | 808 |
'iprover' ('!' ?) ( rulemod * ) |
30172 | 809 |
; |
810 |
\end{rail} |
|
811 |
||
812 |
The \hyperlink{method.HOL.iprover}{\mbox{\isa{iprover}}} method performs intuitionistic proof |
|
813 |
search, depending on specifically declared rules from the context, |
|
814 |
or given as explicit arguments. Chained facts are inserted into the |
|
815 |
goal before commencing proof search; ``\hyperlink{method.HOL.iprover}{\mbox{\isa{iprover}}}\isa{{\isachardoublequote}{\isacharbang}{\isachardoublequote}}'' means to include the current \hyperlink{fact.prems}{\mbox{\isa{prems}}} as well. |
|
816 |
||
817 |
Rules need to be classified as \hyperlink{attribute.Pure.intro}{\mbox{\isa{intro}}}, |
|
818 |
\hyperlink{attribute.Pure.elim}{\mbox{\isa{elim}}}, or \hyperlink{attribute.Pure.dest}{\mbox{\isa{dest}}}; here the |
|
819 |
``\isa{{\isachardoublequote}{\isacharbang}{\isachardoublequote}}'' indicator refers to ``safe'' rules, which may be |
|
820 |
applied aggressively (without considering back-tracking later). |
|
821 |
Rules declared with ``\isa{{\isachardoublequote}{\isacharquery}{\isachardoublequote}}'' are ignored in proof search (the |
|
822 |
single-step \hyperlink{method.rule}{\mbox{\isa{rule}}} method still observes these). An |
|
823 |
explicit weight annotation may be given as well; otherwise the |
|
824 |
number of rule premises will be taken into account here.% |
|
825 |
\end{isamarkuptext}% |
|
826 |
\isamarkuptrue% |
|
827 |
% |
|
828 |
\isamarkupsection{Coherent Logic% |
|
829 |
} |
|
830 |
\isamarkuptrue% |
|
831 |
% |
|
832 |
\begin{isamarkuptext}% |
|
833 |
\begin{matharray}{rcl} |
|
834 |
\indexdef{HOL}{method}{coherent}\hypertarget{method.HOL.coherent}{\hyperlink{method.HOL.coherent}{\mbox{\isa{coherent}}}} & : & \isa{method} \\ |
|
835 |
\end{matharray} |
|
836 |
||
837 |
\begin{rail} |
|
838 |
'coherent' thmrefs? |
|
839 |
; |
|
840 |
\end{rail} |
|
841 |
||
842 |
The \hyperlink{method.HOL.coherent}{\mbox{\isa{coherent}}} method solves problems of |
|
843 |
\emph{Coherent Logic} \cite{Bezem-Coquand:2005}, which covers |
|
844 |
applications in confluence theory, lattice theory and projective |
|
845 |
geometry. See \hyperlink{file.~~/src/HOL/ex/Coherent.thy}{\mbox{\isa{\isatt{{\isachartilde}{\isachartilde}{\isacharslash}src{\isacharslash}HOL{\isacharslash}ex{\isacharslash}Coherent{\isachardot}thy}}}} for some |
|
846 |
examples.% |
|
847 |
\end{isamarkuptext}% |
|
848 |
\isamarkuptrue% |
|
849 |
% |
|
31913 | 850 |
\isamarkupsection{Checking and refuting propositions% |
851 |
} |
|
852 |
\isamarkuptrue% |
|
853 |
% |
|
854 |
\begin{isamarkuptext}% |
|
855 |
Identifying incorrect propositions usually involves evaluation of |
|
856 |
particular assignments and systematic counter example search. This |
|
857 |
is supported by the following commands. |
|
858 |
||
859 |
\begin{matharray}{rcl} |
|
860 |
\indexdef{HOL}{command}{value}\hypertarget{command.HOL.value}{\hyperlink{command.HOL.value}{\mbox{\isa{\isacommand{value}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\ |
|
861 |
\indexdef{HOL}{command}{quickcheck}\hypertarget{command.HOL.quickcheck}{\hyperlink{command.HOL.quickcheck}{\mbox{\isa{\isacommand{quickcheck}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}proof\ {\isasymrightarrow}{\isachardoublequote}} \\ |
|
862 |
\indexdef{HOL}{command}{quickcheck\_params}\hypertarget{command.HOL.quickcheck-params}{\hyperlink{command.HOL.quickcheck-params}{\mbox{\isa{\isacommand{quickcheck{\isacharunderscore}params}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} |
|
863 |
\end{matharray} |
|
864 |
||
865 |
\begin{rail} |
|
866 |
'value' ( ( '[' name ']' ) ? ) modes? term |
|
867 |
; |
|
868 |
||
869 |
'quickcheck' ( ( '[' args ']' ) ? ) nat? |
|
870 |
; |
|
871 |
||
872 |
'quickcheck_params' ( ( '[' args ']' ) ? ) |
|
873 |
; |
|
874 |
||
875 |
modes: '(' (name + ) ')' |
|
876 |
; |
|
877 |
||
878 |
args: ( name '=' value + ',' ) |
|
879 |
; |
|
880 |
\end{rail} |
|
881 |
||
882 |
\begin{description} |
|
883 |
||
884 |
\item \hyperlink{command.HOL.value}{\mbox{\isa{\isacommand{value}}}}~\isa{t} evaluates and prints a |
|
885 |
term; optionally \isa{modes} can be specified, which are |
|
886 |
appended to the current print mode (see also \cite{isabelle-ref}). |
|
887 |
Internally, the evaluation is performed by registered evaluators, |
|
888 |
which are invoked sequentially until a result is returned. |
|
889 |
Alternatively a specific evaluator can be selected using square |
|
890 |
brackets; available evaluators include \isa{nbe} for |
|
891 |
\emph{normalization by evaluation} and \emph{code} for code |
|
892 |
generation in SML. |
|
893 |
||
894 |
\item \hyperlink{command.HOL.quickcheck}{\mbox{\isa{\isacommand{quickcheck}}}} tests the current goal for |
|
895 |
counter examples using a series of arbitrary assignments for its |
|
896 |
free variables; by default the first subgoal is tested, an other |
|
897 |
can be selected explicitly using an optional goal index. |
|
898 |
A number of configuration options are supported for |
|
899 |
\hyperlink{command.HOL.quickcheck}{\mbox{\isa{\isacommand{quickcheck}}}}, notably: |
|
900 |
||
901 |
\begin{description} |
|
902 |
||
903 |
\item[size] specifies the maximum size of the search space for |
|
904 |
assignment values. |
|
905 |
||
906 |
\item[iterations] sets how many sets of assignments are |
|
907 |
generated for each particular size. |
|
908 |
||
909 |
\end{description} |
|
910 |
||
911 |
These option can be given within square brackets. |
|
912 |
||
913 |
\item \hyperlink{command.HOL.quickcheck-params}{\mbox{\isa{\isacommand{quickcheck{\isacharunderscore}params}}}} changes quickcheck |
|
914 |
configuration options persitently. |
|
915 |
||
916 |
\end{description}% |
|
917 |
\end{isamarkuptext}% |
|
918 |
\isamarkuptrue% |
|
919 |
% |
|
28603 | 920 |
\isamarkupsection{Invoking automated reasoning tools -- The Sledgehammer% |
921 |
} |
|
922 |
\isamarkuptrue% |
|
923 |
% |
|
924 |
\begin{isamarkuptext}% |
|
925 |
Isabelle/HOL includes a generic \emph{ATP manager} that allows |
|
926 |
external automated reasoning tools to crunch a pending goal. |
|
927 |
Supported provers include E\footnote{\url{http://www.eprover.org}}, |
|
928 |
SPASS\footnote{\url{http://www.spass-prover.org/}}, and Vampire. |
|
929 |
There is also a wrapper to invoke provers remotely via the |
|
930 |
SystemOnTPTP\footnote{\url{http://www.cs.miami.edu/~tptp/cgi-bin/SystemOnTPTP}} |
|
931 |
web service. |
|
932 |
||
933 |
The problem passed to external provers consists of the goal together |
|
934 |
with a smart selection of lemmas from the current theory context. |
|
935 |
The result of a successful proof search is some source text that |
|
936 |
usually reconstructs the proof within Isabelle, without requiring |
|
937 |
external provers again. The Metis |
|
938 |
prover\footnote{\url{http://www.gilith.com/software/metis/}} that is |
|
939 |
integrated into Isabelle/HOL is being used here. |
|
940 |
||
941 |
In this mode of operation, heavy means of automated reasoning are |
|
942 |
used as a strong relevance filter, while the main proof checking |
|
943 |
works via explicit inferences going through the Isabelle kernel. |
|
944 |
Moreover, rechecking Isabelle proof texts with already specified |
|
945 |
auxiliary facts is much faster than performing fully automated |
|
946 |
search over and over again. |
|
947 |
||
948 |
\begin{matharray}{rcl} |
|
28788 | 949 |
\indexdef{HOL}{command}{sledgehammer}\hypertarget{command.HOL.sledgehammer}{\hyperlink{command.HOL.sledgehammer}{\mbox{\isa{\isacommand{sledgehammer}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}proof\ {\isasymrightarrow}{\isachardoublequote}} \\ |
950 |
\indexdef{HOL}{command}{print\_atps}\hypertarget{command.HOL.print-atps}{\hyperlink{command.HOL.print-atps}{\mbox{\isa{\isacommand{print{\isacharunderscore}atps}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\ |
|
951 |
\indexdef{HOL}{command}{atp\_info}\hypertarget{command.HOL.atp-info}{\hyperlink{command.HOL.atp-info}{\mbox{\isa{\isacommand{atp{\isacharunderscore}info}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}any\ {\isasymrightarrow}{\isachardoublequote}} \\ |
|
952 |
\indexdef{HOL}{command}{atp\_kill}\hypertarget{command.HOL.atp-kill}{\hyperlink{command.HOL.atp-kill}{\mbox{\isa{\isacommand{atp{\isacharunderscore}kill}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}any\ {\isasymrightarrow}{\isachardoublequote}} \\ |
|
29113 | 953 |
\indexdef{HOL}{command}{atp\_messages}\hypertarget{command.HOL.atp-messages}{\hyperlink{command.HOL.atp-messages}{\mbox{\isa{\isacommand{atp{\isacharunderscore}messages}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}any\ {\isasymrightarrow}{\isachardoublequote}} \\ |
28788 | 954 |
\indexdef{HOL}{method}{metis}\hypertarget{method.HOL.metis}{\hyperlink{method.HOL.metis}{\mbox{\isa{metis}}}} & : & \isa{method} \\ |
28603 | 955 |
\end{matharray} |
956 |
||
957 |
\begin{rail} |
|
31913 | 958 |
'sledgehammer' ( nameref * ) |
28603 | 959 |
; |
29113 | 960 |
'atp\_messages' ('(' nat ')')? |
29115 | 961 |
; |
28603 | 962 |
|
963 |
'metis' thmrefs |
|
964 |
; |
|
965 |
\end{rail} |
|
966 |
||
28788 | 967 |
\begin{description} |
28603 | 968 |
|
28788 | 969 |
\item \hyperlink{command.HOL.sledgehammer}{\mbox{\isa{\isacommand{sledgehammer}}}}~\isa{{\isachardoublequote}prover\isactrlsub {\isadigit{1}}\ {\isasymdots}\ prover\isactrlsub n{\isachardoublequote}} |
970 |
invokes the specified automated theorem provers on the first |
|
971 |
subgoal. Provers are run in parallel, the first successful result |
|
972 |
is displayed, and the other attempts are terminated. |
|
28603 | 973 |
|
974 |
Provers are defined in the theory context, see also \hyperlink{command.HOL.print-atps}{\mbox{\isa{\isacommand{print{\isacharunderscore}atps}}}}. If no provers are given as arguments to \hyperlink{command.HOL.sledgehammer}{\mbox{\isa{\isacommand{sledgehammer}}}}, the system refers to the default defined as |
|
975 |
``ATP provers'' preference by the user interface. |
|
976 |
||
977 |
There are additional preferences for timeout (default: 60 seconds), |
|
978 |
and the maximum number of independent prover processes (default: 5); |
|
979 |
excessive provers are automatically terminated. |
|
980 |
||
28788 | 981 |
\item \hyperlink{command.HOL.print-atps}{\mbox{\isa{\isacommand{print{\isacharunderscore}atps}}}} prints the list of automated |
28603 | 982 |
theorem provers available to the \hyperlink{command.HOL.sledgehammer}{\mbox{\isa{\isacommand{sledgehammer}}}} |
983 |
command. |
|
984 |
||
28788 | 985 |
\item \hyperlink{command.HOL.atp-info}{\mbox{\isa{\isacommand{atp{\isacharunderscore}info}}}} prints information about presently |
28603 | 986 |
running provers, including elapsed runtime, and the remaining time |
987 |
until timeout. |
|
988 |
||
28788 | 989 |
\item \hyperlink{command.HOL.atp-kill}{\mbox{\isa{\isacommand{atp{\isacharunderscore}kill}}}} terminates all presently running |
28603 | 990 |
provers. |
991 |
||
29113 | 992 |
\item \hyperlink{command.HOL.atp-messages}{\mbox{\isa{\isacommand{atp{\isacharunderscore}messages}}}} displays recent messages issued |
993 |
by automated theorem provers. This allows to examine results that |
|
994 |
might have got lost due to the asynchronous nature of default |
|
29115 | 995 |
\hyperlink{command.HOL.sledgehammer}{\mbox{\isa{\isacommand{sledgehammer}}}} output. An optional message limit may |
996 |
be specified (default 5). |
|
29113 | 997 |
|
28788 | 998 |
\item \hyperlink{method.HOL.metis}{\mbox{\isa{metis}}}~\isa{{\isachardoublequote}facts{\isachardoublequote}} invokes the Metis prover |
999 |
with the given facts. Metis is an automated proof tool of medium |
|
1000 |
strength, but is fully integrated into Isabelle/HOL, with explicit |
|
1001 |
inferences going through the kernel. Thus its results are |
|
28603 | 1002 |
guaranteed to be ``correct by construction''. |
1003 |
||
1004 |
Note that all facts used with Metis need to be specified as explicit |
|
1005 |
arguments. There are no rule declarations as for other Isabelle |
|
1006 |
provers, like \hyperlink{method.blast}{\mbox{\isa{blast}}} or \hyperlink{method.fast}{\mbox{\isa{fast}}}. |
|
1007 |
||
28788 | 1008 |
\end{description}% |
28603 | 1009 |
\end{isamarkuptext}% |
1010 |
\isamarkuptrue% |
|
1011 |
% |
|
28788 | 1012 |
\isamarkupsection{Unstructured case analysis and induction \label{sec:hol-induct-tac}% |
26849 | 1013 |
} |
1014 |
\isamarkuptrue% |
|
1015 |
% |
|
1016 |
\begin{isamarkuptext}% |
|
27124 | 1017 |
The following tools of Isabelle/HOL support cases analysis and |
1018 |
induction in unstructured tactic scripts; see also |
|
1019 |
\secref{sec:cases-induct} for proper Isar versions of similar ideas. |
|
26849 | 1020 |
|
1021 |
\begin{matharray}{rcl} |
|
28788 | 1022 |
\indexdef{HOL}{method}{case\_tac}\hypertarget{method.HOL.case-tac}{\hyperlink{method.HOL.case-tac}{\mbox{\isa{case{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\ |
1023 |
\indexdef{HOL}{method}{induct\_tac}\hypertarget{method.HOL.induct-tac}{\hyperlink{method.HOL.induct-tac}{\mbox{\isa{induct{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\ |
|
1024 |
\indexdef{HOL}{method}{ind\_cases}\hypertarget{method.HOL.ind-cases}{\hyperlink{method.HOL.ind-cases}{\mbox{\isa{ind{\isacharunderscore}cases}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\ |
|
1025 |
\indexdef{HOL}{command}{inductive\_cases}\hypertarget{command.HOL.inductive-cases}{\hyperlink{command.HOL.inductive-cases}{\mbox{\isa{\isacommand{inductive{\isacharunderscore}cases}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ local{\isacharunderscore}theory{\isachardoublequote}} \\ |
|
26849 | 1026 |
\end{matharray} |
1027 |
||
1028 |
\begin{rail} |
|
1029 |
'case\_tac' goalspec? term rule? |
|
1030 |
; |
|
1031 |
'induct\_tac' goalspec? (insts * 'and') rule? |
|
1032 |
; |
|
1033 |
'ind\_cases' (prop +) ('for' (name +)) ? |
|
1034 |
; |
|
1035 |
'inductive\_cases' (thmdecl? (prop +) + 'and') |
|
1036 |
; |
|
1037 |
||
1038 |
rule: ('rule' ':' thmref) |
|
1039 |
; |
|
1040 |
\end{rail} |
|
1041 |
||
28788 | 1042 |
\begin{description} |
26849 | 1043 |
|
28788 | 1044 |
\item \hyperlink{method.HOL.case-tac}{\mbox{\isa{case{\isacharunderscore}tac}}} and \hyperlink{method.HOL.induct-tac}{\mbox{\isa{induct{\isacharunderscore}tac}}} admit |
1045 |
to reason about inductive types. Rules are selected according to |
|
1046 |
the declarations by the \hyperlink{attribute.cases}{\mbox{\isa{cases}}} and \hyperlink{attribute.induct}{\mbox{\isa{induct}}} |
|
1047 |
attributes, cf.\ \secref{sec:cases-induct}. The \hyperlink{command.HOL.datatype}{\mbox{\isa{\isacommand{datatype}}}} package already takes care of this. |
|
27124 | 1048 |
|
1049 |
These unstructured tactics feature both goal addressing and dynamic |
|
26849 | 1050 |
instantiation. Note that named rule cases are \emph{not} provided |
27124 | 1051 |
as would be by the proper \hyperlink{method.cases}{\mbox{\isa{cases}}} and \hyperlink{method.induct}{\mbox{\isa{induct}}} proof |
1052 |
methods (see \secref{sec:cases-induct}). Unlike the \hyperlink{method.induct}{\mbox{\isa{induct}}} method, \hyperlink{method.induct-tac}{\mbox{\isa{induct{\isacharunderscore}tac}}} does not handle structured rule |
|
1053 |
statements, only the compact object-logic conclusion of the subgoal |
|
1054 |
being addressed. |
|
26849 | 1055 |
|
28788 | 1056 |
\item \hyperlink{method.HOL.ind-cases}{\mbox{\isa{ind{\isacharunderscore}cases}}} and \hyperlink{command.HOL.inductive-cases}{\mbox{\isa{\isacommand{inductive{\isacharunderscore}cases}}}} provide an interface to the internal \verb|mk_cases| operation. Rules are simplified in an unrestricted |
26861 | 1057 |
forward manner. |
26849 | 1058 |
|
26907 | 1059 |
While \hyperlink{method.HOL.ind-cases}{\mbox{\isa{ind{\isacharunderscore}cases}}} is a proof method to apply the |
1060 |
result immediately as elimination rules, \hyperlink{command.HOL.inductive-cases}{\mbox{\isa{\isacommand{inductive{\isacharunderscore}cases}}}} provides case split theorems at the theory level |
|
1061 |
for later use. The \hyperlink{keyword.for}{\mbox{\isa{\isakeyword{for}}}} argument of the \hyperlink{method.HOL.ind-cases}{\mbox{\isa{ind{\isacharunderscore}cases}}} method allows to specify a list of variables that should |
|
26849 | 1062 |
be generalized before applying the resulting rule. |
1063 |
||
28788 | 1064 |
\end{description}% |
26849 | 1065 |
\end{isamarkuptext}% |
1066 |
\isamarkuptrue% |
|
1067 |
% |
|
1068 |
\isamarkupsection{Executable code% |
|
1069 |
} |
|
1070 |
\isamarkuptrue% |
|
1071 |
% |
|
1072 |
\begin{isamarkuptext}% |
|
1073 |
Isabelle/Pure provides two generic frameworks to support code |
|
1074 |
generation from executable specifications. Isabelle/HOL |
|
1075 |
instantiates these mechanisms in a way that is amenable to end-user |
|
1076 |
applications. |
|
1077 |
||
1078 |
One framework generates code from both functional and relational |
|
1079 |
programs to SML. See \cite{isabelle-HOL} for further information |
|
1080 |
(this actually covers the new-style theory format as well). |
|
1081 |
||
1082 |
\begin{matharray}{rcl} |
|
28788 | 1083 |
\indexdef{HOL}{command}{code\_module}\hypertarget{command.HOL.code-module}{\hyperlink{command.HOL.code-module}{\mbox{\isa{\isacommand{code{\isacharunderscore}module}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
1084 |
\indexdef{HOL}{command}{code\_library}\hypertarget{command.HOL.code-library}{\hyperlink{command.HOL.code-library}{\mbox{\isa{\isacommand{code{\isacharunderscore}library}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1085 |
\indexdef{HOL}{command}{consts\_code}\hypertarget{command.HOL.consts-code}{\hyperlink{command.HOL.consts-code}{\mbox{\isa{\isacommand{consts{\isacharunderscore}code}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1086 |
\indexdef{HOL}{command}{types\_code}\hypertarget{command.HOL.types-code}{\hyperlink{command.HOL.types-code}{\mbox{\isa{\isacommand{types{\isacharunderscore}code}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1087 |
\indexdef{HOL}{attribute}{code}\hypertarget{attribute.HOL.code}{\hyperlink{attribute.HOL.code}{\mbox{\isa{code}}}} & : & \isa{attribute} \\ |
|
26849 | 1088 |
\end{matharray} |
1089 |
||
1090 |
\begin{rail} |
|
1091 |
( 'code\_module' | 'code\_library' ) modespec ? name ? \\ |
|
1092 |
( 'file' name ) ? ( 'imports' ( name + ) ) ? \\ |
|
1093 |
'contains' ( ( name '=' term ) + | term + ) |
|
1094 |
; |
|
1095 |
||
1096 |
modespec: '(' ( name * ) ')' |
|
1097 |
; |
|
1098 |
||
1099 |
'consts\_code' (codespec +) |
|
1100 |
; |
|
1101 |
||
1102 |
codespec: const template attachment ? |
|
1103 |
; |
|
1104 |
||
1105 |
'types\_code' (tycodespec +) |
|
1106 |
; |
|
1107 |
||
1108 |
tycodespec: name template attachment ? |
|
1109 |
; |
|
1110 |
||
1111 |
const: term |
|
1112 |
; |
|
1113 |
||
1114 |
template: '(' string ')' |
|
1115 |
; |
|
1116 |
||
1117 |
attachment: 'attach' modespec ? verblbrace text verbrbrace |
|
1118 |
; |
|
1119 |
||
1120 |
'code' (name)? |
|
1121 |
; |
|
1122 |
\end{rail} |
|
1123 |
||
1124 |
\medskip The other framework generates code from functional programs |
|
1125 |
(including overloading using type classes) to SML \cite{SML}, OCaml |
|
1126 |
\cite{OCaml} and Haskell \cite{haskell-revised-report}. |
|
1127 |
Conceptually, code generation is split up in three steps: |
|
1128 |
\emph{selection} of code theorems, \emph{translation} into an |
|
1129 |
abstract executable view and \emph{serialization} to a specific |
|
1130 |
\emph{target language}. See \cite{isabelle-codegen} for an |
|
1131 |
introduction on how to use it. |
|
1132 |
||
1133 |
\begin{matharray}{rcl} |
|
28788 | 1134 |
\indexdef{HOL}{command}{export\_code}\hypertarget{command.HOL.export-code}{\hyperlink{command.HOL.export-code}{\mbox{\isa{\isacommand{export{\isacharunderscore}code}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\ |
1135 |
\indexdef{HOL}{command}{code\_thms}\hypertarget{command.HOL.code-thms}{\hyperlink{command.HOL.code-thms}{\mbox{\isa{\isacommand{code{\isacharunderscore}thms}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\ |
|
1136 |
\indexdef{HOL}{command}{code\_deps}\hypertarget{command.HOL.code-deps}{\hyperlink{command.HOL.code-deps}{\mbox{\isa{\isacommand{code{\isacharunderscore}deps}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\ |
|
1137 |
\indexdef{HOL}{command}{code\_datatype}\hypertarget{command.HOL.code-datatype}{\hyperlink{command.HOL.code-datatype}{\mbox{\isa{\isacommand{code{\isacharunderscore}datatype}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1138 |
\indexdef{HOL}{command}{code\_const}\hypertarget{command.HOL.code-const}{\hyperlink{command.HOL.code-const}{\mbox{\isa{\isacommand{code{\isacharunderscore}const}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1139 |
\indexdef{HOL}{command}{code\_type}\hypertarget{command.HOL.code-type}{\hyperlink{command.HOL.code-type}{\mbox{\isa{\isacommand{code{\isacharunderscore}type}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1140 |
\indexdef{HOL}{command}{code\_class}\hypertarget{command.HOL.code-class}{\hyperlink{command.HOL.code-class}{\mbox{\isa{\isacommand{code{\isacharunderscore}class}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1141 |
\indexdef{HOL}{command}{code\_instance}\hypertarget{command.HOL.code-instance}{\hyperlink{command.HOL.code-instance}{\mbox{\isa{\isacommand{code{\isacharunderscore}instance}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1142 |
\indexdef{HOL}{command}{code\_monad}\hypertarget{command.HOL.code-monad}{\hyperlink{command.HOL.code-monad}{\mbox{\isa{\isacommand{code{\isacharunderscore}monad}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1143 |
\indexdef{HOL}{command}{code\_reserved}\hypertarget{command.HOL.code-reserved}{\hyperlink{command.HOL.code-reserved}{\mbox{\isa{\isacommand{code{\isacharunderscore}reserved}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1144 |
\indexdef{HOL}{command}{code\_include}\hypertarget{command.HOL.code-include}{\hyperlink{command.HOL.code-include}{\mbox{\isa{\isacommand{code{\isacharunderscore}include}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1145 |
\indexdef{HOL}{command}{code\_modulename}\hypertarget{command.HOL.code-modulename}{\hyperlink{command.HOL.code-modulename}{\mbox{\isa{\isacommand{code{\isacharunderscore}modulename}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1146 |
\indexdef{HOL}{command}{code\_abort}\hypertarget{command.HOL.code-abort}{\hyperlink{command.HOL.code-abort}{\mbox{\isa{\isacommand{code{\isacharunderscore}abort}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\ |
|
1147 |
\indexdef{HOL}{command}{print\_codesetup}\hypertarget{command.HOL.print-codesetup}{\hyperlink{command.HOL.print-codesetup}{\mbox{\isa{\isacommand{print{\isacharunderscore}codesetup}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\ |
|
31254 | 1148 |
\indexdef{HOL}{command}{print\_codeproc}\hypertarget{command.HOL.print-codeproc}{\hyperlink{command.HOL.print-codeproc}{\mbox{\isa{\isacommand{print{\isacharunderscore}codeproc}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\ |
28788 | 1149 |
\indexdef{HOL}{attribute}{code}\hypertarget{attribute.HOL.code}{\hyperlink{attribute.HOL.code}{\mbox{\isa{code}}}} & : & \isa{attribute} \\ |
26849 | 1150 |
\end{matharray} |
1151 |
||
1152 |
\begin{rail} |
|
34172 | 1153 |
'export\_code' ( constexpr + ) \\ |
26849 | 1154 |
( ( 'in' target ( 'module\_name' string ) ? \\ |
1155 |
( 'file' ( string | '-' ) ) ? ( '(' args ')' ) ?) + ) ? |
|
1156 |
; |
|
1157 |
||
1158 |
'code\_thms' ( constexpr + ) ? |
|
1159 |
; |
|
1160 |
||
1161 |
'code\_deps' ( constexpr + ) ? |
|
1162 |
; |
|
1163 |
||
1164 |
const: term |
|
1165 |
; |
|
1166 |
||
1167 |
constexpr: ( const | 'name.*' | '*' ) |
|
1168 |
; |
|
1169 |
||
1170 |
typeconstructor: nameref |
|
1171 |
; |
|
1172 |
||
1173 |
class: nameref |
|
1174 |
; |
|
1175 |
||
1176 |
target: 'OCaml' | 'SML' | 'Haskell' |
|
1177 |
; |
|
1178 |
||
1179 |
'code\_datatype' const + |
|
1180 |
; |
|
1181 |
||
1182 |
'code\_const' (const + 'and') \\ |
|
1183 |
( ( '(' target ( syntax ? + 'and' ) ')' ) + ) |
|
1184 |
; |
|
1185 |
||
1186 |
'code\_type' (typeconstructor + 'and') \\ |
|
1187 |
( ( '(' target ( syntax ? + 'and' ) ')' ) + ) |
|
1188 |
; |
|
1189 |
||
1190 |
'code\_class' (class + 'and') \\ |
|
28687 | 1191 |
( ( '(' target \\ ( string ? + 'and' ) ')' ) + ) |
26849 | 1192 |
; |
1193 |
||
1194 |
'code\_instance' (( typeconstructor '::' class ) + 'and') \\ |
|
1195 |
( ( '(' target ( '-' ? + 'and' ) ')' ) + ) |
|
1196 |
; |
|
1197 |
||
1198 |
'code\_monad' const const target |
|
1199 |
; |
|
1200 |
||
1201 |
'code\_reserved' target ( string + ) |
|
1202 |
; |
|
1203 |
||
1204 |
'code\_include' target ( string ( string | '-') ) |
|
1205 |
; |
|
1206 |
||
1207 |
'code\_modulename' target ( ( string string ) + ) |
|
1208 |
; |
|
1209 |
||
27452 | 1210 |
'code\_abort' ( const + ) |
26849 | 1211 |
; |
1212 |
||
1213 |
syntax: string | ( 'infix' | 'infixl' | 'infixr' ) nat string |
|
1214 |
; |
|
1215 |
||
31998
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1216 |
'code' ( 'del' ) ? |
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1217 |
; |
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1218 |
|
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1219 |
'code_unfold' ( 'del' ) ? |
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1220 |
; |
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1221 |
|
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1222 |
'code_post' ( 'del' ) ? |
26849 | 1223 |
; |
1224 |
\end{rail} |
|
1225 |
||
28788 | 1226 |
\begin{description} |
26849 | 1227 |
|
28788 | 1228 |
\item \hyperlink{command.HOL.export-code}{\mbox{\isa{\isacommand{export{\isacharunderscore}code}}}} is the canonical interface for |
1229 |
generating and serializing code: for a given list of constants, code |
|
34172 | 1230 |
is generated for the specified target languages. If no serialization |
1231 |
instruction is given, only abstract code is generated internally. |
|
26849 | 1232 |
|
1233 |
Constants may be specified by giving them literally, referring to |
|
1234 |
all executable contants within a certain theory by giving \isa{{\isachardoublequote}name{\isachardot}{\isacharasterisk}{\isachardoublequote}}, or referring to \emph{all} executable constants currently |
|
1235 |
available by giving \isa{{\isachardoublequote}{\isacharasterisk}{\isachardoublequote}}. |
|
1236 |
||
1237 |
By default, for each involved theory one corresponding name space |
|
1238 |
module is generated. Alternativly, a module name may be specified |
|
26907 | 1239 |
after the \hyperlink{keyword.module-name}{\mbox{\isa{\isakeyword{module{\isacharunderscore}name}}}} keyword; then \emph{all} code is |
26849 | 1240 |
placed in this module. |
1241 |
||
1242 |
For \emph{SML} and \emph{OCaml}, the file specification refers to a |
|
1243 |
single file; for \emph{Haskell}, it refers to a whole directory, |
|
1244 |
where code is generated in multiple files reflecting the module |
|
1245 |
hierarchy. The file specification ``\isa{{\isachardoublequote}{\isacharminus}{\isachardoublequote}}'' denotes standard |
|
1246 |
output. For \emph{SML}, omitting the file specification compiles |
|
1247 |
code internally in the context of the current ML session. |
|
1248 |
||
1249 |
Serializers take an optional list of arguments in parentheses. For |
|
34172 | 1250 |
\emph{SML} and \emph{OCaml}, ``\isa{no{\isacharunderscore}signatures}`` omits |
1251 |
explicit module signatures. |
|
1252 |
||
1253 |
For \emph{Haskell} a module name prefix may be given using the ``\isa{{\isachardoublequote}root{\isacharcolon}{\isachardoublequote}}'' argument; ``\isa{string{\isacharunderscore}classes}'' adds a ``\verb|deriving (Read, Show)|'' clause to each appropriate datatype |
|
26849 | 1254 |
declaration. |
1255 |
||
28788 | 1256 |
\item \hyperlink{command.HOL.code-thms}{\mbox{\isa{\isacommand{code{\isacharunderscore}thms}}}} prints a list of theorems |
26849 | 1257 |
representing the corresponding program containing all given |
34172 | 1258 |
constants. |
26849 | 1259 |
|
28788 | 1260 |
\item \hyperlink{command.HOL.code-deps}{\mbox{\isa{\isacommand{code{\isacharunderscore}deps}}}} visualizes dependencies of |
26849 | 1261 |
theorems representing the corresponding program containing all given |
34172 | 1262 |
constants. |
26849 | 1263 |
|
28788 | 1264 |
\item \hyperlink{command.HOL.code-datatype}{\mbox{\isa{\isacommand{code{\isacharunderscore}datatype}}}} specifies a constructor set |
26849 | 1265 |
for a logical type. |
1266 |
||
28788 | 1267 |
\item \hyperlink{command.HOL.code-const}{\mbox{\isa{\isacommand{code{\isacharunderscore}const}}}} associates a list of constants |
26849 | 1268 |
with target-specific serializations; omitting a serialization |
1269 |
deletes an existing serialization. |
|
1270 |
||
28788 | 1271 |
\item \hyperlink{command.HOL.code-type}{\mbox{\isa{\isacommand{code{\isacharunderscore}type}}}} associates a list of type |
26849 | 1272 |
constructors with target-specific serializations; omitting a |
1273 |
serialization deletes an existing serialization. |
|
1274 |
||
28788 | 1275 |
\item \hyperlink{command.HOL.code-class}{\mbox{\isa{\isacommand{code{\isacharunderscore}class}}}} associates a list of classes |
1276 |
with target-specific class names; omitting a serialization deletes |
|
1277 |
an existing serialization. This applies only to \emph{Haskell}. |
|
26849 | 1278 |
|
28788 | 1279 |
\item \hyperlink{command.HOL.code-instance}{\mbox{\isa{\isacommand{code{\isacharunderscore}instance}}}} declares a list of type |
26849 | 1280 |
constructor / class instance relations as ``already present'' for a |
1281 |
given target. Omitting a ``\isa{{\isachardoublequote}{\isacharminus}{\isachardoublequote}}'' deletes an existing |
|
1282 |
``already present'' declaration. This applies only to |
|
1283 |
\emph{Haskell}. |
|
1284 |
||
28788 | 1285 |
\item \hyperlink{command.HOL.code-monad}{\mbox{\isa{\isacommand{code{\isacharunderscore}monad}}}} provides an auxiliary mechanism |
1286 |
to generate monadic code for Haskell. |
|
26849 | 1287 |
|
28788 | 1288 |
\item \hyperlink{command.HOL.code-reserved}{\mbox{\isa{\isacommand{code{\isacharunderscore}reserved}}}} declares a list of names as |
26849 | 1289 |
reserved for a given target, preventing it to be shadowed by any |
1290 |
generated code. |
|
1291 |
||
28788 | 1292 |
\item \hyperlink{command.HOL.code-include}{\mbox{\isa{\isacommand{code{\isacharunderscore}include}}}} adds arbitrary named content |
27834 | 1293 |
(``include'') to generated code. A ``\isa{{\isachardoublequote}{\isacharminus}{\isachardoublequote}}'' as last argument |
26849 | 1294 |
will remove an already added ``include''. |
1295 |
||
28788 | 1296 |
\item \hyperlink{command.HOL.code-modulename}{\mbox{\isa{\isacommand{code{\isacharunderscore}modulename}}}} declares aliasings from one |
1297 |
module name onto another. |
|
26849 | 1298 |
|
28788 | 1299 |
\item \hyperlink{command.HOL.code-abort}{\mbox{\isa{\isacommand{code{\isacharunderscore}abort}}}} declares constants which are not |
29560 | 1300 |
required to have a definition by means of code equations; if |
28788 | 1301 |
needed these are implemented by program abort instead. |
26849 | 1302 |
|
28788 | 1303 |
\item \hyperlink{attribute.HOL.code}{\mbox{\isa{code}}} explicitly selects (or with option |
29560 | 1304 |
``\isa{{\isachardoublequote}del{\isachardoublequote}}'' deselects) a code equation for code |
1305 |
generation. Usually packages introducing code equations provide |
|
28788 | 1306 |
a reasonable default setup for selection. |
26849 | 1307 |
|
31998
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1308 |
\item \hyperlink{attribute.HOL.code-inline}{\mbox{\isa{code{\isacharunderscore}inline}}} declares (or with |
28562 | 1309 |
option ``\isa{{\isachardoublequote}del{\isachardoublequote}}'' removes) inlining theorems which are |
29560 | 1310 |
applied as rewrite rules to any code equation during |
26849 | 1311 |
preprocessing. |
1312 |
||
31998
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1313 |
\item \hyperlink{attribute.HOL.code-post}{\mbox{\isa{code{\isacharunderscore}post}}} declares (or with |
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1314 |
option ``\isa{{\isachardoublequote}del{\isachardoublequote}}'' removes) theorems which are |
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1315 |
applied as rewrite rules to any result of an evaluation. |
2c7a24f74db9
code attributes use common underscore convention
haftmann
parents:
31913
diff
changeset
|
1316 |
|
28788 | 1317 |
\item \hyperlink{command.HOL.print-codesetup}{\mbox{\isa{\isacommand{print{\isacharunderscore}codesetup}}}} gives an overview on |
31254 | 1318 |
selected code equations and code generator datatypes. |
1319 |
||
1320 |
\item \hyperlink{command.HOL.print-codeproc}{\mbox{\isa{\isacommand{print{\isacharunderscore}codeproc}}}} prints the setup |
|
1321 |
of the code generator preprocessor. |
|
26849 | 1322 |
|
28788 | 1323 |
\end{description}% |
26849 | 1324 |
\end{isamarkuptext}% |
1325 |
\isamarkuptrue% |
|
1326 |
% |
|
27047 | 1327 |
\isamarkupsection{Definition by specification \label{sec:hol-specification}% |
1328 |
} |
|
1329 |
\isamarkuptrue% |
|
1330 |
% |
|
1331 |
\begin{isamarkuptext}% |
|
1332 |
\begin{matharray}{rcl} |
|
28788 | 1333 |
\indexdef{HOL}{command}{specification}\hypertarget{command.HOL.specification}{\hyperlink{command.HOL.specification}{\mbox{\isa{\isacommand{specification}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\ |
1334 |
\indexdef{HOL}{command}{ax\_specification}\hypertarget{command.HOL.ax-specification}{\hyperlink{command.HOL.ax-specification}{\mbox{\isa{\isacommand{ax{\isacharunderscore}specification}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\ |
|
27047 | 1335 |
\end{matharray} |
1336 |
||
1337 |
\begin{rail} |
|
1338 |
('specification' | 'ax\_specification') '(' (decl +) ')' \\ (thmdecl? prop +) |
|
1339 |
; |
|
1340 |
decl: ((name ':')? term '(' 'overloaded' ')'?) |
|
1341 |
\end{rail} |
|
1342 |
||
28788 | 1343 |
\begin{description} |
27047 | 1344 |
|
28788 | 1345 |
\item \hyperlink{command.HOL.specification}{\mbox{\isa{\isacommand{specification}}}}~\isa{{\isachardoublequote}decls\ {\isasymphi}{\isachardoublequote}} sets up a |
27047 | 1346 |
goal stating the existence of terms with the properties specified to |
1347 |
hold for the constants given in \isa{decls}. After finishing the |
|
1348 |
proof, the theory will be augmented with definitions for the given |
|
1349 |
constants, as well as with theorems stating the properties for these |
|
1350 |
constants. |
|
1351 |
||
28788 | 1352 |
\item \hyperlink{command.HOL.ax-specification}{\mbox{\isa{\isacommand{ax{\isacharunderscore}specification}}}}~\isa{{\isachardoublequote}decls\ {\isasymphi}{\isachardoublequote}} sets up |
1353 |
a goal stating the existence of terms with the properties specified |
|
1354 |
to hold for the constants given in \isa{decls}. After finishing |
|
1355 |
the proof, the theory will be augmented with axioms expressing the |
|
1356 |
properties given in the first place. |
|
27047 | 1357 |
|
28788 | 1358 |
\item \isa{decl} declares a constant to be defined by the |
27047 | 1359 |
specification given. The definition for the constant \isa{c} is |
1360 |
bound to the name \isa{c{\isacharunderscore}def} unless a theorem name is given in |
|
1361 |
the declaration. Overloaded constants should be declared as such. |
|
1362 |
||
28788 | 1363 |
\end{description} |
27047 | 1364 |
|
1365 |
Whether to use \hyperlink{command.HOL.specification}{\mbox{\isa{\isacommand{specification}}}} or \hyperlink{command.HOL.ax-specification}{\mbox{\isa{\isacommand{ax{\isacharunderscore}specification}}}} is to some extent a matter of style. \hyperlink{command.HOL.specification}{\mbox{\isa{\isacommand{specification}}}} introduces no new axioms, and so by |
|
1366 |
construction cannot introduce inconsistencies, whereas \hyperlink{command.HOL.ax-specification}{\mbox{\isa{\isacommand{ax{\isacharunderscore}specification}}}} does introduce axioms, but only after the |
|
1367 |
user has explicitly proven it to be safe. A practical issue must be |
|
1368 |
considered, though: After introducing two constants with the same |
|
1369 |
properties using \hyperlink{command.HOL.specification}{\mbox{\isa{\isacommand{specification}}}}, one can prove |
|
1370 |
that the two constants are, in fact, equal. If this might be a |
|
1371 |
problem, one should use \hyperlink{command.HOL.ax-specification}{\mbox{\isa{\isacommand{ax{\isacharunderscore}specification}}}}.% |
|
1372 |
\end{isamarkuptext}% |
|
1373 |
\isamarkuptrue% |
|
1374 |
% |
|
26849 | 1375 |
\isadelimtheory |
1376 |
% |
|
1377 |
\endisadelimtheory |
|
1378 |
% |
|
1379 |
\isatagtheory |
|
26840 | 1380 |
\isacommand{end}\isamarkupfalse% |
1381 |
% |
|
1382 |
\endisatagtheory |
|
1383 |
{\isafoldtheory}% |
|
1384 |
% |
|
1385 |
\isadelimtheory |
|
1386 |
% |
|
1387 |
\endisadelimtheory |
|
26849 | 1388 |
\isanewline |
26840 | 1389 |
\end{isabellebody}% |
1390 |
%%% Local Variables: |
|
1391 |
%%% mode: latex |
|
1392 |
%%% TeX-master: "root" |
|
1393 |
%%% End: |