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