doc-src/IsarRef/Thy/document/Proof.tex
author wenzelm
Fri, 23 Apr 2010 23:42:46 +0200
changeset 36321 58d4dc6000fc
parent 30548 2eef5e71edd6
child 36356 5ab0f8859f9f
permissions -rw-r--r--
updated generated files;
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{Proof}%
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
\ Proof\isanewline
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
    12
\isakeyword{imports}\ Main\isanewline
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
%
29746
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    21
\isamarkupchapter{Proofs \label{ch:proofs}%
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
%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    25
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    26
Proof commands perform transitions of Isar/VM machine
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    27
  configurations, which are block-structured, consisting of a stack of
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    28
  nodes with three main components: logical proof context, current
29746
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    29
  facts, and open goals.  Isar/VM transitions are typed according to
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    30
  the following three different modes of operation:
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    31
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    32
  \begin{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    33
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    34
  \item \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} means that a new goal has just been
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    35
  stated that is now to be \emph{proven}; the next command may refine
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    36
  it by some proof method, and enter a sub-proof to establish the
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    37
  actual result.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    38
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    39
  \item \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} is like a nested theory mode: the
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    40
  context may be augmented by \emph{stating} additional assumptions,
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    41
  intermediate results etc.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    42
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    43
  \item \isa{{\isachardoublequote}proof{\isacharparenleft}chain{\isacharparenright}{\isachardoublequote}} is intermediate between \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} and \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}}: existing facts (i.e.\
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
    44
  the contents of the special ``\indexref{}{fact}{this}\hyperlink{fact.this}{\mbox{\isa{this}}}'' register) have been
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    45
  just picked up in order to be used when refining the goal claimed
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    46
  next.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    47
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    48
  \end{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    49
29746
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    50
  The proof mode indicator may be understood as an instruction to the
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    51
  writer, telling what kind of operation may be performed next.  The
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    52
  corresponding typings of proof commands restricts the shape of
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    53
  well-formed proof texts to particular command sequences.  So dynamic
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    54
  arrangements of commands eventually turn out as static texts of a
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    55
  certain structure.
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    56
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    57
  \Appref{ap:refcard} gives a simplified grammar of the (extensible)
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    58
  language emerging that way from the different types of proof
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    59
  commands.  The main ideas of the overall Isar framework are
533c27b43ee1 updated generated files;
wenzelm
parents: 29731
diff changeset
    60
  explained in \chref{ch:isar-framework}.%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    61
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    62
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    63
%
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    64
\isamarkupsection{Proof structure%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    65
}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    66
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    67
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    68
\isamarkupsubsection{Blocks%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    69
}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    70
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    71
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    72
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
    73
\begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    74
    \indexdef{}{command}{next}\hypertarget{command.next}{\hyperlink{command.next}{\mbox{\isa{\isacommand{next}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    75
    \indexdef{}{command}{\{}\hypertarget{command.braceleft}{\hyperlink{command.braceleft}{\mbox{\isa{\isacommand{{\isacharbraceleft}}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    76
    \indexdef{}{command}{\}}\hypertarget{command.braceright}{\hyperlink{command.braceright}{\mbox{\isa{\isacommand{{\isacharbraceright}}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    77
  \end{matharray}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    78
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    79
  While Isar is inherently block-structured, opening and closing
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    80
  blocks is mostly handled rather casually, with little explicit
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    81
  user-intervention.  Any local goal statement automatically opens
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    82
  \emph{two} internal blocks, which are closed again when concluding
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    83
  the sub-proof (by \hyperlink{command.qed}{\mbox{\isa{\isacommand{qed}}}} etc.).  Sections of different
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    84
  context within a sub-proof may be switched via \hyperlink{command.next}{\mbox{\isa{\isacommand{next}}}},
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    85
  which is just a single block-close followed by block-open again.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    86
  The effect of \hyperlink{command.next}{\mbox{\isa{\isacommand{next}}}} is to reset the local proof context;
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    87
  there is no goal focus involved here!
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    88
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    89
  For slightly more advanced applications, there are explicit block
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    90
  parentheses as well.  These typically achieve a stronger forward
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    91
  style of reasoning.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    92
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    93
  \begin{description}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    94
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    95
  \item \hyperlink{command.next}{\mbox{\isa{\isacommand{next}}}} switches to a fresh block within a
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    96
  sub-proof, resetting the local context to the initial one.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    97
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    98
  \item \hyperlink{command.braceleft}{\mbox{\isa{\isacommand{{\isacharbraceleft}}}}} and \hyperlink{command.braceright}{\mbox{\isa{\isacommand{{\isacharbraceright}}}}} explicitly open and close
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
    99
  blocks.  Any current facts pass through ``\hyperlink{command.braceleft}{\mbox{\isa{\isacommand{{\isacharbraceleft}}}}}''
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   100
  unchanged, while ``\hyperlink{command.braceright}{\mbox{\isa{\isacommand{{\isacharbraceright}}}}}'' causes any result to be
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   101
  \emph{exported} into the enclosing context.  Thus fixed variables
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   102
  are generalized, assumptions discharged, and local definitions
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   103
  unfolded (cf.\ \secref{sec:proof-context}).  There is no difference
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   104
  of \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}} and \hyperlink{command.presume}{\mbox{\isa{\isacommand{presume}}}} in this mode of
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   105
  forward reasoning --- in contrast to plain backward reasoning with
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   106
  the result exported at \hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}} time.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   107
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   108
  \end{description}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   109
\end{isamarkuptext}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   110
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   111
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   112
\isamarkupsubsection{Omitting proofs%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   113
}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   114
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   115
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   116
\begin{isamarkuptext}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   117
\begin{matharray}{rcl}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   118
    \indexdef{}{command}{oops}\hypertarget{command.oops}{\hyperlink{command.oops}{\mbox{\isa{\isacommand{oops}}}}} & : & \isa{{\isachardoublequote}proof\ {\isasymrightarrow}\ local{\isacharunderscore}theory\ {\isacharbar}\ theory{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   119
  \end{matharray}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   120
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   121
  The \hyperlink{command.oops}{\mbox{\isa{\isacommand{oops}}}} command discontinues the current proof
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   122
  attempt, while considering the partial proof text as properly
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   123
  processed.  This is conceptually quite different from ``faking''
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   124
  actual proofs via \indexref{}{command}{sorry}\hyperlink{command.sorry}{\mbox{\isa{\isacommand{sorry}}}} (see
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   125
  \secref{sec:proof-steps}): \hyperlink{command.oops}{\mbox{\isa{\isacommand{oops}}}} does not observe the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   126
  proof structure at all, but goes back right to the theory level.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   127
  Furthermore, \hyperlink{command.oops}{\mbox{\isa{\isacommand{oops}}}} does not produce any result theorem
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   128
  --- there is no intended claim to be able to complete the proof
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   129
  anyhow.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   130
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   131
  A typical application of \hyperlink{command.oops}{\mbox{\isa{\isacommand{oops}}}} is to explain Isar proofs
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   132
  \emph{within} the system itself, in conjunction with the document
28838
d5db6dfcb34a moved table of standard Isabelle symbols to isar-ref manual;
wenzelm
parents: 28788
diff changeset
   133
  preparation tools of Isabelle described in \chref{ch:document-prep}.
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   134
  Thus partial or even wrong proof attempts can be discussed in a
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   135
  logically sound manner.  Note that the Isabelle {\LaTeX} macros can
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   136
  be easily adapted to print something like ``\isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}}'' instead of
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   137
  the keyword ``\hyperlink{command.oops}{\mbox{\isa{\isacommand{oops}}}}''.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   138
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   139
  \medskip The \hyperlink{command.oops}{\mbox{\isa{\isacommand{oops}}}} command is undo-able, unlike
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   140
  \indexref{}{command}{kill}\hyperlink{command.kill}{\mbox{\isa{\isacommand{kill}}}} (see \secref{sec:history}).  The effect is to
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   141
  get back to the theory just before the opening of the proof.%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   142
\end{isamarkuptext}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   143
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   144
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   145
\isamarkupsection{Statements%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   146
}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   147
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   148
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   149
\isamarkupsubsection{Context elements \label{sec:proof-context}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   150
}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   151
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   152
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   153
\begin{isamarkuptext}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   154
\begin{matharray}{rcl}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   155
    \indexdef{}{command}{fix}\hypertarget{command.fix}{\hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   156
    \indexdef{}{command}{assume}\hypertarget{command.assume}{\hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   157
    \indexdef{}{command}{presume}\hypertarget{command.presume}{\hyperlink{command.presume}{\mbox{\isa{\isacommand{presume}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   158
    \indexdef{}{command}{def}\hypertarget{command.def}{\hyperlink{command.def}{\mbox{\isa{\isacommand{def}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   159
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   160
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   161
  The logical proof context consists of fixed variables and
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   162
  assumptions.  The former closely correspond to Skolem constants, or
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   163
  meta-level universal quantification as provided by the Isabelle/Pure
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   164
  logical framework.  Introducing some \emph{arbitrary, but fixed}
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   165
  variable via ``\hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}}~\isa{x}'' results in a local value
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   166
  that may be used in the subsequent proof as any other variable or
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   167
  constant.  Furthermore, any result \isa{{\isachardoublequote}{\isasymturnstile}\ {\isasymphi}{\isacharbrackleft}x{\isacharbrackright}{\isachardoublequote}} exported from
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   168
  the context will be universally closed wrt.\ \isa{x} at the
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   169
  outermost level: \isa{{\isachardoublequote}{\isasymturnstile}\ {\isasymAnd}x{\isachardot}\ {\isasymphi}{\isacharbrackleft}x{\isacharbrackright}{\isachardoublequote}} (this is expressed in normal
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   170
  form using Isabelle's meta-variables).
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   171
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   172
  Similarly, introducing some assumption \isa{{\isasymchi}} has two effects.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   173
  On the one hand, a local theorem is created that may be used as a
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   174
  fact in subsequent proof steps.  On the other hand, any result
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   175
  \isa{{\isachardoublequote}{\isasymchi}\ {\isasymturnstile}\ {\isasymphi}{\isachardoublequote}} exported from the context becomes conditional wrt.\
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   176
  the assumption: \isa{{\isachardoublequote}{\isasymturnstile}\ {\isasymchi}\ {\isasymLongrightarrow}\ {\isasymphi}{\isachardoublequote}}.  Thus, solving an enclosing goal
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   177
  using such a result would basically introduce a new subgoal stemming
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   178
  from the assumption.  How this situation is handled depends on the
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   179
  version of assumption command used: while \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   180
  insists on solving the subgoal by unification with some premise of
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   181
  the goal, \hyperlink{command.presume}{\mbox{\isa{\isacommand{presume}}}} leaves the subgoal unchanged in order
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   182
  to be proved later by the user.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   183
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   184
  Local definitions, introduced by ``\hyperlink{command.def}{\mbox{\isa{\isacommand{def}}}}~\isa{{\isachardoublequote}x\ {\isasymequiv}\ t{\isachardoublequote}}'', are achieved by combining ``\hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}}~\isa{x}'' with
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   185
  another version of assumption that causes any hypothetical equation
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   186
  \isa{{\isachardoublequote}x\ {\isasymequiv}\ t{\isachardoublequote}} to be eliminated by the reflexivity rule.  Thus,
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   187
  exporting some result \isa{{\isachardoublequote}x\ {\isasymequiv}\ t\ {\isasymturnstile}\ {\isasymphi}{\isacharbrackleft}x{\isacharbrackright}{\isachardoublequote}} yields \isa{{\isachardoublequote}{\isasymturnstile}\ {\isasymphi}{\isacharbrackleft}t{\isacharbrackright}{\isachardoublequote}}.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   188
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   189
  \begin{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   190
    'fix' (vars + 'and')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   191
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   192
    ('assume' | 'presume') (props + 'and')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   193
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   194
    'def' (def + 'and')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   195
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   196
    def: thmdecl? \\ name ('==' | equiv) term termpat?
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   197
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   198
  \end{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   199
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   200
  \begin{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   201
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   202
  \item \hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}}~\isa{x} introduces a local variable \isa{x} that is \emph{arbitrary, but fixed.}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   203
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   204
  \item \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}~\isa{{\isachardoublequote}a{\isacharcolon}\ {\isasymphi}{\isachardoublequote}} and \hyperlink{command.presume}{\mbox{\isa{\isacommand{presume}}}}~\isa{{\isachardoublequote}a{\isacharcolon}\ {\isasymphi}{\isachardoublequote}} introduce a local fact \isa{{\isachardoublequote}{\isasymphi}\ {\isasymturnstile}\ {\isasymphi}{\isachardoublequote}} by
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   205
  assumption.  Subsequent results applied to an enclosing goal (e.g.\
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   206
  by \indexref{}{command}{show}\hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}}) are handled as follows: \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}} expects to be able to unify with existing premises in the
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   207
  goal, while \hyperlink{command.presume}{\mbox{\isa{\isacommand{presume}}}} leaves \isa{{\isasymphi}} as new subgoals.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   208
  
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   209
  Several lists of assumptions may be given (separated by
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   210
  \indexref{}{keyword}{and}\hyperlink{keyword.and}{\mbox{\isa{\isakeyword{and}}}}; the resulting list of current facts consists
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   211
  of all of these concatenated.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   212
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   213
  \item \hyperlink{command.def}{\mbox{\isa{\isacommand{def}}}}~\isa{{\isachardoublequote}x\ {\isasymequiv}\ t{\isachardoublequote}} introduces a local
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   214
  (non-polymorphic) definition.  In results exported from the context,
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   215
  \isa{x} is replaced by \isa{t}.  Basically, ``\hyperlink{command.def}{\mbox{\isa{\isacommand{def}}}}~\isa{{\isachardoublequote}x\ {\isasymequiv}\ t{\isachardoublequote}}'' abbreviates ``\hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}}~\isa{x}~\hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}~\isa{{\isachardoublequote}x\ {\isasymequiv}\ t{\isachardoublequote}}'', with the resulting
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   216
  hypothetical equation solved by reflexivity.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   217
  
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   218
  The default name for the definitional equation is \isa{x{\isacharunderscore}def}.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   219
  Several simultaneous definitions may be given at the same time.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   220
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   221
  \end{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   222
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   223
  The special name \indexref{}{fact}{prems}\hyperlink{fact.prems}{\mbox{\isa{prems}}} refers to all assumptions of the
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   224
  current context as a list of theorems.  This feature should be used
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   225
  with great care!  It is better avoided in final proof texts.%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   226
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   227
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   228
%
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   229
\isamarkupsubsection{Term abbreviations \label{sec:term-abbrev}%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   230
}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   231
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   232
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   233
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   234
\begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   235
    \indexdef{}{command}{let}\hypertarget{command.let}{\hyperlink{command.let}{\mbox{\isa{\isacommand{let}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   236
    \indexdef{}{keyword}{is}\hypertarget{keyword.is}{\hyperlink{keyword.is}{\mbox{\isa{\isakeyword{is}}}}} & : & syntax \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   237
  \end{matharray}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   238
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   239
  Abbreviations may be either bound by explicit \hyperlink{command.let}{\mbox{\isa{\isacommand{let}}}}~\isa{{\isachardoublequote}p\ {\isasymequiv}\ t{\isachardoublequote}} statements, or by annotating assumptions or
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   240
  goal statements with a list of patterns ``\isa{{\isachardoublequote}{\isacharparenleft}{\isasymIS}\ p\isactrlsub {\isadigit{1}}\ {\isasymdots}\ p\isactrlsub n{\isacharparenright}{\isachardoublequote}}''.  In both cases, higher-order matching is invoked to
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   241
  bind extra-logical term variables, which may be either named
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   242
  schematic variables of the form \isa{{\isacharquery}x}, or nameless dummies
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   243
  ``\hyperlink{variable.underscore}{\mbox{\isa{{\isacharunderscore}}}}'' (underscore). Note that in the \hyperlink{command.let}{\mbox{\isa{\isacommand{let}}}}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   244
  form the patterns occur on the left-hand side, while the \hyperlink{keyword.is}{\mbox{\isa{\isakeyword{is}}}} patterns are in postfix position.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   245
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   246
  Polymorphism of term bindings is handled in Hindley-Milner style,
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   247
  similar to ML.  Type variables referring to local assumptions or
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   248
  open goal statements are \emph{fixed}, while those of finished
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   249
  results or bound by \hyperlink{command.let}{\mbox{\isa{\isacommand{let}}}} may occur in \emph{arbitrary}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   250
  instances later.  Even though actual polymorphism should be rarely
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   251
  used in practice, this mechanism is essential to achieve proper
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   252
  incremental type-inference, as the user proceeds to build up the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   253
  Isar proof text from left to right.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   254
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   255
  \medskip Term abbreviations are quite different from local
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   256
  definitions as introduced via \hyperlink{command.def}{\mbox{\isa{\isacommand{def}}}} (see
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   257
  \secref{sec:proof-context}).  The latter are visible within the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   258
  logic as actual equations, while abbreviations disappear during the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   259
  input process just after type checking.  Also note that \hyperlink{command.def}{\mbox{\isa{\isacommand{def}}}} does not support polymorphism.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   260
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   261
  \begin{rail}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   262
    'let' ((term + 'and') '=' term + 'and')
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   263
    ;  
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   264
  \end{rail}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   265
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   266
  The syntax of \hyperlink{keyword.is}{\mbox{\isa{\isakeyword{is}}}} patterns follows \railnonterm{termpat}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   267
  or \railnonterm{proppat} (see \secref{sec:term-decls}).
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   268
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   269
  \begin{description}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   270
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   271
  \item \hyperlink{command.let}{\mbox{\isa{\isacommand{let}}}}~\isa{{\isachardoublequote}p\isactrlsub {\isadigit{1}}\ {\isacharequal}\ t\isactrlsub {\isadigit{1}}\ {\isasymAND}\ {\isasymdots}\ p\isactrlsub n\ {\isacharequal}\ t\isactrlsub n{\isachardoublequote}} binds any
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   272
  text variables in patterns \isa{{\isachardoublequote}p\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ p\isactrlsub n{\isachardoublequote}} by simultaneous
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   273
  higher-order matching against terms \isa{{\isachardoublequote}t\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ t\isactrlsub n{\isachardoublequote}}.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   274
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   275
  \item \isa{{\isachardoublequote}{\isacharparenleft}{\isasymIS}\ p\isactrlsub {\isadigit{1}}\ {\isasymdots}\ p\isactrlsub n{\isacharparenright}{\isachardoublequote}} resembles \hyperlink{command.let}{\mbox{\isa{\isacommand{let}}}}, but
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   276
  matches \isa{{\isachardoublequote}p\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ p\isactrlsub n{\isachardoublequote}} against the preceding statement.  Also
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   277
  note that \hyperlink{keyword.is}{\mbox{\isa{\isakeyword{is}}}} is not a separate command, but part of
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   278
  others (such as \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}, \hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}} etc.).
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   279
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   280
  \end{description}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   281
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   282
  Some \emph{implicit} term abbreviations\index{term abbreviations}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   283
  for goals and facts are available as well.  For any open goal,
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   284
  \indexref{}{variable}{thesis}\hyperlink{variable.thesis}{\mbox{\isa{thesis}}} refers to its object-level statement,
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   285
  abstracted over any meta-level parameters (if present).  Likewise,
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   286
  \indexref{}{variable}{this}\hyperlink{variable.this}{\mbox{\isa{this}}} is bound for fact statements resulting from
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   287
  assumptions or finished goals.  In case \hyperlink{variable.this}{\mbox{\isa{this}}} refers to
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   288
  an object-logic statement that is an application \isa{{\isachardoublequote}f\ t{\isachardoublequote}}, then
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   289
  \isa{t} is bound to the special text variable ``\hyperlink{variable.dots}{\mbox{\isa{{\isasymdots}}}}''
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   290
  (three dots).  The canonical application of this convenience are
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   291
  calculational proofs (see \secref{sec:calculation}).%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   292
\end{isamarkuptext}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   293
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   294
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   295
\isamarkupsubsection{Facts and forward chaining%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   296
}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   297
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   298
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   299
\begin{isamarkuptext}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   300
\begin{matharray}{rcl}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   301
    \indexdef{}{command}{note}\hypertarget{command.note}{\hyperlink{command.note}{\mbox{\isa{\isacommand{note}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   302
    \indexdef{}{command}{then}\hypertarget{command.then}{\hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}chain{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   303
    \indexdef{}{command}{from}\hypertarget{command.from}{\hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}chain{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   304
    \indexdef{}{command}{with}\hypertarget{command.with}{\hyperlink{command.with}{\mbox{\isa{\isacommand{with}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}chain{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   305
    \indexdef{}{command}{using}\hypertarget{command.using}{\hyperlink{command.using}{\mbox{\isa{\isacommand{using}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   306
    \indexdef{}{command}{unfolding}\hypertarget{command.unfolding}{\hyperlink{command.unfolding}{\mbox{\isa{\isacommand{unfolding}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   307
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   308
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   309
  New facts are established either by assumption or proof of local
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   310
  statements.  Any fact will usually be involved in further proofs,
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   311
  either as explicit arguments of proof methods, or when forward
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   312
  chaining towards the next goal via \hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}} (and variants);
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   313
  \hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}} and \hyperlink{command.with}{\mbox{\isa{\isacommand{with}}}} are composite forms
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   314
  involving \hyperlink{command.note}{\mbox{\isa{\isacommand{note}}}}.  The \hyperlink{command.using}{\mbox{\isa{\isacommand{using}}}} elements
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   315
  augments the collection of used facts \emph{after} a goal has been
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   316
  stated.  Note that the special theorem name \indexref{}{fact}{this}\hyperlink{fact.this}{\mbox{\isa{this}}} refers
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   317
  to the most recently established facts, but only \emph{before}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   318
  issuing a follow-up claim.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   319
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   320
  \begin{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   321
    'note' (thmdef? thmrefs + 'and')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   322
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   323
    ('from' | 'with' | 'using' | 'unfolding') (thmrefs + 'and')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   324
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   325
  \end{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   326
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   327
  \begin{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   328
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   329
  \item \hyperlink{command.note}{\mbox{\isa{\isacommand{note}}}}~\isa{{\isachardoublequote}a\ {\isacharequal}\ b\isactrlsub {\isadigit{1}}\ {\isasymdots}\ b\isactrlsub n{\isachardoublequote}} recalls existing facts
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   330
  \isa{{\isachardoublequote}b\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub n{\isachardoublequote}}, binding the result as \isa{a}.  Note that
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   331
  attributes may be involved as well, both on the left and right hand
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   332
  sides.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   333
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   334
  \item \hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}} indicates forward chaining by the current
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   335
  facts in order to establish the goal to be claimed next.  The
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   336
  initial proof method invoked to refine that will be offered the
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   337
  facts to do ``anything appropriate'' (see also
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   338
  \secref{sec:proof-steps}).  For example, method \indexref{}{method}{rule}\hyperlink{method.rule}{\mbox{\isa{rule}}}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   339
  (see \secref{sec:pure-meth-att}) would typically do an elimination
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   340
  rather than an introduction.  Automatic methods usually insert the
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   341
  facts into the goal state before operation.  This provides a simple
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   342
  scheme to control relevance of facts in automated proof search.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   343
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   344
  \item \hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}~\isa{b} abbreviates ``\hyperlink{command.note}{\mbox{\isa{\isacommand{note}}}}~\isa{b}~\hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}}''; thus \hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}} is
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   345
  equivalent to ``\hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}~\isa{this}''.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   346
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   347
  \item \hyperlink{command.with}{\mbox{\isa{\isacommand{with}}}}~\isa{{\isachardoublequote}b\isactrlsub {\isadigit{1}}\ {\isasymdots}\ b\isactrlsub n{\isachardoublequote}} abbreviates ``\hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}~\isa{{\isachardoublequote}b\isactrlsub {\isadigit{1}}\ {\isasymdots}\ b\isactrlsub n\ {\isasymAND}\ this{\isachardoublequote}}''; thus the forward chaining
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   348
  is from earlier facts together with the current ones.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   349
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   350
  \item \hyperlink{command.using}{\mbox{\isa{\isacommand{using}}}}~\isa{{\isachardoublequote}b\isactrlsub {\isadigit{1}}\ {\isasymdots}\ b\isactrlsub n{\isachardoublequote}} augments the facts being
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   351
  currently indicated for use by a subsequent refinement step (such as
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   352
  \indexref{}{command}{apply}\hyperlink{command.apply}{\mbox{\isa{\isacommand{apply}}}} or \indexref{}{command}{proof}\hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}}).
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   353
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   354
  \item \hyperlink{command.unfolding}{\mbox{\isa{\isacommand{unfolding}}}}~\isa{{\isachardoublequote}b\isactrlsub {\isadigit{1}}\ {\isasymdots}\ b\isactrlsub n{\isachardoublequote}} is structurally
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   355
  similar to \hyperlink{command.using}{\mbox{\isa{\isacommand{using}}}}, but unfolds definitional equations
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   356
  \isa{{\isachardoublequote}b\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}\ b\isactrlsub n{\isachardoublequote}} throughout the goal state and facts.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   357
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   358
  \end{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   359
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   360
  Forward chaining with an empty list of theorems is the same as not
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   361
  chaining at all.  Thus ``\hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}~\isa{nothing}'' has no
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   362
  effect apart from entering \isa{{\isachardoublequote}prove{\isacharparenleft}chain{\isacharparenright}{\isachardoublequote}} mode, since
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   363
  \indexref{}{fact}{nothing}\hyperlink{fact.nothing}{\mbox{\isa{nothing}}} is bound to the empty list of theorems.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   364
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   365
  Basic proof methods (such as \indexref{}{method}{rule}\hyperlink{method.rule}{\mbox{\isa{rule}}}) expect multiple
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   366
  facts to be given in their proper order, corresponding to a prefix
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   367
  of the premises of the rule involved.  Note that positions may be
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   368
  easily skipped using something like \hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}~\isa{{\isachardoublequote}{\isacharunderscore}\ {\isasymAND}\ a\ {\isasymAND}\ b{\isachardoublequote}}, for example.  This involves the trivial rule
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   369
  \isa{{\isachardoublequote}PROP\ {\isasympsi}\ {\isasymLongrightarrow}\ PROP\ {\isasympsi}{\isachardoublequote}}, which is bound in Isabelle/Pure as
26912
0265353e4def updated generated file;
wenzelm
parents: 26907
diff changeset
   370
  ``\indexref{}{fact}{\_}\hyperlink{fact.underscore}{\mbox{\isa{{\isacharunderscore}}}}'' (underscore).
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   371
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   372
  Automated methods (such as \hyperlink{method.simp}{\mbox{\isa{simp}}} or \hyperlink{method.auto}{\mbox{\isa{auto}}}) just
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   373
  insert any given facts before their usual operation.  Depending on
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   374
  the kind of procedure involved, the order of facts is less
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   375
  significant here.%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   376
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   377
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   378
%
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   379
\isamarkupsubsection{Goals \label{sec:goals}%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   380
}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   381
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   382
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   383
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   384
\begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   385
    \indexdef{}{command}{lemma}\hypertarget{command.lemma}{\hyperlink{command.lemma}{\mbox{\isa{\isacommand{lemma}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   386
    \indexdef{}{command}{theorem}\hypertarget{command.theorem}{\hyperlink{command.theorem}{\mbox{\isa{\isacommand{theorem}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   387
    \indexdef{}{command}{corollary}\hypertarget{command.corollary}{\hyperlink{command.corollary}{\mbox{\isa{\isacommand{corollary}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
36321
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   388
    \indexdef{}{command}{schematic\_lemma}\hypertarget{command.schematic-lemma}{\hyperlink{command.schematic-lemma}{\mbox{\isa{\isacommand{schematic{\isacharunderscore}lemma}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   389
    \indexdef{}{command}{schematic\_theorem}\hypertarget{command.schematic-theorem}{\hyperlink{command.schematic-theorem}{\mbox{\isa{\isacommand{schematic{\isacharunderscore}theorem}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   390
    \indexdef{}{command}{schematic\_corollary}\hypertarget{command.schematic-corollary}{\hyperlink{command.schematic-corollary}{\mbox{\isa{\isacommand{schematic{\isacharunderscore}corollary}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   391
    \indexdef{}{command}{have}\hypertarget{command.have}{\hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isacharbar}\ proof{\isacharparenleft}chain{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   392
    \indexdef{}{command}{show}\hypertarget{command.show}{\hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isacharbar}\ proof{\isacharparenleft}chain{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   393
    \indexdef{}{command}{hence}\hypertarget{command.hence}{\hyperlink{command.hence}{\mbox{\isa{\isacommand{hence}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   394
    \indexdef{}{command}{thus}\hypertarget{command.thus}{\hyperlink{command.thus}{\mbox{\isa{\isacommand{thus}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   395
    \indexdef{}{command}{print\_statement}\hypertarget{command.print-statement}{\hyperlink{command.print-statement}{\mbox{\isa{\isacommand{print{\isacharunderscore}statement}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   396
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   397
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   398
  From a theory context, proof mode is entered by an initial goal
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   399
  command such as \hyperlink{command.lemma}{\mbox{\isa{\isacommand{lemma}}}}, \hyperlink{command.theorem}{\mbox{\isa{\isacommand{theorem}}}}, or
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   400
  \hyperlink{command.corollary}{\mbox{\isa{\isacommand{corollary}}}}.  Within a proof, new claims may be
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   401
  introduced locally as well; four variants are available here to
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   402
  indicate whether forward chaining of facts should be performed
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   403
  initially (via \indexref{}{command}{then}\hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}}), and whether the final result
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   404
  is meant to solve some pending goal.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   405
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   406
  Goals may consist of multiple statements, resulting in a list of
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   407
  facts eventually.  A pending multi-goal is internally represented as
28857
87d638a4ee67 updated generated files;
wenzelm
parents: 28838
diff changeset
   408
  a meta-level conjunction (\isa{{\isachardoublequote}{\isacharampersand}{\isacharampersand}{\isacharampersand}{\isachardoublequote}}), which is usually
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   409
  split into the corresponding number of sub-goals prior to an initial
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   410
  method application, via \indexref{}{command}{proof}\hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}}
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   411
  (\secref{sec:proof-steps}) or \indexref{}{command}{apply}\hyperlink{command.apply}{\mbox{\isa{\isacommand{apply}}}}
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   412
  (\secref{sec:tactic-commands}).  The \indexref{}{method}{induct}\hyperlink{method.induct}{\mbox{\isa{induct}}} method
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   413
  covered in \secref{sec:cases-induct} acts on multiple claims
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   414
  simultaneously.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   415
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   416
  Claims at the theory level may be either in short or long form.  A
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   417
  short goal merely consists of several simultaneous propositions
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   418
  (often just one).  A long goal includes an explicit context
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   419
  specification for the subsequent conclusion, involving local
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   420
  parameters and assumptions.  Here the role of each part of the
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   421
  statement is explicitly marked by separate keywords (see also
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   422
  \secref{sec:locale}); the local assumptions being introduced here
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   423
  are available as \indexref{}{fact}{assms}\hyperlink{fact.assms}{\mbox{\isa{assms}}} in the proof.  Moreover, there
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   424
  are two kinds of conclusions: \indexdef{}{element}{shows}\hypertarget{element.shows}{\hyperlink{element.shows}{\mbox{\isa{\isakeyword{shows}}}}} states several
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   425
  simultaneous propositions (essentially a big conjunction), while
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   426
  \indexdef{}{element}{obtains}\hypertarget{element.obtains}{\hyperlink{element.obtains}{\mbox{\isa{\isakeyword{obtains}}}}} claims several simultaneous simultaneous
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   427
  contexts of (essentially a big disjunction of eliminated parameters
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   428
  and assumptions, cf.\ \secref{sec:obtain}).
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   429
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   430
  \begin{rail}
36321
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   431
    ('lemma' | 'theorem' | 'corollary' |
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   432
     'schematic\_lemma' | 'schematic\_theorem' | 'schematic\_corollary') target? (goal | longgoal)
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   433
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   434
    ('have' | 'show' | 'hence' | 'thus') goal
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   435
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   436
    'print\_statement' modes? thmrefs
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   437
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   438
  
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   439
    goal: (props + 'and')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   440
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   441
    longgoal: thmdecl? (contextelem *) conclusion
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   442
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   443
    conclusion: 'shows' goal | 'obtains' (parname? case + '|')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   444
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   445
    case: (vars + 'and') 'where' (props + 'and')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   446
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   447
  \end{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   448
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   449
  \begin{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   450
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   451
  \item \hyperlink{command.lemma}{\mbox{\isa{\isacommand{lemma}}}}~\isa{{\isachardoublequote}a{\isacharcolon}\ {\isasymphi}{\isachardoublequote}} enters proof mode with
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   452
  \isa{{\isasymphi}} as main goal, eventually resulting in some fact \isa{{\isachardoublequote}{\isasymturnstile}\ {\isasymphi}{\isachardoublequote}} to be put back into the target context.  An additional
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   453
  \railnonterm{context} specification may build up an initial proof
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   454
  context for the subsequent claim; this includes local definitions
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   455
  and syntax as well, see the definition of \hyperlink{syntax.contextelem}{\mbox{\isa{contextelem}}} in
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   456
  \secref{sec:locale}.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   457
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   458
  \item \hyperlink{command.theorem}{\mbox{\isa{\isacommand{theorem}}}}~\isa{{\isachardoublequote}a{\isacharcolon}\ {\isasymphi}{\isachardoublequote}} and \hyperlink{command.corollary}{\mbox{\isa{\isacommand{corollary}}}}~\isa{{\isachardoublequote}a{\isacharcolon}\ {\isasymphi}{\isachardoublequote}} are essentially the same as \hyperlink{command.lemma}{\mbox{\isa{\isacommand{lemma}}}}~\isa{{\isachardoublequote}a{\isacharcolon}\ {\isasymphi}{\isachardoublequote}}, but the facts are internally marked as
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   459
  being of a different kind.  This discrimination acts like a formal
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   460
  comment.
36321
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   461
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   462
  \item \hyperlink{command.schematic-lemma}{\mbox{\isa{\isacommand{schematic{\isacharunderscore}lemma}}}}, \hyperlink{command.schematic-theorem}{\mbox{\isa{\isacommand{schematic{\isacharunderscore}theorem}}}},
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   463
  \hyperlink{command.schematic-corollary}{\mbox{\isa{\isacommand{schematic{\isacharunderscore}corollary}}}} are similar to \hyperlink{command.lemma}{\mbox{\isa{\isacommand{lemma}}}},
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   464
  \hyperlink{command.theorem}{\mbox{\isa{\isacommand{theorem}}}}, \hyperlink{command.corollary}{\mbox{\isa{\isacommand{corollary}}}}, respectively but allow
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   465
  the statement to contain unbound schematic variables.
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   466
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   467
  Under normal circumstances, an Isar proof text needs to specify
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   468
  claims explicitly.  Schematic goals are more like goals in Prolog,
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   469
  where certain results are synthesized in the course of reasoning.
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   470
  With schematic statements, the inherent compositionality of Isar
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   471
  proofs is lost, which also impacts performance, because proof
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   472
  checking is forced into sequential mode.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   473
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   474
  \item \hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}~\isa{{\isachardoublequote}a{\isacharcolon}\ {\isasymphi}{\isachardoublequote}} claims a local goal,
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   475
  eventually resulting in a fact within the current logical context.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   476
  This operation is completely independent of any pending sub-goals of
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   477
  an enclosing goal statements, so \hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}} may be freely
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   478
  used for experimental exploration of potential results within a
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   479
  proof body.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   480
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   481
  \item \hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}}~\isa{{\isachardoublequote}a{\isacharcolon}\ {\isasymphi}{\isachardoublequote}} is like \hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}~\isa{{\isachardoublequote}a{\isacharcolon}\ {\isasymphi}{\isachardoublequote}} plus a second stage to refine some pending
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   482
  sub-goal for each one of the finished result, after having been
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   483
  exported into the corresponding context (at the head of the
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   484
  sub-proof of this \hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}} command).
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   485
  
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   486
  To accommodate interactive debugging, resulting rules are printed
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   487
  before being applied internally.  Even more, interactive execution
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   488
  of \hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}} predicts potential failure and displays the
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   489
  resulting error as a warning beforehand.  Watch out for the
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   490
  following message:
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   491
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   492
  %FIXME proper antiquitation
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   493
  \begin{ttbox}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   494
  Problem! Local statement will fail to solve any pending goal
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   495
  \end{ttbox}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   496
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   497
  \item \hyperlink{command.hence}{\mbox{\isa{\isacommand{hence}}}} abbreviates ``\hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}}~\hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}'', i.e.\ claims a local goal to be proven by forward
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   498
  chaining the current facts.  Note that \hyperlink{command.hence}{\mbox{\isa{\isacommand{hence}}}} is also
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   499
  equivalent to ``\hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}~\isa{this}~\hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}''.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   500
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   501
  \item \hyperlink{command.thus}{\mbox{\isa{\isacommand{thus}}}} abbreviates ``\hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}}~\hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}}''.  Note that \hyperlink{command.thus}{\mbox{\isa{\isacommand{thus}}}} is also equivalent to
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   502
  ``\hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}~\isa{this}~\hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}}''.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   503
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   504
  \item \hyperlink{command.print-statement}{\mbox{\isa{\isacommand{print{\isacharunderscore}statement}}}}~\isa{a} prints facts from the
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   505
  current theory or proof context in long statement form, according to
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   506
  the syntax for \hyperlink{command.lemma}{\mbox{\isa{\isacommand{lemma}}}} given above.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   507
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   508
  \end{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   509
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   510
  Any goal statement causes some term abbreviations (such as
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   511
  \indexref{}{variable}{?thesis}\hyperlink{variable.?thesis}{\mbox{\isa{{\isacharquery}thesis}}}) to be bound automatically, see also
26961
290e1571c829 updated generated file;
wenzelm
parents: 26912
diff changeset
   512
  \secref{sec:term-abbrev}.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   513
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   514
  The optional case names of \indexref{}{element}{obtains}\hyperlink{element.obtains}{\mbox{\isa{\isakeyword{obtains}}}} have a twofold
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   515
  meaning: (1) during the of this claim they refer to the the local
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   516
  context introductions, (2) the resulting rule is annotated
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   517
  accordingly to support symbolic case splits when used with the
36321
58d4dc6000fc updated generated files;
wenzelm
parents: 30548
diff changeset
   518
  \indexref{}{method}{cases}\hyperlink{method.cases}{\mbox{\isa{cases}}} method (cf.\ \secref{sec:cases-induct}).%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   519
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   520
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   521
%
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   522
\isamarkupsection{Refinement steps%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   523
}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   524
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   525
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   526
\isamarkupsubsection{Proof method expressions \label{sec:proof-meth}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   527
}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   528
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   529
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   530
\begin{isamarkuptext}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   531
Proof methods are either basic ones, or expressions composed of
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   532
  methods via ``\verb|,|'' (sequential composition),
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   533
  ``\verb||\verb,|,\verb||'' (alternative choices), ``\verb|?|'' 
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   534
  (try), ``\verb|+|'' (repeat at least once), ``\verb|[|\isa{n}\verb|]|'' (restriction to first \isa{n}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   535
  sub-goals, with default \isa{{\isachardoublequote}n\ {\isacharequal}\ {\isadigit{1}}{\isachardoublequote}}).  In practice, proof
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   536
  methods are usually just a comma separated list of
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   537
  \railqtok{nameref}~\railnonterm{args} specifications.  Note that
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   538
  parentheses may be dropped for single method specifications (with no
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   539
  arguments).
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   540
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   541
  \indexouternonterm{method}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   542
  \begin{rail}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   543
    method: (nameref | '(' methods ')') (() | '?' | '+' | '[' nat? ']')
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   544
    ;
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   545
    methods: (nameref args | method) + (',' | '|')
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   546
    ;
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   547
  \end{rail}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   548
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   549
  Proper Isar proof methods do \emph{not} admit arbitrary goal
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   550
  addressing, but refer either to the first sub-goal or all sub-goals
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   551
  uniformly.  The goal restriction operator ``\isa{{\isachardoublequote}{\isacharbrackleft}n{\isacharbrackright}{\isachardoublequote}}''
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   552
  evaluates a method expression within a sandbox consisting of the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   553
  first \isa{n} sub-goals (which need to exist).  For example, the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   554
  method ``\isa{{\isachardoublequote}simp{\isacharunderscore}all{\isacharbrackleft}{\isadigit{3}}{\isacharbrackright}{\isachardoublequote}}'' simplifies the first three
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   555
  sub-goals, while ``\isa{{\isachardoublequote}{\isacharparenleft}rule\ foo{\isacharcomma}\ simp{\isacharunderscore}all{\isacharparenright}{\isacharbrackleft}{\isacharbrackright}{\isachardoublequote}}'' simplifies all
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   556
  new goals that emerge from applying rule \isa{{\isachardoublequote}foo{\isachardoublequote}} to the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   557
  originally first one.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   558
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   559
  Improper methods, notably tactic emulations, offer a separate
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   560
  low-level goal addressing scheme as explicit argument to the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   561
  individual tactic being involved.  Here ``\isa{{\isachardoublequote}{\isacharbrackleft}{\isacharbang}{\isacharbrackright}{\isachardoublequote}}'' refers to
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   562
  all goals, and ``\isa{{\isachardoublequote}{\isacharbrackleft}n{\isacharminus}{\isacharbrackright}{\isachardoublequote}}'' to all goals starting from \isa{{\isachardoublequote}n{\isachardoublequote}}.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   563
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   564
  \indexouternonterm{goalspec}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   565
  \begin{rail}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   566
    goalspec: '[' (nat '-' nat | nat '-' | nat | '!' ) ']'
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   567
    ;
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   568
  \end{rail}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   569
\end{isamarkuptext}%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   570
\isamarkuptrue%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   571
%
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   572
\isamarkupsubsection{Initial and terminal proof steps \label{sec:proof-steps}%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   573
}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   574
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   575
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   576
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   577
\begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   578
    \indexdef{}{command}{proof}\hypertarget{command.proof}{\hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   579
    \indexdef{}{command}{qed}\hypertarget{command.qed}{\hyperlink{command.qed}{\mbox{\isa{\isacommand{qed}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}\ {\isacharbar}\ local{\isacharunderscore}theory\ {\isacharbar}\ theory{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   580
    \indexdef{}{command}{by}\hypertarget{command.by}{\hyperlink{command.by}{\mbox{\isa{\isacommand{by}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}\ {\isacharbar}\ local{\isacharunderscore}theory\ {\isacharbar}\ theory{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   581
    \indexdef{}{command}{..}\hypertarget{command.ddot}{\hyperlink{command.ddot}{\mbox{\isa{\isacommand{{\isachardot}{\isachardot}}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}\ {\isacharbar}\ local{\isacharunderscore}theory\ {\isacharbar}\ theory{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   582
    \indexdef{}{command}{.}\hypertarget{command.dot}{\hyperlink{command.dot}{\mbox{\isa{\isacommand{{\isachardot}}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}\ {\isacharbar}\ local{\isacharunderscore}theory\ {\isacharbar}\ theory{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   583
    \indexdef{}{command}{sorry}\hypertarget{command.sorry}{\hyperlink{command.sorry}{\mbox{\isa{\isacommand{sorry}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}\ {\isacharbar}\ local{\isacharunderscore}theory\ {\isacharbar}\ theory{\isachardoublequote}} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   584
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   585
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   586
  Arbitrary goal refinement via tactics is considered harmful.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   587
  Structured proof composition in Isar admits proof methods to be
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   588
  invoked in two places only.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   589
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   590
  \begin{enumerate}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   591
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   592
  \item An \emph{initial} refinement step \indexref{}{command}{proof}\hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}}~\isa{{\isachardoublequote}m\isactrlsub {\isadigit{1}}{\isachardoublequote}} reduces a newly stated goal to a number
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   593
  of sub-goals that are to be solved later.  Facts are passed to
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   594
  \isa{{\isachardoublequote}m\isactrlsub {\isadigit{1}}{\isachardoublequote}} for forward chaining, if so indicated by \isa{{\isachardoublequote}proof{\isacharparenleft}chain{\isacharparenright}{\isachardoublequote}} mode.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   595
  
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   596
  \item A \emph{terminal} conclusion step \indexref{}{command}{qed}\hyperlink{command.qed}{\mbox{\isa{\isacommand{qed}}}}~\isa{{\isachardoublequote}m\isactrlsub {\isadigit{2}}{\isachardoublequote}} is intended to solve remaining goals.  No facts are
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   597
  passed to \isa{{\isachardoublequote}m\isactrlsub {\isadigit{2}}{\isachardoublequote}}.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   598
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   599
  \end{enumerate}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   600
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   601
  The only other (proper) way to affect pending goals in a proof body
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   602
  is by \indexref{}{command}{show}\hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}}, which involves an explicit statement of
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   603
  what is to be solved eventually.  Thus we avoid the fundamental
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   604
  problem of unstructured tactic scripts that consist of numerous
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   605
  consecutive goal transformations, with invisible effects.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   606
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   607
  \medskip As a general rule of thumb for good proof style, initial
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   608
  proof methods should either solve the goal completely, or constitute
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   609
  some well-understood reduction to new sub-goals.  Arbitrary
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   610
  automatic proof tools that are prone leave a large number of badly
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   611
  structured sub-goals are no help in continuing the proof document in
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   612
  an intelligible manner.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   613
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   614
  Unless given explicitly by the user, the default initial method is
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   615
  ``\indexref{}{method}{rule}\hyperlink{method.rule}{\mbox{\isa{rule}}}'', which applies a single standard elimination
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   616
  or introduction rule according to the topmost symbol involved.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   617
  There is no separate default terminal method.  Any remaining goals
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   618
  are always solved by assumption in the very last step.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   619
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   620
  \begin{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   621
    'proof' method?
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   622
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   623
    'qed' method?
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   624
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   625
    'by' method method?
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   626
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   627
    ('.' | '..' | 'sorry')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   628
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   629
  \end{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   630
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   631
  \begin{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   632
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   633
  \item \hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}}~\isa{{\isachardoublequote}m\isactrlsub {\isadigit{1}}{\isachardoublequote}} refines the goal by proof
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   634
  method \isa{{\isachardoublequote}m\isactrlsub {\isadigit{1}}{\isachardoublequote}}; facts for forward chaining are passed if so
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   635
  indicated by \isa{{\isachardoublequote}proof{\isacharparenleft}chain{\isacharparenright}{\isachardoublequote}} mode.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   636
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   637
  \item \hyperlink{command.qed}{\mbox{\isa{\isacommand{qed}}}}~\isa{{\isachardoublequote}m\isactrlsub {\isadigit{2}}{\isachardoublequote}} refines any remaining goals by
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   638
  proof method \isa{{\isachardoublequote}m\isactrlsub {\isadigit{2}}{\isachardoublequote}} and concludes the sub-proof by assumption.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   639
  If the goal had been \isa{{\isachardoublequote}show{\isachardoublequote}} (or \isa{{\isachardoublequote}thus{\isachardoublequote}}), some
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   640
  pending sub-goal is solved as well by the rule resulting from the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   641
  result \emph{exported} into the enclosing goal context.  Thus \isa{{\isachardoublequote}qed{\isachardoublequote}} may fail for two reasons: either \isa{{\isachardoublequote}m\isactrlsub {\isadigit{2}}{\isachardoublequote}} fails, or the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   642
  resulting rule does not fit to any pending goal\footnote{This
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   643
  includes any additional ``strong'' assumptions as introduced by
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   644
  \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}.} of the enclosing context.  Debugging such a
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   645
  situation might involve temporarily changing \hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}} into
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   646
  \hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}, or weakening the local context by replacing
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   647
  occurrences of \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}} by \hyperlink{command.presume}{\mbox{\isa{\isacommand{presume}}}}.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   648
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   649
  \item \hyperlink{command.by}{\mbox{\isa{\isacommand{by}}}}~\isa{{\isachardoublequote}m\isactrlsub {\isadigit{1}}\ m\isactrlsub {\isadigit{2}}{\isachardoublequote}} is a \emph{terminal
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   650
  proof}\index{proof!terminal}; it abbreviates \hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}}~\isa{{\isachardoublequote}m\isactrlsub {\isadigit{1}}{\isachardoublequote}}~\isa{{\isachardoublequote}qed{\isachardoublequote}}~\isa{{\isachardoublequote}m\isactrlsub {\isadigit{2}}{\isachardoublequote}}, but with
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   651
  backtracking across both methods.  Debugging an unsuccessful
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   652
  \hyperlink{command.by}{\mbox{\isa{\isacommand{by}}}}~\isa{{\isachardoublequote}m\isactrlsub {\isadigit{1}}\ m\isactrlsub {\isadigit{2}}{\isachardoublequote}} command can be done by expanding its
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   653
  definition; in many cases \hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}}~\isa{{\isachardoublequote}m\isactrlsub {\isadigit{1}}{\isachardoublequote}} (or even
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   654
  \isa{{\isachardoublequote}apply{\isachardoublequote}}~\isa{{\isachardoublequote}m\isactrlsub {\isadigit{1}}{\isachardoublequote}}) is already sufficient to see the
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   655
  problem.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   656
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   657
  \item ``\hyperlink{command.ddot}{\mbox{\isa{\isacommand{{\isachardot}{\isachardot}}}}}'' is a \emph{default
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   658
  proof}\index{proof!default}; it abbreviates \hyperlink{command.by}{\mbox{\isa{\isacommand{by}}}}~\isa{{\isachardoublequote}rule{\isachardoublequote}}.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   659
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   660
  \item ``\hyperlink{command.dot}{\mbox{\isa{\isacommand{{\isachardot}}}}}'' is a \emph{trivial
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   661
  proof}\index{proof!trivial}; it abbreviates \hyperlink{command.by}{\mbox{\isa{\isacommand{by}}}}~\isa{{\isachardoublequote}this{\isachardoublequote}}.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   662
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   663
  \item \hyperlink{command.sorry}{\mbox{\isa{\isacommand{sorry}}}} is a \emph{fake proof}\index{proof!fake}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   664
  pretending to solve the pending claim without further ado.  This
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   665
  only works in interactive development, or if the \verb|quick_and_dirty| flag is enabled (in ML).  Facts emerging from fake
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   666
  proofs are not the real thing.  Internally, each theorem container
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   667
  is tainted by an oracle invocation, which is indicated as ``\isa{{\isachardoublequote}{\isacharbrackleft}{\isacharbang}{\isacharbrackright}{\isachardoublequote}}'' in the printed result.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   668
  
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   669
  The most important application of \hyperlink{command.sorry}{\mbox{\isa{\isacommand{sorry}}}} is to support
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   670
  experimentation and top-down proof development.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   671
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   672
  \end{description}%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   673
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   674
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   675
%
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   676
\isamarkupsubsection{Fundamental methods and attributes \label{sec:pure-meth-att}%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   677
}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   678
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   679
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   680
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   681
The following proof methods and attributes refer to basic logical
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   682
  operations of Isar.  Further methods and attributes are provided by
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   683
  several generic and object-logic specific tools and packages (see
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   684
  \chref{ch:gen-tools} and \chref{ch:hol}).
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   685
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   686
  \begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   687
    \indexdef{}{method}{-}\hypertarget{method.-}{\hyperlink{method.-}{\mbox{\isa{{\isacharminus}}}}} & : & \isa{method} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   688
    \indexdef{}{method}{fact}\hypertarget{method.fact}{\hyperlink{method.fact}{\mbox{\isa{fact}}}} & : & \isa{method} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   689
    \indexdef{}{method}{assumption}\hypertarget{method.assumption}{\hyperlink{method.assumption}{\mbox{\isa{assumption}}}} & : & \isa{method} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   690
    \indexdef{}{method}{this}\hypertarget{method.this}{\hyperlink{method.this}{\mbox{\isa{this}}}} & : & \isa{method} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   691
    \indexdef{}{method}{rule}\hypertarget{method.rule}{\hyperlink{method.rule}{\mbox{\isa{rule}}}} & : & \isa{method} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   692
    \indexdef{Pure}{attribute}{intro}\hypertarget{attribute.Pure.intro}{\hyperlink{attribute.Pure.intro}{\mbox{\isa{intro}}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   693
    \indexdef{Pure}{attribute}{elim}\hypertarget{attribute.Pure.elim}{\hyperlink{attribute.Pure.elim}{\mbox{\isa{elim}}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   694
    \indexdef{Pure}{attribute}{dest}\hypertarget{attribute.Pure.dest}{\hyperlink{attribute.Pure.dest}{\mbox{\isa{dest}}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   695
    \indexdef{}{attribute}{rule}\hypertarget{attribute.rule}{\hyperlink{attribute.rule}{\mbox{\isa{rule}}}} & : & \isa{attribute} \\[0.5ex]
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   696
    \indexdef{}{attribute}{OF}\hypertarget{attribute.OF}{\hyperlink{attribute.OF}{\mbox{\isa{OF}}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   697
    \indexdef{}{attribute}{of}\hypertarget{attribute.of}{\hyperlink{attribute.of}{\mbox{\isa{of}}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   698
    \indexdef{}{attribute}{where}\hypertarget{attribute.where}{\hyperlink{attribute.where}{\mbox{\isa{where}}}} & : & \isa{attribute} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   699
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   700
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   701
  \begin{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   702
    'fact' thmrefs?
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   703
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   704
    'rule' thmrefs?
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   705
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   706
    rulemod: ('intro' | 'elim' | 'dest') ((('!' | () | '?') nat?) | 'del') ':' thmrefs
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   707
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   708
    ('intro' | 'elim' | 'dest') ('!' | () | '?') nat?
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   709
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   710
    'rule' 'del'
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   711
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   712
    'OF' thmrefs
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   713
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   714
    'of' insts ('concl' ':' insts)?
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   715
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   716
    'where' ((name | var | typefree | typevar) '=' (type | term) * 'and')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   717
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   718
  \end{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   719
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   720
  \begin{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   721
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   722
  \item ``\hyperlink{method.-}{\mbox{\isa{{\isacharminus}}}}'' (minus) does nothing but insert the forward
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   723
  chaining facts as premises into the goal.  Note that command
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   724
  \indexref{}{command}{proof}\hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}} without any method actually performs a single
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   725
  reduction step using the \indexref{}{method}{rule}\hyperlink{method.rule}{\mbox{\isa{rule}}} method; thus a plain
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   726
  \emph{do-nothing} proof step would be ``\hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}}~\isa{{\isachardoublequote}{\isacharminus}{\isachardoublequote}}'' rather than \hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}} alone.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   727
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   728
  \item \hyperlink{method.fact}{\mbox{\isa{fact}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} composes some fact from
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   729
  \isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ a\isactrlsub n{\isachardoublequote}} (or implicitly from the current proof context)
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   730
  modulo unification of schematic type and term variables.  The rule
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   731
  structure is not taken into account, i.e.\ meta-level implication is
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   732
  considered atomic.  This is the same principle underlying literal
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   733
  facts (cf.\ \secref{sec:syn-att}): ``\hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}~\isa{{\isachardoublequote}{\isasymphi}{\isachardoublequote}}~\hyperlink{command.by}{\mbox{\isa{\isacommand{by}}}}~\isa{fact}'' is equivalent to ``\hyperlink{command.note}{\mbox{\isa{\isacommand{note}}}}~\verb|`|\isa{{\isasymphi}}\verb|`|'' provided that
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   734
  \isa{{\isachardoublequote}{\isasymturnstile}\ {\isasymphi}{\isachardoublequote}} is an instance of some known \isa{{\isachardoublequote}{\isasymturnstile}\ {\isasymphi}{\isachardoublequote}} in the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   735
  proof context.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   736
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   737
  \item \hyperlink{method.assumption}{\mbox{\isa{assumption}}} solves some goal by a single assumption
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   738
  step.  All given facts are guaranteed to participate in the
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   739
  refinement; this means there may be only 0 or 1 in the first place.
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   740
  Recall that \hyperlink{command.qed}{\mbox{\isa{\isacommand{qed}}}} (\secref{sec:proof-steps}) already
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   741
  concludes any remaining sub-goals by assumption, so structured
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   742
  proofs usually need not quote the \hyperlink{method.assumption}{\mbox{\isa{assumption}}} method at
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   743
  all.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   744
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   745
  \item \hyperlink{method.this}{\mbox{\isa{this}}} applies all of the current facts directly as
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   746
  rules.  Recall that ``\hyperlink{command.dot}{\mbox{\isa{\isacommand{{\isachardot}}}}}'' (dot) abbreviates ``\hyperlink{command.by}{\mbox{\isa{\isacommand{by}}}}~\isa{this}''.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   747
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   748
  \item \hyperlink{method.rule}{\mbox{\isa{rule}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} applies some rule given as
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   749
  argument in backward manner; facts are used to reduce the rule
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   750
  before applying it to the goal.  Thus \hyperlink{method.rule}{\mbox{\isa{rule}}} without facts
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   751
  is plain introduction, while with facts it becomes elimination.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   752
  
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   753
  When no arguments are given, the \hyperlink{method.rule}{\mbox{\isa{rule}}} method tries to pick
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   754
  appropriate rules automatically, as declared in the current context
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   755
  using the \hyperlink{attribute.Pure.intro}{\mbox{\isa{intro}}}, \hyperlink{attribute.Pure.elim}{\mbox{\isa{elim}}},
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   756
  \hyperlink{attribute.Pure.dest}{\mbox{\isa{dest}}} attributes (see below).  This is the
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   757
  default behavior of \hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}} and ``\hyperlink{command.ddot}{\mbox{\isa{\isacommand{{\isachardot}{\isachardot}}}}}'' 
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   758
  (double-dot) steps (see \secref{sec:proof-steps}).
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   759
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   760
  \item \hyperlink{attribute.Pure.intro}{\mbox{\isa{intro}}}, \hyperlink{attribute.Pure.elim}{\mbox{\isa{elim}}}, and
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   761
  \hyperlink{attribute.Pure.dest}{\mbox{\isa{dest}}} declare introduction, elimination, and
30172
afdf7808cfd0 updated generated files;
wenzelm
parents: 29746
diff changeset
   762
  destruct rules, to be used with method \hyperlink{method.rule}{\mbox{\isa{rule}}}, and similar
afdf7808cfd0 updated generated files;
wenzelm
parents: 29746
diff changeset
   763
  tools.  Note that the latter will ignore rules declared with
afdf7808cfd0 updated generated files;
wenzelm
parents: 29746
diff changeset
   764
  ``\isa{{\isachardoublequote}{\isacharquery}{\isachardoublequote}}'', while ``\isa{{\isachardoublequote}{\isacharbang}{\isachardoublequote}}''  are used most aggressively.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   765
  
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   766
  The classical reasoner (see \secref{sec:classical}) introduces its
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   767
  own variants of these attributes; use qualified names to access the
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   768
  present versions of Isabelle/Pure, i.e.\ \hyperlink{attribute.Pure.Pure.intro}{\mbox{\isa{Pure{\isachardot}intro}}}.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   769
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   770
  \item \hyperlink{attribute.rule}{\mbox{\isa{rule}}}~\isa{del} undeclares introduction,
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   771
  elimination, or destruct rules.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   772
  
30463
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
   773
  \item \hyperlink{attribute.OF}{\mbox{\isa{OF}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} applies some
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
   774
  theorem to all of the given rules \isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ a\isactrlsub n{\isachardoublequote}}
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
   775
  (in parallel).  This corresponds to the \verb|op MRS| operation in
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
   776
  ML, but note the reversed order.  Positions may be effectively
f1cb00030d4f updated generated files;
wenzelm
parents: 30242
diff changeset
   777
  skipped by including ``\isa{{\isacharunderscore}}'' (underscore) as argument.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   778
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   779
  \item \hyperlink{attribute.of}{\mbox{\isa{of}}}~\isa{{\isachardoublequote}t\isactrlsub {\isadigit{1}}\ {\isasymdots}\ t\isactrlsub n{\isachardoublequote}} performs positional
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   780
  instantiation of term variables.  The terms \isa{{\isachardoublequote}t\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ t\isactrlsub n{\isachardoublequote}} are
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   781
  substituted for any schematic variables occurring in a theorem from
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   782
  left to right; ``\isa{{\isacharunderscore}}'' (underscore) indicates to skip a
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   783
  position.  Arguments following a ``\isa{{\isachardoublequote}concl{\isacharcolon}{\isachardoublequote}}'' specification
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   784
  refer to positions of the conclusion of a rule.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   785
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   786
  \item \hyperlink{attribute.where}{\mbox{\isa{where}}}~\isa{{\isachardoublequote}x\isactrlsub {\isadigit{1}}\ {\isacharequal}\ t\isactrlsub {\isadigit{1}}\ {\isasymAND}\ {\isasymdots}\ x\isactrlsub n\ {\isacharequal}\ t\isactrlsub n{\isachardoublequote}}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   787
  performs named instantiation of schematic type and term variables
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   788
  occurring in a theorem.  Schematic variables have to be specified on
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   789
  the left-hand side (e.g.\ \isa{{\isachardoublequote}{\isacharquery}x{\isadigit{1}}{\isachardot}{\isadigit{3}}{\isachardoublequote}}).  The question mark may
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   790
  be omitted if the variable name is a plain identifier without index.
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   791
  As type instantiations are inferred from term instantiations,
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   792
  explicit type instantiations are seldom necessary.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   793
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   794
  \end{description}%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   795
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   796
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   797
%
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   798
\isamarkupsubsection{Emulating tactic scripts \label{sec:tactic-commands}%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   799
}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   800
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   801
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   802
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   803
The Isar provides separate commands to accommodate tactic-style
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   804
  proof scripts within the same system.  While being outside the
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   805
  orthodox Isar proof language, these might come in handy for
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   806
  interactive exploration and debugging, or even actual tactical proof
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   807
  within new-style theories (to benefit from document preparation, for
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   808
  example).  See also \secref{sec:tactics} for actual tactics, that
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   809
  have been encapsulated as proof methods.  Proper proof methods may
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   810
  be used in scripts, too.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   811
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   812
  \begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   813
    \indexdef{}{command}{apply}\hypertarget{command.apply}{\hyperlink{command.apply}{\mbox{\isa{\isacommand{apply}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   814
    \indexdef{}{command}{apply\_end}\hypertarget{command.apply-end}{\hyperlink{command.apply-end}{\mbox{\isa{\isacommand{apply{\isacharunderscore}end}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   815
    \indexdef{}{command}{done}\hypertarget{command.done}{\hyperlink{command.done}{\mbox{\isa{\isacommand{done}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}\ {\isacharbar}\ local{\isacharunderscore}theory\ {\isacharbar}\ theory{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   816
    \indexdef{}{command}{defer}\hypertarget{command.defer}{\hyperlink{command.defer}{\mbox{\isa{\isacommand{defer}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}proof\ {\isasymrightarrow}\ proof{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   817
    \indexdef{}{command}{prefer}\hypertarget{command.prefer}{\hyperlink{command.prefer}{\mbox{\isa{\isacommand{prefer}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}proof\ {\isasymrightarrow}\ proof{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   818
    \indexdef{}{command}{back}\hypertarget{command.back}{\hyperlink{command.back}{\mbox{\isa{\isacommand{back}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}proof\ {\isasymrightarrow}\ proof{\isachardoublequote}} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   819
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   820
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   821
  \begin{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   822
    ( 'apply' | 'apply\_end' ) method
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   823
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   824
    'defer' nat?
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   825
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   826
    'prefer' nat
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   827
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   828
  \end{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   829
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   830
  \begin{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   831
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   832
  \item \hyperlink{command.apply}{\mbox{\isa{\isacommand{apply}}}}~\isa{m} applies proof method \isa{m} in
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   833
  initial position, but unlike \hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}} it retains ``\isa{{\isachardoublequote}proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}}'' mode.  Thus consecutive method applications may be
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   834
  given just as in tactic scripts.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   835
  
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   836
  Facts are passed to \isa{m} as indicated by the goal's
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   837
  forward-chain mode, and are \emph{consumed} afterwards.  Thus any
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   838
  further \hyperlink{command.apply}{\mbox{\isa{\isacommand{apply}}}} command would always work in a purely
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   839
  backward manner.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   840
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   841
  \item \hyperlink{command.apply-end}{\mbox{\isa{\isacommand{apply{\isacharunderscore}end}}}}~\isa{{\isachardoublequote}m{\isachardoublequote}} applies proof method \isa{m} as if in terminal position.  Basically, this simulates a
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   842
  multi-step tactic script for \hyperlink{command.qed}{\mbox{\isa{\isacommand{qed}}}}, but may be given
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   843
  anywhere within the proof body.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   844
  
26895
d066f9db833b updated generated file;
wenzelm
parents: 26870
diff changeset
   845
  No facts are passed to \isa{m} here.  Furthermore, the static
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   846
  context is that of the enclosing goal (as for actual \hyperlink{command.qed}{\mbox{\isa{\isacommand{qed}}}}).  Thus the proof method may not refer to any assumptions
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   847
  introduced in the current body, for example.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   848
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   849
  \item \hyperlink{command.done}{\mbox{\isa{\isacommand{done}}}} completes a proof script, provided that the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   850
  current goal state is solved completely.  Note that actual
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   851
  structured proof commands (e.g.\ ``\hyperlink{command.dot}{\mbox{\isa{\isacommand{{\isachardot}}}}}'' or \hyperlink{command.sorry}{\mbox{\isa{\isacommand{sorry}}}}) may be used to conclude proof scripts as well.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   852
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   853
  \item \hyperlink{command.defer}{\mbox{\isa{\isacommand{defer}}}}~\isa{n} and \hyperlink{command.prefer}{\mbox{\isa{\isacommand{prefer}}}}~\isa{n}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   854
  shuffle the list of pending goals: \hyperlink{command.defer}{\mbox{\isa{\isacommand{defer}}}} puts off
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   855
  sub-goal \isa{n} to the end of the list (\isa{{\isachardoublequote}n\ {\isacharequal}\ {\isadigit{1}}{\isachardoublequote}} by
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   856
  default), while \hyperlink{command.prefer}{\mbox{\isa{\isacommand{prefer}}}} brings sub-goal \isa{n} to the
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   857
  front.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   858
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   859
  \item \hyperlink{command.back}{\mbox{\isa{\isacommand{back}}}} does back-tracking over the result sequence
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   860
  of the latest proof command.  Basically, any proof command may
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   861
  return multiple results.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   862
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   863
  \end{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   864
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   865
  Any proper Isar proof method may be used with tactic script commands
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   866
  such as \hyperlink{command.apply}{\mbox{\isa{\isacommand{apply}}}}.  A few additional emulations of actual
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   867
  tactics are provided as well; these would be never used in actual
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   868
  structured proofs, of course.%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   869
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   870
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   871
%
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   872
\isamarkupsubsection{Defining proof methods%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   873
}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   874
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   875
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   876
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   877
\begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   878
    \indexdef{}{command}{method\_setup}\hypertarget{command.method-setup}{\hyperlink{command.method-setup}{\mbox{\isa{\isacommand{method{\isacharunderscore}setup}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   879
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   880
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   881
  \begin{rail}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   882
    'method\_setup' name '=' text text
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   883
    ;
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   884
  \end{rail}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   885
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   886
  \begin{description}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   887
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   888
  \item \hyperlink{command.method-setup}{\mbox{\isa{\isacommand{method{\isacharunderscore}setup}}}}~\isa{{\isachardoublequote}name\ {\isacharequal}\ text\ description{\isachardoublequote}}
30548
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   889
  defines a proof method in the current theory.  The given \isa{{\isachardoublequote}text{\isachardoublequote}} has to be an ML expression of type
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   890
  \verb|(Proof.context -> Proof.method) context_parser|, cf.\
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   891
  basic parsers defined in structure \verb|Args| and \verb|Attrib|.  There are also combinators like \verb|METHOD| and \verb|SIMPLE_METHOD| to turn certain tactic forms into official proof
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   892
  methods; the primed versions refer to tactics with explicit goal
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   893
  addressing.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   894
30548
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   895
  Here are some example method definitions:
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   896
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   897
  \end{description}%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   898
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   899
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   900
%
30548
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   901
\isadelimML
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   902
\ \ \ \ %
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   903
\endisadelimML
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   904
%
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   905
\isatagML
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   906
\isacommand{method{\isacharunderscore}setup}\isamarkupfalse%
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   907
\ my{\isacharunderscore}method{\isadigit{1}}\ {\isacharequal}\ {\isacharverbatimopen}\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   908
\ \ \ \ \ \ Scan{\isachardot}succeed\ {\isacharparenleft}K\ {\isacharparenleft}SIMPLE{\isacharunderscore}METHOD{\isacharprime}\ {\isacharparenleft}fn\ i{\isacharcolon}\ int\ {\isacharequal}{\isachargreater}\ no{\isacharunderscore}tac{\isacharparenright}{\isacharparenright}{\isacharparenright}\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   909
\ \ \ \ {\isacharverbatimclose}\ \ {\isachardoublequoteopen}my\ first\ method\ {\isacharparenleft}without\ any\ arguments{\isacharparenright}{\isachardoublequoteclose}\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   910
\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   911
\ \ \ \ \isacommand{method{\isacharunderscore}setup}\isamarkupfalse%
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   912
\ my{\isacharunderscore}method{\isadigit{2}}\ {\isacharequal}\ {\isacharverbatimopen}\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   913
\ \ \ \ \ \ Scan{\isachardot}succeed\ {\isacharparenleft}fn\ ctxt{\isacharcolon}\ Proof{\isachardot}context\ {\isacharequal}{\isachargreater}\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   914
\ \ \ \ \ \ \ \ SIMPLE{\isacharunderscore}METHOD{\isacharprime}\ {\isacharparenleft}fn\ i{\isacharcolon}\ int\ {\isacharequal}{\isachargreater}\ no{\isacharunderscore}tac{\isacharparenright}{\isacharparenright}\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   915
\ \ \ \ {\isacharverbatimclose}\ \ {\isachardoublequoteopen}my\ second\ method\ {\isacharparenleft}with\ context{\isacharparenright}{\isachardoublequoteclose}\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   916
\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   917
\ \ \ \ \isacommand{method{\isacharunderscore}setup}\isamarkupfalse%
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   918
\ my{\isacharunderscore}method{\isadigit{3}}\ {\isacharequal}\ {\isacharverbatimopen}\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   919
\ \ \ \ \ \ Attrib{\isachardot}thms\ {\isachargreater}{\isachargreater}\ {\isacharparenleft}fn\ thms{\isacharcolon}\ thm\ list\ {\isacharequal}{\isachargreater}\ fn\ ctxt{\isacharcolon}\ Proof{\isachardot}context\ {\isacharequal}{\isachargreater}\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   920
\ \ \ \ \ \ \ \ SIMPLE{\isacharunderscore}METHOD{\isacharprime}\ {\isacharparenleft}fn\ i{\isacharcolon}\ int\ {\isacharequal}{\isachargreater}\ no{\isacharunderscore}tac{\isacharparenright}{\isacharparenright}\isanewline
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   921
\ \ \ \ {\isacharverbatimclose}\ \ {\isachardoublequoteopen}my\ third\ method\ {\isacharparenleft}with\ theorem\ arguments\ and\ context{\isacharparenright}{\isachardoublequoteclose}%
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   922
\endisatagML
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   923
{\isafoldML}%
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   924
%
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   925
\isadelimML
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   926
%
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   927
\endisadelimML
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
   928
%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   929
\isamarkupsection{Generalized elimination \label{sec:obtain}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   930
}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   931
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   932
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   933
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   934
\begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   935
    \indexdef{}{command}{obtain}\hypertarget{command.obtain}{\hyperlink{command.obtain}{\mbox{\isa{\isacommand{obtain}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isacharbar}\ proof{\isacharparenleft}chain{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
   936
    \indexdef{}{command}{guess}\hypertarget{command.guess}{\hyperlink{command.guess}{\mbox{\isa{\isacommand{guess}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isacharbar}\ proof{\isacharparenleft}chain{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}prove{\isacharparenright}{\isachardoublequote}} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   937
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   938
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   939
  Generalized elimination means that additional elements with certain
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   940
  properties may be introduced in the current context, by virtue of a
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   941
  locally proven ``soundness statement''.  Technically speaking, the
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   942
  \hyperlink{command.obtain}{\mbox{\isa{\isacommand{obtain}}}} language element is like a declaration of
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   943
  \hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}} and \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}} (see also see
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   944
  \secref{sec:proof-context}), together with a soundness proof of its
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   945
  additional claim.  According to the nature of existential reasoning,
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   946
  assumptions get eliminated from any result exported from the context
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   947
  later, provided that the corresponding parameters do \emph{not}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   948
  occur in the conclusion.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   949
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   950
  \begin{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   951
    'obtain' parname? (vars + 'and') 'where' (props + 'and')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   952
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   953
    'guess' (vars + 'and')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   954
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   955
  \end{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   956
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   957
  The derived Isar command \hyperlink{command.obtain}{\mbox{\isa{\isacommand{obtain}}}} is defined as follows
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   958
  (where \isa{{\isachardoublequote}b\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ b\isactrlsub k{\isachardoublequote}} shall refer to (optional)
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   959
  facts indicated for forward chaining).
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   960
  \begin{matharray}{l}
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   961
    \isa{{\isachardoublequote}{\isasymlangle}using\ b\isactrlsub {\isadigit{1}}\ {\isasymdots}\ b\isactrlsub k{\isasymrangle}{\isachardoublequote}}~~\hyperlink{command.obtain}{\mbox{\isa{\isacommand{obtain}}}}~\isa{{\isachardoublequote}x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m\ {\isasymWHERE}\ a{\isacharcolon}\ {\isasymphi}\isactrlsub {\isadigit{1}}\ {\isasymdots}\ {\isasymphi}\isactrlsub n\ \ {\isasymlangle}proof{\isasymrangle}\ {\isasymequiv}{\isachardoublequote}} \\[1ex]
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   962
    \quad \hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}~\isa{{\isachardoublequote}{\isasymAnd}thesis{\isachardot}\ {\isacharparenleft}{\isasymAnd}x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m{\isachardot}\ {\isasymphi}\isactrlsub {\isadigit{1}}\ {\isasymLongrightarrow}\ {\isasymdots}\ {\isasymphi}\isactrlsub n\ {\isasymLongrightarrow}\ thesis{\isacharparenright}\ {\isasymLongrightarrow}\ thesis{\isachardoublequote}} \\
29731
efcbbd7baa02 updated generated files;
wenzelm
parents: 28857
diff changeset
   963
    \quad \hyperlink{command.proof}{\mbox{\isa{\isacommand{proof}}}}~\hyperlink{method.succeed}{\mbox{\isa{succeed}}} \\
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   964
    \qquad \hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}}~\isa{thesis} \\
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   965
    \qquad \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}~\isa{{\isachardoublequote}that\ {\isacharbrackleft}Pure{\isachardot}intro{\isacharquery}{\isacharbrackright}{\isacharcolon}\ {\isasymAnd}x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m{\isachardot}\ {\isasymphi}\isactrlsub {\isadigit{1}}\ {\isasymLongrightarrow}\ {\isasymdots}\ {\isasymphi}\isactrlsub n\ {\isasymLongrightarrow}\ thesis{\isachardoublequote}} \\
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   966
    \qquad \hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}}~\hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}}~\isa{thesis} \\
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   967
    \quad\qquad \hyperlink{command.apply}{\mbox{\isa{\isacommand{apply}}}}~\isa{{\isacharminus}} \\
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   968
    \quad\qquad \hyperlink{command.using}{\mbox{\isa{\isacommand{using}}}}~\isa{{\isachardoublequote}b\isactrlsub {\isadigit{1}}\ {\isasymdots}\ b\isactrlsub k\ \ {\isasymlangle}proof{\isasymrangle}{\isachardoublequote}} \\
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   969
    \quad \hyperlink{command.qed}{\mbox{\isa{\isacommand{qed}}}} \\
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   970
    \quad \hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}}~\isa{{\isachardoublequote}x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m{\isachardoublequote}}~\hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}\ a{\isacharcolon}\ {\isasymphi}\isactrlsub {\isadigit{1}}\ {\isasymdots}\ {\isasymphi}\isactrlsub n{\isachardoublequote}} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   971
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   972
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   973
  Typically, the soundness proof is relatively straight-forward, often
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   974
  just by canonical automated tools such as ``\hyperlink{command.by}{\mbox{\isa{\isacommand{by}}}}~\isa{simp}'' or ``\hyperlink{command.by}{\mbox{\isa{\isacommand{by}}}}~\isa{blast}''.  Accordingly, the
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   975
  ``\isa{that}'' reduction above is declared as simplification and
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   976
  introduction rule.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   977
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   978
  In a sense, \hyperlink{command.obtain}{\mbox{\isa{\isacommand{obtain}}}} represents at the level of Isar
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   979
  proofs what would be meta-logical existential quantifiers and
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   980
  conjunctions.  This concept has a broad range of useful
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   981
  applications, ranging from plain elimination (or introduction) of
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   982
  object-level existential and conjunctions, to elimination over
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   983
  results of symbolic evaluation of recursive definitions, for
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   984
  example.  Also note that \hyperlink{command.obtain}{\mbox{\isa{\isacommand{obtain}}}} without parameters acts
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   985
  much like \hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}, where the result is treated as a
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   986
  genuine assumption.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   987
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   988
  An alternative name to be used instead of ``\isa{that}'' above may
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   989
  be given in parentheses.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   990
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   991
  \medskip The improper variant \hyperlink{command.guess}{\mbox{\isa{\isacommand{guess}}}} is similar to
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   992
  \hyperlink{command.obtain}{\mbox{\isa{\isacommand{obtain}}}}, but derives the obtained statement from the
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   993
  course of reasoning!  The proof starts with a fixed goal \isa{thesis}.  The subsequent proof may refine this to anything of the
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   994
  form like \isa{{\isachardoublequote}{\isasymAnd}x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m{\isachardot}\ {\isasymphi}\isactrlsub {\isadigit{1}}\ {\isasymLongrightarrow}\ {\isasymdots}\ {\isasymphi}\isactrlsub n\ {\isasymLongrightarrow}\ thesis{\isachardoublequote}}, but must not introduce new subgoals.  The
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   995
  final goal state is then used as reduction rule for the obtain
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   996
  scheme described above.  Obtained parameters \isa{{\isachardoublequote}x\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ x\isactrlsub m{\isachardoublequote}} are marked as internal by default, which prevents the
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   997
  proof context from being polluted by ad-hoc variables.  The variable
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
   998
  names and type constraints given as arguments for \hyperlink{command.guess}{\mbox{\isa{\isacommand{guess}}}}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
   999
  specify a prefix of obtained parameters explicitly in the text.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1000
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1001
  It is important to note that the facts introduced by \hyperlink{command.obtain}{\mbox{\isa{\isacommand{obtain}}}} and \hyperlink{command.guess}{\mbox{\isa{\isacommand{guess}}}} may not be polymorphic: any
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1002
  type-variables occurring here are fixed in the present context!%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1003
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1004
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1005
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1006
\isamarkupsection{Calculational reasoning \label{sec:calculation}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1007
}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1008
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1009
%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1010
\begin{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1011
\begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1012
    \indexdef{}{command}{also}\hypertarget{command.also}{\hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1013
    \indexdef{}{command}{finally}\hypertarget{command.finally}{\hyperlink{command.finally}{\mbox{\isa{\isacommand{finally}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}chain{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1014
    \indexdef{}{command}{moreover}\hypertarget{command.moreover}{\hyperlink{command.moreover}{\mbox{\isa{\isacommand{moreover}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1015
    \indexdef{}{command}{ultimately}\hypertarget{command.ultimately}{\hyperlink{command.ultimately}{\mbox{\isa{\isacommand{ultimately}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}chain{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1016
    \indexdef{}{command}{print\_trans\_rules}\hypertarget{command.print-trans-rules}{\hyperlink{command.print-trans-rules}{\mbox{\isa{\isacommand{print{\isacharunderscore}trans{\isacharunderscore}rules}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1017
    \hyperlink{attribute.trans}{\mbox{\isa{trans}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1018
    \hyperlink{attribute.sym}{\mbox{\isa{sym}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1019
    \hyperlink{attribute.symmetric}{\mbox{\isa{symmetric}}} & : & \isa{attribute} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1020
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1021
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1022
  Calculational proof is forward reasoning with implicit application
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1023
  of transitivity rules (such those of \isa{{\isachardoublequote}{\isacharequal}{\isachardoublequote}}, \isa{{\isachardoublequote}{\isasymle}{\isachardoublequote}},
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1024
  \isa{{\isachardoublequote}{\isacharless}{\isachardoublequote}}).  Isabelle/Isar maintains an auxiliary fact register
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1025
  \indexref{}{fact}{calculation}\hyperlink{fact.calculation}{\mbox{\isa{calculation}}} for accumulating results obtained by
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1026
  transitivity composed with the current result.  Command \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}} updates \hyperlink{fact.calculation}{\mbox{\isa{calculation}}} involving \hyperlink{fact.this}{\mbox{\isa{this}}}, while
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1027
  \hyperlink{command.finally}{\mbox{\isa{\isacommand{finally}}}} exhibits the final \hyperlink{fact.calculation}{\mbox{\isa{calculation}}} by
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1028
  forward chaining towards the next goal statement.  Both commands
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1029
  require valid current facts, i.e.\ may occur only after commands
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1030
  that produce theorems such as \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}, \hyperlink{command.note}{\mbox{\isa{\isacommand{note}}}}, or some finished proof of \hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}, \hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}} etc.  The \hyperlink{command.moreover}{\mbox{\isa{\isacommand{moreover}}}} and \hyperlink{command.ultimately}{\mbox{\isa{\isacommand{ultimately}}}}
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1031
  commands are similar to \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}} and \hyperlink{command.finally}{\mbox{\isa{\isacommand{finally}}}},
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1032
  but only collect further results in \hyperlink{fact.calculation}{\mbox{\isa{calculation}}} without
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1033
  applying any rules yet.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1034
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1035
  Also note that the implicit term abbreviation ``\isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}}'' has
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1036
  its canonical application with calculational proofs.  It refers to
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1037
  the argument of the preceding statement. (The argument of a curried
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1038
  infix expression happens to be its right-hand side.)
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1039
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1040
  Isabelle/Isar calculations are implicitly subject to block structure
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1041
  in the sense that new threads of calculational reasoning are
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1042
  commenced for any new block (as opened by a local goal, for
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1043
  example).  This means that, apart from being able to nest
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1044
  calculations, there is no separate \emph{begin-calculation} command
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1045
  required.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1046
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1047
  \medskip The Isar calculation proof commands may be defined as
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1048
  follows:\footnote{We suppress internal bookkeeping such as proper
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1049
  handling of block-structure.}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1050
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1051
  \begin{matharray}{rcl}
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1052
    \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}}\isa{{\isachardoublequote}\isactrlsub {\isadigit{0}}{\isachardoublequote}} & \equiv & \hyperlink{command.note}{\mbox{\isa{\isacommand{note}}}}~\isa{{\isachardoublequote}calculation\ {\isacharequal}\ this{\isachardoublequote}} \\
30548
2eef5e71edd6 updated generated file;
wenzelm
parents: 30510
diff changeset
  1053
    \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}}\isa{{\isachardoublequote}\isactrlsub n{\isacharplus}{\isadigit{1}}{\isachardoublequote}} & \equiv & \hyperlink{command.note}{\mbox{\isa{\isacommand{note}}}}~\isa{{\isachardoublequote}calculation\ {\isacharequal}\ trans\ {\isacharbrackleft}OF\ calculation\ this{\isacharbrackright}{\isachardoublequote}} \\[0.5ex]
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1054
    \hyperlink{command.finally}{\mbox{\isa{\isacommand{finally}}}} & \equiv & \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}}~\hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}~\isa{calculation} \\[0.5ex]
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1055
    \hyperlink{command.moreover}{\mbox{\isa{\isacommand{moreover}}}} & \equiv & \hyperlink{command.note}{\mbox{\isa{\isacommand{note}}}}~\isa{{\isachardoublequote}calculation\ {\isacharequal}\ calculation\ this{\isachardoublequote}} \\
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1056
    \hyperlink{command.ultimately}{\mbox{\isa{\isacommand{ultimately}}}} & \equiv & \hyperlink{command.moreover}{\mbox{\isa{\isacommand{moreover}}}}~\hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}~\isa{calculation} \\
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1057
  \end{matharray}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1058
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1059
  \begin{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1060
    ('also' | 'finally') ('(' thmrefs ')')?
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1061
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1062
    'trans' (() | 'add' | 'del')
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1063
    ;
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1064
  \end{rail}
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1065
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1066
  \begin{description}
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1067
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1068
  \item \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}}~\isa{{\isachardoublequote}{\isacharparenleft}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isacharparenright}{\isachardoublequote}} maintains the auxiliary
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1069
  \hyperlink{fact.calculation}{\mbox{\isa{calculation}}} register as follows.  The first occurrence of
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1070
  \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}} in some calculational thread initializes \hyperlink{fact.calculation}{\mbox{\isa{calculation}}} by \hyperlink{fact.this}{\mbox{\isa{this}}}. Any subsequent \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}} on
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1071
  the same level of block-structure updates \hyperlink{fact.calculation}{\mbox{\isa{calculation}}} by
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1072
  some transitivity rule applied to \hyperlink{fact.calculation}{\mbox{\isa{calculation}}} and \hyperlink{fact.this}{\mbox{\isa{this}}} (in that order).  Transitivity rules are picked from the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1073
  current context, unless alternative rules are given as explicit
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1074
  arguments.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1075
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1076
  \item \hyperlink{command.finally}{\mbox{\isa{\isacommand{finally}}}}~\isa{{\isachardoublequote}{\isacharparenleft}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isacharparenright}{\isachardoublequote}} maintaining \hyperlink{fact.calculation}{\mbox{\isa{calculation}}} in the same way as \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}}, and concludes the
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1077
  current calculational thread.  The final result is exhibited as fact
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1078
  for forward chaining towards the next goal. Basically, \hyperlink{command.finally}{\mbox{\isa{\isacommand{finally}}}} just abbreviates \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}}~\hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}~\hyperlink{fact.calculation}{\mbox{\isa{calculation}}}.  Typical idioms for concluding
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1079
  calculational proofs are ``\hyperlink{command.finally}{\mbox{\isa{\isacommand{finally}}}}~\hyperlink{command.show}{\mbox{\isa{\isacommand{show}}}}~\isa{{\isacharquery}thesis}~\hyperlink{command.dot}{\mbox{\isa{\isacommand{{\isachardot}}}}}'' and ``\hyperlink{command.finally}{\mbox{\isa{\isacommand{finally}}}}~\hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}~\isa{{\isasymphi}}~\hyperlink{command.dot}{\mbox{\isa{\isacommand{{\isachardot}}}}}''.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1080
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1081
  \item \hyperlink{command.moreover}{\mbox{\isa{\isacommand{moreover}}}} and \hyperlink{command.ultimately}{\mbox{\isa{\isacommand{ultimately}}}} are
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1082
  analogous to \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}} and \hyperlink{command.finally}{\mbox{\isa{\isacommand{finally}}}}, but collect
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1083
  results only, without applying rules.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1084
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1085
  \item \hyperlink{command.print-trans-rules}{\mbox{\isa{\isacommand{print{\isacharunderscore}trans{\isacharunderscore}rules}}}} prints the list of transitivity
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1086
  rules (for calculational commands \hyperlink{command.also}{\mbox{\isa{\isacommand{also}}}} and \hyperlink{command.finally}{\mbox{\isa{\isacommand{finally}}}}) and symmetry rules (for the \hyperlink{attribute.symmetric}{\mbox{\isa{symmetric}}}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1087
  operation and single step elimination patters) of the current
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1088
  context.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1089
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1090
  \item \hyperlink{attribute.trans}{\mbox{\isa{trans}}} declares theorems as transitivity rules.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1091
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1092
  \item \hyperlink{attribute.sym}{\mbox{\isa{sym}}} declares symmetry rules, as well as
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1093
  \hyperlink{attribute.Pure.elim}{\mbox{\isa{Pure{\isachardot}elim}}}\isa{{\isachardoublequote}{\isacharquery}{\isachardoublequote}} rules.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1094
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1095
  \item \hyperlink{attribute.symmetric}{\mbox{\isa{symmetric}}} resolves a theorem with some rule
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1096
  declared as \hyperlink{attribute.sym}{\mbox{\isa{sym}}} in the current context.  For example,
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1097
  ``\hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}~\isa{{\isachardoublequote}{\isacharbrackleft}symmetric{\isacharbrackright}{\isacharcolon}\ x\ {\isacharequal}\ y{\isachardoublequote}}'' produces a
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1098
  swapped fact derived from that assumption.
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1099
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1100
  In structured proof texts it is often more appropriate to use an
26902
8db1e960d636 updated generated file;
wenzelm
parents: 26895
diff changeset
  1101
  explicit single-step elimination proof, such as ``\hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}~\isa{{\isachardoublequote}x\ {\isacharequal}\ y{\isachardoublequote}}~\hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}}~\hyperlink{command.have}{\mbox{\isa{\isacommand{have}}}}~\isa{{\isachardoublequote}y\ {\isacharequal}\ x{\isachardoublequote}}~\hyperlink{command.ddot}{\mbox{\isa{\isacommand{{\isachardot}{\isachardot}}}}}''.
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1102
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1103
  \end{description}%
26870
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1104
\end{isamarkuptext}%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1105
\isamarkuptrue%
94bedbb34b92 misc reorganization;
wenzelm
parents: 26869
diff changeset
  1106
%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1107
\isamarkupsection{Proof by cases and induction \label{sec:cases-induct}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1108
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1109
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1110
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1111
\isamarkupsubsection{Rule contexts%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1112
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1113
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1114
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1115
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1116
\begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1117
    \indexdef{}{command}{case}\hypertarget{command.case}{\hyperlink{command.case}{\mbox{\isa{\isacommand{case}}}}} & : & \isa{{\isachardoublequote}proof{\isacharparenleft}state{\isacharparenright}\ {\isasymrightarrow}\ proof{\isacharparenleft}state{\isacharparenright}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1118
    \indexdef{}{command}{print\_cases}\hypertarget{command.print-cases}{\hyperlink{command.print-cases}{\mbox{\isa{\isacommand{print{\isacharunderscore}cases}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1119
    \indexdef{}{attribute}{case\_names}\hypertarget{attribute.case-names}{\hyperlink{attribute.case-names}{\mbox{\isa{case{\isacharunderscore}names}}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1120
    \indexdef{}{attribute}{case\_conclusion}\hypertarget{attribute.case-conclusion}{\hyperlink{attribute.case-conclusion}{\mbox{\isa{case{\isacharunderscore}conclusion}}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1121
    \indexdef{}{attribute}{params}\hypertarget{attribute.params}{\hyperlink{attribute.params}{\mbox{\isa{params}}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1122
    \indexdef{}{attribute}{consumes}\hypertarget{attribute.consumes}{\hyperlink{attribute.consumes}{\mbox{\isa{consumes}}}} & : & \isa{attribute} \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1123
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1124
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1125
  The puristic way to build up Isar proof contexts is by explicit
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1126
  language elements like \hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}}, \hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}},
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1127
  \hyperlink{command.let}{\mbox{\isa{\isacommand{let}}}} (see \secref{sec:proof-context}).  This is adequate
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1128
  for plain natural deduction, but easily becomes unwieldy in concrete
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1129
  verification tasks, which typically involve big induction rules with
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1130
  several cases.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1131
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1132
  The \hyperlink{command.case}{\mbox{\isa{\isacommand{case}}}} command provides a shorthand to refer to a
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1133
  local context symbolically: certain proof methods provide an
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1134
  environment of named ``cases'' of the form \isa{{\isachardoublequote}c{\isacharcolon}\ x\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ x\isactrlsub m{\isacharcomma}\ {\isasymphi}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymphi}\isactrlsub n{\isachardoublequote}}; the effect of ``\hyperlink{command.case}{\mbox{\isa{\isacommand{case}}}}~\isa{c}'' is then equivalent to ``\hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}}~\isa{{\isachardoublequote}x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m{\isachardoublequote}}~\hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}~\isa{{\isachardoublequote}c{\isacharcolon}\ {\isasymphi}\isactrlsub {\isadigit{1}}\ {\isasymdots}\ {\isasymphi}\isactrlsub n{\isachardoublequote}}''.  Term bindings may be covered as well, notably
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1135
  \hyperlink{variable.?case}{\mbox{\isa{{\isacharquery}case}}} for the main conclusion.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1136
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1137
  By default, the ``terminology'' \isa{{\isachardoublequote}x\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ x\isactrlsub m{\isachardoublequote}} of
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1138
  a case value is marked as hidden, i.e.\ there is no way to refer to
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1139
  such parameters in the subsequent proof text.  After all, original
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1140
  rule parameters stem from somewhere outside of the current proof
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1141
  text.  By using the explicit form ``\hyperlink{command.case}{\mbox{\isa{\isacommand{case}}}}~\isa{{\isachardoublequote}{\isacharparenleft}c\ y\isactrlsub {\isadigit{1}}\ {\isasymdots}\ y\isactrlsub m{\isacharparenright}{\isachardoublequote}}'' instead, the proof author is able to
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1142
  chose local names that fit nicely into the current context.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1143
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1144
  \medskip It is important to note that proper use of \hyperlink{command.case}{\mbox{\isa{\isacommand{case}}}} does not provide means to peek at the current goal state,
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1145
  which is not directly observable in Isar!  Nonetheless, goal
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1146
  refinement commands do provide named cases \isa{{\isachardoublequote}goal\isactrlsub i{\isachardoublequote}}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1147
  for each subgoal \isa{{\isachardoublequote}i\ {\isacharequal}\ {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ n{\isachardoublequote}} of the resulting goal state.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1148
  Using this extra feature requires great care, because some bits of
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1149
  the internal tactical machinery intrude the proof text.  In
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1150
  particular, parameter names stemming from the left-over of automated
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1151
  reasoning tools are usually quite unpredictable.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1152
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1153
  Under normal circumstances, the text of cases emerge from standard
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1154
  elimination or induction rules, which in turn are derived from
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1155
  previous theory specifications in a canonical way (say from
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1156
  \hyperlink{command.inductive}{\mbox{\isa{\isacommand{inductive}}}} definitions).
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1157
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1158
  \medskip Proper cases are only available if both the proof method
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1159
  and the rules involved support this.  By using appropriate
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1160
  attributes, case names, conclusions, and parameters may be also
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1161
  declared by hand.  Thus variant versions of rules that have been
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1162
  derived manually become ready to use in advanced case analysis
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1163
  later.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1164
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1165
  \begin{rail}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1166
    'case' (caseref | '(' caseref ((name | underscore) +) ')')
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1167
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1168
    caseref: nameref attributes?
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1169
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1170
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1171
    'case\_names' (name +)
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1172
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1173
    'case\_conclusion' name (name *)
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1174
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1175
    'params' ((name *) + 'and')
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1176
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1177
    'consumes' nat?
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1178
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1179
  \end{rail}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1180
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1181
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1182
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1183
  \item \hyperlink{command.case}{\mbox{\isa{\isacommand{case}}}}~\isa{{\isachardoublequote}{\isacharparenleft}c\ x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m{\isacharparenright}{\isachardoublequote}} invokes a named local
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1184
  context \isa{{\isachardoublequote}c{\isacharcolon}\ x\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ x\isactrlsub m{\isacharcomma}\ {\isasymphi}\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ {\isasymphi}\isactrlsub m{\isachardoublequote}}, as provided by an
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1185
  appropriate proof method (such as \indexref{}{method}{cases}\hyperlink{method.cases}{\mbox{\isa{cases}}} and
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1186
  \indexref{}{method}{induct}\hyperlink{method.induct}{\mbox{\isa{induct}}}).  The command ``\hyperlink{command.case}{\mbox{\isa{\isacommand{case}}}}~\isa{{\isachardoublequote}{\isacharparenleft}c\ x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m{\isacharparenright}{\isachardoublequote}}'' abbreviates ``\hyperlink{command.fix}{\mbox{\isa{\isacommand{fix}}}}~\isa{{\isachardoublequote}x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m{\isachardoublequote}}~\hyperlink{command.assume}{\mbox{\isa{\isacommand{assume}}}}~\isa{{\isachardoublequote}c{\isacharcolon}\ {\isasymphi}\isactrlsub {\isadigit{1}}\ {\isasymdots}\ {\isasymphi}\isactrlsub n{\isachardoublequote}}''.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1187
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1188
  \item \hyperlink{command.print-cases}{\mbox{\isa{\isacommand{print{\isacharunderscore}cases}}}} prints all local contexts of the
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1189
  current state, using Isar proof language notation.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1190
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1191
  \item \hyperlink{attribute.case-names}{\mbox{\isa{case{\isacharunderscore}names}}}~\isa{{\isachardoublequote}c\isactrlsub {\isadigit{1}}\ {\isasymdots}\ c\isactrlsub k{\isachardoublequote}} declares names for
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1192
  the local contexts of premises of a theorem; \isa{{\isachardoublequote}c\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ c\isactrlsub k{\isachardoublequote}}
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1193
  refers to the \emph{suffix} of the list of premises.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1194
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1195
  \item \hyperlink{attribute.case-conclusion}{\mbox{\isa{case{\isacharunderscore}conclusion}}}~\isa{{\isachardoublequote}c\ d\isactrlsub {\isadigit{1}}\ {\isasymdots}\ d\isactrlsub k{\isachardoublequote}} declares
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1196
  names for the conclusions of a named premise \isa{c}; here \isa{{\isachardoublequote}d\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ d\isactrlsub k{\isachardoublequote}} refers to the prefix of arguments of a logical formula
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1197
  built by nesting a binary connective (e.g.\ \isa{{\isachardoublequote}{\isasymor}{\isachardoublequote}}).
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1198
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1199
  Note that proof methods such as \hyperlink{method.induct}{\mbox{\isa{induct}}} and \hyperlink{method.coinduct}{\mbox{\isa{coinduct}}} already provide a default name for the conclusion as a
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1200
  whole.  The need to name subformulas only arises with cases that
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1201
  split into several sub-cases, as in common co-induction rules.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1202
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1203
  \item \hyperlink{attribute.params}{\mbox{\isa{params}}}~\isa{{\isachardoublequote}p\isactrlsub {\isadigit{1}}\ {\isasymdots}\ p\isactrlsub m\ {\isasymAND}\ {\isasymdots}\ q\isactrlsub {\isadigit{1}}\ {\isasymdots}\ q\isactrlsub n{\isachardoublequote}} renames
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1204
  the innermost parameters of premises \isa{{\isachardoublequote}{\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ n{\isachardoublequote}} of some
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1205
  theorem.  An empty list of names may be given to skip positions,
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1206
  leaving the present parameters unchanged.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1207
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1208
  Note that the default usage of case rules does \emph{not} directly
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1209
  expose parameters to the proof context.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1210
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1211
  \item \hyperlink{attribute.consumes}{\mbox{\isa{consumes}}}~\isa{n} declares the number of ``major
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1212
  premises'' of a rule, i.e.\ the number of facts to be consumed when
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1213
  it is applied by an appropriate proof method.  The default value of
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1214
  \hyperlink{attribute.consumes}{\mbox{\isa{consumes}}} is \isa{{\isachardoublequote}n\ {\isacharequal}\ {\isadigit{1}}{\isachardoublequote}}, which is appropriate for
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1215
  the usual kind of cases and induction rules for inductive sets (cf.\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1216
  \secref{sec:hol-inductive}).  Rules without any \hyperlink{attribute.consumes}{\mbox{\isa{consumes}}} declaration given are treated as if \hyperlink{attribute.consumes}{\mbox{\isa{consumes}}}~\isa{{\isadigit{0}}} had been specified.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1217
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1218
  Note that explicit \hyperlink{attribute.consumes}{\mbox{\isa{consumes}}} declarations are only
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1219
  rarely needed; this is already taken care of automatically by the
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1220
  higher-level \hyperlink{attribute.cases}{\mbox{\isa{cases}}}, \hyperlink{attribute.induct}{\mbox{\isa{induct}}}, and
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1221
  \hyperlink{attribute.coinduct}{\mbox{\isa{coinduct}}} declarations.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1222
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1223
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1224
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1225
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1226
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1227
\isamarkupsubsection{Proof methods%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1228
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1229
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1230
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1231
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1232
\begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1233
    \indexdef{}{method}{cases}\hypertarget{method.cases}{\hyperlink{method.cases}{\mbox{\isa{cases}}}} & : & \isa{method} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1234
    \indexdef{}{method}{induct}\hypertarget{method.induct}{\hyperlink{method.induct}{\mbox{\isa{induct}}}} & : & \isa{method} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1235
    \indexdef{}{method}{coinduct}\hypertarget{method.coinduct}{\hyperlink{method.coinduct}{\mbox{\isa{coinduct}}}} & : & \isa{method} \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1236
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1237
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1238
  The \hyperlink{method.cases}{\mbox{\isa{cases}}}, \hyperlink{method.induct}{\mbox{\isa{induct}}}, and \hyperlink{method.coinduct}{\mbox{\isa{coinduct}}}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1239
  methods provide a uniform interface to common proof techniques over
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1240
  datatypes, inductive predicates (or sets), recursive functions etc.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1241
  The corresponding rules may be specified and instantiated in a
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1242
  casual manner.  Furthermore, these methods provide named local
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1243
  contexts that may be invoked via the \hyperlink{command.case}{\mbox{\isa{\isacommand{case}}}} proof command
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1244
  within the subsequent proof text.  This accommodates compact proof
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1245
  texts even when reasoning about large specifications.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1246
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1247
  The \hyperlink{method.induct}{\mbox{\isa{induct}}} method also provides some additional
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1248
  infrastructure in order to be applicable to structure statements
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1249
  (either using explicit meta-level connectives, or including facts
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1250
  and parameters separately).  This avoids cumbersome encoding of
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1251
  ``strengthened'' inductive statements within the object-logic.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1252
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1253
  \begin{rail}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1254
    'cases' (insts * 'and') rule?
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1255
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1256
    'induct' (definsts * 'and') \\ arbitrary? taking? rule?
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1257
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1258
    'coinduct' insts taking rule?
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1259
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1260
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1261
    rule: ('type' | 'pred' | 'set') ':' (nameref +) | 'rule' ':' (thmref +)
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1262
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1263
    definst: name ('==' | equiv) term | inst
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1264
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1265
    definsts: ( definst *)
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1266
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1267
    arbitrary: 'arbitrary' ':' ((term *) 'and' +)
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1268
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1269
    taking: 'taking' ':' insts
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1270
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1271
  \end{rail}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1272
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1273
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1274
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1275
  \item \hyperlink{method.cases}{\mbox{\isa{cases}}}~\isa{{\isachardoublequote}insts\ R{\isachardoublequote}} applies method \hyperlink{method.rule}{\mbox{\isa{rule}}} with an appropriate case distinction theorem, instantiated to
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1276
  the subjects \isa{insts}.  Symbolic case names are bound according
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1277
  to the rule's local contexts.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1278
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1279
  The rule is determined as follows, according to the facts and
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1280
  arguments passed to the \hyperlink{method.cases}{\mbox{\isa{cases}}} method:
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1281
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1282
  \medskip
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1283
  \begin{tabular}{llll}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1284
    facts           &                 & arguments   & rule \\\hline
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1285
                    & \hyperlink{method.cases}{\mbox{\isa{cases}}} &             & classical case split \\
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1286
                    & \hyperlink{method.cases}{\mbox{\isa{cases}}} & \isa{t}   & datatype exhaustion (type of \isa{t}) \\
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1287
    \isa{{\isachardoublequote}{\isasymturnstile}\ A\ t{\isachardoublequote}} & \hyperlink{method.cases}{\mbox{\isa{cases}}} & \isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}} & inductive predicate/set elimination (of \isa{A}) \\
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1288
    \isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}}     & \hyperlink{method.cases}{\mbox{\isa{cases}}} & \isa{{\isachardoublequote}{\isasymdots}\ rule{\isacharcolon}\ R{\isachardoublequote}} & explicit rule \isa{R} \\
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1289
  \end{tabular}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1290
  \medskip
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1291
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1292
  Several instantiations may be given, referring to the \emph{suffix}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1293
  of premises of the case rule; within each premise, the \emph{prefix}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1294
  of variables is instantiated.  In most situations, only a single
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1295
  term needs to be specified; this refers to the first variable of the
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1296
  last premise (it is usually the same for all cases).
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1297
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1298
  \item \hyperlink{method.induct}{\mbox{\isa{induct}}}~\isa{{\isachardoublequote}insts\ R{\isachardoublequote}} is analogous to the
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1299
  \hyperlink{method.cases}{\mbox{\isa{cases}}} method, but refers to induction rules, which are
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1300
  determined as follows:
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1301
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1302
  \medskip
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1303
  \begin{tabular}{llll}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1304
    facts           &                  & arguments            & rule \\\hline
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1305
                    & \hyperlink{method.induct}{\mbox{\isa{induct}}} & \isa{{\isachardoublequote}P\ x{\isachardoublequote}}        & datatype induction (type of \isa{x}) \\
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1306
    \isa{{\isachardoublequote}{\isasymturnstile}\ A\ x{\isachardoublequote}} & \hyperlink{method.induct}{\mbox{\isa{induct}}} & \isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}}          & predicate/set induction (of \isa{A}) \\
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1307
    \isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}}     & \hyperlink{method.induct}{\mbox{\isa{induct}}} & \isa{{\isachardoublequote}{\isasymdots}\ rule{\isacharcolon}\ R{\isachardoublequote}} & explicit rule \isa{R} \\
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1308
  \end{tabular}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1309
  \medskip
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1310
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1311
  Several instantiations may be given, each referring to some part of
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1312
  a mutual inductive definition or datatype --- only related partial
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1313
  induction rules may be used together, though.  Any of the lists of
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1314
  terms \isa{{\isachardoublequote}P{\isacharcomma}\ x{\isacharcomma}\ {\isasymdots}{\isachardoublequote}} refers to the \emph{suffix} of variables
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1315
  present in the induction rule.  This enables the writer to specify
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1316
  only induction variables, or both predicates and variables, for
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1317
  example.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1318
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1319
  Instantiations may be definitional: equations \isa{{\isachardoublequote}x\ {\isasymequiv}\ t{\isachardoublequote}}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1320
  introduce local definitions, which are inserted into the claim and
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1321
  discharged after applying the induction rule.  Equalities reappear
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1322
  in the inductive cases, but have been transformed according to the
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1323
  induction principle being involved here.  In order to achieve
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1324
  practically useful induction hypotheses, some variables occurring in
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1325
  \isa{t} need to be fixed (see below).
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1326
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1327
  The optional ``\isa{{\isachardoublequote}arbitrary{\isacharcolon}\ x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m{\isachardoublequote}}''
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1328
  specification generalizes variables \isa{{\isachardoublequote}x\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ x\isactrlsub m{\isachardoublequote}} of the original goal before applying induction.  Thus
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1329
  induction hypotheses may become sufficiently general to get the
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1330
  proof through.  Together with definitional instantiations, one may
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1331
  effectively perform induction over expressions of a certain
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1332
  structure.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1333
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1334
  The optional ``\isa{{\isachardoublequote}taking{\isacharcolon}\ t\isactrlsub {\isadigit{1}}\ {\isasymdots}\ t\isactrlsub n{\isachardoublequote}}''
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1335
  specification provides additional instantiations of a prefix of
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1336
  pending variables in the rule.  Such schematic induction rules
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1337
  rarely occur in practice, though.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1338
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1339
  \item \hyperlink{method.coinduct}{\mbox{\isa{coinduct}}}~\isa{{\isachardoublequote}inst\ R{\isachardoublequote}} is analogous to the
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1340
  \hyperlink{method.induct}{\mbox{\isa{induct}}} method, but refers to coinduction rules, which are
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1341
  determined as follows:
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1342
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1343
  \medskip
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1344
  \begin{tabular}{llll}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1345
    goal          &                    & arguments & rule \\\hline
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1346
                  & \hyperlink{method.coinduct}{\mbox{\isa{coinduct}}} & \isa{x} & type coinduction (type of \isa{x}) \\
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1347
    \isa{{\isachardoublequote}A\ x{\isachardoublequote}} & \hyperlink{method.coinduct}{\mbox{\isa{coinduct}}} & \isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}} & predicate/set coinduction (of \isa{A}) \\
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1348
    \isa{{\isachardoublequote}{\isasymdots}{\isachardoublequote}}   & \hyperlink{method.coinduct}{\mbox{\isa{coinduct}}} & \isa{{\isachardoublequote}{\isasymdots}\ rule{\isacharcolon}\ R{\isachardoublequote}} & explicit rule \isa{R} \\
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1349
  \end{tabular}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1350
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1351
  Coinduction is the dual of induction.  Induction essentially
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1352
  eliminates \isa{{\isachardoublequote}A\ x{\isachardoublequote}} towards a generic result \isa{{\isachardoublequote}P\ x{\isachardoublequote}},
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1353
  while coinduction introduces \isa{{\isachardoublequote}A\ x{\isachardoublequote}} starting with \isa{{\isachardoublequote}B\ x{\isachardoublequote}}, for a suitable ``bisimulation'' \isa{B}.  The cases of a
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1354
  coinduct rule are typically named after the predicates or sets being
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1355
  covered, while the conclusions consist of several alternatives being
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1356
  named after the individual destructor patterns.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1357
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1358
  The given instantiation refers to the \emph{suffix} of variables
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1359
  occurring in the rule's major premise, or conclusion if unavailable.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1360
  An additional ``\isa{{\isachardoublequote}taking{\isacharcolon}\ t\isactrlsub {\isadigit{1}}\ {\isasymdots}\ t\isactrlsub n{\isachardoublequote}}''
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1361
  specification may be required in order to specify the bisimulation
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1362
  to be used in the coinduction step.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1363
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1364
  \end{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1365
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1366
  Above methods produce named local contexts, as determined by the
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1367
  instantiated rule as given in the text.  Beyond that, the \hyperlink{method.induct}{\mbox{\isa{induct}}} and \hyperlink{method.coinduct}{\mbox{\isa{coinduct}}} methods guess further instantiations
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1368
  from the goal specification itself.  Any persisting unresolved
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1369
  schematic variables of the resulting rule will render the the
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1370
  corresponding case invalid.  The term binding \hyperlink{variable.?case}{\mbox{\isa{{\isacharquery}case}}} for
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1371
  the conclusion will be provided with each case, provided that term
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1372
  is fully specified.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1373
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1374
  The \hyperlink{command.print-cases}{\mbox{\isa{\isacommand{print{\isacharunderscore}cases}}}} command prints all named cases present
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1375
  in the current proof state.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1376
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1377
  \medskip Despite the additional infrastructure, both \hyperlink{method.cases}{\mbox{\isa{cases}}}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1378
  and \hyperlink{method.coinduct}{\mbox{\isa{coinduct}}} merely apply a certain rule, after
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1379
  instantiation, while conforming due to the usual way of monotonic
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1380
  natural deduction: the context of a structured statement \isa{{\isachardoublequote}{\isasymAnd}x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub m{\isachardot}\ {\isasymphi}\isactrlsub {\isadigit{1}}\ {\isasymLongrightarrow}\ {\isasymdots}\ {\isasymphi}\isactrlsub n\ {\isasymLongrightarrow}\ {\isasymdots}{\isachardoublequote}}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1381
  reappears unchanged after the case split.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1382
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1383
  The \hyperlink{method.induct}{\mbox{\isa{induct}}} method is fundamentally different in this
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1384
  respect: the meta-level structure is passed through the
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1385
  ``recursive'' course involved in the induction.  Thus the original
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1386
  statement is basically replaced by separate copies, corresponding to
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1387
  the induction hypotheses and conclusion; the original goal context
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1388
  is no longer available.  Thus local assumptions, fixed parameters
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1389
  and definitions effectively participate in the inductive rephrasing
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1390
  of the original statement.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1391
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1392
  In induction proofs, local assumptions introduced by cases are split
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1393
  into two different kinds: \isa{hyps} stemming from the rule and
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1394
  \isa{prems} from the goal statement.  This is reflected in the
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1395
  extracted cases accordingly, so invoking ``\hyperlink{command.case}{\mbox{\isa{\isacommand{case}}}}~\isa{c}'' will provide separate facts \isa{c{\isachardot}hyps} and \isa{c{\isachardot}prems},
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1396
  as well as fact \isa{c} to hold the all-inclusive list.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1397
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1398
  \medskip Facts presented to either method are consumed according to
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1399
  the number of ``major premises'' of the rule involved, which is
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1400
  usually 0 for plain cases and induction rules of datatypes etc.\ and
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1401
  1 for rules of inductive predicates or sets and the like.  The
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1402
  remaining facts are inserted into the goal verbatim before the
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1403
  actual \isa{cases}, \isa{induct}, or \isa{coinduct} rule is
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1404
  applied.%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1405
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1406
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1407
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1408
\isamarkupsubsection{Declaring rules%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1409
}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1410
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1411
%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1412
\begin{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1413
\begin{matharray}{rcl}
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1414
    \indexdef{}{command}{print\_induct\_rules}\hypertarget{command.print-induct-rules}{\hyperlink{command.print-induct-rules}{\mbox{\isa{\isacommand{print{\isacharunderscore}induct{\isacharunderscore}rules}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1415
    \indexdef{}{attribute}{cases}\hypertarget{attribute.cases}{\hyperlink{attribute.cases}{\mbox{\isa{cases}}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1416
    \indexdef{}{attribute}{induct}\hypertarget{attribute.induct}{\hyperlink{attribute.induct}{\mbox{\isa{induct}}}} & : & \isa{attribute} \\
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1417
    \indexdef{}{attribute}{coinduct}\hypertarget{attribute.coinduct}{\hyperlink{attribute.coinduct}{\mbox{\isa{coinduct}}}} & : & \isa{attribute} \\
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1418
  \end{matharray}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1419
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1420
  \begin{rail}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1421
    'cases' spec
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1422
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1423
    'induct' spec
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1424
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1425
    'coinduct' spec
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1426
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1427
27142
92e8a38fd8f6 updated generated file;
wenzelm
parents: 27124
diff changeset
  1428
    spec: (('type' | 'pred' | 'set') ':' nameref) | 'del'
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1429
    ;
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1430
  \end{rail}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1431
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1432
  \begin{description}
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1433
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1434
  \item \hyperlink{command.print-induct-rules}{\mbox{\isa{\isacommand{print{\isacharunderscore}induct{\isacharunderscore}rules}}}} prints cases and induct rules
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1435
  for predicates (or sets) and types of the current context.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1436
  
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1437
  \item \hyperlink{attribute.cases}{\mbox{\isa{cases}}}, \hyperlink{attribute.induct}{\mbox{\isa{induct}}}, and \hyperlink{attribute.coinduct}{\mbox{\isa{coinduct}}} (as attributes) declare rules for reasoning about
27142
92e8a38fd8f6 updated generated file;
wenzelm
parents: 27124
diff changeset
  1438
  (co)inductive predicates (or sets) and types, using the
92e8a38fd8f6 updated generated file;
wenzelm
parents: 27124
diff changeset
  1439
  corresponding methods of the same name.  Certain definitional
92e8a38fd8f6 updated generated file;
wenzelm
parents: 27124
diff changeset
  1440
  packages of object-logics usually declare emerging cases and
92e8a38fd8f6 updated generated file;
wenzelm
parents: 27124
diff changeset
  1441
  induction rules as expected, so users rarely need to intervene.
92e8a38fd8f6 updated generated file;
wenzelm
parents: 27124
diff changeset
  1442
92e8a38fd8f6 updated generated file;
wenzelm
parents: 27124
diff changeset
  1443
  Rules may be deleted via the \isa{{\isachardoublequote}del{\isachardoublequote}} specification, which
92e8a38fd8f6 updated generated file;
wenzelm
parents: 27124
diff changeset
  1444
  covers all of the \isa{{\isachardoublequote}type{\isachardoublequote}}/\isa{{\isachardoublequote}pred{\isachardoublequote}}/\isa{{\isachardoublequote}set{\isachardoublequote}}
92e8a38fd8f6 updated generated file;
wenzelm
parents: 27124
diff changeset
  1445
  sub-categories simultaneously.  For example, \hyperlink{attribute.cases}{\mbox{\isa{cases}}}~\isa{del} removes any \hyperlink{attribute.cases}{\mbox{\isa{cases}}} rules declared for
92e8a38fd8f6 updated generated file;
wenzelm
parents: 27124
diff changeset
  1446
  some type, predicate, or set.
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1447
  
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1448
  Manual rule declarations usually refer to the \hyperlink{attribute.case-names}{\mbox{\isa{case{\isacharunderscore}names}}} and \hyperlink{attribute.params}{\mbox{\isa{params}}} attributes to adjust names of
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1449
  cases and parameters of a rule; the \hyperlink{attribute.consumes}{\mbox{\isa{consumes}}}
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1450
  declaration is taken care of automatically: \hyperlink{attribute.consumes}{\mbox{\isa{consumes}}}~\isa{{\isadigit{0}}} is specified for ``type'' rules and \hyperlink{attribute.consumes}{\mbox{\isa{consumes}}}~\isa{{\isadigit{1}}} for ``predicate'' / ``set'' rules.
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1451
28788
ff9d8a8932e4 updated generated files;
wenzelm
parents: 27142
diff changeset
  1452
  \end{description}%
27042
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1453
\end{isamarkuptext}%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1454
\isamarkuptrue%
8fcf19f2168b updated generated file;
wenzelm
parents: 26961
diff changeset
  1455
%
26869
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1456
\isadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1457
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1458
\endisadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1459
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1460
\isatagtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1461
\isacommand{end}\isamarkupfalse%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1462
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1463
\endisatagtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1464
{\isafoldtheory}%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1465
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1466
\isadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1467
%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1468
\endisadelimtheory
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1469
\isanewline
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1470
\end{isabellebody}%
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1471
%%% Local Variables:
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1472
%%% mode: latex
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1473
%%% TeX-master: "root"
3bc332135aa7 added chapters for "Specifications" and "Proofs";
wenzelm
parents:
diff changeset
  1474
%%% End: