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