doc-src/IsarRef/Thy/document/Spec.tex
author wenzelm
Wed, 22 Aug 2012 22:47:16 +0200
changeset 48890 d72ca5742f80
parent 48824 45d0e40b07af
permissions -rw-r--r--
'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
26869
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
     1
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
     2
\begin{isabellebody}%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
     3
\def\isabellecontext{Spec}%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
     4
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
     5
\isadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
     6
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
     7
\endisadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
     8
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
     9
\isatagtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    10
\isacommand{theory}\isamarkupfalse%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    11
\ Spec\isanewline
42651
e3fdb7c96be5 formal Base theory;
wenzelm
parents: 42626
diff changeset
    12
\isakeyword{imports}\ Base\ Main\isanewline
26869
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    13
\isakeyword{begin}%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    14
\endisatagtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    15
{\isafoldtheory}%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    16
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    17
\isadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    18
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    19
\endisadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    20
%
42936
wenzelm
parents: 42813
diff changeset
    21
\isamarkupchapter{Specifications%
26869
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    22
}
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    23
\isamarkuptrue%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    24
%
29746
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    25
\begin{isamarkuptext}%
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    26
The Isabelle/Isar theory format integrates specifications and
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    27
  proofs, supporting interactive development with unlimited undo
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    28
  operation.  There is an integrated document preparation system (see
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    29
  \chref{ch:document-prep}), for typesetting formal developments
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    30
  together with informal text.  The resulting hyper-linked PDF
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    31
  documents can be used both for WWW presentation and printed copies.
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    32
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    33
  The Isar proof language (see \chref{ch:proofs}) is embedded into the
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    34
  theory language as a proper sub-language.  Proof mode is entered by
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    35
  stating some \hyperlink{command.theorem}{\mbox{\isa{\isacommand{theorem}}}} or \hyperlink{command.lemma}{\mbox{\isa{\isacommand{lemma}}}} at the theory
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    36
  level, and left again with the final conclusion (e.g.\ via \hyperlink{command.qed}{\mbox{\isa{\isacommand{qed}}}}).  Some theory specification mechanisms also require a proof,
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    37
  such as \hyperlink{command.typedef}{\mbox{\isa{\isacommand{typedef}}}} in HOL, which demands non-emptiness of
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    38
  the representing sets.%
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    39
\end{isamarkuptext}%
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    40
\isamarkuptrue%
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
    41
%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    42
\isamarkupsection{Defining theories \label{sec:begin-thy}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    43
}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    44
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    45
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    46
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    47
\begin{matharray}{rcl}
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
    48
    \indexdef{}{command}{theory}\hypertarget{command.theory}{\hyperlink{command.theory}{\mbox{\isa{\isacommand{theory}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}toplevel\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
    49
    \indexdef{global}{command}{end}\hypertarget{command.global.end}{\hyperlink{command.global.end}{\mbox{\isa{\isacommand{end}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ toplevel{\isaliteral{22}{\isachardoublequote}}} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    50
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    51
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    52
  Isabelle/Isar theories are defined via theory files, which may
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    53
  contain both specifications and proofs; occasionally definitional
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    54
  mechanisms also require some explicit proof.  The theory body may be
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    55
  sub-structured by means of \emph{local theory targets}, such as
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    56
  \hyperlink{command.locale}{\mbox{\isa{\isacommand{locale}}}} and \hyperlink{command.class}{\mbox{\isa{\isacommand{class}}}}.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    57
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    58
  The first proper command of a theory is \hyperlink{command.theory}{\mbox{\isa{\isacommand{theory}}}}, which
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    59
  indicates imports of previous theories and optional dependencies on
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    60
  other source files (usually in ML).  Just preceding the initial
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    61
  \hyperlink{command.theory}{\mbox{\isa{\isacommand{theory}}}} command there may be an optional \hyperlink{command.header}{\mbox{\isa{\isacommand{header}}}} declaration, which is only relevant to document
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    62
  preparation: see also the other section markup commands in
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    63
  \secref{sec:markup}.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    64
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    65
  A theory is concluded by a final \hyperlink{command.global.end}{\mbox{\isa{\isacommand{end}}}} command,
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    66
  one that does not belong to a local theory target.  No further
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    67
  commands may follow such a global \hyperlink{command.global.end}{\mbox{\isa{\isacommand{end}}}},
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    68
  although some user-interfaces might pretend that trailing input is
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
    69
  admissible.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    70
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
    71
  \begin{railoutput}
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
    72
\rail@begin{4}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
    73
\rail@term{\hyperlink{command.theory}{\mbox{\isa{\isacommand{theory}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
    74
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
47114
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    75
\rail@nont{\isa{imports}}[]
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
    76
\rail@cr{2}
47114
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    77
\rail@bar
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    78
\rail@nextbar{3}
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    79
\rail@nont{\isa{keywords}}[]
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    80
\rail@endbar
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
    81
\rail@bar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
    82
\rail@nextbar{3}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
    83
\rail@nont{\isa{uses}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
    84
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
    85
\rail@term{\isa{\isakeyword{begin}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
    86
\rail@end
47114
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    87
\rail@begin{2}{\isa{imports}}
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    88
\rail@term{\isa{\isakeyword{imports}}}[]
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    89
\rail@plus
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    90
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    91
\rail@nextplus{1}
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    92
\rail@endplus
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    93
\rail@end
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    94
\rail@begin{3}{\isa{keywords}}
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    95
\rail@term{\isa{\isakeyword{keywords}}}[]
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    96
\rail@plus
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    97
\rail@plus
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    98
\rail@nont{\hyperlink{syntax.string}{\mbox{\isa{string}}}}[]
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
    99
\rail@nextplus{1}
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   100
\rail@endplus
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   101
\rail@bar
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   102
\rail@nextbar{1}
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   103
\rail@term{\isa{{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}}}[]
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   104
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   105
\rail@nont{\hyperlink{syntax.tags}{\mbox{\isa{tags}}}}[]
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   106
\rail@endbar
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   107
\rail@nextplus{2}
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   108
\rail@cterm{\isa{\isakeyword{and}}}[]
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   109
\rail@endplus
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   110
\rail@end
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   111
\rail@begin{3}{\isa{uses}}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   112
\rail@term{\isa{\isakeyword{uses}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   113
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   114
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   115
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   116
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   117
\rail@nont{\hyperlink{syntax.parname}{\mbox{\isa{parname}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   118
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   119
\rail@nextplus{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   120
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   121
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   122
\end{railoutput}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   123
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   124
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   125
  \begin{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   126
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   127
  \item \hyperlink{command.theory}{\mbox{\isa{\isacommand{theory}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}A\ {\isaliteral{5C3C494D504F5254533E}{\isasymIMPORTS}}\ B\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ B\isaliteral{5C3C5E7375623E}{}\isactrlsub n\ {\isaliteral{5C3C424547494E3E}{\isasymBEGIN}}{\isaliteral{22}{\isachardoublequote}}}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   128
  starts a new theory \isa{A} based on the merge of existing
47114
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   129
  theories \isa{{\isaliteral{22}{\isachardoublequote}}B\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ B\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}}.  Due to the possibility to import more
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   130
  than one ancestor, the resulting theory structure of an Isabelle
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   131
  session forms a directed acyclic graph (DAG).  Isabelle takes care
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   132
  that sources contributing to the development graph are always
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   133
  up-to-date: changed files are automatically rechecked whenever a
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   134
  theory header specification is processed.
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   135
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   136
  The optional \indexdef{}{keyword}{keywords}\hypertarget{keyword.keywords}{\hyperlink{keyword.keywords}{\mbox{\isa{\isakeyword{keywords}}}}} specification declares outer
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   137
  syntax (\chref{ch:outer-syntax}) that is introduced in this theory
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   138
  later on (rare in end-user applications).  Both minor keywords and
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   139
  major keywords of the Isar command language need to be specified, in
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   140
  order to make parsing of proof documents work properly.  Command
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   141
  keywords need to be classified according to their structural role in
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   142
  the formal text.  Examples may be seen in Isabelle/HOL sources
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   143
  itself, such as \hyperlink{keyword.keywords}{\mbox{\isa{\isakeyword{keywords}}}}~\verb|"typedef"|
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   144
  \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ thy{\isaliteral{5F}{\isacharunderscore}}goal{\isaliteral{22}{\isachardoublequote}}} or \hyperlink{keyword.keywords}{\mbox{\isa{\isakeyword{keywords}}}}~\verb|"datatype"| \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ thy{\isaliteral{5F}{\isacharunderscore}}decl{\isaliteral{22}{\isachardoublequote}}} for theory-level declarations
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   145
  with and without proof, respectively.  Additional \hyperlink{syntax.tags}{\mbox{\isa{tags}}}
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   146
  provide defaults for document preparation (\secref{sec:tags}).
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   147
  
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26870
diff changeset
   148
  The optional \indexdef{}{keyword}{uses}\hypertarget{keyword.uses}{\hyperlink{keyword.uses}{\mbox{\isa{\isakeyword{uses}}}}} specification declares additional
47114
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   149
  dependencies on external files (notably ML sources).  Files will be
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   150
  loaded immediately (as ML), unless the name is parenthesized.  The
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   151
  latter case records a dependency that needs to be resolved later in
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   152
  the text, usually via explicit \indexref{}{command}{use}\hyperlink{command.use}{\mbox{\isa{\isacommand{use}}}} for ML files;
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   153
  other file formats require specific load commands defined by the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   154
  corresponding tools or packages.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   155
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   156
  \item \hyperlink{command.global.end}{\mbox{\isa{\isacommand{end}}}} concludes the current theory
47114
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   157
  definition.  Note that some other commands, e.g.\ local theory
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   158
  targets \hyperlink{command.locale}{\mbox{\isa{\isacommand{locale}}}} or \hyperlink{command.class}{\mbox{\isa{\isacommand{class}}}} may involve a
7c9e31ffcd9e updated theory header syntax and related details;
wenzelm
parents: 46999
diff changeset
   159
  \hyperlink{keyword.begin}{\mbox{\isa{\isakeyword{begin}}}} that needs to be matched by \hyperlink{command.local.end}{\mbox{\isa{\isacommand{end}}}}, according to the usual rules for nested blocks.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   160
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   161
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   162
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   163
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   164
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   165
\isamarkupsection{Local theory targets \label{sec:target}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   166
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   167
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   168
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   169
\begin{isamarkuptext}%
47483
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   170
\begin{matharray}{rcll}
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   171
    \indexdef{}{command}{context}\hypertarget{command.context}{\hyperlink{command.context}{\mbox{\isa{\isacommand{context}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   172
    \indexdef{local}{command}{end}\hypertarget{command.local.end}{\hyperlink{command.local.end}{\mbox{\isa{\isacommand{end}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   173
  \end{matharray}
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   174
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   175
  A local theory target is a context managed separately within the
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   176
  enclosing theory.  Contexts may introduce parameters (fixed
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   177
  variables) and assumptions (hypotheses).  Definitions and theorems
47482
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   178
  depending on the context may be added incrementally later on.
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   179
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   180
  \emph{Named contexts} refer to locales (cf.\ \secref{sec:locale}) or
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   181
  type classes (cf.\ \secref{sec:class}); the name ``\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{2D}{\isacharminus}}{\isaliteral{22}{\isachardoublequote}}}''
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   182
  signifies the global theory context.
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   183
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   184
  \emph{Unnamed contexts} may introduce additional parameters and
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   185
  assumptions, and results produced in the context are generalized
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   186
  accordingly.  Such auxiliary contexts may be nested within other
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   187
  targets, like \hyperlink{command.locale}{\mbox{\isa{\isacommand{locale}}}}, \hyperlink{command.class}{\mbox{\isa{\isacommand{class}}}}, \hyperlink{command.instantiation}{\mbox{\isa{\isacommand{instantiation}}}}, \hyperlink{command.overloading}{\mbox{\isa{\isacommand{overloading}}}}.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   188
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   189
  \begin{railoutput}
47484
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   190
\rail@begin{1}{}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   191
\rail@term{\hyperlink{command.context}{\mbox{\isa{\isacommand{context}}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   192
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   193
\rail@term{\isa{\isakeyword{begin}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   194
\rail@end
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   195
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   196
\rail@term{\hyperlink{command.context}{\mbox{\isa{\isacommand{context}}}}}[]
47482
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   197
\rail@bar
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   198
\rail@nextbar{1}
47484
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   199
\rail@nont{\indexref{}{syntax}{includes}\hyperlink{syntax.includes}{\mbox{\isa{includes}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   200
\rail@endbar
47482
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   201
\rail@plus
47484
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   202
\rail@nextplus{1}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   203
\rail@cnont{\hyperlink{syntax.context-elem}{\mbox{\isa{context{\isaliteral{5F}{\isacharunderscore}}elem}}}}[]
47482
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   204
\rail@endplus
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   205
\rail@term{\isa{\isakeyword{begin}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   206
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   207
\rail@begin{1}{\indexdef{}{syntax}{target}\hypertarget{syntax.target}{\hyperlink{syntax.target}{\mbox{\isa{target}}}}}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   208
\rail@term{\isa{{\isaliteral{28}{\isacharparenleft}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   209
\rail@term{\isa{\isakeyword{in}}}[]
46999
1c3c185bab4e more precise syntax;
wenzelm
parents: 45600
diff changeset
   210
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   211
\rail@term{\isa{{\isaliteral{29}{\isacharparenright}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   212
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   213
\end{railoutput}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   214
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   215
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   216
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   217
  
47482
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   218
  \item \hyperlink{command.context}{\mbox{\isa{\isacommand{context}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{5C3C424547494E3E}{\isasymBEGIN}}{\isaliteral{22}{\isachardoublequote}}} opens a named
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   219
  context, by recommencing an existing locale or class \isa{c}.
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   220
  Note that locale and class definitions allow to include the
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   221
  \hyperlink{keyword.begin}{\mbox{\isa{\isakeyword{begin}}}} keyword as well, in order to continue the local
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   222
  theory immediately after the initial specification.
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   223
47484
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   224
  \item \hyperlink{command.context}{\mbox{\isa{\isacommand{context}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}bundles\ elements\ {\isaliteral{5C3C424547494E3E}{\isasymBEGIN}}{\isaliteral{22}{\isachardoublequote}}} opens
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   225
  an unnamed context, by extending the enclosing global or local
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   226
  theory target by the given declaration bundles (\secref{sec:bundle})
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   227
  and context elements (\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{5C3C46495845533E}{\isasymFIXES}}{\isaliteral{22}{\isachardoublequote}}}, \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{5C3C415353554D45533E}{\isasymASSUMES}}{\isaliteral{22}{\isachardoublequote}}}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   228
  etc.).  This means any results stemming from definitions and proofs
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   229
  in the extended context will be exported into the enclosing target
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   230
  by lifting over extra parameters and premises.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   231
  
47482
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   232
  \item \hyperlink{command.local.end}{\mbox{\isa{\isacommand{end}}}} concludes the current local theory,
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   233
  according to the nesting of contexts.  Note that a global \hyperlink{command.global.end}{\mbox{\isa{\isacommand{end}}}} has a different meaning: it concludes the theory
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   234
  itself (\secref{sec:begin-thy}).
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   235
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   236
  \item \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}{\isaliteral{22}{\isachardoublequote}}}\indexdef{}{keyword}{in}\hypertarget{keyword.in}{\hyperlink{keyword.in}{\mbox{\isa{\isakeyword{in}}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}c{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} given after any
29746
533c27b43ee1 updated generated files;
wenzelm
parents: 29706
diff changeset
   237
  local theory command specifies an immediate target, e.g.\
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   238
  ``\hyperlink{command.definition}{\mbox{\isa{\isacommand{definition}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}{\isaliteral{5C3C494E3E}{\isasymIN}}\ c{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{22}{\isachardoublequote}}}'' or ``\hyperlink{command.theorem}{\mbox{\isa{\isacommand{theorem}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}{\isaliteral{5C3C494E3E}{\isasymIN}}\ c{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{22}{\isachardoublequote}}}''.  This works both in a local or
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   239
  global theory context; the current target context will be suspended
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   240
  for this command only.  Note that ``\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}{\isaliteral{5C3C494E3E}{\isasymIN}}\ {\isaliteral{2D}{\isacharminus}}{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}}'' will
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   241
  always produce a global result independently of the current target
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   242
  context.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   243
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   244
  \end{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   245
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   246
  The exact meaning of results produced within a local theory context
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   247
  depends on the underlying target infrastructure (locale, type class
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   248
  etc.).  The general idea is as follows, considering a context named
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   249
  \isa{c} with parameter \isa{x} and assumption \isa{{\isaliteral{22}{\isachardoublequote}}A{\isaliteral{5B}{\isacharbrackleft}}x{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}}.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   250
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   251
  Definitions are exported by introducing a global version with
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   252
  additional arguments; a syntactic abbreviation links the long form
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   253
  with the abstract version of the target context.  For example,
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   254
  \isa{{\isaliteral{22}{\isachardoublequote}}a\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ t{\isaliteral{5B}{\isacharbrackleft}}x{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}} becomes \isa{{\isaliteral{22}{\isachardoublequote}}c{\isaliteral{2E}{\isachardot}}a\ {\isaliteral{3F}{\isacharquery}}x\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ t{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{3F}{\isacharquery}}x{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}} at the theory
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   255
  level (for arbitrary \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{3F}{\isacharquery}}x{\isaliteral{22}{\isachardoublequote}}}), together with a local
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   256
  abbreviation \isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ c{\isaliteral{2E}{\isachardot}}a\ x{\isaliteral{22}{\isachardoublequote}}} in the target context (for the
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   257
  fixed parameter \isa{x}).
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   258
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   259
  Theorems are exported by discharging the assumptions and
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   260
  generalizing the parameters of the context.  For example, \isa{{\isaliteral{22}{\isachardoublequote}}a{\isaliteral{3A}{\isacharcolon}}\ B{\isaliteral{5B}{\isacharbrackleft}}x{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}} becomes \isa{{\isaliteral{22}{\isachardoublequote}}c{\isaliteral{2E}{\isachardot}}a{\isaliteral{3A}{\isacharcolon}}\ A{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{3F}{\isacharquery}}x{\isaliteral{5D}{\isacharbrackright}}\ {\isaliteral{5C3C4C6F6E6772696768746172726F773E}{\isasymLongrightarrow}}\ B{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{3F}{\isacharquery}}x{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}}, again for arbitrary
47482
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   261
  \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{3F}{\isacharquery}}x{\isaliteral{22}{\isachardoublequote}}}.
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   262
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   263
  \medskip The Isabelle/HOL library contains numerous applications of
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   264
  locales and classes, e.g.\ see \verb|~~/src/HOL/Algebra|.  An
a83b25e5bad3 some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents: 47114
diff changeset
   265
  example for an unnamed auxiliary contexts is given in \verb|~~/src/HOL/Isar_Examples/Group_Context.thy|.%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   266
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   267
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   268
%
47484
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   269
\isamarkupsection{Bundled declarations \label{sec:bundle}%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   270
}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   271
\isamarkuptrue%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   272
%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   273
\begin{isamarkuptext}%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   274
\begin{matharray}{rcl}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   275
    \indexdef{}{command}{bundle}\hypertarget{command.bundle}{\hyperlink{command.bundle}{\mbox{\isa{\isacommand{bundle}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   276
    \indexdef{}{command}{print\_bundles}\hypertarget{command.print-bundles}{\hyperlink{command.print-bundles}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}bundles}}}}}\isa{{\isaliteral{22}{\isachardoublequote}}\isaliteral{5C3C5E7375703E}{}\isactrlsup {\isaliteral{2A}{\isacharasterisk}}{\isaliteral{22}{\isachardoublequote}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}context\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ {\isaliteral{22}{\isachardoublequote}}} \\
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   277
    \indexdef{}{command}{include}\hypertarget{command.include}{\hyperlink{command.include}{\mbox{\isa{\isacommand{include}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}proof{\isaliteral{28}{\isacharparenleft}}state{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ proof{\isaliteral{28}{\isacharparenleft}}state{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} \\
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   278
    \indexdef{}{command}{including}\hypertarget{command.including}{\hyperlink{command.including}{\mbox{\isa{\isacommand{including}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}proof{\isaliteral{28}{\isacharparenleft}}prove{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ proof{\isaliteral{28}{\isacharparenleft}}prove{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} \\
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   279
    \indexdef{}{keyword}{includes}\hypertarget{keyword.includes}{\hyperlink{keyword.includes}{\mbox{\isa{\isakeyword{includes}}}}} & : & syntax \\
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   280
  \end{matharray}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   281
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   282
  The outer syntax of fact expressions (\secref{sec:syn-att}) involves
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   283
  theorems and attributes, which are evaluated in the context and
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   284
  applied to it.  Attributes may declare theorems to the context, as
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   285
  in \isa{{\isaliteral{22}{\isachardoublequote}}this{\isaliteral{5F}{\isacharunderscore}}rule\ {\isaliteral{5B}{\isacharbrackleft}}intro{\isaliteral{5D}{\isacharbrackright}}\ that{\isaliteral{5F}{\isacharunderscore}}rule\ {\isaliteral{5B}{\isacharbrackleft}}elim{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}} for example.
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   286
  Configuration options (\secref{sec:config}) are special declaration
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   287
  attributes that operate on the context without a theorem, as in
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   288
  \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{5B}{\isacharbrackleft}}show{\isaliteral{5F}{\isacharunderscore}}types\ {\isaliteral{3D}{\isacharequal}}\ false{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}} for example.
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   289
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   290
  Expressions of this form may be defined as \emph{bundled
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   291
  declarations} in the context, and included in other situations later
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   292
  on.  Including declaration bundles augments a local context casually
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   293
  without logical dependencies, which is in contrast to locales and
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   294
  locale interpretation (\secref{sec:locale}).
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   295
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   296
  \begin{railoutput}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   297
\rail@begin{6}{}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   298
\rail@term{\hyperlink{command.bundle}{\mbox{\isa{\isacommand{bundle}}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   299
\rail@bar
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   300
\rail@nextbar{1}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   301
\rail@nont{\hyperlink{syntax.target}{\mbox{\isa{target}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   302
\rail@endbar
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   303
\rail@cr{3}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   304
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   305
\rail@term{\isa{{\isaliteral{3D}{\isacharequal}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   306
\rail@nont{\hyperlink{syntax.thmrefs}{\mbox{\isa{thmrefs}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   307
\rail@bar
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   308
\rail@nextbar{4}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   309
\rail@term{\isa{\isakeyword{for}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   310
\rail@plus
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   311
\rail@nont{\hyperlink{syntax.vars}{\mbox{\isa{vars}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   312
\rail@nextplus{5}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   313
\rail@cterm{\isa{\isakeyword{and}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   314
\rail@endplus
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   315
\rail@endbar
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   316
\rail@end
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   317
\rail@begin{2}{}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   318
\rail@bar
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   319
\rail@term{\hyperlink{command.include}{\mbox{\isa{\isacommand{include}}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   320
\rail@nextbar{1}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   321
\rail@term{\hyperlink{command.including}{\mbox{\isa{\isacommand{including}}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   322
\rail@endbar
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   323
\rail@plus
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   324
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   325
\rail@nextplus{1}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   326
\rail@endplus
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   327
\rail@end
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   328
\rail@begin{2}{\indexdef{}{syntax}{includes}\hypertarget{syntax.includes}{\hyperlink{syntax.includes}{\mbox{\isa{includes}}}}}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   329
\rail@term{\isa{\isakeyword{includes}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   330
\rail@plus
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   331
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   332
\rail@nextplus{1}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   333
\rail@endplus
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   334
\rail@end
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   335
\end{railoutput}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   336
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   337
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   338
  \begin{description}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   339
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   340
  \item \hyperlink{command.bundle}{\mbox{\isa{\isacommand{bundle}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}b\ {\isaliteral{3D}{\isacharequal}}\ decls{\isaliteral{22}{\isachardoublequote}}} defines a bundle of
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   341
  declarations in the current context.  The RHS is similar to the one
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   342
  of the \hyperlink{command.declare}{\mbox{\isa{\isacommand{declare}}}} command.  Bundles defined in local theory
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   343
  targets are subject to transformations via morphisms, when moved
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   344
  into different application contexts; this works analogously to any
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   345
  other local theory specification.
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   346
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   347
  \item \hyperlink{command.print-bundles}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}bundles}}}} prints the named bundles that are
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   348
  available in the current context.
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   349
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   350
  \item \hyperlink{command.include}{\mbox{\isa{\isacommand{include}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}b\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ b\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}} includes the declarations
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   351
  from the given bundles into the current proof body context.  This is
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   352
  analogous to \hyperlink{command.note}{\mbox{\isa{\isacommand{note}}}} (\secref{sec:proof-facts}) with the
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   353
  expanded bundles.
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   354
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   355
  \item \hyperlink{command.including}{\mbox{\isa{\isacommand{including}}}} is similar to \hyperlink{command.include}{\mbox{\isa{\isacommand{include}}}}, but
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   356
  works in proof refinement (backward mode).  This is analogous to
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   357
  \hyperlink{command.using}{\mbox{\isa{\isacommand{using}}}} (\secref{sec:proof-facts}) with the expanded
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   358
  bundles.
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   359
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   360
  \item \hyperlink{keyword.includes}{\mbox{\isa{\isakeyword{includes}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}b\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ b\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}} is similar to
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   361
  \hyperlink{command.include}{\mbox{\isa{\isacommand{include}}}}, but works in situations where a specification
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   362
  context is constructed, notably for \hyperlink{command.context}{\mbox{\isa{\isacommand{context}}}} and long
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   363
  statements of \hyperlink{command.theorem}{\mbox{\isa{\isacommand{theorem}}}} etc.
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   364
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   365
  \end{description}
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   366
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   367
  Here is an artificial example of bundling various configuration
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   368
  options:%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   369
\end{isamarkuptext}%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   370
\isamarkuptrue%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   371
\isacommand{bundle}\isamarkupfalse%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   372
\ trace\ {\isaliteral{3D}{\isacharequal}}\ {\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{5B}{\isacharbrackleft}}simp{\isaliteral{5F}{\isacharunderscore}}trace{\isaliteral{2C}{\isacharcomma}}\ blast{\isaliteral{5F}{\isacharunderscore}}trace{\isaliteral{2C}{\isacharcomma}}\ linarith{\isaliteral{5F}{\isacharunderscore}}trace{\isaliteral{2C}{\isacharcomma}}\ metis{\isaliteral{5F}{\isacharunderscore}}trace{\isaliteral{2C}{\isacharcomma}}\ smt{\isaliteral{5F}{\isacharunderscore}}trace{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{5D}{\isacharbrackright}}\isanewline
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   373
\isanewline
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   374
\isacommand{lemma}\isamarkupfalse%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   375
\ {\isaliteral{22}{\isachardoublequoteopen}}x\ {\isaliteral{3D}{\isacharequal}}\ x{\isaliteral{22}{\isachardoublequoteclose}}\isanewline
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   376
\ \ \isacommand{including}\isamarkupfalse%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   377
\ trace%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   378
\isadelimproof
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   379
\ %
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   380
\endisadelimproof
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   381
%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   382
\isatagproof
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   383
\isacommand{by}\isamarkupfalse%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   384
\ metis%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   385
\endisatagproof
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   386
{\isafoldproof}%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   387
%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   388
\isadelimproof
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   389
%
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   390
\endisadelimproof
e94cc23d434a some coverage of bundled declarations;
wenzelm
parents: 47483
diff changeset
   391
%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   392
\isamarkupsection{Basic specification elements%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   393
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   394
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   395
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   396
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   397
\begin{matharray}{rcll}
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   398
    \indexdef{}{command}{axiomatization}\hypertarget{command.axiomatization}{\hyperlink{command.axiomatization}{\mbox{\isa{\isacommand{axiomatization}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} & (axiomatic!) \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   399
    \indexdef{}{command}{definition}\hypertarget{command.definition}{\hyperlink{command.definition}{\mbox{\isa{\isacommand{definition}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   400
    \indexdef{}{attribute}{defn}\hypertarget{attribute.defn}{\hyperlink{attribute.defn}{\mbox{\isa{defn}}}} & : & \isa{attribute} \\
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   401
    \indexdef{}{command}{abbreviation}\hypertarget{command.abbreviation}{\hyperlink{command.abbreviation}{\mbox{\isa{\isacommand{abbreviation}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   402
    \indexdef{}{command}{print\_abbrevs}\hypertarget{command.print-abbrevs}{\hyperlink{command.print-abbrevs}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}abbrevs}}}}}\isa{{\isaliteral{22}{\isachardoublequote}}\isaliteral{5C3C5E7375703E}{}\isactrlsup {\isaliteral{2A}{\isacharasterisk}}{\isaliteral{22}{\isachardoublequote}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}context\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ {\isaliteral{22}{\isachardoublequote}}} \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   403
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   404
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   405
  These specification mechanisms provide a slightly more abstract view
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   406
  than the underlying primitives of \hyperlink{command.consts}{\mbox{\isa{\isacommand{consts}}}}, \hyperlink{command.defs}{\mbox{\isa{\isacommand{defs}}}} (see \secref{sec:consts}), and \hyperlink{command.axioms}{\mbox{\isa{\isacommand{axioms}}}} (see
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   407
  \secref{sec:axms-thms}).  In particular, type-inference is commonly
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   408
  available, and result names need not be given.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   409
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   410
  \begin{railoutput}
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
   411
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   412
\rail@term{\hyperlink{command.axiomatization}{\mbox{\isa{\isacommand{axiomatization}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   413
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   414
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   415
\rail@nont{\hyperlink{syntax.fixes}{\mbox{\isa{fixes}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   416
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   417
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   418
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   419
\rail@term{\isa{\isakeyword{where}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   420
\rail@nont{\isa{specs}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   421
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   422
\rail@end
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   423
\rail@begin{5}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   424
\rail@term{\hyperlink{command.definition}{\mbox{\isa{\isacommand{definition}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   425
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   426
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   427
\rail@nont{\hyperlink{syntax.target}{\mbox{\isa{target}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   428
\rail@endbar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   429
\rail@cr{3}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   430
\rail@bar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   431
\rail@nextbar{4}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   432
\rail@nont{\isa{decl}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   433
\rail@term{\isa{\isakeyword{where}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   434
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   435
\rail@bar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   436
\rail@nextbar{4}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   437
\rail@nont{\hyperlink{syntax.thmdecl}{\mbox{\isa{thmdecl}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   438
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   439
\rail@nont{\hyperlink{syntax.prop}{\mbox{\isa{prop}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   440
\rail@end
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   441
\rail@begin{5}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   442
\rail@term{\hyperlink{command.abbreviation}{\mbox{\isa{\isacommand{abbreviation}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   443
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   444
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   445
\rail@nont{\hyperlink{syntax.target}{\mbox{\isa{target}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   446
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   447
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   448
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   449
\rail@nont{\hyperlink{syntax.mode}{\mbox{\isa{mode}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   450
\rail@endbar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   451
\rail@cr{3}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   452
\rail@bar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   453
\rail@nextbar{4}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   454
\rail@nont{\isa{decl}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   455
\rail@term{\isa{\isakeyword{where}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   456
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   457
\rail@nont{\hyperlink{syntax.prop}{\mbox{\isa{prop}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   458
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   459
\rail@begin{4}{\indexdef{}{syntax}{fixes}\hypertarget{syntax.fixes}{\hyperlink{syntax.fixes}{\mbox{\isa{fixes}}}}}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   460
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   461
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   462
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   463
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   464
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   465
\rail@term{\isa{{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   466
\rail@nont{\hyperlink{syntax.type}{\mbox{\isa{type}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   467
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   468
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   469
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   470
\rail@nont{\hyperlink{syntax.mixfix}{\mbox{\isa{mixfix}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   471
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   472
\rail@nextbar{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   473
\rail@nont{\hyperlink{syntax.vars}{\mbox{\isa{vars}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   474
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   475
\rail@nextplus{3}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   476
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   477
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   478
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   479
\rail@begin{3}{\isa{specs}}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   480
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   481
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   482
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   483
\rail@nont{\hyperlink{syntax.thmdecl}{\mbox{\isa{thmdecl}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   484
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   485
\rail@nont{\hyperlink{syntax.props}{\mbox{\isa{props}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   486
\rail@nextplus{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   487
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   488
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   489
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   490
\rail@begin{2}{\isa{decl}}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   491
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   492
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   493
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   494
\rail@term{\isa{{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   495
\rail@nont{\hyperlink{syntax.type}{\mbox{\isa{type}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   496
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   497
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   498
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   499
\rail@nont{\hyperlink{syntax.mixfix}{\mbox{\isa{mixfix}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   500
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   501
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   502
\end{railoutput}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   503
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   504
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   505
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   506
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   507
  \item \hyperlink{command.axiomatization}{\mbox{\isa{\isacommand{axiomatization}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub m\ {\isaliteral{5C3C57484552453E}{\isasymWHERE}}\ {\isaliteral{5C3C7068693E}{\isasymphi}}\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ {\isaliteral{5C3C7068693E}{\isasymphi}}\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   508
  introduces several constants simultaneously and states axiomatic
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   509
  properties for these.  The constants are marked as being specified
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   510
  once and for all, which prevents additional specifications being
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   511
  issued later on.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   512
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   513
  Note that axiomatic specifications are only appropriate when
28110
9d121b171a0a Sign.declare_const: Name.binding;
wenzelm
parents: 28085
diff changeset
   514
  declaring a new logical system; axiomatic specifications are
9d121b171a0a Sign.declare_const: Name.binding;
wenzelm
parents: 28085
diff changeset
   515
  restricted to global theory contexts.  Normal applications should
9d121b171a0a Sign.declare_const: Name.binding;
wenzelm
parents: 28085
diff changeset
   516
  only use definitional mechanisms!
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   517
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   518
  \item \hyperlink{command.definition}{\mbox{\isa{\isacommand{definition}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{5C3C57484552453E}{\isasymWHERE}}\ eq{\isaliteral{22}{\isachardoublequote}}} produces an
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   519
  internal definition \isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ t{\isaliteral{22}{\isachardoublequote}}} according to the specification
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   520
  given as \isa{eq}, which is then turned into a proven fact.  The
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   521
  given proposition may deviate from internal meta-level equality
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   522
  according to the rewrite rules declared as \hyperlink{attribute.defn}{\mbox{\isa{defn}}} by the
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   523
  object-logic.  This usually covers object-level equality \isa{{\isaliteral{22}{\isachardoublequote}}x\ {\isaliteral{3D}{\isacharequal}}\ y{\isaliteral{22}{\isachardoublequote}}} and equivalence \isa{{\isaliteral{22}{\isachardoublequote}}A\ {\isaliteral{5C3C6C65667472696768746172726F773E}{\isasymleftrightarrow}}\ B{\isaliteral{22}{\isachardoublequote}}}.  End-users normally need not
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   524
  change the \hyperlink{attribute.defn}{\mbox{\isa{defn}}} setup.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   525
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   526
  Definitions may be presented with explicit arguments on the LHS, as
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   527
  well as additional conditions, e.g.\ \isa{{\isaliteral{22}{\isachardoublequote}}f\ x\ y\ {\isaliteral{3D}{\isacharequal}}\ t{\isaliteral{22}{\isachardoublequote}}} instead of
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   528
  \isa{{\isaliteral{22}{\isachardoublequote}}f\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ {\isaliteral{5C3C6C616D6264613E}{\isasymlambda}}x\ y{\isaliteral{2E}{\isachardot}}\ t{\isaliteral{22}{\isachardoublequote}}} and \isa{{\isaliteral{22}{\isachardoublequote}}y\ {\isaliteral{5C3C6E6F7465713E}{\isasymnoteq}}\ {\isadigit{0}}\ {\isaliteral{5C3C4C6F6E6772696768746172726F773E}{\isasymLongrightarrow}}\ g\ x\ y\ {\isaliteral{3D}{\isacharequal}}\ u{\isaliteral{22}{\isachardoublequote}}} instead of an
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   529
  unrestricted \isa{{\isaliteral{22}{\isachardoublequote}}g\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ {\isaliteral{5C3C6C616D6264613E}{\isasymlambda}}x\ y{\isaliteral{2E}{\isachardot}}\ u{\isaliteral{22}{\isachardoublequote}}}.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   530
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   531
  \item \hyperlink{command.abbreviation}{\mbox{\isa{\isacommand{abbreviation}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{5C3C57484552453E}{\isasymWHERE}}\ eq{\isaliteral{22}{\isachardoublequote}}} introduces a
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   532
  syntactic constant which is associated with a certain term according
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   533
  to the meta-level equality \isa{eq}.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   534
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   535
  Abbreviations participate in the usual type-inference process, but
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   536
  are expanded before the logic ever sees them.  Pretty printing of
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   537
  terms involves higher-order rewriting with rules stemming from
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   538
  reverted abbreviations.  This needs some care to avoid overlapping
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   539
  or looping syntactic replacements!
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   540
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   541
  The optional \isa{mode} specification restricts output to a
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   542
  particular print mode; using ``\isa{input}'' here achieves the
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   543
  effect of one-way abbreviations.  The mode may also include an
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   544
  ``\hyperlink{keyword.output}{\mbox{\isa{\isakeyword{output}}}}'' qualifier that affects the concrete syntax
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   545
  declared for abbreviations, cf.\ \hyperlink{command.syntax}{\mbox{\isa{\isacommand{syntax}}}} in
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   546
  \secref{sec:syn-trans}.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   547
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   548
  \item \hyperlink{command.print-abbrevs}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}abbrevs}}}} prints all constant abbreviations
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   549
  of the current context.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   550
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   551
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   552
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   553
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   554
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   555
\isamarkupsection{Generic declarations%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   556
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   557
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   558
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   559
\begin{isamarkuptext}%
47483
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   560
\begin{matharray}{rcl}
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   561
    \indexdef{}{command}{declaration}\hypertarget{command.declaration}{\hyperlink{command.declaration}{\mbox{\isa{\isacommand{declaration}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   562
    \indexdef{}{command}{syntax\_declaration}\hypertarget{command.syntax-declaration}{\hyperlink{command.syntax-declaration}{\mbox{\isa{\isacommand{syntax{\isaliteral{5F}{\isacharunderscore}}declaration}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   563
    \indexdef{}{command}{declare}\hypertarget{command.declare}{\hyperlink{command.declare}{\mbox{\isa{\isacommand{declare}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   564
  \end{matharray}
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   565
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   566
  Arbitrary operations on the background context may be wrapped-up as
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   567
  generic declaration elements.  Since the underlying concept of local
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   568
  theories may be subject to later re-interpretation, there is an
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   569
  additional dependency on a morphism that tells the difference of the
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   570
  original declaration context wrt.\ the application context
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   571
  encountered later on.  A fact declaration is an important special
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   572
  case: it consists of a theorem which is applied to the context by
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   573
  means of an attribute.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   574
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   575
  \begin{railoutput}
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   576
\rail@begin{5}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   577
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   578
\rail@term{\hyperlink{command.declaration}{\mbox{\isa{\isacommand{declaration}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   579
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   580
\rail@term{\hyperlink{command.syntax-declaration}{\mbox{\isa{\isacommand{syntax{\isaliteral{5F}{\isacharunderscore}}declaration}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   581
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   582
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   583
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   584
\rail@term{\isa{{\isaliteral{28}{\isacharparenleft}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   585
\rail@term{\isa{\isakeyword{pervasive}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   586
\rail@term{\isa{{\isaliteral{29}{\isacharparenright}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   587
\rail@endbar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   588
\rail@cr{3}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   589
\rail@bar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   590
\rail@nextbar{4}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   591
\rail@nont{\hyperlink{syntax.target}{\mbox{\isa{target}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   592
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   593
\rail@nont{\hyperlink{syntax.text}{\mbox{\isa{text}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   594
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
   595
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   596
\rail@term{\hyperlink{command.declare}{\mbox{\isa{\isacommand{declare}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   597
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   598
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   599
\rail@nont{\hyperlink{syntax.target}{\mbox{\isa{target}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   600
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   601
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   602
\rail@nont{\hyperlink{syntax.thmrefs}{\mbox{\isa{thmrefs}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   603
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   604
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   605
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   606
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   607
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   608
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   609
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   610
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   611
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   612
  \item \hyperlink{command.declaration}{\mbox{\isa{\isacommand{declaration}}}}~\isa{d} adds the declaration
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   613
  function \isa{d} of ML type \verb|declaration|, to the current
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   614
  local theory under construction.  In later application contexts, the
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   615
  function is transformed according to the morphisms being involved in
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   616
  the interpretation hierarchy.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   617
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   618
  If the \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}pervasive{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} option is given, the corresponding
33516
0855a09bc5cf added "declaration (pervasive)";
wenzelm
parents: 31914
diff changeset
   619
  declaration is applied to all possible contexts involved, including
0855a09bc5cf added "declaration (pervasive)";
wenzelm
parents: 31914
diff changeset
   620
  the global background theory.
0855a09bc5cf added "declaration (pervasive)";
wenzelm
parents: 31914
diff changeset
   621
40784
177e8cea3e09 added 'syntax_declaration' command;
wenzelm
parents: 40406
diff changeset
   622
  \item \hyperlink{command.syntax-declaration}{\mbox{\isa{\isacommand{syntax{\isaliteral{5F}{\isacharunderscore}}declaration}}}} is similar to \hyperlink{command.declaration}{\mbox{\isa{\isacommand{declaration}}}}, but is meant to affect only ``syntactic'' tools by
177e8cea3e09 added 'syntax_declaration' command;
wenzelm
parents: 40406
diff changeset
   623
  convention (such as notation and type-checking information).
177e8cea3e09 added 'syntax_declaration' command;
wenzelm
parents: 40406
diff changeset
   624
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   625
  \item \hyperlink{command.declare}{\mbox{\isa{\isacommand{declare}}}}~\isa{thms} declares theorems to the
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   626
  current local theory context.  No theorem binding is involved here,
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   627
  unlike \hyperlink{command.theorems}{\mbox{\isa{\isacommand{theorems}}}} or \hyperlink{command.lemmas}{\mbox{\isa{\isacommand{lemmas}}}} (cf.\
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   628
  \secref{sec:axms-thms}), so \hyperlink{command.declare}{\mbox{\isa{\isacommand{declare}}}} only has the effect
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   629
  of applying attributes as included in the theorem specification.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   630
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   631
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   632
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   633
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   634
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   635
\isamarkupsection{Locales \label{sec:locale}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   636
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   637
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   638
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   639
\begin{isamarkuptext}%
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   640
Locales are parametric named local contexts, consisting of a list of
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   641
  declaration elements that are modeled after the Isar proof context
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   642
  commands (cf.\ \secref{sec:proof-context}).%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   643
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   644
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   645
%
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   646
\isamarkupsubsection{Locale expressions \label{sec:locale-expr}%
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   647
}
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   648
\isamarkuptrue%
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   649
%
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   650
\begin{isamarkuptext}%
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   651
A \emph{locale expression} denotes a structured context composed of
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   652
  instances of existing locales.  The context consists of a list of
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   653
  instances of declaration elements from the locales.  Two locale
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   654
  instances are equal if they are of the same locale and the
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   655
  parameters are instantiated with equivalent terms.  Declaration
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   656
  elements from equal instances are never repeated, thus avoiding
48824
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
   657
  duplicate declarations.  More precisely, declarations from instances
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
   658
  that are subsumed by earlier instances are omitted.
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   659
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   660
  \begin{railoutput}
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   661
\rail@begin{3}{\indexdef{}{syntax}{locale\_expr}\hypertarget{syntax.locale-expr}{\hyperlink{syntax.locale-expr}{\mbox{\isa{locale{\isaliteral{5F}{\isacharunderscore}}expr}}}}}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   662
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   663
\rail@nont{\isa{instance}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   664
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   665
\rail@cterm{\isa{{\isaliteral{2B}{\isacharplus}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   666
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   667
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   668
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   669
\rail@term{\isa{\isakeyword{for}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   670
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   671
\rail@nont{\hyperlink{syntax.fixes}{\mbox{\isa{fixes}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   672
\rail@nextplus{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   673
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   674
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   675
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   676
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   677
\rail@begin{2}{\isa{instance}}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   678
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   679
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   680
\rail@nont{\isa{qualifier}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   681
\rail@term{\isa{{\isaliteral{3A}{\isacharcolon}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   682
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   683
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   684
\rail@bar
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   685
\rail@nont{\isa{pos{\isaliteral{5F}{\isacharunderscore}}insts}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   686
\rail@nextbar{1}
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   687
\rail@nont{\isa{named{\isaliteral{5F}{\isacharunderscore}}insts}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   688
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   689
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   690
\rail@begin{3}{\isa{qualifier}}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   691
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   692
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   693
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   694
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   695
\rail@term{\isa{{\isaliteral{3F}{\isacharquery}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   696
\rail@nextbar{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   697
\rail@term{\isa{{\isaliteral{21}{\isacharbang}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   698
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   699
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   700
\rail@end
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   701
\rail@begin{3}{\isa{pos{\isaliteral{5F}{\isacharunderscore}}insts}}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   702
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   703
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   704
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   705
\rail@term{\isa{{\isaliteral{5F}{\isacharunderscore}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   706
\rail@nextbar{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   707
\rail@nont{\hyperlink{syntax.term}{\mbox{\isa{term}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   708
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   709
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   710
\rail@end
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   711
\rail@begin{2}{\isa{named{\isaliteral{5F}{\isacharunderscore}}insts}}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   712
\rail@term{\isa{\isakeyword{where}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   713
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   714
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   715
\rail@term{\isa{{\isaliteral{3D}{\isacharequal}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   716
\rail@nont{\hyperlink{syntax.term}{\mbox{\isa{term}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   717
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   718
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   719
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   720
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   721
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   722
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   723
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   724
  A locale instance consists of a reference to a locale and either
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   725
  positional or named parameter instantiations.  Identical
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   726
  instantiations (that is, those that instante a parameter by itself)
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   727
  may be omitted.  The notation `\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{5F}{\isacharunderscore}}{\isaliteral{22}{\isachardoublequote}}}' enables to omit the
40256
eb5412b77ac4 eliminated obsolete \_ escape;
wenzelm
parents: 40255
diff changeset
   728
  instantiation for a parameter inside a positional instantiation.
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   729
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   730
  Terms in instantiations are from the context the locale expressions
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   731
  is declared in.  Local names may be added to this context with the
48824
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
   732
  optional \hyperlink{keyword.for}{\mbox{\isa{\isakeyword{for}}}} clause.  This is useful for shadowing names
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
   733
  bound in outer contexts, and for declaring syntax.  In addition,
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
   734
  syntax declarations from one instance are effective when parsing
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
   735
  subsequent instances of the same expression.
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   736
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   737
  Instances have an optional qualifier which applies to names in
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   738
  declarations.  Names include local definitions and theorem names.
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   739
  If present, the qualifier itself is either optional
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   740
  (``\texttt{?}''), which means that it may be omitted on input of the
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   741
  qualified name, or mandatory (``\texttt{!}'').  If neither
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   742
  ``\texttt{?}'' nor ``\texttt{!}'' are present, the command's default
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   743
  is used.  For \hyperlink{command.interpretation}{\mbox{\isa{\isacommand{interpretation}}}} and \hyperlink{command.interpret}{\mbox{\isa{\isacommand{interpret}}}}
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   744
  the default is ``mandatory'', for \hyperlink{command.locale}{\mbox{\isa{\isacommand{locale}}}} and \hyperlink{command.sublocale}{\mbox{\isa{\isacommand{sublocale}}}} the default is ``optional''.%
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   745
\end{isamarkuptext}%
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   746
\isamarkuptrue%
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   747
%
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   748
\isamarkupsubsection{Locale declarations%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   749
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   750
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   751
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   752
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   753
\begin{matharray}{rcl}
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   754
    \indexdef{}{command}{locale}\hypertarget{command.locale}{\hyperlink{command.locale}{\mbox{\isa{\isacommand{locale}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   755
    \indexdef{}{command}{print\_locale}\hypertarget{command.print-locale}{\hyperlink{command.print-locale}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}locale}}}}}\isa{{\isaliteral{22}{\isachardoublequote}}\isaliteral{5C3C5E7375703E}{}\isactrlsup {\isaliteral{2A}{\isacharasterisk}}{\isaliteral{22}{\isachardoublequote}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}context\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   756
    \indexdef{}{command}{print\_locales}\hypertarget{command.print-locales}{\hyperlink{command.print-locales}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}locales}}}}}\isa{{\isaliteral{22}{\isachardoublequote}}\isaliteral{5C3C5E7375703E}{}\isactrlsup {\isaliteral{2A}{\isacharasterisk}}{\isaliteral{22}{\isachardoublequote}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}context\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   757
    \indexdef{}{method}{intro\_locales}\hypertarget{method.intro-locales}{\hyperlink{method.intro-locales}{\mbox{\isa{intro{\isaliteral{5F}{\isacharunderscore}}locales}}}} & : & \isa{method} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   758
    \indexdef{}{method}{unfold\_locales}\hypertarget{method.unfold-locales}{\hyperlink{method.unfold-locales}{\mbox{\isa{unfold{\isaliteral{5F}{\isacharunderscore}}locales}}}} & : & \isa{method} \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   759
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   760
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   761
  \indexisarelem{fixes}\indexisarelem{constrains}\indexisarelem{assumes}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   762
  \indexisarelem{defines}\indexisarelem{notes}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   763
  \begin{railoutput}
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
   764
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   765
\rail@term{\hyperlink{command.locale}{\mbox{\isa{\isacommand{locale}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   766
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   767
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   768
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   769
\rail@term{\isa{{\isaliteral{3D}{\isacharequal}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   770
\rail@nont{\hyperlink{syntax.locale}{\mbox{\isa{locale}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   771
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   772
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   773
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   774
\rail@term{\isa{\isakeyword{begin}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   775
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   776
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
   777
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   778
\rail@term{\hyperlink{command.print-locale}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}locale}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   779
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   780
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   781
\rail@term{\isa{{\isaliteral{21}{\isacharbang}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   782
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   783
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   784
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   785
\rail@begin{5}{\indexdef{}{syntax}{locale}\hypertarget{syntax.locale}{\hyperlink{syntax.locale}{\mbox{\isa{locale}}}}}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   786
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   787
\rail@plus
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   788
\rail@nont{\hyperlink{syntax.context-elem}{\mbox{\isa{context{\isaliteral{5F}{\isacharunderscore}}elem}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   789
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   790
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   791
\rail@nextbar{2}
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   792
\rail@nont{\hyperlink{syntax.locale-expr}{\mbox{\isa{locale{\isaliteral{5F}{\isacharunderscore}}expr}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   793
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   794
\rail@nextbar{3}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   795
\rail@term{\isa{{\isaliteral{2B}{\isacharplus}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   796
\rail@plus
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   797
\rail@nont{\hyperlink{syntax.context-elem}{\mbox{\isa{context{\isaliteral{5F}{\isacharunderscore}}elem}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   798
\rail@nextplus{4}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   799
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   800
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   801
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   802
\rail@end
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   803
\rail@begin{12}{\indexdef{}{syntax}{context\_elem}\hypertarget{syntax.context-elem}{\hyperlink{syntax.context-elem}{\mbox{\isa{context{\isaliteral{5F}{\isacharunderscore}}elem}}}}}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   804
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   805
\rail@term{\isa{\isakeyword{fixes}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   806
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   807
\rail@nont{\hyperlink{syntax.fixes}{\mbox{\isa{fixes}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   808
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   809
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   810
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   811
\rail@nextbar{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   812
\rail@term{\isa{\isakeyword{constrains}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   813
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   814
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   815
\rail@term{\isa{{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   816
\rail@nont{\hyperlink{syntax.type}{\mbox{\isa{type}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   817
\rail@nextplus{3}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   818
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   819
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   820
\rail@nextbar{4}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   821
\rail@term{\isa{\isakeyword{assumes}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   822
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   823
\rail@nont{\hyperlink{syntax.props}{\mbox{\isa{props}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   824
\rail@nextplus{5}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   825
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   826
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   827
\rail@nextbar{6}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   828
\rail@term{\isa{\isakeyword{defines}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   829
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   830
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   831
\rail@nextbar{7}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   832
\rail@nont{\hyperlink{syntax.thmdecl}{\mbox{\isa{thmdecl}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   833
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   834
\rail@nont{\hyperlink{syntax.prop}{\mbox{\isa{prop}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   835
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   836
\rail@nextbar{7}
42705
528a2ba8fa74 tuned some syntax names;
wenzelm
parents: 42704
diff changeset
   837
\rail@nont{\hyperlink{syntax.prop-pat}{\mbox{\isa{prop{\isaliteral{5F}{\isacharunderscore}}pat}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   838
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   839
\rail@nextplus{8}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   840
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   841
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   842
\rail@nextbar{9}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   843
\rail@term{\isa{\isakeyword{notes}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   844
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   845
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   846
\rail@nextbar{10}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   847
\rail@nont{\hyperlink{syntax.thmdef}{\mbox{\isa{thmdef}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   848
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   849
\rail@nont{\hyperlink{syntax.thmrefs}{\mbox{\isa{thmrefs}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   850
\rail@nextplus{11}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   851
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   852
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   853
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   854
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   855
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   856
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   857
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   858
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   859
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   860
  \item \hyperlink{command.locale}{\mbox{\isa{\isacommand{locale}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}loc\ {\isaliteral{3D}{\isacharequal}}\ import\ {\isaliteral{2B}{\isacharplus}}\ body{\isaliteral{22}{\isachardoublequote}}} defines a
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   861
  new locale \isa{loc} as a context consisting of a certain view of
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   862
  existing locales (\isa{import}) plus some additional elements
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   863
  (\isa{body}).  Both \isa{import} and \isa{body} are optional;
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   864
  the degenerate form \hyperlink{command.locale}{\mbox{\isa{\isacommand{locale}}}}~\isa{loc} defines an empty
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   865
  locale, which may still be useful to collect declarations of facts
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   866
  later on.  Type-inference on locale expressions automatically takes
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   867
  care of the most general typing that the combined context elements
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   868
  may acquire.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   869
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   870
  The \isa{import} consists of a structured locale expression; see
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   871
  \secref{sec:proof-context} above.  Its for clause defines the local
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   872
  parameters of the \isa{import}.  In addition, locale parameters
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   873
  whose instantance is omitted automatically extend the (possibly
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   874
  empty) for clause: they are inserted at its beginning.  This means
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   875
  that these parameters may be referred to from within the expression
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   876
  and also in the subsequent context elements and provides a
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   877
  notational convenience for the inheritance of parameters in locale
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   878
  declarations.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   879
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   880
  The \isa{body} consists of context elements.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   881
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   882
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   883
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   884
  \item \hyperlink{element.fixes}{\mbox{\isa{\isakeyword{fixes}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}x\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C7461753E}{\isasymtau}}\ {\isaliteral{28}{\isacharparenleft}}mx{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} declares a local
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   885
  parameter of type \isa{{\isaliteral{5C3C7461753E}{\isasymtau}}} and mixfix annotation \isa{mx} (both
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   886
  are optional).  The special syntax declaration ``\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}{\isaliteral{5C3C5354525543545552453E}{\isasymSTRUCTURE}}{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}}'' means that \isa{x} may be referenced
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   887
  implicitly in this context.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   888
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   889
  \item \hyperlink{element.constrains}{\mbox{\isa{\isakeyword{constrains}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}x\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C7461753E}{\isasymtau}}{\isaliteral{22}{\isachardoublequote}}} introduces a type
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   890
  constraint \isa{{\isaliteral{5C3C7461753E}{\isasymtau}}} on the local parameter \isa{x}.  This
38110
2c1913d1b945 Documentation of 'interpret' updated.
ballarin
parents: 37768
diff changeset
   891
  element is deprecated.  The type constraint should be introduced in
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   892
  the for clause or the relevant \hyperlink{element.fixes}{\mbox{\isa{\isakeyword{fixes}}}} element.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   893
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   894
  \item \hyperlink{element.assumes}{\mbox{\isa{\isakeyword{assumes}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}a{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C7068693E}{\isasymphi}}\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ {\isaliteral{5C3C7068693E}{\isasymphi}}\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   895
  introduces local premises, similar to \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}} within a
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   896
  proof (cf.\ \secref{sec:proof-context}).
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   897
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   898
  \item \hyperlink{element.defines}{\mbox{\isa{\isakeyword{defines}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}a{\isaliteral{3A}{\isacharcolon}}\ x\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ t{\isaliteral{22}{\isachardoublequote}}} defines a previously
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   899
  declared parameter.  This is similar to \hyperlink{command.def}{\mbox{\isa{\isacommand{def}}}} within a
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   900
  proof (cf.\ \secref{sec:proof-context}), but \hyperlink{element.defines}{\mbox{\isa{\isakeyword{defines}}}}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   901
  takes an equational proposition instead of variable-term pair.  The
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   902
  left-hand side of the equation may have additional arguments, e.g.\
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   903
  ``\hyperlink{element.defines}{\mbox{\isa{\isakeyword{defines}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}f\ x\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ x\isaliteral{5C3C5E7375623E}{}\isactrlsub n\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ t{\isaliteral{22}{\isachardoublequote}}}''.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   904
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   905
  \item \hyperlink{element.notes}{\mbox{\isa{\isakeyword{notes}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}a\ {\isaliteral{3D}{\isacharequal}}\ b\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ b\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   906
  reconsiders facts within a local context.  Most notably, this may
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   907
  include arbitrary declarations in any attribute specifications
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   908
  included here, e.g.\ a local \hyperlink{attribute.simp}{\mbox{\isa{simp}}} rule.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   909
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   910
  The initial \isa{import} specification of a locale expression
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   911
  maintains a dynamic relation to the locales being referenced
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   912
  (benefiting from any later fact declarations in the obvious manner).
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   913
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   914
  \end{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   915
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   916
  Note that ``\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}{\isaliteral{5C3C49533E}{\isasymIS}}\ p\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ p\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}}'' patterns given
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   917
  in the syntax of \hyperlink{element.assumes}{\mbox{\isa{\isakeyword{assumes}}}} and \hyperlink{element.defines}{\mbox{\isa{\isakeyword{defines}}}} above
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   918
  are illegal in locale definitions.  In the long goal format of
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   919
  \secref{sec:goals}, term bindings may be included as expected,
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   920
  though.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   921
  
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
   922
  \medskip Locale specifications are ``closed up'' by
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   923
  turning the given text into a predicate definition \isa{loc{\isaliteral{5F}{\isacharunderscore}}axioms} and deriving the original assumptions as local lemmas
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   924
  (modulo local definitions).  The predicate statement covers only the
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   925
  newly specified assumptions, omitting the content of included locale
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   926
  expressions.  The full cumulative view is only provided on export,
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   927
  involving another predicate \isa{loc} that refers to the complete
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   928
  specification text.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   929
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   930
  In any case, the predicate arguments are those locale parameters
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   931
  that actually occur in the respective piece of text.  Also note that
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   932
  these predicates operate at the meta-level in theory, but the locale
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   933
  packages attempts to internalize statements according to the
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   934
  object-logic setup (e.g.\ replacing \isa{{\isaliteral{5C3C416E643E}{\isasymAnd}}} by \isa{{\isaliteral{5C3C666F72616C6C3E}{\isasymforall}}}, and
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   935
  \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{5C3C4C6F6E6772696768746172726F773E}{\isasymLongrightarrow}}{\isaliteral{22}{\isachardoublequote}}} by \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{5C3C6C6F6E6772696768746172726F773E}{\isasymlongrightarrow}}{\isaliteral{22}{\isachardoublequote}}} in HOL; see also
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   936
  \secref{sec:object-logic}).  Separate introduction rules \isa{loc{\isaliteral{5F}{\isacharunderscore}}axioms{\isaliteral{2E}{\isachardot}}intro} and \isa{loc{\isaliteral{2E}{\isachardot}}intro} are provided as well.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   937
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   938
  \item \hyperlink{command.print-locale}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}locale}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}locale{\isaliteral{22}{\isachardoublequote}}} prints the
33868
62251d6b0038 Generated files.
ballarin
parents: 33847
diff changeset
   939
  contents of the named locale.  The command omits \hyperlink{element.notes}{\mbox{\isa{\isakeyword{notes}}}}
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   940
  elements by default.  Use \hyperlink{command.print-locale}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}locale}}}}\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{21}{\isacharbang}}{\isaliteral{22}{\isachardoublequote}}} to
33868
62251d6b0038 Generated files.
ballarin
parents: 33847
diff changeset
   941
  have them included.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   942
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   943
  \item \hyperlink{command.print-locales}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}locales}}}} prints the names of all locales
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   944
  of the current theory.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   945
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   946
  \item \hyperlink{method.intro-locales}{\mbox{\isa{intro{\isaliteral{5F}{\isacharunderscore}}locales}}} and \hyperlink{method.unfold-locales}{\mbox{\isa{unfold{\isaliteral{5F}{\isacharunderscore}}locales}}}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   947
  repeatedly expand all introduction rules of locale predicates of the
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   948
  theory.  While \hyperlink{method.intro-locales}{\mbox{\isa{intro{\isaliteral{5F}{\isacharunderscore}}locales}}} only applies the \isa{loc{\isaliteral{2E}{\isachardot}}intro} introduction rules and therefore does not decend to
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   949
  assumptions, \hyperlink{method.unfold-locales}{\mbox{\isa{unfold{\isaliteral{5F}{\isacharunderscore}}locales}}} is more aggressive and applies
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   950
  \isa{loc{\isaliteral{5F}{\isacharunderscore}}axioms{\isaliteral{2E}{\isachardot}}intro} as well.  Both methods are aware of locale
28728
08314d96246b Made doc compatible with the system.
ballarin
parents: 28291
diff changeset
   951
  specifications entailed by the context, both from target statements,
08314d96246b Made doc compatible with the system.
ballarin
parents: 28291
diff changeset
   952
  and from interpretations (see below).  New goals that are entailed
08314d96246b Made doc compatible with the system.
ballarin
parents: 28291
diff changeset
   953
  by the current context are discharged automatically.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   954
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
   955
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   956
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   957
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   958
%
48824
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
   959
\isamarkupsubsection{Locale interpretation%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   960
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   961
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   962
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   963
\begin{isamarkuptext}%
47483
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   964
\begin{matharray}{rcl}
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   965
    \indexdef{}{command}{interpretation}\hypertarget{command.interpretation}{\hyperlink{command.interpretation}{\mbox{\isa{\isacommand{interpretation}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ proof{\isaliteral{28}{\isacharparenleft}}prove{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   966
    \indexdef{}{command}{interpret}\hypertarget{command.interpret}{\hyperlink{command.interpret}{\mbox{\isa{\isacommand{interpret}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}proof{\isaliteral{28}{\isacharparenleft}}state{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{7C}{\isacharbar}}\ proof{\isaliteral{28}{\isacharparenleft}}chain{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ proof{\isaliteral{28}{\isacharparenleft}}prove{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} \\
41434
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
   967
    \indexdef{}{command}{sublocale}\hypertarget{command.sublocale}{\hyperlink{command.sublocale}{\mbox{\isa{\isacommand{sublocale}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ proof{\isaliteral{28}{\isacharparenleft}}prove{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} \\
41435
12585dfb86fe Diagnostic command to show locale dependencies.
ballarin
parents: 41434
diff changeset
   968
    \indexdef{}{command}{print\_dependencies}\hypertarget{command.print-dependencies}{\hyperlink{command.print-dependencies}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}dependencies}}}}}\isa{{\isaliteral{22}{\isachardoublequote}}\isaliteral{5C3C5E7375703E}{}\isactrlsup {\isaliteral{2A}{\isacharasterisk}}{\isaliteral{22}{\isachardoublequote}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}context\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}{\isaliteral{22}{\isachardoublequote}}} \\
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
   969
    \indexdef{}{command}{print\_interps}\hypertarget{command.print-interps}{\hyperlink{command.print-interps}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}interps}}}}}\isa{{\isaliteral{22}{\isachardoublequote}}\isaliteral{5C3C5E7375703E}{}\isactrlsup {\isaliteral{2A}{\isacharasterisk}}{\isaliteral{22}{\isachardoublequote}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}context\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}{\isaliteral{22}{\isachardoublequote}}} \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   970
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
   971
47483
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   972
  Locale expressions may be instantiated, and the instantiated facts
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   973
  added to the current context.  This requires a proof of the
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   974
  instantiated specification and is called \emph{locale
48824
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
   975
  interpretation}.  Interpretation is possible in locales (command
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
   976
  \hyperlink{command.sublocale}{\mbox{\isa{\isacommand{sublocale}}}}), theories (command \hyperlink{command.interpretation}{\mbox{\isa{\isacommand{interpretation}}}}) and also within proof bodies (command \hyperlink{command.interpret}{\mbox{\isa{\isacommand{interpret}}}}).
47483
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
   977
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   978
  \begin{railoutput}
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
   979
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   980
\rail@term{\hyperlink{command.interpretation}{\mbox{\isa{\isacommand{interpretation}}}}}[]
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   981
\rail@nont{\hyperlink{syntax.locale-expr}{\mbox{\isa{locale{\isaliteral{5F}{\isacharunderscore}}expr}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   982
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   983
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   984
\rail@nont{\isa{equations}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   985
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   986
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
   987
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   988
\rail@term{\hyperlink{command.interpret}{\mbox{\isa{\isacommand{interpret}}}}}[]
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
   989
\rail@nont{\hyperlink{syntax.locale-expr}{\mbox{\isa{locale{\isaliteral{5F}{\isacharunderscore}}expr}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   990
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   991
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   992
\rail@nont{\isa{equations}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   993
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   994
\rail@end
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
   995
\rail@begin{5}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   996
\rail@term{\hyperlink{command.sublocale}{\mbox{\isa{\isacommand{sublocale}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   997
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   998
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
   999
\rail@term{\isa{{\isaliteral{3C}{\isacharless}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1000
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1001
\rail@term{\isa{{\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1002
\rail@endbar
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
  1003
\rail@nont{\hyperlink{syntax.locale-expr}{\mbox{\isa{locale{\isaliteral{5F}{\isacharunderscore}}expr}}}}[]
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1004
\rail@cr{3}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1005
\rail@bar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1006
\rail@nextbar{4}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1007
\rail@nont{\isa{equations}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1008
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1009
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1010
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1011
\rail@term{\hyperlink{command.print-dependencies}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}dependencies}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1012
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1013
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1014
\rail@term{\isa{{\isaliteral{21}{\isacharbang}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1015
\rail@endbar
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
  1016
\rail@nont{\hyperlink{syntax.locale-expr}{\mbox{\isa{locale{\isaliteral{5F}{\isacharunderscore}}expr}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1017
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1018
\rail@begin{1}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1019
\rail@term{\hyperlink{command.print-interps}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}interps}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1020
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1021
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1022
\rail@begin{3}{\isa{equations}}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1023
\rail@term{\isa{\isakeyword{where}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1024
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1025
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1026
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1027
\rail@nont{\hyperlink{syntax.thmdecl}{\mbox{\isa{thmdecl}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1028
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1029
\rail@nont{\hyperlink{syntax.prop}{\mbox{\isa{prop}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1030
\rail@nextplus{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1031
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1032
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1033
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1034
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1035
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1036
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1037
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1038
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1039
  \item \hyperlink{command.interpretation}{\mbox{\isa{\isacommand{interpretation}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}expr\ {\isaliteral{5C3C57484552453E}{\isasymWHERE}}\ eqns{\isaliteral{22}{\isachardoublequote}}}
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
  1040
  interprets \isa{expr} in the theory.  The command generates proof
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
  1041
  obligations for the instantiated specifications (assumes and defines
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
  1042
  elements).  Once these are discharged by the user, instantiated
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
  1043
  facts are added to the theory in a post-processing phase.
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
  1044
48824
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
  1045
  Free variables in the interpreted expression are allowed.  They are
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
  1046
  turned into schematic variables in the generated declarations.  In
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
  1047
  order to use a free variable whose name is already bound in the
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
  1048
  context --- for example, because a constant of that name exists ---
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
  1049
  it may be added to the \hyperlink{keyword.for}{\mbox{\isa{\isakeyword{for}}}} clause.
45d0e40b07af Clarification: free variables allowed in interpreted locale instances.
ballarin
parents: 47484
diff changeset
  1050
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
  1051
  Additional equations, which are unfolded during
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1052
  post-processing, may be given after the keyword \hyperlink{keyword.where}{\mbox{\isa{\isakeyword{where}}}}.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1053
  This is useful for interpreting concepts introduced through
41434
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1054
  definitions.  The equations must be proved.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1055
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1056
  The command is aware of interpretations already active in the
28085
914183e229e9 Interpretation commands no longer accept interpretation attributes.
ballarin
parents: 27834
diff changeset
  1057
  theory, but does not simplify the goal automatically.  In order to
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1058
  simplify the proof obligations use methods \hyperlink{method.intro-locales}{\mbox{\isa{intro{\isaliteral{5F}{\isacharunderscore}}locales}}}
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1059
  or \hyperlink{method.unfold-locales}{\mbox{\isa{unfold{\isaliteral{5F}{\isacharunderscore}}locales}}}.  Post-processing is not applied to
28085
914183e229e9 Interpretation commands no longer accept interpretation attributes.
ballarin
parents: 27834
diff changeset
  1060
  facts of interpretations that are already active.  This avoids
914183e229e9 Interpretation commands no longer accept interpretation attributes.
ballarin
parents: 27834
diff changeset
  1061
  duplication of interpreted facts, in particular.  Note that, in the
914183e229e9 Interpretation commands no longer accept interpretation attributes.
ballarin
parents: 27834
diff changeset
  1062
  case of a locale with import, parts of the interpretation may
914183e229e9 Interpretation commands no longer accept interpretation attributes.
ballarin
parents: 27834
diff changeset
  1063
  already be active.  The command will only process facts for new
914183e229e9 Interpretation commands no longer accept interpretation attributes.
ballarin
parents: 27834
diff changeset
  1064
  parts.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1065
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1066
  Adding facts to locales has the effect of adding interpreted facts
41434
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1067
  to the theory for all interpretations as well.  That is,
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1068
  interpretations dynamically participate in any facts added to
41434
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1069
  locales.  Note that if a theory inherits additional facts for a
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1070
  locale through one parent and an interpretation of that locale
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1071
  through another parent, the additional facts will not be
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1072
  interpreted.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1073
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1074
  \item \hyperlink{command.interpret}{\mbox{\isa{\isacommand{interpret}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}expr\ {\isaliteral{5C3C57484552453E}{\isasymWHERE}}\ eqns{\isaliteral{22}{\isachardoublequote}}} interprets
38110
2c1913d1b945 Documentation of 'interpret' updated.
ballarin
parents: 37768
diff changeset
  1075
  \isa{expr} in the proof context and is otherwise similar to
2c1913d1b945 Documentation of 'interpret' updated.
ballarin
parents: 37768
diff changeset
  1076
  interpretation in theories.  Note that rewrite rules given to
41434
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1077
  \hyperlink{command.interpret}{\mbox{\isa{\isacommand{interpret}}}} after the \hyperlink{keyword.where}{\mbox{\isa{\isakeyword{where}}}} keyword should be
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1078
  explicitly universally quantified.
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1079
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1080
  \item \hyperlink{command.sublocale}{\mbox{\isa{\isacommand{sublocale}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}name\ {\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}\ expr\ {\isaliteral{5C3C57484552453E}{\isasymWHERE}}\ eqns{\isaliteral{22}{\isachardoublequote}}}
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1081
  interprets \isa{expr} in the locale \isa{name}.  A proof that
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1082
  the specification of \isa{name} implies the specification of
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1083
  \isa{expr} is required.  As in the localized version of the
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1084
  theorem command, the proof is in the context of \isa{name}.  After
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1085
  the proof obligation has been discharged, the facts of \isa{expr}
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1086
  become part of locale \isa{name} as \emph{derived} context
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1087
  elements and are available when the context \isa{name} is
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1088
  subsequently entered.  Note that, like import, this is dynamic:
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1089
  facts added to a locale part of \isa{expr} after interpretation
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1090
  become also available in \isa{name}.
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1091
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1092
  Only specification fragments of \isa{expr} that are not already
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1093
  part of \isa{name} (be it imported, derived or a derived fragment
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1094
  of the import) are considered in this process.  This enables
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1095
  circular interpretations provided that no infinite chains are
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1096
  generated in the locale hierarchy.
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1097
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1098
  If interpretations of \isa{name} exist in the current theory, the
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1099
  command adds interpretations for \isa{expr} as well, with the same
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1100
  qualifier, although only for fragments of \isa{expr} that are not
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1101
  interpreted in the theory already.
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1102
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1103
  Equations given after \hyperlink{keyword.where}{\mbox{\isa{\isakeyword{where}}}} amend the morphism through
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1104
  which \isa{expr} is interpreted.  This enables to map definitions
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1105
  from the interpreted locales to entities of \isa{name}.  This
710cdb9e0d17 Documentation for 'interpret' and 'sublocale' with mixins.
ballarin
parents: 41249
diff changeset
  1106
  feature is experimental.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1107
41435
12585dfb86fe Diagnostic command to show locale dependencies.
ballarin
parents: 41434
diff changeset
  1108
  \item \hyperlink{command.print-dependencies}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}dependencies}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}expr{\isaliteral{22}{\isachardoublequote}}} is useful for
12585dfb86fe Diagnostic command to show locale dependencies.
ballarin
parents: 41434
diff changeset
  1109
  understanding the effect of an interpretation of \isa{{\isaliteral{22}{\isachardoublequote}}expr{\isaliteral{22}{\isachardoublequote}}}.  It
12585dfb86fe Diagnostic command to show locale dependencies.
ballarin
parents: 41434
diff changeset
  1110
  lists all locale instances for which interpretations would be added
12585dfb86fe Diagnostic command to show locale dependencies.
ballarin
parents: 41434
diff changeset
  1111
  to the current context.  Variant \hyperlink{command.print-dependencies}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}dependencies}}}}\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{21}{\isacharbang}}{\isaliteral{22}{\isachardoublequote}}} prints all locale instances that
12585dfb86fe Diagnostic command to show locale dependencies.
ballarin
parents: 41434
diff changeset
  1112
  would be considered for interpretation, and would be interpreted in
12585dfb86fe Diagnostic command to show locale dependencies.
ballarin
parents: 41434
diff changeset
  1113
  an empty context (that is, without interpretations).
12585dfb86fe Diagnostic command to show locale dependencies.
ballarin
parents: 41434
diff changeset
  1114
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1115
  \item \hyperlink{command.print-interps}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}interps}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}locale{\isaliteral{22}{\isachardoublequote}}} lists all
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1116
  interpretations of \isa{{\isaliteral{22}{\isachardoublequote}}locale{\isaliteral{22}{\isachardoublequote}}} in the current theory or proof
38110
2c1913d1b945 Documentation of 'interpret' updated.
ballarin
parents: 37768
diff changeset
  1117
  context, including those due to a combination of a \hyperlink{command.interpretation}{\mbox{\isa{\isacommand{interpretation}}}} or \hyperlink{command.interpret}{\mbox{\isa{\isacommand{interpret}}}} and one or several
2c1913d1b945 Documentation of 'interpret' updated.
ballarin
parents: 37768
diff changeset
  1118
  \hyperlink{command.sublocale}{\mbox{\isa{\isacommand{sublocale}}}} declarations.
33868
62251d6b0038 Generated files.
ballarin
parents: 33847
diff changeset
  1119
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1120
  \end{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1121
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1122
  \begin{warn}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1123
    Since attributes are applied to interpreted theorems,
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1124
    interpretation may modify the context of common proof tools, e.g.\
33868
62251d6b0038 Generated files.
ballarin
parents: 33847
diff changeset
  1125
    the Simplifier or Classical Reasoner.  As the behavior of such
62251d6b0038 Generated files.
ballarin
parents: 33847
diff changeset
  1126
    tools is \emph{not} stable under interpretation morphisms, manual
62251d6b0038 Generated files.
ballarin
parents: 33847
diff changeset
  1127
    declarations might have to be added to the target context of the
62251d6b0038 Generated files.
ballarin
parents: 33847
diff changeset
  1128
    interpretation to revert such declarations.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1129
  \end{warn}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1130
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1131
  \begin{warn}
38110
2c1913d1b945 Documentation of 'interpret' updated.
ballarin
parents: 37768
diff changeset
  1132
    An interpretation in a theory or proof context may subsume previous
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1133
    interpretations.  This happens if the same specification fragment
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1134
    is interpreted twice and the instantiation of the second
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1135
    interpretation is more general than the interpretation of the
33847
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
  1136
    first.  The locale package does not attempt to remove subsumed
e4b55a8de812 Generated latex code.
ballarin
parents: 33516
diff changeset
  1137
    interpretations.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1138
  \end{warn}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1139
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1140
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1141
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1142
\isamarkupsection{Classes \label{sec:class}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1143
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1144
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1145
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1146
\begin{isamarkuptext}%
47483
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1147
\begin{matharray}{rcl}
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1148
    \indexdef{}{command}{class}\hypertarget{command.class}{\hyperlink{command.class}{\mbox{\isa{\isacommand{class}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1149
    \indexdef{}{command}{instantiation}\hypertarget{command.instantiation}{\hyperlink{command.instantiation}{\mbox{\isa{\isacommand{instantiation}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1150
    \indexdef{}{command}{instance}\hypertarget{command.instance}{\hyperlink{command.instance}{\mbox{\isa{\isacommand{instance}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
42626
6ac8c55c657e eliminated some duplicate "def" positions;
wenzelm
parents: 42625
diff changeset
  1151
    \hyperlink{command.instance}{\mbox{\isa{\isacommand{instance}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ proof{\isaliteral{28}{\isacharparenleft}}prove{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} \\
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1152
    \indexdef{}{command}{subclass}\hypertarget{command.subclass}{\hyperlink{command.subclass}{\mbox{\isa{\isacommand{subclass}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1153
    \indexdef{}{command}{print\_classes}\hypertarget{command.print-classes}{\hyperlink{command.print-classes}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}classes}}}}}\isa{{\isaliteral{22}{\isachardoublequote}}\isaliteral{5C3C5E7375703E}{}\isactrlsup {\isaliteral{2A}{\isacharasterisk}}{\isaliteral{22}{\isachardoublequote}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}context\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1154
    \indexdef{}{command}{class\_deps}\hypertarget{command.class-deps}{\hyperlink{command.class-deps}{\mbox{\isa{\isacommand{class{\isaliteral{5F}{\isacharunderscore}}deps}}}}}\isa{{\isaliteral{22}{\isachardoublequote}}\isaliteral{5C3C5E7375703E}{}\isactrlsup {\isaliteral{2A}{\isacharasterisk}}{\isaliteral{22}{\isachardoublequote}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}context\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1155
    \indexdef{}{method}{intro\_classes}\hypertarget{method.intro-classes}{\hyperlink{method.intro-classes}{\mbox{\isa{intro{\isaliteral{5F}{\isacharunderscore}}classes}}}} & : & \isa{method} \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1156
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1157
47483
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1158
  A class is a particular locale with \emph{exactly one} type variable
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1159
  \isa{{\isaliteral{5C3C616C7068613E}{\isasymalpha}}}.  Beyond the underlying locale, a corresponding type class
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1160
  is established which is interpreted logically as axiomatic type
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1161
  class \cite{Wenzel:1997:TPHOL} whose logical content are the
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1162
  assumptions of the locale.  Thus, classes provide the full
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1163
  generality of locales combined with the commodity of type classes
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1164
  (notably type-inference).  See \cite{isabelle-classes} for a short
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1165
  tutorial.
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1166
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1167
  \begin{railoutput}
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1168
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1169
\rail@term{\hyperlink{command.class}{\mbox{\isa{\isacommand{class}}}}}[]
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1170
\rail@nont{\isa{class{\isaliteral{5F}{\isacharunderscore}}spec}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1171
\rail@bar
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1172
\rail@nextbar{1}
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1173
\rail@term{\isa{\isakeyword{begin}}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1174
\rail@endbar
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1175
\rail@end
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1176
\rail@begin{5}{\isa{class{\isaliteral{5F}{\isacharunderscore}}spec}}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1177
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1178
\rail@term{\isa{{\isaliteral{3D}{\isacharequal}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1179
\rail@bar
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
  1180
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1181
\rail@term{\isa{{\isaliteral{2B}{\isacharplus}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1182
\rail@plus
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
  1183
\rail@nont{\hyperlink{syntax.context-elem}{\mbox{\isa{context{\isaliteral{5F}{\isacharunderscore}}elem}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1184
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1185
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1186
\rail@nextbar{2}
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
  1187
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1188
\rail@nextbar{3}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1189
\rail@plus
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
  1190
\rail@nont{\hyperlink{syntax.context-elem}{\mbox{\isa{context{\isaliteral{5F}{\isacharunderscore}}elem}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1191
\rail@nextplus{4}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1192
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1193
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1194
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1195
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1196
\rail@term{\hyperlink{command.instantiation}{\mbox{\isa{\isacommand{instantiation}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1197
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1198
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1199
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1200
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1201
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1202
\rail@term{\isa{{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1203
\rail@nont{\hyperlink{syntax.arity}{\mbox{\isa{arity}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1204
\rail@term{\isa{\isakeyword{begin}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1205
\rail@end
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1206
\rail@begin{5}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1207
\rail@term{\hyperlink{command.instance}{\mbox{\isa{\isacommand{instance}}}}}[]
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1208
\rail@bar
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1209
\rail@nextbar{1}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1210
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1211
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1212
\rail@nextplus{2}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1213
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1214
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1215
\rail@term{\isa{{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1216
\rail@nont{\hyperlink{syntax.arity}{\mbox{\isa{arity}}}}[]
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1217
\rail@nextbar{3}
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1218
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1219
\rail@bar
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1220
\rail@term{\isa{{\isaliteral{3C}{\isacharless}}}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1221
\rail@nextbar{4}
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1222
\rail@term{\isa{{\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1223
\rail@endbar
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1224
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1225
\rail@endbar
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1226
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1227
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1228
\rail@term{\hyperlink{command.subclass}{\mbox{\isa{\isacommand{subclass}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1229
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1230
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1231
\rail@nont{\hyperlink{syntax.target}{\mbox{\isa{target}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1232
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1233
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1234
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1235
\end{railoutput}
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
  1236
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1237
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1238
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1239
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1240
  \item \hyperlink{command.class}{\mbox{\isa{\isacommand{class}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{3D}{\isacharequal}}\ superclasses\ {\isaliteral{2B}{\isacharplus}}\ body{\isaliteral{22}{\isachardoublequote}}} defines
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1241
  a new class \isa{c}, inheriting from \isa{superclasses}.  This
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1242
  introduces a locale \isa{c} with import of all locales \isa{superclasses}.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1243
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1244
  Any \hyperlink{element.fixes}{\mbox{\isa{\isakeyword{fixes}}}} in \isa{body} are lifted to the global
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1245
  theory level (\emph{class operations} \isa{{\isaliteral{22}{\isachardoublequote}}f\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ f\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}} of class \isa{c}), mapping the local type parameter
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1246
  \isa{{\isaliteral{5C3C616C7068613E}{\isasymalpha}}} to a schematic type variable \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{3F}{\isacharquery}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ c{\isaliteral{22}{\isachardoublequote}}}.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1247
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1248
  Likewise, \hyperlink{element.assumes}{\mbox{\isa{\isakeyword{assumes}}}} in \isa{body} are also lifted,
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1249
  mapping each local parameter \isa{{\isaliteral{22}{\isachardoublequote}}f\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C7461753E}{\isasymtau}}{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}} to its
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1250
  corresponding global constant \isa{{\isaliteral{22}{\isachardoublequote}}f\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C7461753E}{\isasymtau}}{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{3F}{\isacharquery}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ c{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}}.  The
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1251
  corresponding introduction rule is provided as \isa{c{\isaliteral{5F}{\isacharunderscore}}class{\isaliteral{5F}{\isacharunderscore}}axioms{\isaliteral{2E}{\isachardot}}intro}.  This rule should be rarely needed directly
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1252
  --- the \hyperlink{method.intro-classes}{\mbox{\isa{intro{\isaliteral{5F}{\isacharunderscore}}classes}}} method takes care of the details of
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1253
  class membership proofs.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1254
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1255
  \item \hyperlink{command.instantiation}{\mbox{\isa{\isacommand{instantiation}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}t\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ s\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{29}{\isacharparenright}}s\ {\isaliteral{5C3C424547494E3E}{\isasymBEGIN}}{\isaliteral{22}{\isachardoublequote}}} opens a theory target (cf.\ \secref{sec:target}) which
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1256
  allows to specify class operations \isa{{\isaliteral{22}{\isachardoublequote}}f\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ f\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}} corresponding
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1257
  to sort \isa{s} at the particular type instance \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C616C7068613E}{\isasymalpha}}\isaliteral{5C3C5E7375623E}{}\isactrlsub n\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ s\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{29}{\isacharparenright}}\ t{\isaliteral{22}{\isachardoublequote}}}.  A plain \hyperlink{command.instance}{\mbox{\isa{\isacommand{instance}}}} command in the
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1258
  target body poses a goal stating these type arities.  The target is
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1259
  concluded by an \indexref{local}{command}{end}\hyperlink{command.local.end}{\mbox{\isa{\isacommand{end}}}} command.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1260
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1261
  Note that a list of simultaneous type constructors may be given;
31914
0bf275fbe93a instance arities can be simultaneous
haftmann
parents: 31913
diff changeset
  1262
  this corresponds nicely to mutually recursive type definitions, e.g.\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1263
  in Isabelle/HOL.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1264
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1265
  \item \hyperlink{command.instance}{\mbox{\isa{\isacommand{instance}}}} in an instantiation target body sets
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1266
  up a goal stating the type arities claimed at the opening \hyperlink{command.instantiation}{\mbox{\isa{\isacommand{instantiation}}}}.  The proof would usually proceed by \hyperlink{method.intro-classes}{\mbox{\isa{intro{\isaliteral{5F}{\isacharunderscore}}classes}}}, and then establish the characteristic theorems of
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1267
  the type classes involved.  After finishing the proof, the
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1268
  background theory will be augmented by the proven type arities.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1269
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1270
  On the theory level, \hyperlink{command.instance}{\mbox{\isa{\isacommand{instance}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}t\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ s\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{29}{\isacharparenright}}s{\isaliteral{22}{\isachardoublequote}}} provides a convenient way to instantiate a type class with no
37115
9b27c3dccb01 updated generated files;
wenzelm
parents: 36454
diff changeset
  1271
  need to specify operations: one can continue with the
31681
127e8a8b8cde refined section concerning classes
haftmann
parents: 31047
diff changeset
  1272
  instantiation proof immediately.
127e8a8b8cde refined section concerning classes
haftmann
parents: 31047
diff changeset
  1273
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1274
  \item \hyperlink{command.subclass}{\mbox{\isa{\isacommand{subclass}}}}~\isa{c} in a class context for class
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1275
  \isa{d} sets up a goal stating that class \isa{c} is logically
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1276
  contained in class \isa{d}.  After finishing the proof, class
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1277
  \isa{d} is proven to be subclass \isa{c} and the locale \isa{c} is interpreted into \isa{d} simultaneously.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1278
31681
127e8a8b8cde refined section concerning classes
haftmann
parents: 31047
diff changeset
  1279
  A weakend form of this is available through a further variant of
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1280
  \hyperlink{command.instance}{\mbox{\isa{\isacommand{instance}}}}:  \hyperlink{command.instance}{\mbox{\isa{\isacommand{instance}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}{\isaliteral{22}{\isachardoublequote}}} opens
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1281
  a proof that class \isa{{\isaliteral{22}{\isachardoublequote}}c\isaliteral{5C3C5E697375623E}{}\isactrlisub {\isadigit{2}}{\isaliteral{22}{\isachardoublequote}}} implies \isa{{\isaliteral{22}{\isachardoublequote}}c\isaliteral{5C3C5E697375623E}{}\isactrlisub {\isadigit{1}}{\isaliteral{22}{\isachardoublequote}}} without reference
31681
127e8a8b8cde refined section concerning classes
haftmann
parents: 31047
diff changeset
  1282
  to the underlying locales;  this is useful if the properties to prove
127e8a8b8cde refined section concerning classes
haftmann
parents: 31047
diff changeset
  1283
  the logical connection are not sufficent on the locale level but on
127e8a8b8cde refined section concerning classes
haftmann
parents: 31047
diff changeset
  1284
  the theory level.
127e8a8b8cde refined section concerning classes
haftmann
parents: 31047
diff changeset
  1285
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1286
  \item \hyperlink{command.print-classes}{\mbox{\isa{\isacommand{print{\isaliteral{5F}{\isacharunderscore}}classes}}}} prints all classes in the current
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1287
  theory.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1288
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1289
  \item \hyperlink{command.class-deps}{\mbox{\isa{\isacommand{class{\isaliteral{5F}{\isacharunderscore}}deps}}}} visualizes all classes and their
29706
10e6f2faa1e5 updated type class section
haftmann
parents: 29613
diff changeset
  1290
  subclass relations as a Hasse diagram.
10e6f2faa1e5 updated type class section
haftmann
parents: 29613
diff changeset
  1291
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1292
  \item \hyperlink{method.intro-classes}{\mbox{\isa{intro{\isaliteral{5F}{\isacharunderscore}}classes}}} repeatedly expands all class
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1293
  introduction rules of this theory.  Note that this method usually
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1294
  needs not be named explicitly, as it is already included in the
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1295
  default proof step (e.g.\ of \hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}}).  In particular,
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1296
  instantiation of trivial (syntactic) classes may be performed by a
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1297
  single ``\hyperlink{command.ddot}{\mbox{\isa{\isacommand{{\isaliteral{2E}{\isachardot}}{\isaliteral{2E}{\isachardot}}}}}}'' proof step.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1298
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1299
  \end{description}%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1300
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1301
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1302
%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1303
\isamarkupsubsection{The class target%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1304
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1305
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1306
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1307
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1308
%FIXME check
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1309
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1310
  A named context may refer to a locale (cf.\ \secref{sec:target}).
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1311
  If this locale is also a class \isa{c}, apart from the common
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1312
  locale target behaviour the following happens.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1313
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1314
  \begin{itemize}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1315
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1316
  \item Local constant declarations \isa{{\isaliteral{22}{\isachardoublequote}}g{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}} referring to the
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1317
  local type parameter \isa{{\isaliteral{5C3C616C7068613E}{\isasymalpha}}} and local parameters \isa{{\isaliteral{22}{\isachardoublequote}}f{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}}
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1318
  are accompanied by theory-level constants \isa{{\isaliteral{22}{\isachardoublequote}}g{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{3F}{\isacharquery}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ c{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}}
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1319
  referring to theory-level class operations \isa{{\isaliteral{22}{\isachardoublequote}}f{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{3F}{\isacharquery}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ c{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}}.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1320
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1321
  \item Local theorem bindings are lifted as are assumptions.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1322
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1323
  \item Local syntax refers to local operations \isa{{\isaliteral{22}{\isachardoublequote}}g{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}} and
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1324
  global operations \isa{{\isaliteral{22}{\isachardoublequote}}g{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{3F}{\isacharquery}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ c{\isaliteral{5D}{\isacharbrackright}}{\isaliteral{22}{\isachardoublequote}}} uniformly.  Type inference
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1325
  resolves ambiguities.  In rare cases, manual type annotations are
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1326
  needed.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1327
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1328
  \end{itemize}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1329
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1330
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1331
%
37768
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1332
\isamarkupsubsection{Co-regularity of type classes and arities%
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1333
}
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1334
\isamarkuptrue%
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1335
%
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1336
\begin{isamarkuptext}%
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1337
The class relation together with the collection of
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1338
  type-constructor arities must obey the principle of
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1339
  \emph{co-regularity} as defined below.
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1340
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1341
  \medskip For the subsequent formulation of co-regularity we assume
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1342
  that the class relation is closed by transitivity and reflexivity.
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1343
  Moreover the collection of arities \isa{{\isaliteral{22}{\isachardoublequote}}t\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}\isaliteral{5C3C5E7665633E}{}\isactrlvec s{\isaliteral{29}{\isacharparenright}}c{\isaliteral{22}{\isachardoublequote}}} is
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1344
  completed such that \isa{{\isaliteral{22}{\isachardoublequote}}t\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}\isaliteral{5C3C5E7665633E}{}\isactrlvec s{\isaliteral{29}{\isacharparenright}}c{\isaliteral{22}{\isachardoublequote}}} and \isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}\ c{\isaliteral{27}{\isacharprime}}{\isaliteral{22}{\isachardoublequote}}}
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1345
  implies \isa{{\isaliteral{22}{\isachardoublequote}}t\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}\isaliteral{5C3C5E7665633E}{}\isactrlvec s{\isaliteral{29}{\isacharparenright}}c{\isaliteral{27}{\isacharprime}}{\isaliteral{22}{\isachardoublequote}}} for all such declarations.
37768
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1346
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1347
  Treating sorts as finite sets of classes (meaning the intersection),
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1348
  the class relation \isa{{\isaliteral{22}{\isachardoublequote}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}{\isaliteral{22}{\isachardoublequote}}} is extended to sorts as
37768
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1349
  follows:
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1350
  \[
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1351
    \isa{{\isaliteral{22}{\isachardoublequote}}s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}\ s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ {\isaliteral{5C3C666F72616C6C3E}{\isasymforall}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}\ {\isaliteral{5C3C696E3E}{\isasymin}}\ s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}{\isaliteral{2E}{\isachardot}}\ {\isaliteral{5C3C6578697374733E}{\isasymexists}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C696E3E}{\isasymin}}\ s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2E}{\isachardot}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}{\isaliteral{22}{\isachardoublequote}}}
37768
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1352
  \]
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1353
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1354
  This relation on sorts is further extended to tuples of sorts (of
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1355
  the same length) in the component-wise way.
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1356
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1357
  \smallskip Co-regularity of the class relation together with the
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1358
  arities relation means:
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1359
  \[
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1360
    \isa{{\isaliteral{22}{\isachardoublequote}}t\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}\isaliteral{5C3C5E7665633E}{}\isactrlvec s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{29}{\isacharparenright}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C4C6F6E6772696768746172726F773E}{\isasymLongrightarrow}}\ t\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}\isaliteral{5C3C5E7665633E}{}\isactrlvec s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}{\isaliteral{29}{\isacharparenright}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}\ {\isaliteral{5C3C4C6F6E6772696768746172726F773E}{\isasymLongrightarrow}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}\ {\isaliteral{5C3C4C6F6E6772696768746172726F773E}{\isasymLongrightarrow}}\ \isaliteral{5C3C5E7665633E}{}\isactrlvec s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}\ \isaliteral{5C3C5E7665633E}{}\isactrlvec s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}{\isaliteral{22}{\isachardoublequote}}}
37768
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1361
  \]
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1362
  \noindent for all such arities.  In other words, whenever the result
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1363
  classes of some type-constructor arities are related, then the
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1364
  argument sorts need to be related in the same way.
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1365
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1366
  \medskip Co-regularity is a very fundamental property of the
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1367
  order-sorted algebra of types.  For example, it entails principle
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1368
  types and most general unifiers, e.g.\ see \cite{nipkow-prehofer}.%
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1369
\end{isamarkuptext}%
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1370
\isamarkuptrue%
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1371
%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1372
\isamarkupsection{Unrestricted overloading%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1373
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1374
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1375
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1376
\begin{isamarkuptext}%
47483
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1377
\begin{matharray}{rcl}
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1378
    \indexdef{}{command}{overloading}\hypertarget{command.overloading}{\hyperlink{command.overloading}{\mbox{\isa{\isacommand{overloading}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1379
  \end{matharray}
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1380
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1381
  Isabelle/Pure's definitional schemes support certain forms of
31047
c13b0406c039 tuned description of overloading
haftmann
parents: 30548
diff changeset
  1382
  overloading (see \secref{sec:consts}).  Overloading means that a
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1383
  constant being declared as \isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C616C7068613E}{\isasymalpha}}\ decl{\isaliteral{22}{\isachardoublequote}}} may be
31047
c13b0406c039 tuned description of overloading
haftmann
parents: 30548
diff changeset
  1384
  defined separately on type instances
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1385
  \isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}{\isaliteral{5C3C626574613E}{\isasymbeta}}\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C626574613E}{\isasymbeta}}\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{29}{\isacharparenright}}\ t\ decl{\isaliteral{22}{\isachardoublequote}}}
31047
c13b0406c039 tuned description of overloading
haftmann
parents: 30548
diff changeset
  1386
  for each type constructor \isa{t}.  At most occassions
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1387
  overloading will be used in a Haskell-like fashion together with
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1388
  type classes by means of \hyperlink{command.instantiation}{\mbox{\isa{\isacommand{instantiation}}}} (see
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1389
  \secref{sec:class}).  Sometimes low-level overloading is desirable.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1390
  The \hyperlink{command.overloading}{\mbox{\isa{\isacommand{overloading}}}} target provides a convenient view for
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1391
  end-users.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1392
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1393
  \begin{railoutput}
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1394
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1395
\rail@term{\hyperlink{command.overloading}{\mbox{\isa{\isacommand{overloading}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1396
\rail@plus
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1397
\rail@nont{\isa{spec}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1398
\rail@nextplus{1}
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1399
\rail@endplus
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1400
\rail@term{\isa{\isakeyword{begin}}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1401
\rail@end
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1402
\rail@begin{2}{\isa{spec}}
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
  1403
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1404
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1405
\rail@term{\isa{{\isaliteral{3D}{\isacharequal}}{\isaliteral{3D}{\isacharequal}}}}[]
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1406
\rail@nextbar{1}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1407
\rail@term{\isa{{\isaliteral{5C3C65717569763E}{\isasymequiv}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1408
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1409
\rail@nont{\hyperlink{syntax.term}{\mbox{\isa{term}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1410
\rail@bar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1411
\rail@nextbar{1}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1412
\rail@term{\isa{{\isaliteral{28}{\isacharparenleft}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1413
\rail@term{\isa{\isakeyword{unchecked}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1414
\rail@term{\isa{{\isaliteral{29}{\isacharparenright}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1415
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1416
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1417
\end{railoutput}
42617
77d239840285 more precise rail diagrams;
wenzelm
parents: 42596
diff changeset
  1418
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1419
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1420
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1421
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1422
  \item \hyperlink{command.overloading}{\mbox{\isa{\isacommand{overloading}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}x\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C7461753E}{\isasymtau}}\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C414E443E}{\isasymAND}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ x\isaliteral{5C3C5E7375623E}{}\isactrlsub n\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub n\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C7461753E}{\isasymtau}}\isaliteral{5C3C5E7375623E}{}\isactrlsub n\ {\isaliteral{5C3C424547494E3E}{\isasymBEGIN}}{\isaliteral{22}{\isachardoublequote}}}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1423
  opens a theory target (cf.\ \secref{sec:target}) which allows to
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1424
  specify constants with overloaded definitions.  These are identified
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1425
  by an explicitly given mapping from variable names \isa{{\isaliteral{22}{\isachardoublequote}}x\isaliteral{5C3C5E7375623E}{}\isactrlsub i{\isaliteral{22}{\isachardoublequote}}} to
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1426
  constants \isa{{\isaliteral{22}{\isachardoublequote}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub i{\isaliteral{22}{\isachardoublequote}}} at particular type instances.  The
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1427
  definitions themselves are established using common specification
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1428
  tools, using the names \isa{{\isaliteral{22}{\isachardoublequote}}x\isaliteral{5C3C5E7375623E}{}\isactrlsub i{\isaliteral{22}{\isachardoublequote}}} as reference to the
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1429
  corresponding constants.  The target is concluded by \hyperlink{command.local.end}{\mbox{\isa{\isacommand{end}}}}.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1430
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1431
  A \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}unchecked{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} option disables global dependency checks for
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1432
  the corresponding definition, which is occasionally useful for
31047
c13b0406c039 tuned description of overloading
haftmann
parents: 30548
diff changeset
  1433
  exotic overloading (see \secref{sec:consts} for a precise description).
c13b0406c039 tuned description of overloading
haftmann
parents: 30548
diff changeset
  1434
  It is at the discretion of the user to avoid
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1435
  malformed theory specifications!
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1436
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1437
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1438
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1439
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1440
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1441
\isamarkupsection{Incorporating ML code \label{sec:ML}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1442
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1443
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1444
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1445
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1446
\begin{matharray}{rcl}
48890
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1447
    \indexdef{}{command}{ML\_file}\hypertarget{command.ML-file}{\hyperlink{command.ML-file}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}file}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1448
    \indexdef{}{command}{ML}\hypertarget{command.ML}{\hyperlink{command.ML}{\mbox{\isa{\isacommand{ML}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1449
    \indexdef{}{command}{ML\_prf}\hypertarget{command.ML-prf}{\hyperlink{command.ML-prf}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}prf}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}proof\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ proof{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1450
    \indexdef{}{command}{ML\_val}\hypertarget{command.ML-val}{\hyperlink{command.ML-val}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}val}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}any\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1451
    \indexdef{}{command}{ML\_command}\hypertarget{command.ML-command}{\hyperlink{command.ML-command}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}command}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}any\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1452
    \indexdef{}{command}{setup}\hypertarget{command.setup}{\hyperlink{command.setup}{\mbox{\isa{\isacommand{setup}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1453
    \indexdef{}{command}{local\_setup}\hypertarget{command.local-setup}{\hyperlink{command.local-setup}{\mbox{\isa{\isacommand{local{\isaliteral{5F}{\isacharunderscore}}setup}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1454
    \indexdef{}{command}{attribute\_setup}\hypertarget{command.attribute-setup}{\hyperlink{command.attribute-setup}{\mbox{\isa{\isacommand{attribute{\isaliteral{5F}{\isacharunderscore}}setup}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1455
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1456
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1457
  \begin{railoutput}
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1458
\rail@begin{1}{}
48890
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1459
\rail@term{\hyperlink{command.ML-file}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}file}}}}}[]
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1460
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1461
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1462
\rail@begin{6}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1463
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1464
\rail@term{\hyperlink{command.ML}{\mbox{\isa{\isacommand{ML}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1465
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1466
\rail@term{\hyperlink{command.ML-prf}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}prf}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1467
\rail@nextbar{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1468
\rail@term{\hyperlink{command.ML-val}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}val}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1469
\rail@nextbar{3}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1470
\rail@term{\hyperlink{command.ML-command}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}command}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1471
\rail@nextbar{4}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1472
\rail@term{\hyperlink{command.setup}{\mbox{\isa{\isacommand{setup}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1473
\rail@nextbar{5}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1474
\rail@term{\hyperlink{command.local-setup}{\mbox{\isa{\isacommand{local{\isaliteral{5F}{\isacharunderscore}}setup}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1475
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1476
\rail@nont{\hyperlink{syntax.text}{\mbox{\isa{text}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1477
\rail@end
42813
6c841fa92fa2 optional description for 'attribute_setup' and 'method_setup';
wenzelm
parents: 42705
diff changeset
  1478
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1479
\rail@term{\hyperlink{command.attribute-setup}{\mbox{\isa{\isacommand{attribute{\isaliteral{5F}{\isacharunderscore}}setup}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1480
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1481
\rail@term{\isa{{\isaliteral{3D}{\isacharequal}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1482
\rail@nont{\hyperlink{syntax.text}{\mbox{\isa{text}}}}[]
42813
6c841fa92fa2 optional description for 'attribute_setup' and 'method_setup';
wenzelm
parents: 42705
diff changeset
  1483
\rail@bar
6c841fa92fa2 optional description for 'attribute_setup' and 'method_setup';
wenzelm
parents: 42705
diff changeset
  1484
\rail@nextbar{1}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1485
\rail@nont{\hyperlink{syntax.text}{\mbox{\isa{text}}}}[]
42813
6c841fa92fa2 optional description for 'attribute_setup' and 'method_setup';
wenzelm
parents: 42705
diff changeset
  1486
\rail@endbar
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1487
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1488
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1489
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1490
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1491
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1492
48890
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1493
  \item \hyperlink{command.ML-file}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}file}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}name{\isaliteral{22}{\isachardoublequote}}} reads and evaluates the
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1494
  given ML file.  The current theory context is passed down to the ML
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1495
  toplevel and may be modified, using \verb|Context.>>| or derived ML
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1496
  commands.  Top-level ML bindings are stored within the (global or
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1497
  local) theory context.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1498
  
48890
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1499
  \item \hyperlink{command.ML}{\mbox{\isa{\isacommand{ML}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}text{\isaliteral{22}{\isachardoublequote}}} is similar to \hyperlink{command.ML-file}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}file}}}}, but evaluates directly the given \isa{{\isaliteral{22}{\isachardoublequote}}text{\isaliteral{22}{\isachardoublequote}}}.
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1500
  Top-level ML bindings are stored within the (global or local) theory
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1501
  context.
28281
132456af0731 added ML_prf;
wenzelm
parents: 28110
diff changeset
  1502
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1503
  \item \hyperlink{command.ML-prf}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}prf}}}} is analogous to \hyperlink{command.ML}{\mbox{\isa{\isacommand{ML}}}} but works
48890
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1504
  within a proof context.  Top-level ML bindings are stored within the
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1505
  proof context in a purely sequential fashion, disregarding the
d72ca5742f80 'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents: 48824
diff changeset
  1506
  nested proof structure.  ML bindings introduced by \hyperlink{command.ML-prf}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}prf}}}} are discarded at the end of the proof.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1507
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1508
  \item \hyperlink{command.ML-val}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}val}}}} and \hyperlink{command.ML-command}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}command}}}} are diagnostic
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1509
  versions of \hyperlink{command.ML}{\mbox{\isa{\isacommand{ML}}}}, which means that the context may not be
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1510
  updated.  \hyperlink{command.ML-val}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}val}}}} echos the bindings produced at the ML
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1511
  toplevel, but \hyperlink{command.ML-command}{\mbox{\isa{\isacommand{ML{\isaliteral{5F}{\isacharunderscore}}command}}}} is silent.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1512
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1513
  \item \hyperlink{command.setup}{\mbox{\isa{\isacommand{setup}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}text{\isaliteral{22}{\isachardoublequote}}} changes the current theory
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1514
  context by applying \isa{{\isaliteral{22}{\isachardoublequote}}text{\isaliteral{22}{\isachardoublequote}}}, which refers to an ML expression
30463
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
  1515
  of type \verb|theory -> theory|.  This enables to initialize
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
  1516
  any object-logic specific tools and packages written in ML, for
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
  1517
  example.
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
  1518
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1519
  \item \hyperlink{command.local-setup}{\mbox{\isa{\isacommand{local{\isaliteral{5F}{\isacharunderscore}}setup}}}} is similar to \hyperlink{command.setup}{\mbox{\isa{\isacommand{setup}}}} for
30463
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
  1520
  a local theory context, and an ML expression of type \verb|local_theory -> local_theory|.  This allows to
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
  1521
  invoke local theory specification packages without going through
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
  1522
  concrete outer syntax, for example.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1523
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1524
  \item \hyperlink{command.attribute-setup}{\mbox{\isa{\isacommand{attribute{\isaliteral{5F}{\isacharunderscore}}setup}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}name\ {\isaliteral{3D}{\isacharequal}}\ text\ description{\isaliteral{22}{\isachardoublequote}}}
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1525
  defines an attribute in the current theory.  The given \isa{{\isaliteral{22}{\isachardoublequote}}text{\isaliteral{22}{\isachardoublequote}}} has to be an ML expression of type
30527
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1526
  \verb|attribute context_parser|, cf.\ basic parsers defined in
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1527
  structure \verb|Args| and \verb|Attrib|.
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1528
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1529
  In principle, attributes can operate both on a given theorem and the
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1530
  implicit context, although in practice only one is modified and the
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1531
  other serves as parameter.  Here are examples for these two cases:
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1532
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1533
  \end{description}%
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1534
\end{isamarkuptext}%
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1535
\isamarkuptrue%
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1536
%
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1537
\isadelimML
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1538
\ \ %
30527
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1539
\endisadelimML
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1540
%
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1541
\isatagML
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1542
\isacommand{attribute{\isaliteral{5F}{\isacharunderscore}}setup}\isamarkupfalse%
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1543
\ my{\isaliteral{5F}{\isacharunderscore}}rule\ {\isaliteral{3D}{\isacharequal}}\ {\isaliteral{7B2A}{\isacharverbatimopen}}\isanewline
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1544
\ \ \ \ Attrib{\isaliteral{2E}{\isachardot}}thms\ {\isaliteral{3E}{\isachargreater}}{\isaliteral{3E}{\isachargreater}}\ {\isaliteral{28}{\isacharparenleft}}fn\ ths\ {\isaliteral{3D}{\isacharequal}}{\isaliteral{3E}{\isachargreater}}\isanewline
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1545
\ \ \ \ \ \ Thm{\isaliteral{2E}{\isachardot}}rule{\isaliteral{5F}{\isacharunderscore}}attribute\isanewline
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1546
\ \ \ \ \ \ \ \ {\isaliteral{28}{\isacharparenleft}}fn\ context{\isaliteral{3A}{\isacharcolon}}\ Context{\isaliteral{2E}{\isachardot}}generic\ {\isaliteral{3D}{\isacharequal}}{\isaliteral{3E}{\isachargreater}}\ fn\ th{\isaliteral{3A}{\isacharcolon}}\ thm\ {\isaliteral{3D}{\isacharequal}}{\isaliteral{3E}{\isachargreater}}\isanewline
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1547
\ \ \ \ \ \ \ \ \ \ let\ val\ th{\isaliteral{27}{\isacharprime}}\ {\isaliteral{3D}{\isacharequal}}\ th\ OF\ ths\isanewline
42936
wenzelm
parents: 42813
diff changeset
  1548
\ \ \ \ \ \ \ \ \ \ in\ th{\isaliteral{27}{\isacharprime}}\ end{\isaliteral{29}{\isacharparenright}}{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{2A7D}{\isacharverbatimclose}}\isanewline
30527
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1549
\isanewline
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1550
\ \ \isacommand{attribute{\isaliteral{5F}{\isacharunderscore}}setup}\isamarkupfalse%
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1551
\ my{\isaliteral{5F}{\isacharunderscore}}declaration\ {\isaliteral{3D}{\isacharequal}}\ {\isaliteral{7B2A}{\isacharverbatimopen}}\isanewline
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1552
\ \ \ \ Attrib{\isaliteral{2E}{\isachardot}}thms\ {\isaliteral{3E}{\isachargreater}}{\isaliteral{3E}{\isachargreater}}\ {\isaliteral{28}{\isacharparenleft}}fn\ ths\ {\isaliteral{3D}{\isacharequal}}{\isaliteral{3E}{\isachargreater}}\isanewline
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1553
\ \ \ \ \ \ Thm{\isaliteral{2E}{\isachardot}}declaration{\isaliteral{5F}{\isacharunderscore}}attribute\isanewline
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1554
\ \ \ \ \ \ \ \ {\isaliteral{28}{\isacharparenleft}}fn\ th{\isaliteral{3A}{\isacharcolon}}\ thm\ {\isaliteral{3D}{\isacharequal}}{\isaliteral{3E}{\isachargreater}}\ fn\ context{\isaliteral{3A}{\isacharcolon}}\ Context{\isaliteral{2E}{\isachardot}}generic\ {\isaliteral{3D}{\isacharequal}}{\isaliteral{3E}{\isachargreater}}\isanewline
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1555
\ \ \ \ \ \ \ \ \ \ let\ val\ context{\isaliteral{27}{\isacharprime}}\ {\isaliteral{3D}{\isacharequal}}\ context\isanewline
42936
wenzelm
parents: 42813
diff changeset
  1556
\ \ \ \ \ \ \ \ \ \ in\ context{\isaliteral{27}{\isacharprime}}\ end{\isaliteral{29}{\isacharparenright}}{\isaliteral{29}{\isacharparenright}}\ {\isaliteral{2A7D}{\isacharverbatimclose}}%
30527
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1557
\endisatagML
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1558
{\isafoldML}%
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1559
%
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1560
\isadelimML
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1561
%
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1562
\endisadelimML
fae488569faf updated generated files;
wenzelm
parents: 30463
diff changeset
  1563
%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1564
\isamarkupsection{Primitive specification elements%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1565
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1566
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1567
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1568
\isamarkupsubsection{Type classes and sorts \label{sec:classes}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1569
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1570
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1571
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1572
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1573
\begin{matharray}{rcll}
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1574
    \indexdef{}{command}{classes}\hypertarget{command.classes}{\hyperlink{command.classes}{\mbox{\isa{\isacommand{classes}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1575
    \indexdef{}{command}{classrel}\hypertarget{command.classrel}{\hyperlink{command.classrel}{\mbox{\isa{\isacommand{classrel}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} & (axiomatic!) \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1576
    \indexdef{}{command}{default\_sort}\hypertarget{command.default-sort}{\hyperlink{command.default-sort}{\mbox{\isa{\isacommand{default{\isaliteral{5F}{\isacharunderscore}}sort}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1577
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1578
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1579
  \begin{railoutput}
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1580
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1581
\rail@term{\hyperlink{command.classes}{\mbox{\isa{\isacommand{classes}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1582
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1583
\rail@nont{\hyperlink{syntax.classdecl}{\mbox{\isa{classdecl}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1584
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1585
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1586
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1587
\rail@begin{3}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1588
\rail@term{\hyperlink{command.classrel}{\mbox{\isa{\isacommand{classrel}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1589
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1590
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1591
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1592
\rail@term{\isa{{\isaliteral{3C}{\isacharless}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1593
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1594
\rail@term{\isa{{\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1595
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1596
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1597
\rail@nextplus{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1598
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1599
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1600
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1601
\rail@begin{1}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1602
\rail@term{\hyperlink{command.default-sort}{\mbox{\isa{\isacommand{default{\isaliteral{5F}{\isacharunderscore}}sort}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1603
\rail@nont{\hyperlink{syntax.sort}{\mbox{\isa{sort}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1604
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1605
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1606
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1607
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1608
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1609
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1610
  \item \hyperlink{command.classes}{\mbox{\isa{\isacommand{classes}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}} declares class
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1611
  \isa{c} to be a subclass of existing classes \isa{{\isaliteral{22}{\isachardoublequote}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}}.
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1612
  Isabelle implicitly maintains the transitive closure of the class
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1613
  hierarchy.  Cyclic class structures are not permitted.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1614
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1615
  \item \hyperlink{command.classrel}{\mbox{\isa{\isacommand{classrel}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C73756273657465713E}{\isasymsubseteq}}\ c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}{\isaliteral{22}{\isachardoublequote}}} states subclass
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1616
  relations between existing classes \isa{{\isaliteral{22}{\isachardoublequote}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{22}{\isachardoublequote}}} and \isa{{\isaliteral{22}{\isachardoublequote}}c\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{2}}{\isaliteral{22}{\isachardoublequote}}}.
37768
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1617
  This is done axiomatically!  The \indexref{}{command}{subclass}\hyperlink{command.subclass}{\mbox{\isa{\isacommand{subclass}}}} and
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1618
  \indexref{}{command}{instance}\hyperlink{command.instance}{\mbox{\isa{\isacommand{instance}}}} commands (see \secref{sec:class}) provide
e86221f3bac7 moved co-regularity to class section; avoid duplicated class_deps
haftmann
parents: 37115
diff changeset
  1619
  a way to introduce proven class relations.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1620
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1621
  \item \hyperlink{command.default-sort}{\mbox{\isa{\isacommand{default{\isaliteral{5F}{\isacharunderscore}}sort}}}}~\isa{s} makes sort \isa{s} the
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1622
  new default sort for any type variable that is given explicitly in
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1623
  the text, but lacks a sort constraint (wrt.\ the current context).
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1624
  Type variables generated by type inference are not affected.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1625
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1626
  Usually the default sort is only changed when defining a new
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1627
  object-logic.  For example, the default sort in Isabelle/HOL is
39831
350857040d09 prefer checked antiquotations;
wenzelm
parents: 39280
diff changeset
  1628
  \isa{type}, the class of all HOL types.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1629
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1630
  When merging theories, the default sorts of the parents are
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1631
  logically intersected, i.e.\ the representations as lists of classes
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1632
  are joined.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1633
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1634
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1635
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1636
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1637
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1638
\isamarkupsubsection{Types and type abbreviations \label{sec:types-pure}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1639
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1640
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1641
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1642
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1643
\begin{matharray}{rcll}
41249
26f12f98f50a Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);
wenzelm
parents: 40802
diff changeset
  1644
    \indexdef{}{command}{type\_synonym}\hypertarget{command.type-synonym}{\hyperlink{command.type-synonym}{\mbox{\isa{\isacommand{type{\isaliteral{5F}{\isacharunderscore}}synonym}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1645
    \indexdef{}{command}{typedecl}\hypertarget{command.typedecl}{\hyperlink{command.typedecl}{\mbox{\isa{\isacommand{typedecl}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1646
    \indexdef{}{command}{arities}\hypertarget{command.arities}{\hyperlink{command.arities}{\mbox{\isa{\isacommand{arities}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} & (axiomatic!) \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1647
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1648
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1649
  \begin{railoutput}
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1650
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1651
\rail@term{\hyperlink{command.type-synonym}{\mbox{\isa{\isacommand{type{\isaliteral{5F}{\isacharunderscore}}synonym}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1652
\rail@nont{\hyperlink{syntax.typespec}{\mbox{\isa{typespec}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1653
\rail@term{\isa{{\isaliteral{3D}{\isacharequal}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1654
\rail@nont{\hyperlink{syntax.type}{\mbox{\isa{type}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1655
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1656
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1657
\rail@nont{\hyperlink{syntax.mixfix}{\mbox{\isa{mixfix}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1658
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1659
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1660
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1661
\rail@term{\hyperlink{command.typedecl}{\mbox{\isa{\isacommand{typedecl}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1662
\rail@nont{\hyperlink{syntax.typespec}{\mbox{\isa{typespec}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1663
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1664
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1665
\rail@nont{\hyperlink{syntax.mixfix}{\mbox{\isa{mixfix}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1666
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1667
\rail@end
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1668
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1669
\rail@term{\hyperlink{command.arities}{\mbox{\isa{\isacommand{arities}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1670
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1671
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1672
\rail@term{\isa{{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1673
\rail@nont{\hyperlink{syntax.arity}{\mbox{\isa{arity}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1674
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1675
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1676
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1677
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1678
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1679
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1680
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1681
41249
26f12f98f50a Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);
wenzelm
parents: 40802
diff changeset
  1682
  \item \hyperlink{command.type-synonym}{\mbox{\isa{\isacommand{type{\isaliteral{5F}{\isacharunderscore}}synonym}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C616C7068613E}{\isasymalpha}}\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{29}{\isacharparenright}}\ t\ {\isaliteral{3D}{\isacharequal}}\ {\isaliteral{5C3C7461753E}{\isasymtau}}{\isaliteral{22}{\isachardoublequote}}}
26f12f98f50a Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);
wenzelm
parents: 40802
diff changeset
  1683
  introduces a \emph{type synonym} \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C616C7068613E}{\isasymalpha}}\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{29}{\isacharparenright}}\ t{\isaliteral{22}{\isachardoublequote}}} for the
26f12f98f50a Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);
wenzelm
parents: 40802
diff changeset
  1684
  existing type \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{5C3C7461753E}{\isasymtau}}{\isaliteral{22}{\isachardoublequote}}}.  Unlike actual type definitions, as are
26f12f98f50a Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);
wenzelm
parents: 40802
diff changeset
  1685
  available in Isabelle/HOL for example, type synonyms are merely
26f12f98f50a Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);
wenzelm
parents: 40802
diff changeset
  1686
  syntactic abbreviations without any logical significance.
26f12f98f50a Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);
wenzelm
parents: 40802
diff changeset
  1687
  Internally, type synonyms are fully expanded.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1688
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1689
  \item \hyperlink{command.typedecl}{\mbox{\isa{\isacommand{typedecl}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}{\isaliteral{5C3C616C7068613E}{\isasymalpha}}\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C616C7068613E}{\isasymalpha}}\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{29}{\isacharparenright}}\ t{\isaliteral{22}{\isachardoublequote}}} declares a new
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1690
  type constructor \isa{t}.  If the object-logic defines a base sort
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1691
  \isa{s}, then the constructor is declared to operate on that, via
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1692
  the axiomatic specification \hyperlink{command.arities}{\mbox{\isa{\isacommand{arities}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}t\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}s{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ s{\isaliteral{29}{\isacharparenright}}s{\isaliteral{22}{\isachardoublequote}}}.
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1693
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1694
  \item \hyperlink{command.arities}{\mbox{\isa{\isacommand{arities}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}t\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{28}{\isacharparenleft}}s\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ s\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{29}{\isacharparenright}}s{\isaliteral{22}{\isachardoublequote}}} augments
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1695
  Isabelle's order-sorted signature of types by new type constructor
35282
8fd9d555d04d dropped references to old axclass from documentation
haftmann
parents: 33868
diff changeset
  1696
  arities.  This is done axiomatically!  The \indexref{}{command}{instantiation}\hyperlink{command.instantiation}{\mbox{\isa{\isacommand{instantiation}}}}
8fd9d555d04d dropped references to old axclass from documentation
haftmann
parents: 33868
diff changeset
  1697
  target (see \secref{sec:class}) provides a way to introduce
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1698
  proven type arities.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1699
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1700
  \end{description}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1701
\end{isamarkuptext}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1702
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1703
%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1704
\isamarkupsubsection{Constants and definitions \label{sec:consts}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1705
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1706
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1707
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1708
\begin{isamarkuptext}%
47483
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1709
\begin{matharray}{rcl}
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1710
    \indexdef{}{command}{consts}\hypertarget{command.consts}{\hyperlink{command.consts}{\mbox{\isa{\isacommand{consts}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1711
    \indexdef{}{command}{defs}\hypertarget{command.defs}{\hyperlink{command.defs}{\mbox{\isa{\isacommand{defs}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1712
  \end{matharray}
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1713
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1714
  Definitions essentially express abbreviations within the logic.  The
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1715
  simplest form of a definition is \isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C7369676D613E}{\isasymsigma}}\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ t{\isaliteral{22}{\isachardoublequote}}}, where \isa{c} is a newly declared constant.  Isabelle also allows derived forms
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1716
  where the arguments of \isa{c} appear on the left, abbreviating a
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1717
  prefix of \isa{{\isaliteral{5C3C6C616D6264613E}{\isasymlambda}}}-abstractions, e.g.\ \isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ {\isaliteral{5C3C6C616D6264613E}{\isasymlambda}}x\ y{\isaliteral{2E}{\isachardot}}\ t{\isaliteral{22}{\isachardoublequote}}} may be
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1718
  written more conveniently as \isa{{\isaliteral{22}{\isachardoublequote}}c\ x\ y\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ t{\isaliteral{22}{\isachardoublequote}}}.  Moreover,
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1719
  definitions may be weakened by adding arbitrary pre-conditions:
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1720
  \isa{{\isaliteral{22}{\isachardoublequote}}A\ {\isaliteral{5C3C4C6F6E6772696768746172726F773E}{\isasymLongrightarrow}}\ c\ x\ y\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ t{\isaliteral{22}{\isachardoublequote}}}.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1721
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1722
  \medskip The built-in well-formedness conditions for definitional
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1723
  specifications are:
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1724
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1725
  \begin{itemize}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1726
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1727
  \item Arguments (on the left-hand side) must be distinct variables.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1728
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1729
  \item All variables on the right-hand side must also appear on the
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1730
  left-hand side.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1731
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1732
  \item All type variables on the right-hand side must also appear on
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1733
  the left-hand side; this prohibits \isa{{\isaliteral{22}{\isachardoublequote}}{\isadigit{0}}\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ nat\ {\isaliteral{5C3C65717569763E}{\isasymequiv}}\ length\ {\isaliteral{28}{\isacharparenleft}}{\isaliteral{5B}{\isacharbrackleft}}{\isaliteral{5D}{\isacharbrackright}}\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C616C7068613E}{\isasymalpha}}\ list{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} for example.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1734
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1735
  \item The definition must not be recursive.  Most object-logics
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1736
  provide definitional principles that can be used to express
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1737
  recursion safely.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1738
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1739
  \end{itemize}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1740
31047
c13b0406c039 tuned description of overloading
haftmann
parents: 30548
diff changeset
  1741
  The right-hand side of overloaded definitions may mention overloaded constants
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1742
  recursively at type instances corresponding to the immediate
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1743
  argument types \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{5C3C626574613E}{\isasymbeta}}\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}{\isaliteral{2C}{\isacharcomma}}\ {\isaliteral{5C3C626574613E}{\isasymbeta}}\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}}.  Incomplete
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1744
  specification patterns impose global constraints on all occurrences,
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1745
  e.g.\ \isa{{\isaliteral{22}{\isachardoublequote}}d\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C616C7068613E}{\isasymalpha}}\ {\isaliteral{5C3C74696D65733E}{\isasymtimes}}\ {\isaliteral{5C3C616C7068613E}{\isasymalpha}}{\isaliteral{22}{\isachardoublequote}}} on the left-hand side means that all
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1746
  corresponding occurrences on some right-hand side need to be an
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1747
  instance of this, general \isa{{\isaliteral{22}{\isachardoublequote}}d\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C616C7068613E}{\isasymalpha}}\ {\isaliteral{5C3C74696D65733E}{\isasymtimes}}\ {\isaliteral{5C3C626574613E}{\isasymbeta}}{\isaliteral{22}{\isachardoublequote}}} will be disallowed.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1748
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1749
  \begin{railoutput}
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1750
\rail@begin{3}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1751
\rail@term{\hyperlink{command.consts}{\mbox{\isa{\isacommand{consts}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1752
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1753
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1754
\rail@term{\isa{{\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1755
\rail@nont{\hyperlink{syntax.type}{\mbox{\isa{type}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1756
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1757
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1758
\rail@nont{\hyperlink{syntax.mixfix}{\mbox{\isa{mixfix}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1759
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1760
\rail@nextplus{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1761
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1762
\rail@end
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1763
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1764
\rail@term{\hyperlink{command.defs}{\mbox{\isa{\isacommand{defs}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1765
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1766
\rail@nextbar{1}
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1767
\rail@nont{\isa{opt}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1768
\rail@endbar
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1769
\rail@plus
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1770
\rail@nont{\hyperlink{syntax.axmdecl}{\mbox{\isa{axmdecl}}}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1771
\rail@nont{\hyperlink{syntax.prop}{\mbox{\isa{prop}}}}[]
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1772
\rail@nextplus{1}
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1773
\rail@endplus
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1774
\rail@end
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1775
\rail@begin{2}{\isa{opt}}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1776
\rail@term{\isa{{\isaliteral{28}{\isacharparenleft}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1777
\rail@bar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1778
\rail@nextbar{1}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1779
\rail@term{\isa{\isakeyword{unchecked}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1780
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1781
\rail@bar
42704
3f19e324ff59 tuned rail diagrams and layout;
wenzelm
parents: 42662
diff changeset
  1782
\rail@nextbar{1}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1783
\rail@term{\isa{\isakeyword{overloaded}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1784
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1785
\rail@term{\isa{{\isaliteral{29}{\isacharparenright}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1786
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1787
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1788
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1789
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1790
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1791
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1792
  \item \hyperlink{command.consts}{\mbox{\isa{\isacommand{consts}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}c\ {\isaliteral{3A}{\isacharcolon}}{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C7369676D613E}{\isasymsigma}}{\isaliteral{22}{\isachardoublequote}}} declares constant \isa{c} to have any instance of type scheme \isa{{\isaliteral{5C3C7369676D613E}{\isasymsigma}}}.  The optional
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1793
  mixfix annotations may attach concrete syntax to the constants
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1794
  declared.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1795
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1796
  \item \hyperlink{command.defs}{\mbox{\isa{\isacommand{defs}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}name{\isaliteral{3A}{\isacharcolon}}\ eqn{\isaliteral{22}{\isachardoublequote}}} introduces \isa{eqn}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1797
  as a definitional axiom for some existing constant.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1798
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1799
  The \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}unchecked{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} option disables global dependency checks
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1800
  for this definition, which is occasionally useful for exotic
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1801
  overloading.  It is at the discretion of the user to avoid malformed
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1802
  theory specifications!
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1803
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1804
  The \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}overloaded{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}} option declares definitions to be
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1805
  potentially overloaded.  Unless this option is given, a warning
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1806
  message would be issued for any definitional equation with a more
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1807
  special type than that of the corresponding constant declaration.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1808
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1809
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1810
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1811
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1812
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1813
\isamarkupsection{Axioms and theorems \label{sec:axms-thms}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1814
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1815
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1816
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1817
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1818
\begin{matharray}{rcll}
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1819
    \indexdef{}{command}{axioms}\hypertarget{command.axioms}{\hyperlink{command.axioms}{\mbox{\isa{\isacommand{axioms}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} & (axiomatic!) \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1820
    \indexdef{}{command}{lemmas}\hypertarget{command.lemmas}{\hyperlink{command.lemmas}{\mbox{\isa{\isacommand{lemmas}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1821
    \indexdef{}{command}{theorems}\hypertarget{command.theorems}{\hyperlink{command.theorems}{\mbox{\isa{\isacommand{theorems}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}local{\isaliteral{5F}{\isacharunderscore}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ local{\isaliteral{5F}{\isacharunderscore}}theory{\isaliteral{22}{\isachardoublequote}}} \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1822
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1823
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1824
  \begin{railoutput}
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1825
\rail@begin{2}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1826
\rail@term{\hyperlink{command.axioms}{\mbox{\isa{\isacommand{axioms}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1827
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1828
\rail@nont{\hyperlink{syntax.axmdecl}{\mbox{\isa{axmdecl}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1829
\rail@nont{\hyperlink{syntax.prop}{\mbox{\isa{prop}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1830
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1831
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1832
\rail@end
45600
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1833
\rail@begin{6}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1834
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1835
\rail@term{\hyperlink{command.lemmas}{\mbox{\isa{\isacommand{lemmas}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1836
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1837
\rail@term{\hyperlink{command.theorems}{\mbox{\isa{\isacommand{theorems}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1838
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1839
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1840
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1841
\rail@nont{\hyperlink{syntax.target}{\mbox{\isa{target}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1842
\rail@endbar
45600
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1843
\rail@cr{3}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1844
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1845
\rail@bar
45600
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1846
\rail@nextbar{4}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1847
\rail@nont{\hyperlink{syntax.thmdef}{\mbox{\isa{thmdef}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1848
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1849
\rail@nont{\hyperlink{syntax.thmrefs}{\mbox{\isa{thmrefs}}}}[]
45600
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1850
\rail@nextplus{5}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1851
\rail@cterm{\isa{\isakeyword{and}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1852
\rail@endplus
45600
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1853
\rail@bar
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1854
\rail@nextbar{4}
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1855
\rail@term{\isa{\isakeyword{for}}}[]
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1856
\rail@plus
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1857
\rail@nont{\hyperlink{syntax.vars}{\mbox{\isa{vars}}}}[]
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1858
\rail@nextplus{5}
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1859
\rail@cterm{\isa{\isakeyword{and}}}[]
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1860
\rail@endplus
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1861
\rail@endbar
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1862
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1863
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1864
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1865
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1866
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1867
  
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1868
  \item \hyperlink{command.axioms}{\mbox{\isa{\isacommand{axioms}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}a{\isaliteral{3A}{\isacharcolon}}\ {\isaliteral{5C3C7068693E}{\isasymphi}}{\isaliteral{22}{\isachardoublequote}}} introduces arbitrary
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1869
  statements as axioms of the meta-logic.  In fact, axioms are
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1870
  ``axiomatic theorems'', and may be referred later just as any other
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1871
  theorem.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1872
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1873
  Axioms are usually only introduced when declaring new logical
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1874
  systems.  Everyday work is typically done the hard way, with proper
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1875
  definitions and proven theorems.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1876
  
45600
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1877
  \item \hyperlink{command.lemmas}{\mbox{\isa{\isacommand{lemmas}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}a\ {\isaliteral{3D}{\isacharequal}}\ b\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ b\isaliteral{5C3C5E7375623E}{}\isactrlsub n{\isaliteral{22}{\isachardoublequote}}}~\indexdef{}{keyword}{for}\hypertarget{keyword.for}{\hyperlink{keyword.for}{\mbox{\isa{\isakeyword{for}}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}x\isaliteral{5C3C5E7375623E}{}\isactrlsub {\isadigit{1}}\ {\isaliteral{5C3C646F74733E}{\isasymdots}}\ x\isaliteral{5C3C5E7375623E}{}\isactrlsub m{\isaliteral{22}{\isachardoublequote}}} evaluates given facts (with attributes) in
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1878
  the current context, which may be augmented by local variables.
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1879
  Results are standardized before being stored, i.e.\ schematic
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1880
  variables are renamed to enforce index \isa{{\isaliteral{22}{\isachardoublequote}}{\isadigit{0}}{\isaliteral{22}{\isachardoublequote}}} uniformly.
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1881
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1882
  \item \hyperlink{command.theorems}{\mbox{\isa{\isacommand{theorems}}}} is the same as \hyperlink{command.lemmas}{\mbox{\isa{\isacommand{lemmas}}}}, but
1bbbac9a0cb0 'lemmas' / 'theorems' commands allow 'for' fixes and standardize the result before storing;
wenzelm
parents: 42936
diff changeset
  1883
  marks the result as a different kind of facts.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1884
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1885
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1886
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1887
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1888
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1889
\isamarkupsection{Oracles%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1890
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1891
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1892
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1893
\begin{isamarkuptext}%
47483
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1894
\begin{matharray}{rcll}
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1895
    \indexdef{}{command}{oracle}\hypertarget{command.oracle}{\hyperlink{command.oracle}{\mbox{\isa{\isacommand{oracle}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} & (axiomatic!) \\
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1896
  \end{matharray}
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1897
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1898
  Oracles allow Isabelle to take advantage of external reasoners such
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1899
  as arithmetic decision procedures, model checkers, fast tautology
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1900
  checkers or computer algebra systems.  Invoked as an oracle, an
3f704717a67f more uniform outline;
wenzelm
parents: 47482
diff changeset
  1901
  external reasoner can create arbitrary Isabelle theorems.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1902
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1903
  It is the responsibility of the user to ensure that the external
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1904
  reasoner is as trustworthy as the application requires.  Another
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1905
  typical source of errors is the linkup between Isabelle and the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1906
  external tool, not just its concrete implementation, but also the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1907
  required translation between two different logical environments.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1908
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1909
  Isabelle merely guarantees well-formedness of the propositions being
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1910
  asserted, and records within the internal derivation object how
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1911
  presumed theorems depend on unproven suppositions.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1912
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1913
  \begin{railoutput}
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1914
\rail@begin{1}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1915
\rail@term{\hyperlink{command.oracle}{\mbox{\isa{\isacommand{oracle}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1916
\rail@nont{\hyperlink{syntax.name}{\mbox{\isa{name}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1917
\rail@term{\isa{{\isaliteral{3D}{\isacharequal}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1918
\rail@nont{\hyperlink{syntax.text}{\mbox{\isa{text}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1919
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1920
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1921
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1922
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1923
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1924
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1925
  \item \hyperlink{command.oracle}{\mbox{\isa{\isacommand{oracle}}}}~\isa{{\isaliteral{22}{\isachardoublequote}}name\ {\isaliteral{3D}{\isacharequal}}\ text{\isaliteral{22}{\isachardoublequote}}} turns the given ML
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1926
  expression \isa{{\isaliteral{22}{\isachardoublequote}}text{\isaliteral{22}{\isachardoublequote}}} of type \verb|'a -> cterm| into an
28291
c49b328d689d updated generated file;
wenzelm
parents: 28281
diff changeset
  1927
  ML function of type \verb|'a -> thm|, which is bound to the
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1928
  global identifier \verb|name|.  This acts like an infinitary
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1929
  specification of axioms!  Invoking the oracle only works within the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1930
  scope of the resulting theory.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1931
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1932
  \end{description}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1933
40802
3cd23f676c5b updated generated files;
wenzelm
parents: 40784
diff changeset
  1934
  See \verb|~~/src/HOL/ex/Iff_Oracle.thy| for a worked example of
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1935
  defining a new primitive rule as oracle, and turning it into a proof
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1936
  method.%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1937
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1938
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1939
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1940
\isamarkupsection{Name spaces%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1941
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1942
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1943
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1944
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1945
\begin{matharray}{rcl}
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1946
    \indexdef{}{command}{hide\_class}\hypertarget{command.hide-class}{\hyperlink{command.hide-class}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}class}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1947
    \indexdef{}{command}{hide\_type}\hypertarget{command.hide-type}{\hyperlink{command.hide-type}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}type}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1948
    \indexdef{}{command}{hide\_const}\hypertarget{command.hide-const}{\hyperlink{command.hide-const}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}const}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1949
    \indexdef{}{command}{hide\_fact}\hypertarget{command.hide-fact}{\hyperlink{command.hide-fact}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}fact}}}}} & : & \isa{{\isaliteral{22}{\isachardoublequote}}theory\ {\isaliteral{5C3C72696768746172726F773E}{\isasymrightarrow}}\ theory{\isaliteral{22}{\isachardoublequote}}} \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1950
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1951
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1952
  \begin{railoutput}
42662
2080fe35abea updated generated files;
wenzelm
parents: 42651
diff changeset
  1953
\rail@begin{4}{}
42596
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1954
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1955
\rail@nont{\hyperlink{command.hide-class}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}class}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1956
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1957
\rail@nont{\hyperlink{command.hide-type}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}type}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1958
\rail@nextbar{2}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1959
\rail@nont{\hyperlink{command.hide-const}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}const}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1960
\rail@nextbar{3}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1961
\rail@nont{\hyperlink{command.hide-fact}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}fact}}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1962
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1963
\rail@bar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1964
\rail@nextbar{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1965
\rail@term{\isa{{\isaliteral{28}{\isacharparenleft}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1966
\rail@term{\isa{\isakeyword{open}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1967
\rail@term{\isa{{\isaliteral{29}{\isacharparenright}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1968
\rail@endbar
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1969
\rail@plus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1970
\rail@nont{\hyperlink{syntax.nameref}{\mbox{\isa{nameref}}}}[]
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1971
\rail@nextplus{1}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1972
\rail@endplus
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1973
\rail@end
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1974
\end{railoutput}
6c621a9d612a modernized rail diagrams using @{rail} antiquotation;
wenzelm
parents: 41435
diff changeset
  1975
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1976
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1977
  Isabelle organizes any kind of name declarations (of types,
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1978
  constants, theorems etc.) by separate hierarchically structured name
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1979
  spaces.  Normally the user does not have to control the behavior of
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1980
  name spaces by hand, yet the following commands provide some way to
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1981
  do so.
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1982
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1983
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1984
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1985
  \item \hyperlink{command.hide-class}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}class}}}}~\isa{names} fully removes class
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1986
  declarations from a given name space; with the \isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{28}{\isacharparenleft}}open{\isaliteral{29}{\isacharparenright}}{\isaliteral{22}{\isachardoublequote}}}
39977
c9cbc16e93ce do not mention unqualified names, now that 'global' and 'local' are gone
krauss
parents: 39280
diff changeset
  1987
  option, only the base name is hidden.
36177
8e0770d2e499 separate commands 'hide_class', 'hide_type', 'hide_const', 'hide_fact';
wenzelm
parents: 35681
diff changeset
  1988
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1989
  Note that hiding name space accesses has no impact on logical
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1990
  declarations --- they remain valid internally.  Entities that are no
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1991
  longer accessible to the user are printed with the special qualifier
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1992
  ``\isa{{\isaliteral{22}{\isachardoublequote}}{\isaliteral{3F}{\isacharquery}}{\isaliteral{3F}{\isacharquery}}{\isaliteral{22}{\isachardoublequote}}}'' prefixed to the full internal name.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1993
40406
313a24b66a8d updated generated files;
wenzelm
parents: 40256
diff changeset
  1994
  \item \hyperlink{command.hide-type}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}type}}}}, \hyperlink{command.hide-const}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}const}}}}, and \hyperlink{command.hide-fact}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}fact}}}} are similar to \hyperlink{command.hide-class}{\mbox{\isa{\isacommand{hide{\isaliteral{5F}{\isacharunderscore}}class}}}}, but hide types,
36177
8e0770d2e499 separate commands 'hide_class', 'hide_type', 'hide_const', 'hide_fact';
wenzelm
parents: 35681
diff changeset
  1995
  constants, and facts, respectively.
8e0770d2e499 separate commands 'hide_class', 'hide_type', 'hide_const', 'hide_fact';
wenzelm
parents: 35681
diff changeset
  1996
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 28728
diff changeset
  1997
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1998
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  1999
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26902
diff changeset
  2000
%
26869
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2001
\isadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2002
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2003
\endisadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2004
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2005
\isatagtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2006
\isacommand{end}\isamarkupfalse%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2007
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2008
\endisatagtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2009
{\isafoldtheory}%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2010
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2011
\isadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2012
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2013
\endisadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2014
\isanewline
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2015
\end{isabellebody}%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2016
%%% Local Variables:
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2017
%%% mode: latex
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2018
%%% TeX-master: "root"
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  2019
%%% End: