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