doc-src/IsarImplementation/Thy/document/prelim.tex
author wenzelm
Thu, 31 Aug 2006 17:33:55 +0200
changeset 20449 f8a7a8236c68
parent 20447 5b75f1c4d7d6
child 20450 725a91601ed1
permissions -rw-r--r--
more stuff;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     1
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     2
\begin{isabellebody}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     3
\def\isabellecontext{prelim}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     4
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     5
\isadelimtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     6
\isanewline
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     7
\isanewline
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     8
\isanewline
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
     9
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    10
\endisadelimtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    11
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    12
\isatagtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    13
\isacommand{theory}\isamarkupfalse%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    14
\ prelim\ \isakeyword{imports}\ base\ \isakeyword{begin}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    15
\endisatagtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    16
{\isafoldtheory}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    17
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    18
\isadelimtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    19
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    20
\endisadelimtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    21
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    22
\isamarkupchapter{Preliminaries%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    23
}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    24
\isamarkuptrue%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    25
%
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    26
\isamarkupsection{Contexts \label{sec:context}%
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    27
}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    28
\isamarkuptrue%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    29
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    30
\begin{isamarkuptext}%
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    31
A logical context represents the background that is taken for
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    32
  granted when formulating statements and composing proofs.  It acts
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    33
  as a medium to produce formal content, depending on earlier material
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    34
  (declarations, results etc.).
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    35
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    36
  In particular, derivations within the primitive Pure logic can be
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    37
  described as a judgment \isa{{\isasymGamma}\ {\isasymturnstile}\isactrlsub {\isasymTheta}\ {\isasymphi}}, meaning that a
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    38
  proposition \isa{{\isasymphi}} is derivable from hypotheses \isa{{\isasymGamma}}
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    39
  within the theory \isa{{\isasymTheta}}.  There are logical reasons for
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    40
  keeping \isa{{\isasymTheta}} and \isa{{\isasymGamma}} separate: theories support type
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    41
  constructors and schematic polymorphism of constants and axioms,
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    42
  while the inner calculus of \isa{{\isasymGamma}\ {\isasymturnstile}\ {\isasymphi}} is limited to Simple
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    43
  Type Theory (with fixed type variables in the assumptions).
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    44
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    45
  \medskip Contexts and derivations are linked by the following key
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    46
  principles:
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    47
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    48
  \begin{itemize}
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    49
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    50
  \item Transfer: monotonicity of derivations admits results to be
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    51
  transferred into a larger context, i.e.\ \isa{{\isasymGamma}\ {\isasymturnstile}\isactrlsub {\isasymTheta}\ {\isasymphi}}
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    52
  implies \isa{{\isasymGamma}{\isacharprime}\ {\isasymturnstile}\isactrlsub {\isasymTheta}\isactrlsub {\isacharprime}\ {\isasymphi}} for contexts \isa{{\isasymTheta}{\isacharprime}\ {\isasymsupseteq}\ {\isasymTheta}} and \isa{{\isasymGamma}{\isacharprime}\ {\isasymsupseteq}\ {\isasymGamma}}.
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    53
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    54
  \item Export: discharge of hypotheses admits results to be exported
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    55
  into a smaller context, i.e.\ \isa{{\isasymGamma}{\isacharprime}\ {\isasymturnstile}\isactrlsub {\isasymTheta}\ {\isasymphi}} implies
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    56
  \isa{{\isasymGamma}\ {\isasymturnstile}\isactrlsub {\isasymTheta}\ {\isasymDelta}\ {\isasymLongrightarrow}\ {\isasymphi}} where \isa{{\isasymGamma}{\isacharprime}\ {\isasymsupseteq}\ {\isasymGamma}} and \isa{{\isasymDelta}\ {\isacharequal}\ {\isasymGamma}{\isacharprime}\ {\isacharminus}\ {\isasymGamma}}.  Note that \isa{{\isasymTheta}} remains unchanged here, only the
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    57
  \isa{{\isasymGamma}} part is affected.
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    58
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    59
  \end{itemize}
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    60
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    61
  \medskip Isabelle/Isar provides two different notions of abstract
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    62
  containers called \emph{theory context} and \emph{proof context},
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    63
  respectively.  These model the main characteristics of the primitive
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    64
  \isa{{\isasymTheta}} and \isa{{\isasymGamma}} above, without subscribing to any
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    65
  particular kind of content yet.  Instead, contexts merely impose a
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    66
  certain policy of managing arbitrary \emph{context data}.  The
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    67
  system provides strongly typed mechanisms to declare new kinds of
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    68
  data at compile time.
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    69
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    70
  Thus the internal bootstrap process of Isabelle/Pure eventually
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    71
  reaches a stage where certain data slots provide the logical content
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    72
  of \isa{{\isasymTheta}} and \isa{{\isasymGamma}} sketched above, but this does not
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    73
  stop there!  Various additional data slots support all kinds of
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    74
  mechanisms that are not necessarily part of the core logic.
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    75
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    76
  For example, there would be data for canonical introduction and
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    77
  elimination rules for arbitrary operators (depending on the
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    78
  object-logic and application), which enables users to perform
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    79
  standard proof steps implicitly (cf.\ the \isa{rule} method).
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    80
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    81
  Isabelle is able to bring forth more and more concepts successively.
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    82
  In particular, an object-logic like Isabelle/HOL continues the
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    83
  Isabelle/Pure setup by adding specific components for automated
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    84
  reasoning (classical reasoner, tableau prover, structured induction
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    85
  etc.) and derived specification mechanisms (inductive predicates,
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    86
  recursive functions etc.).  All of this is based on the generic data
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    87
  management by theory and proof contexts.%
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    88
\end{isamarkuptext}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    89
\isamarkuptrue%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    90
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    91
\isamarkupsubsection{Theory context \label{sec:context-theory}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    92
}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    93
\isamarkuptrue%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    94
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
    95
\begin{isamarkuptext}%
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
    96
\glossary{Theory}{FIXME}
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
    97
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
    98
  Each theory is explicitly named and holds a unique identifier.
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
    99
  There is a separate \emph{theory reference} for pointing backwards
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   100
  to the enclosing theory context of derived entities.  Theories are
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   101
  related by a (nominal) sub-theory relation, which corresponds to the
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   102
  canonical dependency graph: each theory is derived from a certain
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   103
  sub-graph of ancestor theories.  The \isa{merge} of two theories
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   104
  refers to the least upper bound, which actually degenerates into
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   105
  absorption of one theory into the other, due to the nominal
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   106
  sub-theory relation this.
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   107
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   108
  The \isa{begin} operation starts a new theory by importing
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   109
  several parent theories and entering a special \isa{draft} mode,
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   110
  which is sustained until the final \isa{end} operation.  A draft
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   111
  mode theory acts like a linear type, where updates invalidate
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   112
  earlier drafts, but theory reference values will be propagated
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   113
  automatically.  Thus derived entities that ``belong'' to a draft
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   114
  might be transferred spontaneously to a larger context.  An
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   115
  invalidated draft is called ``stale''.
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   116
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   117
  The \isa{checkpoint} operation produces an intermediate stepping
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   118
  stone that will survive the next update unscathed: both the original
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   119
  and the changed theory remain valid and are related by the
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   120
  sub-theory relation.  Checkpointing essentially recovers purely
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   121
  functional theory values, at the expense of some extra internal
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   122
  bookeeping.
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   123
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   124
  The \isa{copy} operation produces an auxiliary version that has
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   125
  the same data content, but is unrelated to the original: updates of
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   126
  the copy do not affect the original, neither does the sub-theory
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   127
  relation hold.
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   128
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   129
  \medskip The example in \figref{fig:ex-theory} below shows a theory
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   130
  graph derived from \isa{Pure}. Theory \isa{Length} imports
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   131
  \isa{Nat} and \isa{List}.  The theory body consists of a
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   132
  sequence of updates, working mostly on drafts.  Intermediate
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   133
  checkpoints may occur as well, due to the history mechanism provided
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   134
  by the Isar toplevel, cf.\ \secref{sec:isar-toplevel}.
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   135
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   136
  \begin{figure}[htb]
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   137
  \begin{center}
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   138
  \begin{tabular}{rcccl}
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   139
        &            & \isa{Pure} \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   140
        &            & \isa{{\isasymdown}} \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   141
        &            & \isa{FOL} \\
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   142
        & $\swarrow$ &              & $\searrow$ & \\
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   143
  $Nat$ &            &              &            & \isa{List} \\
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   144
        & $\searrow$ &              & $\swarrow$ \\
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   145
        &            & \isa{Length} \\
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   146
        &            & \multicolumn{3}{l}{~~$\isarkeyword{imports}$} \\
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   147
        &            & \multicolumn{3}{l}{~~$\isarkeyword{begin}$} \\
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   148
        &            & $\vdots$~~ \\
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   149
        &            & \isa{{\isasymbullet}}~~ \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   150
        &            & $\vdots$~~ \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   151
        &            & \isa{{\isasymbullet}}~~ \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   152
        &            & $\vdots$~~ \\
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   153
        &            & \multicolumn{3}{l}{~~$\isarkeyword{end}$} \\
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   154
  \end{tabular}
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   155
  \caption{Theory definition depending on ancestors}\label{fig:ex-theory}
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   156
  \end{center}
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   157
  \end{figure}%
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   158
\end{isamarkuptext}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   159
\isamarkuptrue%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   160
%
20430
wenzelm
parents: 20429
diff changeset
   161
\isadelimmlref
wenzelm
parents: 20429
diff changeset
   162
%
wenzelm
parents: 20429
diff changeset
   163
\endisadelimmlref
wenzelm
parents: 20429
diff changeset
   164
%
wenzelm
parents: 20429
diff changeset
   165
\isatagmlref
wenzelm
parents: 20429
diff changeset
   166
%
wenzelm
parents: 20429
diff changeset
   167
\begin{isamarkuptext}%
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   168
\begin{mldecls}
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   169
  \indexmltype{theory}\verb|type theory| \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   170
  \indexml{Theory.subthy}\verb|Theory.subthy: theory * theory -> bool| \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   171
  \indexml{Theory.merge}\verb|Theory.merge: theory * theory -> theory| \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   172
  \indexml{Theory.checkpoint}\verb|Theory.checkpoint: theory -> theory| \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   173
  \indexml{Theory.copy}\verb|Theory.copy: theory -> theory| \\[1ex]
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   174
  \indexmltype{theory-ref}\verb|type theory_ref| \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   175
  \indexml{Theory.self-ref}\verb|Theory.self_ref: theory -> theory_ref| \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   176
  \indexml{Theory.deref}\verb|Theory.deref: theory_ref -> theory| \\
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   177
  \end{mldecls}
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   178
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   179
  \begin{description}
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   180
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   181
  \item \verb|theory| represents theory contexts.  This is a
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   182
  linear type!  Most operations destroy the old version, which then
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   183
  becomes ``stale''.
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   184
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   185
  \item \verb|Theory.subthy|~\isa{{\isacharparenleft}thy\isactrlsub {\isadigit{1}}{\isacharcomma}\ thy\isactrlsub {\isadigit{2}}{\isacharparenright}}
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   186
  compares theories according to the inherent graph structure of the
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   187
  construction.  This sub-theory relation is a nominal approximation
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   188
  of inclusion (\isa{{\isasymsubseteq}}) of the corresponding content.
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   189
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   190
  \item \verb|Theory.merge|~\isa{{\isacharparenleft}thy\isactrlsub {\isadigit{1}}{\isacharcomma}\ thy\isactrlsub {\isadigit{2}}{\isacharparenright}}
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   191
  absorbs one theory into the other.  This fails for unrelated
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   192
  theories!
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   193
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   194
  \item \verb|Theory.checkpoint|~\isa{thy} produces a safe
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   195
  stepping stone in the linear development of \isa{thy}.  The next
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   196
  update will result in two related, valid theories.
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   197
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   198
  \item \verb|Theory.copy|~\isa{thy} produces a variant of \isa{thy} that holds a copy of the same data.  The copy is not related
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   199
  to the original, which is not touched at all.
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   200
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   201
  \item \verb|theory_ref| represents a sliding reference to a
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   202
  valid theory --- updates on the original are propagated
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   203
  automatically.
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   204
20449
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   205
  \item \verb|Theory.self_ref|~\isa{thy} and \verb|Theory.deref|~\isa{thy{\isacharunderscore}ref} convert between \verb|theory| and \verb|theory_ref|.  As the referenced theory
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   206
  evolves monotonically over time, later invocations of \verb|Theory.deref| may refer to larger contexts.
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   207
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   208
  \end{description}%
20430
wenzelm
parents: 20429
diff changeset
   209
\end{isamarkuptext}%
wenzelm
parents: 20429
diff changeset
   210
\isamarkuptrue%
wenzelm
parents: 20429
diff changeset
   211
%
wenzelm
parents: 20429
diff changeset
   212
\endisatagmlref
wenzelm
parents: 20429
diff changeset
   213
{\isafoldmlref}%
wenzelm
parents: 20429
diff changeset
   214
%
wenzelm
parents: 20429
diff changeset
   215
\isadelimmlref
wenzelm
parents: 20429
diff changeset
   216
%
wenzelm
parents: 20429
diff changeset
   217
\endisadelimmlref
wenzelm
parents: 20429
diff changeset
   218
%
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   219
\isamarkupsubsection{Proof context \label{sec:context-proof}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   220
}
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   221
\isamarkuptrue%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   222
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   223
\begin{isamarkuptext}%
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   224
\glossary{Proof context}{The static context of a structured proof,
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   225
  acts like a local ``theory'' of the current portion of Isar proof
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   226
  text, generalizes the idea of local hypotheses \isa{{\isasymGamma}} in
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   227
  judgments \isa{{\isasymGamma}\ {\isasymturnstile}\ {\isasymphi}} of natural deduction calculi.  There is a
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   228
  generic notion of introducing and discharging hypotheses.
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   229
  Arbritrary auxiliary context data may be adjoined.}
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   230
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   231
  A proof context is a container for pure data with a back-reference
20449
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   232
  to the theory it belongs to.  The \isa{init} operation creates a
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   233
  proof context derived from a given theory.  Modifications to draft
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   234
  theories are propagated to the proof context as usual, but there is
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   235
  also an explicit \isa{transfer} operation to force
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   236
  resynchronization with more substantial updates to the underlying
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   237
  theory.  The actual context data does not require any special
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   238
  bookkeeping, thanks to the lack of destructive features.
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   239
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   240
  Entities derived in a proof context need to record inherent logical
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   241
  requirements explicitly, since there is no separate context
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   242
  identification as for theories.  For example, hypotheses used in
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   243
  primitive derivations (cf.\ \secref{sec:thm}) are recorded
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   244
  separately within the sequent \isa{{\isasymGamma}\ {\isasymturnstile}\ {\isasymphi}}, just to make double
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   245
  sure.  Results could still leak into an alien proof context do to
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   246
  programming errors, but Isabelle/Isar includes some extra validity
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   247
  checks in critical positions, notably at the end of sub-proof.
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   248
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   249
  Proof contexts may be produced in arbitrary ways, although the
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   250
  common discipline is to follow block structure as a mental model: a
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   251
  given context is extended consecutively, and results are exported
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   252
  back into the original context.  Note that the Isar proof states
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   253
  model block-structured reasoning explicitly, using a stack of proof
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   254
  contexts, cf.\ \secref{isar-proof-state}.%
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   255
\end{isamarkuptext}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   256
\isamarkuptrue%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   257
%
20430
wenzelm
parents: 20429
diff changeset
   258
\isadelimmlref
wenzelm
parents: 20429
diff changeset
   259
%
wenzelm
parents: 20429
diff changeset
   260
\endisadelimmlref
wenzelm
parents: 20429
diff changeset
   261
%
wenzelm
parents: 20429
diff changeset
   262
\isatagmlref
wenzelm
parents: 20429
diff changeset
   263
%
wenzelm
parents: 20429
diff changeset
   264
\begin{isamarkuptext}%
20449
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   265
\begin{mldecls}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   266
  \indexmltype{Proof.context}\verb|type Proof.context| \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   267
  \indexml{ProofContext.init}\verb|ProofContext.init: theory -> Proof.context| \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   268
  \indexml{ProofContext.theory-of}\verb|ProofContext.theory_of: Proof.context -> theory| \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   269
  \indexml{ProofContext.transfer}\verb|ProofContext.transfer: theory -> Proof.context -> Proof.context| \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   270
  \end{mldecls}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   271
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   272
  \begin{description}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   273
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   274
  \item \verb|Proof.context| represents proof contexts.  Elements
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   275
  of this type are essentially pure values, with a sliding reference
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   276
  to the background theory.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   277
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   278
  \item \verb|ProofContext.init|~\isa{thy} produces a proof context
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   279
  derived from \isa{thy}, initializing all data.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   280
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   281
  \item \verb|ProofContext.theory_of|~\isa{ctxt} selects the
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   282
  background theory from \isa{ctxt}.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   283
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   284
  \item \verb|ProofContext.transfer|~\isa{thy\ ctxt} promotes the
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   285
  background theory of \isa{ctxt} to the super theory \isa{thy}.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   286
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   287
  \end{description}%
20430
wenzelm
parents: 20429
diff changeset
   288
\end{isamarkuptext}%
wenzelm
parents: 20429
diff changeset
   289
\isamarkuptrue%
wenzelm
parents: 20429
diff changeset
   290
%
wenzelm
parents: 20429
diff changeset
   291
\endisatagmlref
wenzelm
parents: 20429
diff changeset
   292
{\isafoldmlref}%
wenzelm
parents: 20429
diff changeset
   293
%
wenzelm
parents: 20429
diff changeset
   294
\isadelimmlref
wenzelm
parents: 20429
diff changeset
   295
%
wenzelm
parents: 20429
diff changeset
   296
\endisadelimmlref
wenzelm
parents: 20429
diff changeset
   297
%
20429
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   298
\isamarkupsubsection{Generic contexts%
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   299
}
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   300
\isamarkuptrue%
116255c9209b more on contexts;
wenzelm
parents: 20215
diff changeset
   301
%
20430
wenzelm
parents: 20429
diff changeset
   302
\begin{isamarkuptext}%
20449
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   303
A generic context is the disjoint sum of either a theory or proof
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   304
  context.  Occasionally, this simplifies uniform treatment of generic
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   305
  context data, typically extralogical information.  Operations on
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   306
  generic contexts include the usual injections, partial selections,
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   307
  and combinators for lifting operations on either component of the
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   308
  disjoint sum.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   309
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   310
  Moreover, there are total operations \isa{theory{\isacharunderscore}of} and \isa{proof{\isacharunderscore}of} to convert a generic context into either kind: a theory
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   311
  can always be selected, while a proof context may have to be
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   312
  constructed by an ad-hoc \isa{init} operation.%
20430
wenzelm
parents: 20429
diff changeset
   313
\end{isamarkuptext}%
wenzelm
parents: 20429
diff changeset
   314
\isamarkuptrue%
wenzelm
parents: 20429
diff changeset
   315
%
wenzelm
parents: 20429
diff changeset
   316
\isadelimmlref
wenzelm
parents: 20429
diff changeset
   317
%
wenzelm
parents: 20429
diff changeset
   318
\endisadelimmlref
wenzelm
parents: 20429
diff changeset
   319
%
wenzelm
parents: 20429
diff changeset
   320
\isatagmlref
wenzelm
parents: 20429
diff changeset
   321
%
wenzelm
parents: 20429
diff changeset
   322
\begin{isamarkuptext}%
20449
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   323
\begin{mldecls}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   324
  \indexmltype{Context.generic}\verb|type Context.generic| \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   325
  \indexml{Context.theory-of}\verb|Context.theory_of: Context.generic -> theory| \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   326
  \indexml{Context.proof-of}\verb|Context.proof_of: Context.generic -> Proof.context| \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   327
  \end{mldecls}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   328
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   329
  \begin{description}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   330
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   331
  \item \verb|Context.generic| is the direct sum of \verb|theory| and \verb|Proof.context|, with datatype constructors
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   332
  \verb|Context.Theory| and \verb|Context.Proof|.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   333
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   334
  \item \verb|Context.theory_of|~\isa{context} always produces a
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   335
  theory from the generic \isa{context}, using \verb|ProofContext.theory_of| as required.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   336
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   337
  \item \verb|Context.proof_of|~\isa{context} always produces a
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   338
  proof context from the generic \isa{context}, using \verb|ProofContext.init| as required.  Note that this re-initializes the
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   339
  context data with each invocation.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   340
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   341
  \end{description}%
20430
wenzelm
parents: 20429
diff changeset
   342
\end{isamarkuptext}%
wenzelm
parents: 20429
diff changeset
   343
\isamarkuptrue%
wenzelm
parents: 20429
diff changeset
   344
%
wenzelm
parents: 20429
diff changeset
   345
\endisatagmlref
wenzelm
parents: 20429
diff changeset
   346
{\isafoldmlref}%
wenzelm
parents: 20429
diff changeset
   347
%
wenzelm
parents: 20429
diff changeset
   348
\isadelimmlref
wenzelm
parents: 20429
diff changeset
   349
%
wenzelm
parents: 20429
diff changeset
   350
\endisadelimmlref
wenzelm
parents: 20429
diff changeset
   351
%
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   352
\isamarkupsubsection{Context data%
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   353
}
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   354
\isamarkuptrue%
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   355
%
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   356
\begin{isamarkuptext}%
20449
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   357
Both theory and proof contexts manage arbitrary data, which is the
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   358
  main purpose of contexts in the first place.  Data can be declared
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   359
  incrementally at compile --- Isabelle/Pure and major object-logics
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   360
  are bootstrapped that way.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   361
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   362
  \paragraph{Theory data} may refer to destructive entities, which are
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   363
  maintained in correspondence to the linear evolution of theory
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   364
  values, or explicit copies.\footnote{Most existing instances of
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   365
  destructive theory data are merely historical relics (e.g.\ the
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   366
  destructive theorem storage, and destructive hints for the
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   367
  Simplifier and Classical rules).}  A theory data declaration needs to
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   368
  provide the following information:
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   369
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   370
  \medskip
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   371
  \begin{tabular}{ll}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   372
  \isa{name{\isacharcolon}\ string} \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   373
  \isa{T} & the ML type \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   374
  \isa{empty{\isacharcolon}\ T} & initial value \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   375
  \isa{copy{\isacharcolon}\ T\ {\isasymrightarrow}\ T} & refresh impure data \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   376
  \isa{extend{\isacharcolon}\ T\ {\isasymrightarrow}\ T} & re-initialize on import \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   377
  \isa{merge{\isacharcolon}\ T\ {\isasymtimes}\ T\ {\isasymrightarrow}\ T} & join on import \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   378
  \isa{print{\isacharcolon}\ T\ {\isasymrightarrow}\ unit} & diagnostic output \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   379
  \end{tabular}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   380
  \medskip
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   381
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   382
  \noindent The \isa{name} acts as a comment for diagnostic
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   383
  messages; \isa{copy} is just the identity for pure data; \isa{extend} is acts like a unitary version of \isa{merge}, both
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   384
  should also include the functionality of \isa{copy} for impure
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   385
  data.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   386
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   387
  \paragraph{Proof context data} is purely functional.  It is declared
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   388
  by providing the following information:
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   389
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   390
  \medskip
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   391
  \begin{tabular}{ll}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   392
  \isa{name{\isacharcolon}\ string} \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   393
  \isa{T} & the ML type \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   394
  \isa{init{\isacharcolon}\ theory\ {\isasymrightarrow}\ T} & produce initial value \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   395
  \isa{print{\isacharcolon}\ T\ {\isasymrightarrow}\ unit} & diagnostic output \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   396
  \end{tabular}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   397
  \medskip
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   398
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   399
  \noindent The \isa{init} operation is supposed to produce a pure
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   400
  value from the given background theory.  The rest is analogous to
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   401
  (pure) theory data.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   402
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   403
  \paragraph{Generic data} provides a hybrid interface for both kinds.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   404
  The declaration is essentially the same as for pure theory data,
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   405
  without \isa{copy} (it is always the identity).  The \isa{init} operation for proof contexts selects the current data value
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   406
  from the background theory.
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   407
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   408
  \bigskip In any case, a data declaration of type \isa{T} results
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   409
  in the following interface:
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   410
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   411
  \medskip
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   412
  \begin{tabular}{ll}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   413
  \isa{init{\isacharcolon}\ theory\ {\isasymrightarrow}\ theory} \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   414
  \isa{get{\isacharcolon}\ context\ {\isasymrightarrow}\ T} \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   415
  \isa{put{\isacharcolon}\ T\ {\isasymrightarrow}\ context\ {\isasymrightarrow}\ context} \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   416
  \isa{map{\isacharcolon}\ {\isacharparenleft}T\ {\isasymrightarrow}\ T{\isacharparenright}\ {\isasymrightarrow}\ context\ {\isasymrightarrow}\ context} \\
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   417
  \isa{print{\isacharcolon}\ context\ {\isasymrightarrow}\ unit}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   418
  \end{tabular}
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   419
  \medskip
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   420
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   421
  \noindent Here \isa{init} needs to be applied to the current
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   422
  theory context once, in order to register the initial setup.  The
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   423
  other operations provide access for the particular kind of context
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   424
  (theory, proof, or generic context).  Note that this is a safe
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   425
  interface: there is no other way to access the corresponding data
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   426
  slot within a context.  By keeping these operations private, a
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   427
  component may maintain abstract values authentically, without other
f8a7a8236c68 more stuff;
wenzelm
parents: 20447
diff changeset
   428
  components interfering.%
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   429
\end{isamarkuptext}%
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   430
\isamarkuptrue%
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   431
%
20438
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   432
\isamarkupsection{Named entities%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   433
}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   434
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   435
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   436
\begin{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   437
Named entities of different kinds (logical constant, type,
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   438
type class, theorem, method etc.) live in separate name spaces.  It is
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   439
usually clear from the occurrence of a name which kind of entity it
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   440
refers to.  For example, proof method \isa{foo} vs.\ theorem
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   441
\isa{foo} vs.\ logical constant \isa{foo} are easily
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   442
distinguished by means of the syntactic context.  A notable exception
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   443
are logical identifiers within a term (\secref{sec:terms}): constants,
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   444
fixed variables, and bound variables all share the same identifier
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   445
syntax, but are distinguished by their scope.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   446
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   447
Each name space is organized as a collection of \emph{qualified
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   448
names}, which consist of a sequence of basic name components separated
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   449
by dots: \isa{Bar{\isachardot}bar{\isachardot}foo}, \isa{Bar{\isachardot}foo}, and \isa{foo}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   450
are examples for valid qualified names.  Name components are
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   451
subdivided into \emph{symbols}, which constitute the smallest textual
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   452
unit in Isabelle --- raw characters are normally not encountered
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   453
directly.%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   454
\end{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   455
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   456
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   457
\isamarkupsubsection{Strings of symbols%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   458
}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   459
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   460
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   461
\begin{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   462
Isabelle strings consist of a sequence of
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   463
symbols\glossary{Symbol}{The smalles unit of text in Isabelle,
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   464
subsumes plain ASCII characters as well as an infinite collection of
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   465
named symbols (for greek, math etc.).}, which are either packed as an
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   466
actual \isa{string}, or represented as a list.  Each symbol is in
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   467
itself a small string of the following form:
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   468
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   469
\begin{enumerate}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   470
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   471
\item either a singleton ASCII character ``\isa{c}'' (with
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   472
character code 0--127), for example ``\verb,a,'',
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   473
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   474
\item or a regular symbol ``\verb,\,\verb,<,\isa{ident}\verb,>,'',
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   475
for example ``\verb,\,\verb,<alpha>,'',
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   476
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   477
\item or a control symbol ``\verb,\,\verb,<^,\isa{ident}\verb,>,'', for example ``\verb,\,\verb,<^bold>,'',
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   478
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   479
\item or a raw control symbol ``\verb,\,\verb,<^raw:,\isa{{\isasymdots}}\verb,>,'' where ``\isa{{\isasymdots}}'' refers to any
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   480
printable ASCII character (excluding ``\verb,.,'' and ``\verb,>,'') or
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   481
non-ASCII character, for example ``\verb,\,\verb,<^raw:$\sum_{i = 1}^n$>,'',
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   482
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   483
\item or a numbered raw control symbol ``\verb,\,\verb,<^raw,\isa{nnn}\verb,>, where \isa{nnn} are digits, for example
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   484
``\verb,\,\verb,<^raw42>,''.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   485
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   486
\end{enumerate}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   487
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   488
The \isa{ident} syntax for symbol names is \isa{letter\ {\isacharparenleft}letter\ {\isacharbar}\ digit{\isacharparenright}\isactrlsup {\isacharasterisk}}, where \isa{letter\ {\isacharequal}\ A{\isachardot}{\isachardot}Za{\isachardot}{\isachardot}Z} and \isa{digit\ {\isacharequal}\ {\isadigit{0}}{\isachardot}{\isachardot}{\isadigit{9}}}.  There are infinitely many regular symbols and
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   489
control symbols available, but a certain collection of standard
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   490
symbols is treated specifically.  For example,
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   491
``\verb,\,\verb,<alpha>,'' is classified as a (non-ASCII) letter,
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   492
which means it may occur within regular Isabelle identifier syntax.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   493
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   494
Output of symbols depends on the print mode (\secref{sec:print-mode}).
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   495
For example, the standard {\LaTeX} setup of the Isabelle document
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   496
preparation system would present ``\verb,\,\verb,<alpha>,'' as \isa{{\isasymalpha}}, and ``\verb,\,\verb,<^bold>,\verb,\,\verb,<alpha>,'' as \isa{\isactrlbold {\isasymalpha}}.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   497
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   498
\medskip It is important to note that the character set underlying
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   499
Isabelle symbols is plain 7-bit ASCII.  Since 8-bit characters are
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   500
passed through transparently, Isabelle may easily process actual
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   501
Unicode/UCS data (using the well-known UTF-8 encoding, for example).
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   502
Unicode provides its own collection of mathematical symbols, but there
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   503
is presently no link to Isabelle's named ones; both kinds of symbols
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   504
coexist independently.%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   505
\end{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   506
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   507
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   508
\isadelimmlref
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   509
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   510
\endisadelimmlref
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   511
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   512
\isatagmlref
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   513
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   514
\begin{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   515
\begin{mldecls}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   516
  \indexmltype{Symbol.symbol}\verb|type Symbol.symbol| \\
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   517
  \indexml{Symbol.explode}\verb|Symbol.explode: string -> Symbol.symbol list| \\
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   518
  \indexml{Symbol.is-letter}\verb|Symbol.is_letter: Symbol.symbol -> bool| \\
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   519
  \indexml{Symbol.is-digit}\verb|Symbol.is_digit: Symbol.symbol -> bool| \\
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   520
  \indexml{Symbol.is-quasi}\verb|Symbol.is_quasi: Symbol.symbol -> bool| \\
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   521
  \indexml{Symbol.is-blank}\verb|Symbol.is_blank: Symbol.symbol -> bool| \\
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   522
  \indexmltype{Symbol.sym}\verb|type Symbol.sym| \\
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   523
  \indexml{Symbol.decode}\verb|Symbol.decode: Symbol.symbol -> Symbol.sym| \\
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   524
  \end{mldecls}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   525
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   526
  \begin{description}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   527
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   528
  \item \verb|Symbol.symbol| represents Isabelle symbols; this type
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   529
  is merely an alias for \verb|string|, but emphasizes the
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   530
  specific format encountered here.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   531
20447
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   532
  \item \verb|Symbol.explode|~\isa{s} produces a symbol list from
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   533
  the packed form usually encountered as user input.  This function
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   534
  replaces \verb|String.explode| for virtually all purposes of
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   535
  manipulating text in Isabelle!  Plain \verb|implode| may be used
5b75f1c4d7d6 more on contexts;
wenzelm
parents: 20438
diff changeset
   536
  for the reverse operation.
20438
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   537
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   538
  \item \verb|Symbol.is_letter|, \verb|Symbol.is_digit|, \verb|Symbol.is_quasi|, \verb|Symbol.is_blank| classify certain symbols
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   539
  (both ASCII and several named ones) according to fixed syntactic
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   540
  convections of Isabelle, e.g.\ see \cite{isabelle-isar-ref}.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   541
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   542
  \item \verb|Symbol.sym| is a concrete datatype that represents
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   543
  the different kinds of symbols explicitly as \verb|Symbol.Char|,
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   544
  \verb|Symbol.Sym|, \verb|Symbol.Ctrl|, or \verb|Symbol.Raw|.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   545
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   546
  \item \verb|Symbol.decode| converts the string representation of a
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   547
  symbol into the explicit datatype version.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   548
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   549
  \end{description}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   550
\end{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   551
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   552
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   553
\endisatagmlref
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   554
{\isafoldmlref}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   555
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   556
\isadelimmlref
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   557
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   558
\endisadelimmlref
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   559
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   560
\isamarkupsubsection{Qualified names and name spaces%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   561
}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   562
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   563
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   564
\isadelimFIXME
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   565
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   566
\endisadelimFIXME
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   567
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   568
\isatagFIXME
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   569
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   570
\begin{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   571
Qualified names are constructed according to implicit naming
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   572
principles of the present context.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   573
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   574
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   575
The last component is called \emph{base name}; the remaining prefix of
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   576
qualification may be empty.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   577
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   578
Some practical conventions help to organize named entities more
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   579
systematically:
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   580
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   581
\begin{itemize}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   582
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   583
\item Names are qualified first by the theory name, second by an
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   584
optional ``structure''.  For example, a constant \isa{c} declared
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   585
as part of a certain structure \isa{b} (say a type definition) in
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   586
theory \isa{A} will be named \isa{A{\isachardot}b{\isachardot}c} internally.
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   587
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   588
\item
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   589
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   590
\item
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   591
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   592
\item
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   593
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   594
\item
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   595
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   596
\end{itemize}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   597
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   598
Names of different kinds of entities are basically independent, but
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   599
some practical naming conventions relate them to each other.  For
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   600
example, a constant \isa{foo} may be accompanied with theorems
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   601
\isa{foo{\isachardot}intro}, \isa{foo{\isachardot}elim}, \isa{foo{\isachardot}simps} etc.  The
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   602
same may happen for a type \isa{foo}, which is then apt to cause
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   603
clashes in the theorem name space!  To avoid this, we occasionally
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   604
follow an additional convention of suffixes that determine the
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   605
original kind of entity that a name has been derived.  For example,
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   606
constant \isa{foo} is associated with theorem \isa{foo{\isachardot}intro},
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   607
type \isa{foo} with theorem \isa{foo{\isacharunderscore}type{\isachardot}intro}, and type
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   608
class \isa{foo} with \isa{foo{\isacharunderscore}class{\isachardot}intro}.%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   609
\end{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   610
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   611
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   612
\endisatagFIXME
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   613
{\isafoldFIXME}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   614
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   615
\isadelimFIXME
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   616
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   617
\endisadelimFIXME
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   618
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   619
\isamarkupsection{Structured output%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   620
}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   621
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   622
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   623
\isamarkupsubsection{Pretty printing%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   624
}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   625
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   626
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   627
\begin{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   628
FIXME%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   629
\end{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   630
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   631
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   632
\isamarkupsubsection{Output channels%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   633
}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   634
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   635
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   636
\begin{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   637
FIXME%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   638
\end{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   639
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   640
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   641
\isamarkupsubsection{Print modes%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   642
}
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   643
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   644
%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   645
\begin{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   646
FIXME%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   647
\end{isamarkuptext}%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   648
\isamarkuptrue%
9060c73a4578 updated;
wenzelm
parents: 20430
diff changeset
   649
%
18537
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   650
\isadelimtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   651
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   652
\endisadelimtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   653
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   654
\isatagtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   655
\isacommand{end}\isamarkupfalse%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   656
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   657
\endisatagtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   658
{\isafoldtheory}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   659
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   660
\isadelimtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   661
%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   662
\endisadelimtheory
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   663
\isanewline
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   664
\end{isabellebody}%
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   665
%%% Local Variables:
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   666
%%% mode: latex
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   667
%%% TeX-master: "root"
2681f9e34390 "The Isabelle/Isar Implementation" manual;
wenzelm
parents:
diff changeset
   668
%%% End: