doc-src/IsarRef/Thy/document/HOL_Specific.tex
author wenzelm
Thu, 08 May 2008 12:29:18 +0200
changeset 26849 df50bc1249d7
parent 26840 ec46381f149d
child 26852 a31203f58b20
permissions -rw-r--r--
converted HOL specific elements;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26840
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
     1
%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
     2
\begin{isabellebody}%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
     3
\def\isabellecontext{HOL{\isacharunderscore}Specific}%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
     4
%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
     5
\isadelimtheory
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
     6
\isanewline
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
     7
\isanewline
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
     8
%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
     9
\endisadelimtheory
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
    10
%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
    11
\isatagtheory
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
    12
\isacommand{theory}\isamarkupfalse%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
    13
\ HOL{\isacharunderscore}Specific\isanewline
26849
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    14
\isakeyword{imports}\ Main\isanewline
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    15
\isakeyword{begin}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    16
\endisatagtheory
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    17
{\isafoldtheory}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    18
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    19
\isadelimtheory
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    20
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    21
\endisadelimtheory
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    22
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    23
\isamarkupchapter{HOL specific elements \label{ch:logics}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    24
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    25
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    26
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    27
\isamarkupsection{Primitive types \label{sec:hol-typedef}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    28
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    29
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    30
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    31
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    32
\begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    33
    \indexdef{HOL}{command}{typedecl}\mbox{\isa{\isacommand{typedecl}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    34
    \indexdef{HOL}{command}{typedef}\mbox{\isa{\isacommand{typedef}}} & : & \isartrans{theory}{proof(prove)} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    35
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    36
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    37
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    38
    'typedecl' typespec infix?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    39
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    40
    'typedef' altname? abstype '=' repset
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    41
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    42
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    43
    altname: '(' (name | 'open' | 'open' name) ')'
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    44
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    45
    abstype: typespec infix?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    46
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    47
    repset: term ('morphisms' name name)?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    48
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    49
  \end{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    50
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    51
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    52
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    53
  \item [\mbox{\isa{\isacommand{typedecl}}}~\isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub n{\isacharparenright}\ t{\isachardoublequote}}] is similar to the original \mbox{\isa{\isacommand{typedecl}}} of
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    54
  Isabelle/Pure (see \secref{sec:types-pure}), but also declares type
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    55
  arity \isa{{\isachardoublequote}t\ {\isacharcolon}{\isacharcolon}\ {\isacharparenleft}type{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ type{\isacharparenright}\ type{\isachardoublequote}}, making \isa{t} an
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    56
  actual HOL type constructor.   %FIXME check, update
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    57
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    58
  \item [\mbox{\isa{\isacommand{typedef}}}~\isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub n{\isacharparenright}\ t\ {\isacharequal}\ A{\isachardoublequote}}] sets up a goal stating non-emptiness of the set \isa{A}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    59
  After finishing the proof, the theory will be augmented by a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    60
  Gordon/HOL-style type definition, which establishes a bijection
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    61
  between the representing set \isa{A} and the new type \isa{t}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    62
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    63
  Technically, \mbox{\isa{\isacommand{typedef}}} defines both a type \isa{t} and a set (term constant) of the same name (an alternative base
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    64
  name may be given in parentheses).  The injection from type to set
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    65
  is called \isa{Rep{\isacharunderscore}t}, its inverse \isa{Abs{\isacharunderscore}t} (this may be
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    66
  changed via an explicit \mbox{\isa{\isakeyword{morphisms}}} declaration).
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    67
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    68
  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
    69
  corresponding injection/surjection pair (in both directions).  Rules
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    70
  \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
    71
  more convenient view on the injectivity part, suitable for automated
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    72
  proof tools (e.g.\ in \mbox{\isa{simp}} or \mbox{\isa{iff}} declarations).
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    73
  Rules \isa{Rep{\isacharunderscore}t{\isacharunderscore}cases}/\isa{Rep{\isacharunderscore}t{\isacharunderscore}induct}, and \isa{Abs{\isacharunderscore}t{\isacharunderscore}cases}/\isa{Abs{\isacharunderscore}t{\isacharunderscore}induct} provide alternative views on
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    74
  surjectivity; these are already declared as set or type rules for
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    75
  the generic \mbox{\isa{cases}} and \mbox{\isa{induct}} methods.
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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    82
  \end{descr}
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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    87
  theories usually refer to higher-level packages such as \mbox{\isa{\isacommand{record}}} (see \secref{sec:hol-record}) or \mbox{\isa{\isacommand{datatype}}} (see \secref{sec:hol-datatype}).%
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}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
    97
    \mbox{\isa{split{\isacharunderscore}format}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isaratt \\
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}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   101
    'split\_format' (((name *) + 'and') | ('(' 'complete' ')'))
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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   105
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   106
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   107
  \item [\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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   108
  low-level tuple types into canonical form as specified by the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   109
  arguments given; the \isa{i}-th collection of arguments refers to
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   110
  occurrences in premise \isa{i} of the rule.  The ``\isa{{\isachardoublequote}{\isacharparenleft}complete{\isacharparenright}{\isachardoublequote}}'' option causes \emph{all} arguments in function
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   111
  applications to be represented canonically according to their tuple
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   112
  type structure.
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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   117
  \end{descr}%
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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
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}{\isachardoublequote}}, where \isa{m{\isacharprime}} refers to a different more part.
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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   183
  \item field names are externalized, they cannot be accessed within the logic
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   184
  as first-class values.
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}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   206
    \indexdef{HOL}{command}{record}\mbox{\isa{\isacommand{record}}} & : & \isartrans{theory}{theory} \\
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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   214
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   215
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   216
  \item [\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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   217
  extensible record type \isa{{\isachardoublequote}{\isacharparenleft}{\isasymalpha}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymalpha}\isactrlsub m{\isacharparenright}\ t{\isachardoublequote}},
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   218
  derived from the optional parent record \isa{{\isachardoublequote}{\isasymtau}{\isachardoublequote}} by adding new
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   219
  field components \isa{{\isachardoublequote}c\isactrlsub i\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub i{\isachardoublequote}} etc.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   220
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   221
  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
   222
  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
   223
  least one new field \isa{{\isachardoublequote}c\isactrlsub i{\isachardoublequote}} has to be specified.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   224
  Basically, field names need to belong to a unique record.  This is
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   225
  not a real restriction in practice, since fields are qualified by
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   226
  the record name internally.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   227
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   228
  The parent record specification \isa{{\isasymtau}} is optional; if omitted
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   229
  \isa{t} becomes a root record.  The hierarchy of all records
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   230
  declared within a theory context forms a forest structure, i.e.\ a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   231
  set of trees starting with a root record each.  There is no way to
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   232
  merge multiple parent records!
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   233
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   234
  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
   235
  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
   236
  \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
   237
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   238
  \end{descr}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   239
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   240
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   241
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   242
\isamarkupsubsection{Record operations%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   243
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   244
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   245
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   246
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   247
Any record definition of the form presented above produces certain
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   248
  standard operations.  Selectors and updates are provided for any
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   249
  field, including the improper one ``\isa{more}''.  There are also
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   250
  cumulative record constructor functions.  To simplify the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   251
  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
   252
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   253
  \medskip \textbf{Selectors} and \textbf{updates} are available for
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   254
  any field (including ``\isa{more}''):
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   255
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   256
  \begin{matharray}{lll}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   257
    \isa{{\isachardoublequote}c\isactrlsub i{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \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}\ {\isasymRightarrow}\ {\isasymsigma}\isactrlsub i{\isachardoublequote}} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   258
    \isa{{\isachardoublequote}c\isactrlsub i{\isacharunderscore}update{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymsigma}\isactrlsub i\ {\isasymRightarrow}\ {\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}\ {\isasymRightarrow}\ {\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
   259
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   260
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   261
  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
   262
  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
   263
  because of postfix notation the order of fields shown here is
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   264
  reverse than in the actual term.  Since repeated updates are just
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   265
  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
   266
  Thus commutativity of independent updates can be proven within the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   267
  logic for any two fields, but not as a general theorem.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   268
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   269
  \medskip The \textbf{make} operation provides a cumulative record
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   270
  constructor function:
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   271
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   272
  \begin{matharray}{lll}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   273
    \isa{{\isachardoublequote}t{\isachardot}make{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymsigma}\isactrlsub {\isadigit{1}}\ {\isasymRightarrow}\ {\isasymdots}\ {\isasymsigma}\isactrlsub n\ {\isasymRightarrow}\ {\isasymlparr}c\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ c\isactrlsub n\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub n{\isasymrparr}{\isachardoublequote}} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   274
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   275
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   276
  \medskip We now reconsider the case of non-root records, which are
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   277
  derived of some parent.  In general, the latter may depend on
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   278
  another parent as well, resulting in a list of \emph{ancestor
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   279
  records}.  Appending the lists of fields of all ancestors results in
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   280
  a certain field prefix.  The record package automatically takes care
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   281
  of this by lifting operations over this context of ancestor fields.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   282
  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
   283
  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
   284
  the above record operations will get the following types:
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   285
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   286
  \begin{matharray}{lll}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   287
    \isa{{\isachardoublequote}c\isactrlsub i{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymlparr}b\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub k\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub k{\isacharcomma}\ 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}\ {\isasymRightarrow}\ {\isasymsigma}\isactrlsub i{\isachardoublequote}} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   288
    \isa{{\isachardoublequote}c\isactrlsub i{\isacharunderscore}update{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymsigma}\isactrlsub i\ {\isasymRightarrow}\ {\isasymlparr}b\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub k\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub k{\isacharcomma}\ 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}\ {\isasymRightarrow}\ {\isasymlparr}b\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub k\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub k{\isacharcomma}\ 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
   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}b\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub k\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub k{\isacharcomma}\ 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
   290
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   291
  \noindent
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   292
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   293
  \medskip Some further operations address the extension aspect of a
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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   299
  \begin{matharray}{lll}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   300
    \isa{{\isachardoublequote}t{\isachardot}fields{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymsigma}\isactrlsub {\isadigit{1}}\ {\isasymRightarrow}\ {\isasymdots}\ {\isasymsigma}\isactrlsub n\ {\isasymRightarrow}\ {\isasymlparr}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
   301
    \isa{{\isachardoublequote}t{\isachardot}extend{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymlparr}b\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub k\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub k{\isacharcomma}\ c\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ c\isactrlsub n\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub n{\isasymrparr}\ {\isasymRightarrow}\ {\isasymzeta}\ {\isasymRightarrow}\ {\isasymlparr}b\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub k\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub k{\isacharcomma}\ 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
   302
    \isa{{\isachardoublequote}t{\isachardot}truncate{\isachardoublequote}} & \isa{{\isachardoublequote}{\isacharcolon}{\isacharcolon}{\isachardoublequote}} & \isa{{\isachardoublequote}{\isasymlparr}b\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub k\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub k{\isacharcomma}\ 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}\ {\isasymRightarrow}\ {\isasymlparr}b\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub k\ {\isacharcolon}{\isacharcolon}\ {\isasymrho}\isactrlsub k{\isacharcomma}\ c\isactrlsub {\isadigit{1}}\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ c\isactrlsub n\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\isactrlsub n{\isasymrparr}{\isachardoublequote}} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   303
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   304
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   305
  \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
   306
  for root records.%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   307
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   308
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   309
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   310
\isamarkupsubsection{Derived rules and proof tools%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   311
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   312
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   313
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   314
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   315
The record package proves several results internally, declaring
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   316
  these facts to appropriate proof tools.  This enables users to
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   317
  reason about record structures quite conveniently.  Assume that
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   318
  \isa{t} is a record type as specified above.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   319
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   320
  \begin{enumerate}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   321
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   322
  \item Standard conversions for selectors or updates applied to
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   323
  record constructor terms are made part of the default Simplifier
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   324
  context; thus proofs by reduction of basic operations merely require
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   325
  the \mbox{\isa{simp}} method without further arguments.  These rules
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   326
  are available as \isa{{\isachardoublequote}t{\isachardot}simps{\isachardoublequote}}, too.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   327
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   328
  \item Selectors applied to updated records are automatically reduced
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   329
  by an internal simplification procedure, which is also part of the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   330
  standard Simplifier setup.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   331
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   332
  \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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   333
  Reasoner as \mbox{\isa{iff}} rules.  These rules are available as
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   334
  \isa{{\isachardoublequote}t{\isachardot}iffs{\isachardoublequote}}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   335
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   336
  \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,
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   337
  and as the basic rule context as ``\mbox{\isa{intro}}\isa{{\isachardoublequote}{\isacharquery}{\isachardoublequote}}''.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   338
  The rule is called \isa{{\isachardoublequote}t{\isachardot}equality{\isachardoublequote}}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   339
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   340
  \item Representations of arbitrary record expressions as canonical
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   341
  constructor terms are provided both in \mbox{\isa{cases}} and \mbox{\isa{induct}} format (cf.\ the generic proof methods of the same name,
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   342
  \secref{sec:cases-induct}).  Several variations are available, for
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   343
  fixed records, record schemes, more parts etc.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   344
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   345
  The generic proof methods are sufficiently smart to pick the most
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   346
  sensible rule according to the type of the indicated record
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   347
  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
   348
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   349
  \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
   350
  treated automatically, but usually need to be expanded by hand,
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   351
  using the collective fact \isa{{\isachardoublequote}t{\isachardot}defs{\isachardoublequote}}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   352
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   353
  \end{enumerate}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   354
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   355
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   356
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   357
\isamarkupsection{Datatypes \label{sec:hol-datatype}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   358
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   359
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   360
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   361
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   362
\begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   363
    \indexdef{HOL}{command}{datatype}\mbox{\isa{\isacommand{datatype}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   364
    \indexdef{HOL}{command}{rep-datatype}\mbox{\isa{\isacommand{rep{\isacharunderscore}datatype}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   365
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   366
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   367
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   368
    'datatype' (dtspec + 'and')
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   369
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   370
    'rep\_datatype' (name *) dtrules
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   371
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   372
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   373
    dtspec: parname? typespec infix? '=' (cons + '|')
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   374
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   375
    cons: name (type *) mixfix?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   376
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   377
    dtrules: 'distinct' thmrefs 'inject' thmrefs 'induction' thmrefs
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   378
  \end{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   379
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   380
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   381
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   382
  \item [\mbox{\isa{\isacommand{datatype}}}] defines inductive datatypes in
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   383
  HOL.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   384
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   385
  \item [\mbox{\isa{\isacommand{rep{\isacharunderscore}datatype}}}] represents existing types as
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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   389
  \end{descr}
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
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   398
  emulations of ML tactics \mbox{\isa{case{\isacharunderscore}tac}} and \mbox{\isa{induct{\isacharunderscore}tac}} available, see \secref{sec:hol-induct-tac}; these admit
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}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   410
    \indexdef{HOL}{command}{primrec}\mbox{\isa{\isacommand{primrec}}} & : & \isarkeep{local{\dsh}theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   411
    \indexdef{HOL}{command}{fun}\mbox{\isa{\isacommand{fun}}} & : & \isarkeep{local{\dsh}theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   412
    \indexdef{HOL}{command}{function}\mbox{\isa{\isacommand{function}}} & : & \isartrans{local{\dsh}theory}{proof(prove)} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   413
    \indexdef{HOL}{command}{termination}\mbox{\isa{\isacommand{termination}}} & : & \isartrans{local{\dsh}theory}{proof(prove)} \\
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
  \railalias{funopts}{function\_opts}  %FIXME ??
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   417
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   418
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   419
    'primrec' target? fixes 'where' equations
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   420
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   421
    equations: (thmdecl? prop + '|')
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   422
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   423
    ('fun' | 'function') (funopts)? fixes 'where' clauses
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   424
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   425
    clauses: (thmdecl? prop ('(' 'otherwise' ')')? + '|')
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   426
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   427
    funopts: '(' (('sequential' | 'in' name | 'domintros' | 'tailrec' |
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   428
    'default' term) + ',') ')'
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   429
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   430
    'termination' ( term )?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   431
  \end{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   432
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   433
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   434
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   435
  \item [\mbox{\isa{\isacommand{primrec}}}] defines primitive recursive
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   436
  functions over datatypes, see also \cite{isabelle-HOL}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   437
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   438
  \item [\mbox{\isa{\isacommand{function}}}] defines functions by general
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   439
  wellfounded recursion. A detailed description with examples can be
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   440
  found in \cite{isabelle-function}. The function is specified by a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   441
  set of (possibly conditional) recursive equations with arbitrary
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   442
  pattern matching. The command generates proof obligations for the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   443
  completeness and the compatibility of patterns.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   444
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   445
  The defined function is considered partial, and the resulting
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   446
  simplification rules (named \isa{{\isachardoublequote}f{\isachardot}psimps{\isachardoublequote}}) and induction rule
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   447
  (named \isa{{\isachardoublequote}f{\isachardot}pinduct{\isachardoublequote}}) are guarded by a generated domain
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   448
  predicate \isa{{\isachardoublequote}f{\isacharunderscore}dom{\isachardoublequote}}. The \mbox{\isa{\isacommand{termination}}}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   449
  command can then be used to establish that the function is total.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   450
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   451
  \item [\mbox{\isa{\isacommand{fun}}}] is a shorthand notation for
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   452
  ``\mbox{\isa{\isacommand{function}}}~\isa{{\isachardoublequote}{\isacharparenleft}sequential{\isacharparenright}{\isachardoublequote}}, followed by
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   453
  automated proof attempts regarding pattern matching and termination.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   454
  See \cite{isabelle-function} for further details.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   455
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   456
  \item [\mbox{\isa{\isacommand{termination}}}~\isa{f}] commences a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   457
  termination proof for the previously defined function \isa{f}.  If
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   458
  this is omitted, the command refers to the most recent function
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   459
  definition.  After the proof is closed, the recursive equations and
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   460
  the induction principle is established.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   461
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   462
  \end{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   463
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   464
  %FIXME check
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   465
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   466
  Recursive definitions introduced by both the \mbox{\isa{\isacommand{primrec}}} and the \mbox{\isa{\isacommand{function}}} command accommodate
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   467
  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
   468
  refers to a specific induction rule, with parameters named according
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   469
  to the user-specified equations.  Case names of \mbox{\isa{\isacommand{primrec}}} are that of the datatypes involved, while those of
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   470
  \mbox{\isa{\isacommand{function}}} are numbered (starting from 1).
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   471
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   472
  The equations provided by these packages may be referred later as
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   473
  theorem list \isa{{\isachardoublequote}f{\isachardot}simps{\isachardoublequote}}, where \isa{f} is the (collective)
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   474
  name of the functions defined.  Individual equations may be named
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   475
  explicitly as well.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   476
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   477
  The \mbox{\isa{\isacommand{function}}} command accepts the following
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   478
  options.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   479
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   480
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   481
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   482
  \item [\isa{sequential}] enables a preprocessor which
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   483
  disambiguates overlapping patterns by making them mutually disjoint.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   484
  Earlier equations take precedence over later ones.  This allows to
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   485
  give the specification in a format very similar to functional
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   486
  programming.  Note that the resulting simplification and induction
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   487
  rules correspond to the transformed specification, not the one given
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   488
  originally. This usually means that each equation given by the user
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   489
  may result in several theroems.  Also note that this automatic
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   490
  transformation only works for ML-style datatype patterns.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   491
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   492
  \item [\isa{{\isachardoublequote}{\isasymIN}\ name{\isachardoublequote}}] gives the target for the definition.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   493
  %FIXME ?!?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   494
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   495
  \item [\isa{domintros}] enables the automated generation of
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   496
  introduction rules for the domain predicate. While mostly not
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   497
  needed, they can be helpful in some proofs about partial functions.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   498
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   499
  \item [\isa{tailrec}] generates the unconstrained recursive
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   500
  equations even without a termination proof, provided that the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   501
  function is tail-recursive. This currently only works
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   502
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   503
  \item [\isa{{\isachardoublequote}default\ d{\isachardoublequote}}] allows to specify a default value for a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   504
  (partial) function, which will ensure that \isa{{\isachardoublequote}f\ x\ {\isacharequal}\ d\ x{\isachardoublequote}}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   505
  whenever \isa{{\isachardoublequote}x\ {\isasymnotin}\ f{\isacharunderscore}dom{\isachardoublequote}}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   506
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   507
  \end{descr}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   508
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   509
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   510
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   511
\isamarkupsubsection{Proof methods related to recursive definitions%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   512
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   513
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   514
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   515
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   516
\begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   517
    \indexdef{HOL}{method}{pat-completeness}\mbox{\isa{pat{\isacharunderscore}completeness}} & : & \isarmeth \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   518
    \indexdef{HOL}{method}{relation}\mbox{\isa{relation}} & : & \isarmeth \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   519
    \indexdef{HOL}{method}{lexicographic-order}\mbox{\isa{lexicographic{\isacharunderscore}order}} & : & \isarmeth \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   520
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   521
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   522
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   523
    'relation' term
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   524
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   525
    'lexicographic\_order' (clasimpmod *)
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   526
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   527
  \end{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   528
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   529
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   530
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   531
  \item [\mbox{\isa{pat{\isacharunderscore}completeness}}] is a specialized method to
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   532
  solve goals regarding the completeness of pattern matching, as
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   533
  required by the \mbox{\isa{\isacommand{function}}} package (cf.\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   534
  \cite{isabelle-function}).
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   535
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   536
  \item [\mbox{\isa{relation}}~\isa{R}] introduces a termination
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   537
  proof using the relation \isa{R}.  The resulting proof state will
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   538
  contain goals expressing that \isa{R} is wellfounded, and that the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   539
  arguments of recursive calls decrease with respect to \isa{R}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   540
  Usually, this method is used as the initial proof step of manual
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   541
  termination proofs.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   542
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   543
  \item [\mbox{\isa{lexicographic{\isacharunderscore}order}}] attempts a fully
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   544
  automated termination proof by searching for a lexicographic
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   545
  combination of size measures on the arguments of the function. The
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   546
  method accepts the same arguments as the \mbox{\isa{auto}} method,
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   547
  which it uses internally to prove local descents.  The same context
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   548
  modifiers as for \mbox{\isa{auto}} are accepted, see
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   549
  \secref{sec:clasimp}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   550
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   551
  In case of failure, extensive information is printed, which can help
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   552
  to analyse the situation (cf.\ \cite{isabelle-function}).
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   553
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   554
  \end{descr}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   555
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   556
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   557
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   558
\isamarkupsubsection{Old-style recursive function definitions (TFL)%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   559
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   560
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   561
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   562
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   563
The old TFL commands \mbox{\isa{\isacommand{recdef}}} and \mbox{\isa{\isacommand{recdef{\isacharunderscore}tc}}} for defining recursive are mostly obsolete; \mbox{\isa{\isacommand{function}}} or \mbox{\isa{\isacommand{fun}}} should be used instead.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   564
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   565
  \begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   566
    \indexdef{HOL}{command}{recdef}\mbox{\isa{\isacommand{recdef}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   567
    \indexdef{HOL}{command}{recdef-tc}\mbox{\isa{\isacommand{recdef{\isacharunderscore}tc}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isartrans{theory}{proof(prove)} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   568
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   569
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   570
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   571
    'recdef' ('(' 'permissive' ')')? \\ name term (prop +) hints?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   572
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   573
    recdeftc thmdecl? tc
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   574
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   575
    hints: '(' 'hints' (recdefmod *) ')'
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   576
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   577
    recdefmod: (('recdef\_simp' | 'recdef\_cong' | 'recdef\_wf') (() | 'add' | 'del') ':' thmrefs) | clasimpmod
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   578
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   579
    tc: nameref ('(' nat ')')?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   580
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   581
  \end{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   582
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   583
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   584
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   585
  \item [\mbox{\isa{\isacommand{recdef}}}] defines general well-founded
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   586
  recursive functions (using the TFL package), see also
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   587
  \cite{isabelle-HOL}.  The ``\isa{{\isachardoublequote}{\isacharparenleft}permissive{\isacharparenright}{\isachardoublequote}}'' option tells
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   588
  TFL to recover from failed proof attempts, returning unfinished
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   589
  results.  The \isa{recdef{\isacharunderscore}simp}, \isa{recdef{\isacharunderscore}cong}, and \isa{recdef{\isacharunderscore}wf} hints refer to auxiliary rules to be used in the internal
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   590
  automated proof process of TFL.  Additional \mbox{\isa{clasimpmod}}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   591
  declarations (cf.\ \secref{sec:clasimp}) may be given to tune the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   592
  context of the Simplifier (cf.\ \secref{sec:simplifier}) and
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   593
  Classical reasoner (cf.\ \secref{sec:classical}).
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   594
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   595
  \item [\mbox{\isa{\isacommand{recdef{\isacharunderscore}tc}}}~\isa{{\isachardoublequote}c\ {\isacharparenleft}i{\isacharparenright}{\isachardoublequote}}] recommences the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   596
  proof for leftover termination condition number \isa{i} (default
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   597
  1) as generated by a \mbox{\isa{\isacommand{recdef}}} definition of
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   598
  constant \isa{c}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   599
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   600
  Note that in most cases, \mbox{\isa{\isacommand{recdef}}} is able to finish
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   601
  its internal proofs without manual intervention.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   602
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   603
  \end{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   604
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   605
  \medskip Hints for \mbox{\isa{\isacommand{recdef}}} may be also declared
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   606
  globally, using the following attributes.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   607
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   608
  \begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   609
    \indexdef{HOL}{attribute}{recdef-simp}\mbox{\isa{recdef{\isacharunderscore}simp}} & : & \isaratt \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   610
    \indexdef{HOL}{attribute}{recdef-cong}\mbox{\isa{recdef{\isacharunderscore}cong}} & : & \isaratt \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   611
    \indexdef{HOL}{attribute}{recdef-wf}\mbox{\isa{recdef{\isacharunderscore}wf}} & : & \isaratt \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   612
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   613
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   614
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   615
    ('recdef\_simp' | 'recdef\_cong' | 'recdef\_wf') (() | 'add' | 'del')
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   616
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   617
  \end{rail}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   618
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   619
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   620
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   621
\isamarkupsection{Definition by specification \label{sec:hol-specification}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   622
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   623
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   624
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   625
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   626
\begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   627
    \indexdef{HOL}{command}{specification}\mbox{\isa{\isacommand{specification}}} & : & \isartrans{theory}{proof(prove)} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   628
    \indexdef{HOL}{command}{ax-specification}\mbox{\isa{\isacommand{ax{\isacharunderscore}specification}}} & : & \isartrans{theory}{proof(prove)} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   629
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   630
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   631
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   632
  ('specification' | 'ax\_specification') '(' (decl +) ')' \\ (thmdecl? prop +)
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   633
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   634
  decl: ((name ':')? term '(' 'overloaded' ')'?)
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   635
  \end{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   636
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   637
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   638
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   639
  \item [\mbox{\isa{\isacommand{specification}}}~\isa{{\isachardoublequote}decls\ {\isasymphi}{\isachardoublequote}}] sets up a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   640
  goal stating the existence of terms with the properties specified to
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   641
  hold for the constants given in \isa{decls}.  After finishing the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   642
  proof, the theory will be augmented with definitions for the given
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   643
  constants, as well as with theorems stating the properties for these
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   644
  constants.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   645
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   646
  \item [\mbox{\isa{\isacommand{ax{\isacharunderscore}specification}}}~\isa{{\isachardoublequote}decls\ {\isasymphi}{\isachardoublequote}}] sets
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   647
  up a goal stating the existence of terms with the properties
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   648
  specified to hold for the constants given in \isa{decls}.  After
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   649
  finishing the proof, the theory will be augmented with axioms
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   650
  expressing the properties given in the first place.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   651
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   652
  \item [\isa{decl}] declares a constant to be defined by the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   653
  specification given.  The definition for the constant \isa{c} is
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   654
  bound to the name \isa{c{\isacharunderscore}def} unless a theorem name is given in
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   655
  the declaration.  Overloaded constants should be declared as such.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   656
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   657
  \end{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   658
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   659
  Whether to use \mbox{\isa{\isacommand{specification}}} or \mbox{\isa{\isacommand{ax{\isacharunderscore}specification}}} is to some extent a matter of style.  \mbox{\isa{\isacommand{specification}}} introduces no new axioms, and so by
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   660
  construction cannot introduce inconsistencies, whereas \mbox{\isa{\isacommand{ax{\isacharunderscore}specification}}} does introduce axioms, but only after the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   661
  user has explicitly proven it to be safe.  A practical issue must be
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   662
  considered, though: After introducing two constants with the same
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   663
  properties using \mbox{\isa{\isacommand{specification}}}, one can prove
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   664
  that the two constants are, in fact, equal.  If this might be a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   665
  problem, one should use \mbox{\isa{\isacommand{ax{\isacharunderscore}specification}}}.%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   666
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   667
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   668
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   669
\isamarkupsection{Inductive and coinductive definitions \label{sec:hol-inductive}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   670
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   671
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   672
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   673
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   674
An \textbf{inductive definition} specifies the least predicate (or
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   675
  set) \isa{R} closed under given rules: applying a rule to elements
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   676
  of \isa{R} yields a result within \isa{R}.  For example, a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   677
  structural operational semantics is an inductive definition of an
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   678
  evaluation relation.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   679
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   680
  Dually, a \textbf{coinductive definition} specifies the greatest
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   681
  predicate~/ set \isa{R} that is consistent with given rules: every
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   682
  element of \isa{R} can be seen as arising by applying a rule to
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   683
  elements of \isa{R}.  An important example is using bisimulation
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   684
  relations to formalise equivalence of processes and infinite data
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   685
  structures.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   686
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   687
  \medskip The HOL package is related to the ZF one, which is
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   688
  described in a separate paper,\footnote{It appeared in CADE
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   689
  \cite{paulson-CADE}; a longer version is distributed with Isabelle.}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   690
  which you should refer to in case of difficulties.  The package is
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   691
  simpler than that of ZF thanks to implicit type-checking in HOL.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   692
  The types of the (co)inductive predicates (or sets) determine the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   693
  domain of the fixedpoint definition, and the package does not have
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   694
  to use inference rules for type-checking.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   695
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   696
  \begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   697
    \indexdef{HOL}{command}{inductive}\mbox{\isa{\isacommand{inductive}}} & : & \isarkeep{local{\dsh}theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   698
    \indexdef{HOL}{command}{inductive-set}\mbox{\isa{\isacommand{inductive{\isacharunderscore}set}}} & : & \isarkeep{local{\dsh}theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   699
    \indexdef{HOL}{command}{coinductive}\mbox{\isa{\isacommand{coinductive}}} & : & \isarkeep{local{\dsh}theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   700
    \indexdef{HOL}{command}{coinductive-set}\mbox{\isa{\isacommand{coinductive{\isacharunderscore}set}}} & : & \isarkeep{local{\dsh}theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   701
    \indexdef{HOL}{attribute}{mono}\mbox{\isa{mono}} & : & \isaratt \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   702
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   703
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   704
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   705
    ('inductive' | 'inductive\_set' | 'coinductive' | 'coinductive\_set') target? fixes ('for' fixes)? \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   706
    ('where' clauses)? ('monos' thmrefs)?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   707
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   708
    clauses: (thmdecl? prop + '|')
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   709
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   710
    'mono' (() | 'add' | 'del')
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   711
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   712
  \end{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   713
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   714
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   715
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   716
  \item [\mbox{\isa{\isacommand{inductive}}} and \mbox{\isa{\isacommand{coinductive}}}] define (co)inductive predicates from the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   717
  introduction rules given in the \mbox{\isa{\isakeyword{where}}} part.  The
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   718
  optional \mbox{\isa{\isakeyword{for}}} part contains a list of parameters of the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   719
  (co)inductive predicates that remain fixed throughout the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   720
  definition.  The optional \mbox{\isa{\isakeyword{monos}}} section contains
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   721
  \emph{monotonicity theorems}, which are required for each operator
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   722
  applied to a recursive set in the introduction rules.  There
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   723
  \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
   724
  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
   725
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   726
  \item [\mbox{\isa{\isacommand{inductive{\isacharunderscore}set}}} and \mbox{\isa{\isacommand{coinductive{\isacharunderscore}set}}}] are wrappers for to the previous commands,
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   727
  allowing the definition of (co)inductive sets.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   728
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   729
  \item [\mbox{\isa{mono}}] declares monotonicity rules.  These
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   730
  rule are involved in the automated monotonicity proof of \mbox{\isa{\isacommand{inductive}}}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   731
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   732
  \end{descr}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   733
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   734
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   735
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   736
\isamarkupsubsection{Derived rules%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   737
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   738
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   739
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   740
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   741
Each (co)inductive definition \isa{R} adds definitions to the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   742
  theory and also proves some theorems:
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   743
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   744
  \begin{description}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   745
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   746
  \item [\isa{R{\isachardot}intros}] is the list of introduction rules as proven
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   747
  theorems, for the recursive predicates (or sets).  The rules are
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   748
  also available individually, using the names given them in the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   749
  theory file;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   750
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   751
  \item [\isa{R{\isachardot}cases}] is the case analysis (or elimination) rule;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   752
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   753
  \item [\isa{R{\isachardot}induct} or \isa{R{\isachardot}coinduct}] is the (co)induction
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   754
  rule.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   755
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   756
  \end{description}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   757
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   758
  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
   759
  defined simultaneously, the list of introduction rules is called
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   760
  \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
   761
  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
   762
  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
   763
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   764
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   765
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   766
\isamarkupsubsection{Monotonicity theorems%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   767
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   768
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   769
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   770
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   771
Each theory contains a default set of theorems that are used in
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   772
  monotonicity proofs.  New rules can be added to this set via the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   773
  \mbox{\isa{mono}} attribute.  The HOL theory \isa{Inductive}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   774
  shows how this is done.  In general, the following monotonicity
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   775
  theorems may be added:
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   776
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   777
  \begin{itemize}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   778
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   779
  \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
   780
  monotonicity of inductive definitions whose introduction rules have
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   781
  premises involving terms such as \isa{{\isachardoublequote}M\ R\isactrlsub i\ t{\isachardoublequote}}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   782
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   783
  \item Monotonicity theorems for logical operators, which are of the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   784
  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
   785
  the case of the operator \isa{{\isachardoublequote}{\isasymor}{\isachardoublequote}}, the corresponding theorem is
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   786
  \[
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   787
  \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
   788
  \]
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   789
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   790
  \item De Morgan style equations for reasoning about the ``polarity''
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   791
  of expressions, e.g.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   792
  \[
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   793
  \isa{{\isachardoublequote}{\isasymnot}\ {\isasymnot}\ P\ {\isasymlongleftrightarrow}\ P{\isachardoublequote}} \qquad\qquad
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   794
  \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
   795
  \]
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   796
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   797
  \item Equations for reducing complex operators to more primitive
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   798
  ones whose monotonicity can easily be proved, e.g.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   799
  \[
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   800
  \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
   801
  \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
   802
  \]
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   803
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   804
  \end{itemize}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   805
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   806
  %FIXME: Example of an inductive definition%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   807
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   808
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   809
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   810
\isamarkupsection{Arithmetic proof support%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   811
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   812
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   813
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   814
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   815
\begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   816
    \indexdef{HOL}{method}{arith}\mbox{\isa{arith}} & : & \isarmeth \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   817
    \indexdef{HOL}{method}{arith-split}\mbox{\isa{arith{\isacharunderscore}split}} & : & \isaratt \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   818
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   819
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   820
  The \mbox{\isa{arith}} method decides linear arithmetic problems
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   821
  (on types \isa{nat}, \isa{int}, \isa{real}).  Any current
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   822
  facts are inserted into the goal before running the procedure.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   823
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   824
  The \mbox{\isa{arith{\isacharunderscore}split}} attribute declares case split rules
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   825
  to be expanded before the arithmetic procedure is invoked.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   826
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   827
  Note that a simpler (but faster) version of arithmetic reasoning is
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   828
  already performed by the Simplifier.%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   829
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   830
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   831
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   832
\isamarkupsection{Cases and induction: emulating tactic scripts \label{sec:hol-induct-tac}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   833
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   834
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   835
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   836
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   837
The following important tactical tools of Isabelle/HOL have been
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   838
  ported to Isar.  These should be never used in proper proof texts!
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   839
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   840
  \begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   841
    \indexdef{HOL}{method}{case-tac}\mbox{\isa{case{\isacharunderscore}tac}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isarmeth \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   842
    \indexdef{HOL}{method}{induct-tac}\mbox{\isa{induct{\isacharunderscore}tac}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isarmeth \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   843
    \indexdef{HOL}{method}{ind-cases}\mbox{\isa{ind{\isacharunderscore}cases}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isarmeth \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   844
    \indexdef{HOL}{command}{inductive-cases}\mbox{\isa{\isacommand{inductive{\isacharunderscore}cases}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   845
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   846
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   847
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   848
    'case\_tac' goalspec? term rule?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   849
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   850
    'induct\_tac' goalspec? (insts * 'and') rule?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   851
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   852
    'ind\_cases' (prop +) ('for' (name +)) ?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   853
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   854
    'inductive\_cases' (thmdecl? (prop +) + 'and')
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   855
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   856
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   857
    rule: ('rule' ':' thmref)
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   858
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   859
  \end{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   860
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   861
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   862
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   863
  \item [\mbox{\isa{case{\isacharunderscore}tac}} and \mbox{\isa{induct{\isacharunderscore}tac}}]
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   864
  admit to reason about inductive datatypes only (unless an
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   865
  alternative rule is given explicitly).  Furthermore, \mbox{\isa{case{\isacharunderscore}tac}} does a classical case split on booleans; \mbox{\isa{induct{\isacharunderscore}tac}} allows only variables to be given as instantiation.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   866
  These tactic emulations feature both goal addressing and dynamic
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   867
  instantiation.  Note that named rule cases are \emph{not} provided
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   868
  as would be by the proper \mbox{\isa{induct}} and \mbox{\isa{cases}} proof
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   869
  methods (see \secref{sec:cases-induct}).
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   870
  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   871
  \item [\mbox{\isa{ind{\isacharunderscore}cases}} and \mbox{\isa{\isacommand{inductive{\isacharunderscore}cases}}}] provide an interface to the internal
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   872
  \texttt{mk_cases} operation.  Rules are simplified in an
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   873
  unrestricted forward manner.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   874
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   875
  While \mbox{\isa{ind{\isacharunderscore}cases}} is a proof method to apply the
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   876
  result immediately as elimination rules, \mbox{\isa{\isacommand{inductive{\isacharunderscore}cases}}} provides case split theorems at the theory level
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   877
  for later use.  The \mbox{\isa{\isakeyword{for}}} argument of the \mbox{\isa{ind{\isacharunderscore}cases}} method allows to specify a list of variables that should
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   878
  be generalized before applying the resulting rule.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   879
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   880
  \end{descr}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   881
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   882
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   883
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   884
\isamarkupsection{Executable code%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   885
}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   886
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   887
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   888
\begin{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   889
Isabelle/Pure provides two generic frameworks to support code
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   890
  generation from executable specifications.  Isabelle/HOL
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   891
  instantiates these mechanisms in a way that is amenable to end-user
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   892
  applications.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   893
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   894
  One framework generates code from both functional and relational
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   895
  programs to SML.  See \cite{isabelle-HOL} for further information
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   896
  (this actually covers the new-style theory format as well).
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   897
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   898
  \begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   899
    \indexdef{HOL}{command}{value}\mbox{\isa{\isacommand{value}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isarkeep{theory~|~proof} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   900
    \indexdef{HOL}{command}{code-module}\mbox{\isa{\isacommand{code{\isacharunderscore}module}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   901
    \indexdef{HOL}{command}{code-library}\mbox{\isa{\isacommand{code{\isacharunderscore}library}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   902
    \indexdef{HOL}{command}{consts-code}\mbox{\isa{\isacommand{consts{\isacharunderscore}code}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   903
    \indexdef{HOL}{command}{types-code}\mbox{\isa{\isacommand{types{\isacharunderscore}code}}} & : & \isartrans{theory}{theory} \\  
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   904
    \indexdef{HOL}{attribute}{code}\mbox{\isa{code}} & : & \isaratt \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   905
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   906
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   907
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   908
  'value' term
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   909
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   910
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   911
  ( 'code\_module' | 'code\_library' ) modespec ? name ? \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   912
    ( 'file' name ) ? ( 'imports' ( name + ) ) ? \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   913
    'contains' ( ( name '=' term ) + | term + )
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   914
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   915
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   916
  modespec: '(' ( name * ) ')'
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   917
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   918
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   919
  'consts\_code' (codespec +)
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   920
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   921
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   922
  codespec: const template attachment ?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   923
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   924
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   925
  'types\_code' (tycodespec +)
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   926
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   927
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   928
  tycodespec: name template attachment ?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   929
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   930
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   931
  const: term
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   932
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   933
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   934
  template: '(' string ')'
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   935
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   936
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   937
  attachment: 'attach' modespec ? verblbrace text verbrbrace
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   938
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   939
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   940
  'code' (name)?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   941
  ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   942
  \end{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   943
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   944
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   945
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   946
  \item [\mbox{\isa{\isacommand{value}}}~\isa{t}] evaluates and prints a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   947
  term using the code generator.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   948
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   949
  \end{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   950
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   951
  \medskip The other framework generates code from functional programs
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   952
  (including overloading using type classes) to SML \cite{SML}, OCaml
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   953
  \cite{OCaml} and Haskell \cite{haskell-revised-report}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   954
  Conceptually, code generation is split up in three steps:
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   955
  \emph{selection} of code theorems, \emph{translation} into an
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   956
  abstract executable view and \emph{serialization} to a specific
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   957
  \emph{target language}.  See \cite{isabelle-codegen} for an
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   958
  introduction on how to use it.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   959
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   960
  \begin{matharray}{rcl}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   961
    \indexdef{HOL}{command}{export-code}\mbox{\isa{\isacommand{export{\isacharunderscore}code}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isarkeep{theory~|~proof} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   962
    \indexdef{HOL}{command}{code-thms}\mbox{\isa{\isacommand{code{\isacharunderscore}thms}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isarkeep{theory~|~proof} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   963
    \indexdef{HOL}{command}{code-deps}\mbox{\isa{\isacommand{code{\isacharunderscore}deps}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isarkeep{theory~|~proof} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   964
    \indexdef{HOL}{command}{code-datatype}\mbox{\isa{\isacommand{code{\isacharunderscore}datatype}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   965
    \indexdef{HOL}{command}{code-const}\mbox{\isa{\isacommand{code{\isacharunderscore}const}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   966
    \indexdef{HOL}{command}{code-type}\mbox{\isa{\isacommand{code{\isacharunderscore}type}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   967
    \indexdef{HOL}{command}{code-class}\mbox{\isa{\isacommand{code{\isacharunderscore}class}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   968
    \indexdef{HOL}{command}{code-instance}\mbox{\isa{\isacommand{code{\isacharunderscore}instance}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   969
    \indexdef{HOL}{command}{code-monad}\mbox{\isa{\isacommand{code{\isacharunderscore}monad}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   970
    \indexdef{HOL}{command}{code-reserved}\mbox{\isa{\isacommand{code{\isacharunderscore}reserved}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   971
    \indexdef{HOL}{command}{code-include}\mbox{\isa{\isacommand{code{\isacharunderscore}include}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   972
    \indexdef{HOL}{command}{code-modulename}\mbox{\isa{\isacommand{code{\isacharunderscore}modulename}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   973
    \indexdef{HOL}{command}{code-exception}\mbox{\isa{\isacommand{code{\isacharunderscore}exception}}} & : & \isartrans{theory}{theory} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   974
    \indexdef{HOL}{command}{print-codesetup}\mbox{\isa{\isacommand{print{\isacharunderscore}codesetup}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isarkeep{theory~|~proof} \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   975
    \indexdef{HOL}{attribute}{code}\mbox{\isa{code}} & : & \isaratt \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   976
  \end{matharray}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   977
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   978
  \begin{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   979
    'export\_code' ( constexpr + ) ? \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   980
      ( ( 'in' target ( 'module\_name' string ) ? \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   981
        ( 'file' ( string | '-' ) ) ? ( '(' args ')' ) ?) + ) ?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   982
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   983
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   984
    'code\_thms' ( constexpr + ) ?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   985
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   986
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   987
    'code\_deps' ( constexpr + ) ?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   988
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   989
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   990
    const: term
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   991
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   992
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   993
    constexpr: ( const | 'name.*' | '*' )
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   994
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   995
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   996
    typeconstructor: nameref
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   997
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   998
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
   999
    class: nameref
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1000
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1001
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1002
    target: 'OCaml' | 'SML' | 'Haskell'
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1003
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1004
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1005
    'code\_datatype' const +
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1006
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1007
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1008
    'code\_const' (const + 'and') \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1009
      ( ( '(' target ( syntax ? + 'and' ) ')' ) + )
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1010
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1011
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1012
    'code\_type' (typeconstructor + 'and') \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1013
      ( ( '(' target ( syntax ? + 'and' ) ')' ) + )
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1014
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1015
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1016
    'code\_class' (class + 'and') \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1017
      ( ( '(' target \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1018
        ( ( string ('where' \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1019
          ( const ( '==' | equiv ) string ) + ) ? ) ? + 'and' ) ')' ) + )
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1020
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1021
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1022
    'code\_instance' (( typeconstructor '::' class ) + 'and') \\
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1023
      ( ( '(' target ( '-' ? + '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
    'code\_monad' const const target
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1027
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1028
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1029
    'code\_reserved' target ( string + )
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1030
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1031
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1032
    'code\_include' target ( string ( string | '-') )
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1033
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1034
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1035
    'code\_modulename' target ( ( string string ) + )
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1036
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1037
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1038
    'code\_exception' ( const + )
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1039
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1040
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1041
    syntax: string | ( 'infix' | 'infixl' | 'infixr' ) nat string
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1042
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1043
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1044
    'code' ('func' | 'inline') ( 'del' )?
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1045
    ;
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1046
  \end{rail}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1047
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1048
  \begin{descr}
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1049
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1050
  \item [\mbox{\isa{\isacommand{export{\isacharunderscore}code}}}] is the canonical interface
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1051
  for generating and serializing code: for a given list of constants,
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1052
  code is generated for the specified target languages.  Abstract code
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1053
  is cached incrementally.  If no constant is given, the currently
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1054
  cached code is serialized.  If no serialization instruction is
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1055
  given, only abstract code is cached.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1056
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1057
  Constants may be specified by giving them literally, referring to
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1058
  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
  1059
  available by giving \isa{{\isachardoublequote}{\isacharasterisk}{\isachardoublequote}}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1060
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1061
  By default, for each involved theory one corresponding name space
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1062
  module is generated.  Alternativly, a module name may be specified
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1063
  after the \mbox{\isa{\isakeyword{module{\isacharunderscore}name}}} keyword; then \emph{all} code is
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1064
  placed in this module.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1065
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1066
  For \emph{SML} and \emph{OCaml}, the file specification refers to a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1067
  single file; for \emph{Haskell}, it refers to a whole directory,
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1068
  where code is generated in multiple files reflecting the module
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1069
  hierarchy.  The file specification ``\isa{{\isachardoublequote}{\isacharminus}{\isachardoublequote}}'' denotes standard
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1070
  output.  For \emph{SML}, omitting the file specification compiles
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1071
  code internally in the context of the current ML session.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1072
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1073
  Serializers take an optional list of arguments in parentheses.  For
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1074
  \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
  1075
  declaration.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1076
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1077
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}thms}}}] prints a list of theorems
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1078
  representing the corresponding program containing all given
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1079
  constants; if no constants are given, the currently cached code
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1080
  theorems are printed.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1081
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1082
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}deps}}}] visualizes dependencies of
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1083
  theorems representing the corresponding program containing all given
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1084
  constants; if no constants are given, the currently cached code
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1085
  theorems are visualized.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1086
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1087
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}datatype}}}] specifies a constructor set
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1088
  for a logical type.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1089
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1090
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}const}}}] associates a list of constants
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1091
  with target-specific serializations; omitting a serialization
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1092
  deletes an existing serialization.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1093
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1094
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}type}}}] associates a list of type
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1095
  constructors with target-specific serializations; omitting a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1096
  serialization deletes an existing serialization.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1097
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1098
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}class}}}] associates a list of classes
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1099
  with target-specific class names; in addition, constants associated
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1100
  with this class may be given target-specific names used for instance
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1101
  declarations; omitting a serialization deletes an existing
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1102
  serialization.  This applies only to \emph{Haskell}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1103
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1104
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}instance}}}] declares a list of type
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1105
  constructor / class instance relations as ``already present'' for a
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1106
  given target.  Omitting a ``\isa{{\isachardoublequote}{\isacharminus}{\isachardoublequote}}'' deletes an existing
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1107
  ``already present'' declaration.  This applies only to
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1108
  \emph{Haskell}.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1109
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1110
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}monad}}}] provides an auxiliary
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1111
  mechanism to generate monadic code.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1112
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1113
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}reserved}}}] declares a list of names as
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1114
  reserved for a given target, preventing it to be shadowed by any
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1115
  generated code.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1116
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1117
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}include}}}] adds arbitrary named content
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1118
  (``include'') to generated code.  A as last argument ``\isa{{\isachardoublequote}{\isacharminus}{\isachardoublequote}}''
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1119
  will remove an already added ``include''.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1120
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1121
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}modulename}}}] declares aliasings from
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1122
  one module name onto another.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1123
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1124
  \item [\mbox{\isa{\isacommand{code{\isacharunderscore}exception}}}] declares constants which
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1125
  are not required to have a definition by a defining equations; these
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1126
  are mapped on exceptions instead.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1127
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1128
  \item [\mbox{\isa{code}}~\isa{func}] explicitly selects (or
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1129
  with option ``\isa{{\isachardoublequote}del{\isacharcolon}{\isachardoublequote}}'' deselects) a defining equation for
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1130
  code generation.  Usually packages introducing defining equations
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1131
  provide a resonable default setup for selection.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1132
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1133
  \item [\mbox{\isa{code}}\isa{inline}] declares (or with
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1134
  option ``\isa{{\isachardoublequote}del{\isacharcolon}{\isachardoublequote}}'' removes) inlining theorems which are
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1135
  applied as rewrite rules to any defining equation during
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1136
  preprocessing.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1137
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1138
  \item [\mbox{\isa{\isacommand{print{\isacharunderscore}codesetup}}}] gives an overview on
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1139
  selected defining equations, code generator datatypes and
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1140
  preprocessor setup.
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1141
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1142
  \end{descr}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1143
\end{isamarkuptext}%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1144
\isamarkuptrue%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1145
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1146
\isadelimtheory
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1147
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1148
\endisadelimtheory
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1149
%
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1150
\isatagtheory
26840
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1151
\isacommand{end}\isamarkupfalse%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1152
%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1153
\endisatagtheory
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1154
{\isafoldtheory}%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1155
%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1156
\isadelimtheory
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1157
%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1158
\endisadelimtheory
26849
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1159
\isanewline
df50bc1249d7 converted HOL specific elements;
wenzelm
parents: 26840
diff changeset
  1160
\isanewline
26840
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1161
\end{isabellebody}%
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1162
%%% Local Variables:
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1163
%%% mode: latex
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1164
%%% TeX-master: "root"
ec46381f149d added logic-specific sessions;
wenzelm
parents:
diff changeset
  1165
%%% End: