26782
|
1 |
%
|
|
2 |
\begin{isabellebody}%
|
|
3 |
\def\isabellecontext{Generic}%
|
|
4 |
%
|
|
5 |
\isadelimtheory
|
|
6 |
\isanewline
|
|
7 |
\isanewline
|
|
8 |
%
|
|
9 |
\endisadelimtheory
|
|
10 |
%
|
|
11 |
\isatagtheory
|
|
12 |
\isacommand{theory}\isamarkupfalse%
|
|
13 |
\ Generic\isanewline
|
26895
|
14 |
\isakeyword{imports}\ Main\isanewline
|
26782
|
15 |
\isakeyword{begin}%
|
|
16 |
\endisatagtheory
|
|
17 |
{\isafoldtheory}%
|
|
18 |
%
|
|
19 |
\isadelimtheory
|
|
20 |
%
|
|
21 |
\endisadelimtheory
|
|
22 |
%
|
|
23 |
\isamarkupchapter{Generic tools and packages \label{ch:gen-tools}%
|
|
24 |
}
|
|
25 |
\isamarkuptrue%
|
|
26 |
%
|
27042
|
27 |
\isamarkupsection{Configuration options%
|
26782
|
28 |
}
|
|
29 |
\isamarkuptrue%
|
|
30 |
%
|
|
31 |
\begin{isamarkuptext}%
|
|
32 |
Isabelle/Pure maintains a record of named configuration options
|
|
33 |
within the theory or proof context, with values of type \verb|bool|, \verb|int|, or \verb|string|. Tools may declare
|
|
34 |
options in ML, and then refer to these values (relative to the
|
|
35 |
context). Thus global reference variables are easily avoided. The
|
|
36 |
user may change the value of a configuration option by means of an
|
|
37 |
associated attribute of the same name. This form of context
|
26902
|
38 |
declaration works particularly well with commands such as \hyperlink{command.declare}{\mbox{\isa{\isacommand{declare}}}} or \hyperlink{command.using}{\mbox{\isa{\isacommand{using}}}}.
|
26782
|
39 |
|
|
40 |
For historical reasons, some tools cannot take the full proof
|
|
41 |
context into account and merely refer to the background theory.
|
|
42 |
This is accommodated by configuration options being declared as
|
|
43 |
``global'', which may not be changed within a local context.
|
|
44 |
|
|
45 |
\begin{matharray}{rcll}
|
28788
|
46 |
\indexdef{}{command}{print\_configs}\hypertarget{command.print-configs}{\hyperlink{command.print-configs}{\mbox{\isa{\isacommand{print{\isacharunderscore}configs}}}}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\
|
26782
|
47 |
\end{matharray}
|
|
48 |
|
|
49 |
\begin{rail}
|
|
50 |
name ('=' ('true' | 'false' | int | name))?
|
|
51 |
\end{rail}
|
|
52 |
|
28788
|
53 |
\begin{description}
|
26782
|
54 |
|
28788
|
55 |
\item \hyperlink{command.print-configs}{\mbox{\isa{\isacommand{print{\isacharunderscore}configs}}}} prints the available configuration
|
|
56 |
options, with names, types, and current values.
|
26782
|
57 |
|
28788
|
58 |
\item \isa{{\isachardoublequote}name\ {\isacharequal}\ value{\isachardoublequote}} as an attribute expression modifies the
|
|
59 |
named option, with the syntax of the value depending on the option's
|
|
60 |
type. For \verb|bool| the default value is \isa{true}. Any
|
|
61 |
attempt to change a global option in a local context is ignored.
|
26782
|
62 |
|
28788
|
63 |
\end{description}%
|
26782
|
64 |
\end{isamarkuptext}%
|
|
65 |
\isamarkuptrue%
|
|
66 |
%
|
27042
|
67 |
\isamarkupsection{Basic proof tools%
|
26782
|
68 |
}
|
|
69 |
\isamarkuptrue%
|
|
70 |
%
|
|
71 |
\isamarkupsubsection{Miscellaneous methods and attributes \label{sec:misc-meth-att}%
|
|
72 |
}
|
|
73 |
\isamarkuptrue%
|
|
74 |
%
|
|
75 |
\begin{isamarkuptext}%
|
|
76 |
\begin{matharray}{rcl}
|
28788
|
77 |
\indexdef{}{method}{unfold}\hypertarget{method.unfold}{\hyperlink{method.unfold}{\mbox{\isa{unfold}}}} & : & \isa{method} \\
|
|
78 |
\indexdef{}{method}{fold}\hypertarget{method.fold}{\hyperlink{method.fold}{\mbox{\isa{fold}}}} & : & \isa{method} \\
|
|
79 |
\indexdef{}{method}{insert}\hypertarget{method.insert}{\hyperlink{method.insert}{\mbox{\isa{insert}}}} & : & \isa{method} \\[0.5ex]
|
|
80 |
\indexdef{}{method}{erule}\hypertarget{method.erule}{\hyperlink{method.erule}{\mbox{\isa{erule}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
81 |
\indexdef{}{method}{drule}\hypertarget{method.drule}{\hyperlink{method.drule}{\mbox{\isa{drule}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
82 |
\indexdef{}{method}{frule}\hypertarget{method.frule}{\hyperlink{method.frule}{\mbox{\isa{frule}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
83 |
\indexdef{}{method}{succeed}\hypertarget{method.succeed}{\hyperlink{method.succeed}{\mbox{\isa{succeed}}}} & : & \isa{method} \\
|
|
84 |
\indexdef{}{method}{fail}\hypertarget{method.fail}{\hyperlink{method.fail}{\mbox{\isa{fail}}}} & : & \isa{method} \\
|
26782
|
85 |
\end{matharray}
|
|
86 |
|
|
87 |
\begin{rail}
|
|
88 |
('fold' | 'unfold' | 'insert') thmrefs
|
|
89 |
;
|
|
90 |
('erule' | 'drule' | 'frule') ('('nat')')? thmrefs
|
|
91 |
;
|
|
92 |
\end{rail}
|
|
93 |
|
28788
|
94 |
\begin{description}
|
26782
|
95 |
|
28788
|
96 |
\item \hyperlink{method.unfold}{\mbox{\isa{unfold}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} and \hyperlink{method.fold}{\mbox{\isa{fold}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} expand (or fold back) the given definitions throughout
|
|
97 |
all goals; any chained facts provided are inserted into the goal and
|
|
98 |
subject to rewriting as well.
|
26782
|
99 |
|
28788
|
100 |
\item \hyperlink{method.insert}{\mbox{\isa{insert}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} inserts theorems as facts
|
|
101 |
into all goals of the proof state. Note that current facts
|
|
102 |
indicated for forward chaining are ignored.
|
26782
|
103 |
|
28788
|
104 |
\item \hyperlink{method.erule}{\mbox{\isa{erule}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}}, \hyperlink{method.drule}{\mbox{\isa{drule}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}}, and \hyperlink{method.frule}{\mbox{\isa{frule}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} are similar to the
|
|
105 |
basic \hyperlink{method.rule}{\mbox{\isa{rule}}} method (see \secref{sec:pure-meth-att}), but
|
|
106 |
apply rules by elim-resolution, destruct-resolution, and
|
|
107 |
forward-resolution, respectively \cite{isabelle-ref}. The optional
|
|
108 |
natural number argument (default 0) specifies additional assumption
|
|
109 |
steps to be performed here.
|
26782
|
110 |
|
|
111 |
Note that these methods are improper ones, mainly serving for
|
|
112 |
experimentation and tactic script emulation. Different modes of
|
|
113 |
basic rule application are usually expressed in Isar at the proof
|
|
114 |
language level, rather than via implicit proof state manipulations.
|
|
115 |
For example, a proper single-step elimination would be done using
|
26902
|
116 |
the plain \hyperlink{method.rule}{\mbox{\isa{rule}}} method, with forward chaining of current
|
26782
|
117 |
facts.
|
|
118 |
|
28788
|
119 |
\item \hyperlink{method.succeed}{\mbox{\isa{succeed}}} yields a single (unchanged) result; it is
|
26842
|
120 |
the identity of the ``\isa{{\isachardoublequote}{\isacharcomma}{\isachardoublequote}}'' method combinator (cf.\
|
28788
|
121 |
\secref{sec:proof-meth}).
|
26782
|
122 |
|
28788
|
123 |
\item \hyperlink{method.fail}{\mbox{\isa{fail}}} yields an empty result sequence; it is the
|
26842
|
124 |
identity of the ``\isa{{\isachardoublequote}{\isacharbar}{\isachardoublequote}}'' method combinator (cf.\
|
28788
|
125 |
\secref{sec:proof-meth}).
|
26782
|
126 |
|
28788
|
127 |
\end{description}
|
26782
|
128 |
|
|
129 |
\begin{matharray}{rcl}
|
28788
|
130 |
\indexdef{}{attribute}{tagged}\hypertarget{attribute.tagged}{\hyperlink{attribute.tagged}{\mbox{\isa{tagged}}}} & : & \isa{attribute} \\
|
|
131 |
\indexdef{}{attribute}{untagged}\hypertarget{attribute.untagged}{\hyperlink{attribute.untagged}{\mbox{\isa{untagged}}}} & : & \isa{attribute} \\[0.5ex]
|
|
132 |
\indexdef{}{attribute}{THEN}\hypertarget{attribute.THEN}{\hyperlink{attribute.THEN}{\mbox{\isa{THEN}}}} & : & \isa{attribute} \\
|
|
133 |
\indexdef{}{attribute}{COMP}\hypertarget{attribute.COMP}{\hyperlink{attribute.COMP}{\mbox{\isa{COMP}}}} & : & \isa{attribute} \\[0.5ex]
|
|
134 |
\indexdef{}{attribute}{unfolded}\hypertarget{attribute.unfolded}{\hyperlink{attribute.unfolded}{\mbox{\isa{unfolded}}}} & : & \isa{attribute} \\
|
|
135 |
\indexdef{}{attribute}{folded}\hypertarget{attribute.folded}{\hyperlink{attribute.folded}{\mbox{\isa{folded}}}} & : & \isa{attribute} \\[0.5ex]
|
|
136 |
\indexdef{}{attribute}{rotated}\hypertarget{attribute.rotated}{\hyperlink{attribute.rotated}{\mbox{\isa{rotated}}}} & : & \isa{attribute} \\
|
|
137 |
\indexdef{Pure}{attribute}{elim\_format}\hypertarget{attribute.Pure.elim-format}{\hyperlink{attribute.Pure.elim-format}{\mbox{\isa{elim{\isacharunderscore}format}}}} & : & \isa{attribute} \\
|
|
138 |
\indexdef{}{attribute}{standard}\hypertarget{attribute.standard}{\hyperlink{attribute.standard}{\mbox{\isa{standard}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{attribute} \\
|
|
139 |
\indexdef{}{attribute}{no\_vars}\hypertarget{attribute.no-vars}{\hyperlink{attribute.no-vars}{\mbox{\isa{no{\isacharunderscore}vars}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{attribute} \\
|
26782
|
140 |
\end{matharray}
|
|
141 |
|
|
142 |
\begin{rail}
|
28788
|
143 |
'tagged' name name
|
26782
|
144 |
;
|
|
145 |
'untagged' name
|
|
146 |
;
|
|
147 |
('THEN' | 'COMP') ('[' nat ']')? thmref
|
|
148 |
;
|
|
149 |
('unfolded' | 'folded') thmrefs
|
|
150 |
;
|
|
151 |
'rotated' ( int )?
|
|
152 |
\end{rail}
|
|
153 |
|
28788
|
154 |
\begin{description}
|
26782
|
155 |
|
28788
|
156 |
\item \hyperlink{attribute.tagged}{\mbox{\isa{tagged}}}~\isa{{\isachardoublequote}name\ value{\isachardoublequote}} and \hyperlink{attribute.untagged}{\mbox{\isa{untagged}}}~\isa{name} add and remove \emph{tags} of some theorem.
|
26782
|
157 |
Tags may be any list of string pairs that serve as formal comment.
|
28788
|
158 |
The first string is considered the tag name, the second its value.
|
|
159 |
Note that \hyperlink{attribute.untagged}{\mbox{\isa{untagged}}} removes any tags of the same name.
|
26782
|
160 |
|
28788
|
161 |
\item \hyperlink{attribute.THEN}{\mbox{\isa{THEN}}}~\isa{a} and \hyperlink{attribute.COMP}{\mbox{\isa{COMP}}}~\isa{a}
|
26902
|
162 |
compose rules by resolution. \hyperlink{attribute.THEN}{\mbox{\isa{THEN}}} resolves with the
|
26782
|
163 |
first premise of \isa{a} (an alternative position may be also
|
26902
|
164 |
specified); the \hyperlink{attribute.COMP}{\mbox{\isa{COMP}}} version skips the automatic
|
28788
|
165 |
lifting process that is normally intended (cf.\ \verb|op RS| and \verb|op COMP| in
|
|
166 |
\cite[\S5]{isabelle-ref}).
|
26782
|
167 |
|
28788
|
168 |
\item \hyperlink{attribute.unfolded}{\mbox{\isa{unfolded}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} and \hyperlink{attribute.folded}{\mbox{\isa{folded}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} expand and fold back again the given
|
|
169 |
definitions throughout a rule.
|
26782
|
170 |
|
28788
|
171 |
\item \hyperlink{attribute.rotated}{\mbox{\isa{rotated}}}~\isa{n} rotate the premises of a
|
26782
|
172 |
theorem by \isa{n} (default 1).
|
|
173 |
|
28788
|
174 |
\item \hyperlink{attribute.Pure.elim-format}{\mbox{\isa{elim{\isacharunderscore}format}}} turns a destruction rule into
|
|
175 |
elimination rule format, by resolving with the rule \isa{{\isachardoublequote}PROP\ A\ {\isasymLongrightarrow}\ {\isacharparenleft}PROP\ A\ {\isasymLongrightarrow}\ PROP\ B{\isacharparenright}\ {\isasymLongrightarrow}\ PROP\ B{\isachardoublequote}}.
|
26782
|
176 |
|
|
177 |
Note that the Classical Reasoner (\secref{sec:classical}) provides
|
|
178 |
its own version of this operation.
|
|
179 |
|
28788
|
180 |
\item \hyperlink{attribute.standard}{\mbox{\isa{standard}}} puts a theorem into the standard form of
|
|
181 |
object-rules at the outermost theory level. Note that this
|
26782
|
182 |
operation violates the local proof context (including active
|
|
183 |
locales).
|
|
184 |
|
28788
|
185 |
\item \hyperlink{attribute.no-vars}{\mbox{\isa{no{\isacharunderscore}vars}}} replaces schematic variables by free
|
26782
|
186 |
ones; this is mainly for tuning output of pretty printed theorems.
|
|
187 |
|
28788
|
188 |
\end{description}%
|
26782
|
189 |
\end{isamarkuptext}%
|
|
190 |
\isamarkuptrue%
|
|
191 |
%
|
27047
|
192 |
\isamarkupsubsection{Low-level equational reasoning%
|
|
193 |
}
|
|
194 |
\isamarkuptrue%
|
|
195 |
%
|
|
196 |
\begin{isamarkuptext}%
|
|
197 |
\begin{matharray}{rcl}
|
28788
|
198 |
\indexdef{}{method}{subst}\hypertarget{method.subst}{\hyperlink{method.subst}{\mbox{\isa{subst}}}} & : & \isa{method} \\
|
|
199 |
\indexdef{}{method}{hypsubst}\hypertarget{method.hypsubst}{\hyperlink{method.hypsubst}{\mbox{\isa{hypsubst}}}} & : & \isa{method} \\
|
|
200 |
\indexdef{}{method}{split}\hypertarget{method.split}{\hyperlink{method.split}{\mbox{\isa{split}}}} & : & \isa{method} \\
|
27047
|
201 |
\end{matharray}
|
|
202 |
|
|
203 |
\begin{rail}
|
|
204 |
'subst' ('(' 'asm' ')')? ('(' (nat+) ')')? thmref
|
|
205 |
;
|
|
206 |
'split' ('(' 'asm' ')')? thmrefs
|
|
207 |
;
|
|
208 |
\end{rail}
|
|
209 |
|
|
210 |
These methods provide low-level facilities for equational reasoning
|
|
211 |
that are intended for specialized applications only. Normally,
|
|
212 |
single step calculations would be performed in a structured text
|
|
213 |
(see also \secref{sec:calculation}), while the Simplifier methods
|
|
214 |
provide the canonical way for automated normalization (see
|
|
215 |
\secref{sec:simplifier}).
|
|
216 |
|
28788
|
217 |
\begin{description}
|
27047
|
218 |
|
28788
|
219 |
\item \hyperlink{method.subst}{\mbox{\isa{subst}}}~\isa{eq} performs a single substitution step
|
|
220 |
using rule \isa{eq}, which may be either a meta or object
|
27047
|
221 |
equality.
|
|
222 |
|
28788
|
223 |
\item \hyperlink{method.subst}{\mbox{\isa{subst}}}~\isa{{\isachardoublequote}{\isacharparenleft}asm{\isacharparenright}\ eq{\isachardoublequote}} substitutes in an
|
27047
|
224 |
assumption.
|
|
225 |
|
28788
|
226 |
\item \hyperlink{method.subst}{\mbox{\isa{subst}}}~\isa{{\isachardoublequote}{\isacharparenleft}i\ {\isasymdots}\ j{\isacharparenright}\ eq{\isachardoublequote}} performs several
|
27047
|
227 |
substitutions in the conclusion. The numbers \isa{i} to \isa{j}
|
|
228 |
indicate the positions to substitute at. Positions are ordered from
|
|
229 |
the top of the term tree moving down from left to right. For
|
|
230 |
example, in \isa{{\isachardoublequote}{\isacharparenleft}a\ {\isacharplus}\ b{\isacharparenright}\ {\isacharplus}\ {\isacharparenleft}c\ {\isacharplus}\ d{\isacharparenright}{\isachardoublequote}} there are three positions
|
28788
|
231 |
where commutativity of \isa{{\isachardoublequote}{\isacharplus}{\isachardoublequote}} is applicable: 1 refers to \isa{{\isachardoublequote}a\ {\isacharplus}\ b{\isachardoublequote}}, 2 to the whole term, and 3 to \isa{{\isachardoublequote}c\ {\isacharplus}\ d{\isachardoublequote}}.
|
27047
|
232 |
|
|
233 |
If the positions in the list \isa{{\isachardoublequote}{\isacharparenleft}i\ {\isasymdots}\ j{\isacharparenright}{\isachardoublequote}} are non-overlapping
|
|
234 |
(e.g.\ \isa{{\isachardoublequote}{\isacharparenleft}{\isadigit{2}}\ {\isadigit{3}}{\isacharparenright}{\isachardoublequote}} in \isa{{\isachardoublequote}{\isacharparenleft}a\ {\isacharplus}\ b{\isacharparenright}\ {\isacharplus}\ {\isacharparenleft}c\ {\isacharplus}\ d{\isacharparenright}{\isachardoublequote}}) you may
|
|
235 |
assume all substitutions are performed simultaneously. Otherwise
|
|
236 |
the behaviour of \isa{subst} is not specified.
|
|
237 |
|
28788
|
238 |
\item \hyperlink{method.subst}{\mbox{\isa{subst}}}~\isa{{\isachardoublequote}{\isacharparenleft}asm{\isacharparenright}\ {\isacharparenleft}i\ {\isasymdots}\ j{\isacharparenright}\ eq{\isachardoublequote}} performs the
|
27072
|
239 |
substitutions in the assumptions. The positions refer to the
|
|
240 |
assumptions in order from left to right. For example, given in a
|
|
241 |
goal of the form \isa{{\isachardoublequote}P\ {\isacharparenleft}a\ {\isacharplus}\ b{\isacharparenright}\ {\isasymLongrightarrow}\ P\ {\isacharparenleft}c\ {\isacharplus}\ d{\isacharparenright}\ {\isasymLongrightarrow}\ {\isasymdots}{\isachardoublequote}}, position 1 of
|
|
242 |
commutativity of \isa{{\isachardoublequote}{\isacharplus}{\isachardoublequote}} is the subterm \isa{{\isachardoublequote}a\ {\isacharplus}\ b{\isachardoublequote}} and
|
|
243 |
position 2 is the subterm \isa{{\isachardoublequote}c\ {\isacharplus}\ d{\isachardoublequote}}.
|
27047
|
244 |
|
28788
|
245 |
\item \hyperlink{method.hypsubst}{\mbox{\isa{hypsubst}}} performs substitution using some
|
27047
|
246 |
assumption; this only works for equations of the form \isa{{\isachardoublequote}x\ {\isacharequal}\ t{\isachardoublequote}} where \isa{x} is a free or bound variable.
|
|
247 |
|
28788
|
248 |
\item \hyperlink{method.split}{\mbox{\isa{split}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} performs single-step case
|
|
249 |
splitting using the given rules. By default, splitting is performed
|
|
250 |
in the conclusion of a goal; the \isa{{\isachardoublequote}{\isacharparenleft}asm{\isacharparenright}{\isachardoublequote}} option indicates to
|
|
251 |
operate on assumptions instead.
|
27047
|
252 |
|
|
253 |
Note that the \hyperlink{method.simp}{\mbox{\isa{simp}}} method already involves repeated
|
|
254 |
application of split rules as declared in the current context.
|
|
255 |
|
28788
|
256 |
\end{description}%
|
27047
|
257 |
\end{isamarkuptext}%
|
|
258 |
\isamarkuptrue%
|
|
259 |
%
|
26782
|
260 |
\isamarkupsubsection{Further tactic emulations \label{sec:tactics}%
|
|
261 |
}
|
|
262 |
\isamarkuptrue%
|
|
263 |
%
|
|
264 |
\begin{isamarkuptext}%
|
|
265 |
The following improper proof methods emulate traditional tactics.
|
|
266 |
These admit direct access to the goal state, which is normally
|
|
267 |
considered harmful! In particular, this may involve both numbered
|
|
268 |
goal addressing (default 1), and dynamic instantiation within the
|
|
269 |
scope of some subgoal.
|
|
270 |
|
|
271 |
\begin{warn}
|
|
272 |
Dynamic instantiations refer to universally quantified parameters
|
|
273 |
of a subgoal (the dynamic context) rather than fixed variables and
|
|
274 |
term abbreviations of a (static) Isar context.
|
|
275 |
\end{warn}
|
|
276 |
|
|
277 |
Tactic emulation methods, unlike their ML counterparts, admit
|
|
278 |
simultaneous instantiation from both dynamic and static contexts.
|
|
279 |
If names occur in both contexts goal parameters hide locally fixed
|
|
280 |
variables. Likewise, schematic variables refer to term
|
|
281 |
abbreviations, if present in the static context. Otherwise the
|
|
282 |
schematic variable is interpreted as a schematic variable and left
|
|
283 |
to be solved by unification with certain parts of the subgoal.
|
|
284 |
|
|
285 |
Note that the tactic emulation proof methods in Isabelle/Isar are
|
|
286 |
consistently named \isa{foo{\isacharunderscore}tac}. Note also that variable names
|
|
287 |
occurring on left hand sides of instantiations must be preceded by a
|
|
288 |
question mark if they coincide with a keyword or contain dots. This
|
26902
|
289 |
is consistent with the attribute \hyperlink{attribute.where}{\mbox{\isa{where}}} (see
|
26782
|
290 |
\secref{sec:pure-meth-att}).
|
|
291 |
|
|
292 |
\begin{matharray}{rcl}
|
28788
|
293 |
\indexdef{}{method}{rule\_tac}\hypertarget{method.rule-tac}{\hyperlink{method.rule-tac}{\mbox{\isa{rule{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
294 |
\indexdef{}{method}{erule\_tac}\hypertarget{method.erule-tac}{\hyperlink{method.erule-tac}{\mbox{\isa{erule{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
295 |
\indexdef{}{method}{drule\_tac}\hypertarget{method.drule-tac}{\hyperlink{method.drule-tac}{\mbox{\isa{drule{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
296 |
\indexdef{}{method}{frule\_tac}\hypertarget{method.frule-tac}{\hyperlink{method.frule-tac}{\mbox{\isa{frule{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
297 |
\indexdef{}{method}{cut\_tac}\hypertarget{method.cut-tac}{\hyperlink{method.cut-tac}{\mbox{\isa{cut{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
298 |
\indexdef{}{method}{thin\_tac}\hypertarget{method.thin-tac}{\hyperlink{method.thin-tac}{\mbox{\isa{thin{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
299 |
\indexdef{}{method}{subgoal\_tac}\hypertarget{method.subgoal-tac}{\hyperlink{method.subgoal-tac}{\mbox{\isa{subgoal{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
300 |
\indexdef{}{method}{rename\_tac}\hypertarget{method.rename-tac}{\hyperlink{method.rename-tac}{\mbox{\isa{rename{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
301 |
\indexdef{}{method}{rotate\_tac}\hypertarget{method.rotate-tac}{\hyperlink{method.rotate-tac}{\mbox{\isa{rotate{\isacharunderscore}tac}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
302 |
\indexdef{}{method}{tactic}\hypertarget{method.tactic}{\hyperlink{method.tactic}{\mbox{\isa{tactic}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
|
303 |
\indexdef{}{method}{raw\_tactic}\hypertarget{method.raw-tactic}{\hyperlink{method.raw-tactic}{\mbox{\isa{raw{\isacharunderscore}tactic}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{method} \\
|
26782
|
304 |
\end{matharray}
|
|
305 |
|
|
306 |
\begin{rail}
|
|
307 |
( 'rule\_tac' | 'erule\_tac' | 'drule\_tac' | 'frule\_tac' | 'cut\_tac' | 'thin\_tac' ) goalspec?
|
|
308 |
( insts thmref | thmrefs )
|
|
309 |
;
|
|
310 |
'subgoal\_tac' goalspec? (prop +)
|
|
311 |
;
|
|
312 |
'rename\_tac' goalspec? (name +)
|
|
313 |
;
|
|
314 |
'rotate\_tac' goalspec? int?
|
|
315 |
;
|
27224
|
316 |
('tactic' | 'raw_tactic') text
|
26782
|
317 |
;
|
|
318 |
|
|
319 |
insts: ((name '=' term) + 'and') 'in'
|
|
320 |
;
|
|
321 |
\end{rail}
|
|
322 |
|
28788
|
323 |
\begin{description}
|
26782
|
324 |
|
28788
|
325 |
\item \hyperlink{method.rule-tac}{\mbox{\isa{rule{\isacharunderscore}tac}}} etc. do resolution of rules with explicit
|
27249
|
326 |
instantiation. This works the same way as the ML tactics \verb|res_inst_tac| etc. (see \cite[\S3]{isabelle-ref})
|
26782
|
327 |
|
|
328 |
Multiple rules may be only given if there is no instantiation; then
|
26907
|
329 |
\hyperlink{method.rule-tac}{\mbox{\isa{rule{\isacharunderscore}tac}}} is the same as \verb|resolve_tac| in ML (see
|
26782
|
330 |
\cite[\S3]{isabelle-ref}).
|
|
331 |
|
28788
|
332 |
\item \hyperlink{method.cut-tac}{\mbox{\isa{cut{\isacharunderscore}tac}}} inserts facts into the proof state as
|
27210
|
333 |
assumption of a subgoal, see also \verb|Tactic.cut_facts_tac| in
|
26782
|
334 |
\cite[\S3]{isabelle-ref}. Note that the scope of schematic
|
|
335 |
variables is spread over the main goal statement. Instantiations
|
28788
|
336 |
may be given as well, see also ML tactic \verb|cut_inst_tac| in
|
27210
|
337 |
\cite[\S3]{isabelle-ref}.
|
26782
|
338 |
|
28788
|
339 |
\item \hyperlink{method.thin-tac}{\mbox{\isa{thin{\isacharunderscore}tac}}}~\isa{{\isasymphi}} deletes the specified assumption
|
|
340 |
from a subgoal; note that \isa{{\isasymphi}} may contain schematic variables.
|
|
341 |
See also \verb|thin_tac| in \cite[\S3]{isabelle-ref}.
|
|
342 |
|
|
343 |
\item \hyperlink{method.subgoal-tac}{\mbox{\isa{subgoal{\isacharunderscore}tac}}}~\isa{{\isasymphi}} adds \isa{{\isasymphi}} as an
|
27249
|
344 |
assumption to a subgoal. See also \verb|subgoal_tac| and \verb|subgoals_tac| in \cite[\S3]{isabelle-ref}.
|
26782
|
345 |
|
28788
|
346 |
\item \hyperlink{method.rename-tac}{\mbox{\isa{rename{\isacharunderscore}tac}}}~\isa{{\isachardoublequote}x\isactrlsub {\isadigit{1}}\ {\isasymdots}\ x\isactrlsub n{\isachardoublequote}} renames parameters of a
|
|
347 |
goal according to the list \isa{{\isachardoublequote}x\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ x\isactrlsub n{\isachardoublequote}}, which refers to the
|
|
348 |
\emph{suffix} of variables.
|
26782
|
349 |
|
28788
|
350 |
\item \hyperlink{method.rotate-tac}{\mbox{\isa{rotate{\isacharunderscore}tac}}}~\isa{n} rotates the assumptions of a
|
26782
|
351 |
goal by \isa{n} positions: from right to left if \isa{n} is
|
|
352 |
positive, and from left to right if \isa{n} is negative; the
|
|
353 |
default value is 1. See also \verb|rotate_tac| in
|
|
354 |
\cite[\S3]{isabelle-ref}.
|
|
355 |
|
28788
|
356 |
\item \hyperlink{method.tactic}{\mbox{\isa{tactic}}}~\isa{{\isachardoublequote}text{\isachardoublequote}} produces a proof method from
|
26782
|
357 |
any ML text of type \verb|tactic|. Apart from the usual ML
|
27224
|
358 |
environment and the current proof context, the ML code may refer to
|
|
359 |
the locally bound values \verb|facts|, which indicates any
|
|
360 |
current facts used for forward-chaining.
|
26782
|
361 |
|
28788
|
362 |
\item \hyperlink{method.raw-tactic}{\mbox{\isa{raw{\isacharunderscore}tactic}}} is similar to \hyperlink{method.tactic}{\mbox{\isa{tactic}}}, but
|
27224
|
363 |
presents the goal state in its raw internal form, where simultaneous
|
|
364 |
subgoals appear as conjunction of the logical framework instead of
|
|
365 |
the usual split into several subgoals. While feature this is useful
|
|
366 |
for debugging of complex method definitions, it should not never
|
|
367 |
appear in production theories.
|
26782
|
368 |
|
28788
|
369 |
\end{description}%
|
26782
|
370 |
\end{isamarkuptext}%
|
|
371 |
\isamarkuptrue%
|
|
372 |
%
|
27042
|
373 |
\isamarkupsection{The Simplifier \label{sec:simplifier}%
|
26782
|
374 |
}
|
|
375 |
\isamarkuptrue%
|
|
376 |
%
|
27042
|
377 |
\isamarkupsubsection{Simplification methods%
|
26782
|
378 |
}
|
|
379 |
\isamarkuptrue%
|
|
380 |
%
|
|
381 |
\begin{isamarkuptext}%
|
|
382 |
\begin{matharray}{rcl}
|
28788
|
383 |
\indexdef{}{method}{simp}\hypertarget{method.simp}{\hyperlink{method.simp}{\mbox{\isa{simp}}}} & : & \isa{method} \\
|
|
384 |
\indexdef{}{method}{simp\_all}\hypertarget{method.simp-all}{\hyperlink{method.simp-all}{\mbox{\isa{simp{\isacharunderscore}all}}}} & : & \isa{method} \\
|
26782
|
385 |
\end{matharray}
|
|
386 |
|
|
387 |
\indexouternonterm{simpmod}
|
|
388 |
\begin{rail}
|
|
389 |
('simp' | 'simp\_all') ('!' ?) opt? (simpmod *)
|
|
390 |
;
|
|
391 |
|
27094
|
392 |
opt: '(' ('no\_asm' | 'no\_asm\_simp' | 'no\_asm\_use' | 'asm\_lr' ) ')'
|
26782
|
393 |
;
|
|
394 |
simpmod: ('add' | 'del' | 'only' | 'cong' (() | 'add' | 'del') |
|
|
395 |
'split' (() | 'add' | 'del')) ':' thmrefs
|
|
396 |
;
|
|
397 |
\end{rail}
|
|
398 |
|
28788
|
399 |
\begin{description}
|
26782
|
400 |
|
28788
|
401 |
\item \hyperlink{method.simp}{\mbox{\isa{simp}}} invokes the Simplifier, after declaring
|
26782
|
402 |
additional rules according to the arguments given. Note that the
|
|
403 |
\railtterm{only} modifier first removes all other rewrite rules,
|
|
404 |
congruences, and looper tactics (including splits), and then behaves
|
|
405 |
like \railtterm{add}.
|
|
406 |
|
|
407 |
\medskip The \railtterm{cong} modifiers add or delete Simplifier
|
|
408 |
congruence rules (see also \cite{isabelle-ref}), the default is to
|
|
409 |
add.
|
|
410 |
|
|
411 |
\medskip The \railtterm{split} modifiers add or delete rules for the
|
|
412 |
Splitter (see also \cite{isabelle-ref}), the default is to add.
|
|
413 |
This works only if the Simplifier method has been properly setup to
|
|
414 |
include the Splitter (all major object logics such HOL, HOLCF, FOL,
|
|
415 |
ZF do this already).
|
|
416 |
|
28788
|
417 |
\item \hyperlink{method.simp-all}{\mbox{\isa{simp{\isacharunderscore}all}}} is similar to \hyperlink{method.simp}{\mbox{\isa{simp}}}, but acts on
|
26782
|
418 |
all goals (backwards from the last to the first one).
|
|
419 |
|
28788
|
420 |
\end{description}
|
26782
|
421 |
|
|
422 |
By default the Simplifier methods take local assumptions fully into
|
|
423 |
account, using equational assumptions in the subsequent
|
|
424 |
normalization process, or simplifying assumptions themselves (cf.\
|
|
425 |
\verb|asm_full_simp_tac| in \cite[\S10]{isabelle-ref}). In
|
|
426 |
structured proofs this is usually quite well behaved in practice:
|
|
427 |
just the local premises of the actual goal are involved, additional
|
26902
|
428 |
facts may be inserted via explicit forward-chaining (via \hyperlink{command.then}{\mbox{\isa{\isacommand{then}}}}, \hyperlink{command.from}{\mbox{\isa{\isacommand{from}}}}, \hyperlink{command.using}{\mbox{\isa{\isacommand{using}}}} etc.). The full
|
26842
|
429 |
context of premises is only included if the ``\isa{{\isachardoublequote}{\isacharbang}{\isachardoublequote}}'' (bang)
|
26782
|
430 |
argument is given, which should be used with some care, though.
|
|
431 |
|
|
432 |
Additional Simplifier options may be specified to tune the behavior
|
|
433 |
further (mostly for unstructured scripts with many accidental local
|
26842
|
434 |
facts): ``\isa{{\isachardoublequote}{\isacharparenleft}no{\isacharunderscore}asm{\isacharparenright}{\isachardoublequote}}'' means assumptions are ignored
|
|
435 |
completely (cf.\ \verb|simp_tac|), ``\isa{{\isachardoublequote}{\isacharparenleft}no{\isacharunderscore}asm{\isacharunderscore}simp{\isacharparenright}{\isachardoublequote}}'' means
|
26782
|
436 |
assumptions are used in the simplification of the conclusion but are
|
26842
|
437 |
not themselves simplified (cf.\ \verb|asm_simp_tac|), and ``\isa{{\isachardoublequote}{\isacharparenleft}no{\isacharunderscore}asm{\isacharunderscore}use{\isacharparenright}{\isachardoublequote}}'' means assumptions are simplified but are not used
|
26782
|
438 |
in the simplification of each other or the conclusion (cf.\ \verb|full_simp_tac|). For compatibility reasons, there is also an option
|
26842
|
439 |
``\isa{{\isachardoublequote}{\isacharparenleft}asm{\isacharunderscore}lr{\isacharparenright}{\isachardoublequote}}'', which means that an assumption is only used
|
26782
|
440 |
for simplifying assumptions which are to the right of it (cf.\ \verb|asm_lr_simp_tac|).
|
|
441 |
|
27094
|
442 |
The configuration option \isa{{\isachardoublequote}depth{\isacharunderscore}limit{\isachardoublequote}} limits the number of
|
26782
|
443 |
recursive invocations of the simplifier during conditional
|
|
444 |
rewriting.
|
|
445 |
|
|
446 |
\medskip The Splitter package is usually configured to work as part
|
26842
|
447 |
of the Simplifier. The effect of repeatedly applying \verb|split_tac| can be simulated by ``\isa{{\isachardoublequote}{\isacharparenleft}simp\ only{\isacharcolon}\ split{\isacharcolon}\ a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isacharparenright}{\isachardoublequote}}''. There is also a separate \isa{split}
|
26782
|
448 |
method available for single-step case splitting.%
|
|
449 |
\end{isamarkuptext}%
|
|
450 |
\isamarkuptrue%
|
|
451 |
%
|
27042
|
452 |
\isamarkupsubsection{Declaring rules%
|
26782
|
453 |
}
|
|
454 |
\isamarkuptrue%
|
|
455 |
%
|
|
456 |
\begin{isamarkuptext}%
|
|
457 |
\begin{matharray}{rcl}
|
28788
|
458 |
\indexdef{}{command}{print\_simpset}\hypertarget{command.print-simpset}{\hyperlink{command.print-simpset}{\mbox{\isa{\isacommand{print{\isacharunderscore}simpset}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\
|
|
459 |
\indexdef{}{attribute}{simp}\hypertarget{attribute.simp}{\hyperlink{attribute.simp}{\mbox{\isa{simp}}}} & : & \isa{attribute} \\
|
|
460 |
\indexdef{}{attribute}{cong}\hypertarget{attribute.cong}{\hyperlink{attribute.cong}{\mbox{\isa{cong}}}} & : & \isa{attribute} \\
|
|
461 |
\indexdef{}{attribute}{split}\hypertarget{attribute.split}{\hyperlink{attribute.split}{\mbox{\isa{split}}}} & : & \isa{attribute} \\
|
26782
|
462 |
\end{matharray}
|
|
463 |
|
|
464 |
\begin{rail}
|
|
465 |
('simp' | 'cong' | 'split') (() | 'add' | 'del')
|
|
466 |
;
|
|
467 |
\end{rail}
|
|
468 |
|
28788
|
469 |
\begin{description}
|
26782
|
470 |
|
28788
|
471 |
\item \hyperlink{command.print-simpset}{\mbox{\isa{\isacommand{print{\isacharunderscore}simpset}}}} prints the collection of rules
|
26782
|
472 |
declared to the Simplifier, which is also known as ``simpset''
|
|
473 |
internally \cite{isabelle-ref}.
|
|
474 |
|
28788
|
475 |
\item \hyperlink{attribute.simp}{\mbox{\isa{simp}}} declares simplification rules.
|
26782
|
476 |
|
28788
|
477 |
\item \hyperlink{attribute.cong}{\mbox{\isa{cong}}} declares congruence rules.
|
26782
|
478 |
|
28788
|
479 |
\item \hyperlink{attribute.split}{\mbox{\isa{split}}} declares case split rules.
|
26782
|
480 |
|
28788
|
481 |
\end{description}%
|
26782
|
482 |
\end{isamarkuptext}%
|
|
483 |
\isamarkuptrue%
|
|
484 |
%
|
27042
|
485 |
\isamarkupsubsection{Simplification procedures%
|
26782
|
486 |
}
|
|
487 |
\isamarkuptrue%
|
|
488 |
%
|
|
489 |
\begin{isamarkuptext}%
|
|
490 |
\begin{matharray}{rcl}
|
28788
|
491 |
\indexdef{}{command}{simproc\_setup}\hypertarget{command.simproc-setup}{\hyperlink{command.simproc-setup}{\mbox{\isa{\isacommand{simproc{\isacharunderscore}setup}}}}} & : & \isa{{\isachardoublequote}local{\isacharunderscore}theory\ {\isasymrightarrow}\ local{\isacharunderscore}theory{\isachardoublequote}} \\
|
|
492 |
simproc & : & \isa{attribute} \\
|
26782
|
493 |
\end{matharray}
|
|
494 |
|
|
495 |
\begin{rail}
|
|
496 |
'simproc\_setup' name '(' (term + '|') ')' '=' text \\ ('identifier' (nameref+))?
|
|
497 |
;
|
|
498 |
|
|
499 |
'simproc' (('add' ':')? | 'del' ':') (name+)
|
|
500 |
;
|
|
501 |
\end{rail}
|
|
502 |
|
28788
|
503 |
\begin{description}
|
26782
|
504 |
|
28788
|
505 |
\item \hyperlink{command.simproc-setup}{\mbox{\isa{\isacommand{simproc{\isacharunderscore}setup}}}} defines a named simplification
|
26782
|
506 |
procedure that is invoked by the Simplifier whenever any of the
|
|
507 |
given term patterns match the current redex. The implementation,
|
26842
|
508 |
which is provided as ML source text, needs to be of type \verb|"morphism -> simpset -> cterm -> thm option"|, where the \verb|cterm| represents the current redex \isa{r} and the result is
|
|
509 |
supposed to be some proven rewrite rule \isa{{\isachardoublequote}r\ {\isasymequiv}\ r{\isacharprime}{\isachardoublequote}} (or a
|
26782
|
510 |
generalized version), or \verb|NONE| to indicate failure. The
|
|
511 |
\verb|simpset| argument holds the full context of the current
|
|
512 |
Simplifier invocation, including the actual Isar proof context. The
|
|
513 |
\verb|morphism| informs about the difference of the original
|
|
514 |
compilation context wrt.\ the one of the actual application later
|
26902
|
515 |
on. The optional \hyperlink{keyword.identifier}{\mbox{\isa{\isakeyword{identifier}}}} specifies theorems that
|
26782
|
516 |
represent the logical content of the abstract theory of this
|
|
517 |
simproc.
|
|
518 |
|
|
519 |
Morphisms and identifiers are only relevant for simprocs that are
|
|
520 |
defined within a local target context, e.g.\ in a locale.
|
|
521 |
|
28788
|
522 |
\item \isa{{\isachardoublequote}simproc\ add{\isacharcolon}\ name{\isachardoublequote}} and \isa{{\isachardoublequote}simproc\ del{\isacharcolon}\ name{\isachardoublequote}}
|
26782
|
523 |
add or delete named simprocs to the current Simplifier context. The
|
26907
|
524 |
default is to add a simproc. Note that \hyperlink{command.simproc-setup}{\mbox{\isa{\isacommand{simproc{\isacharunderscore}setup}}}}
|
26782
|
525 |
already adds the new simproc to the subsequent context.
|
|
526 |
|
28788
|
527 |
\end{description}%
|
26782
|
528 |
\end{isamarkuptext}%
|
|
529 |
\isamarkuptrue%
|
|
530 |
%
|
27042
|
531 |
\isamarkupsubsection{Forward simplification%
|
26782
|
532 |
}
|
|
533 |
\isamarkuptrue%
|
|
534 |
%
|
|
535 |
\begin{isamarkuptext}%
|
|
536 |
\begin{matharray}{rcl}
|
28788
|
537 |
\indexdef{}{attribute}{simplified}\hypertarget{attribute.simplified}{\hyperlink{attribute.simplified}{\mbox{\isa{simplified}}}} & : & \isa{attribute} \\
|
26782
|
538 |
\end{matharray}
|
|
539 |
|
|
540 |
\begin{rail}
|
|
541 |
'simplified' opt? thmrefs?
|
|
542 |
;
|
|
543 |
|
26788
|
544 |
opt: '(' ('no\_asm' | 'no\_asm\_simp' | 'no\_asm\_use') ')'
|
26782
|
545 |
;
|
|
546 |
\end{rail}
|
|
547 |
|
28788
|
548 |
\begin{description}
|
26782
|
549 |
|
28788
|
550 |
\item \hyperlink{attribute.simplified}{\mbox{\isa{simplified}}}~\isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}\ {\isasymdots}\ a\isactrlsub n{\isachardoublequote}} causes a theorem to
|
|
551 |
be simplified, either by exactly the specified rules \isa{{\isachardoublequote}a\isactrlsub {\isadigit{1}}{\isacharcomma}\ {\isasymdots}{\isacharcomma}\ a\isactrlsub n{\isachardoublequote}}, or the implicit Simplifier context if no arguments are given.
|
|
552 |
The result is fully simplified by default, including assumptions and
|
|
553 |
conclusion; the options \isa{no{\isacharunderscore}asm} etc.\ tune the Simplifier in
|
|
554 |
the same way as the for the \isa{simp} method.
|
26782
|
555 |
|
|
556 |
Note that forward simplification restricts the simplifier to its
|
|
557 |
most basic operation of term rewriting; solver and looper tactics
|
|
558 |
\cite{isabelle-ref} are \emph{not} involved here. The \isa{simplified} attribute should be only rarely required under normal
|
|
559 |
circumstances.
|
|
560 |
|
28788
|
561 |
\end{description}%
|
26782
|
562 |
\end{isamarkuptext}%
|
|
563 |
\isamarkuptrue%
|
|
564 |
%
|
27042
|
565 |
\isamarkupsection{The Classical Reasoner \label{sec:classical}%
|
26782
|
566 |
}
|
|
567 |
\isamarkuptrue%
|
|
568 |
%
|
27042
|
569 |
\isamarkupsubsection{Basic methods%
|
26782
|
570 |
}
|
|
571 |
\isamarkuptrue%
|
|
572 |
%
|
|
573 |
\begin{isamarkuptext}%
|
|
574 |
\begin{matharray}{rcl}
|
28788
|
575 |
\indexdef{}{method}{rule}\hypertarget{method.rule}{\hyperlink{method.rule}{\mbox{\isa{rule}}}} & : & \isa{method} \\
|
|
576 |
\indexdef{}{method}{contradiction}\hypertarget{method.contradiction}{\hyperlink{method.contradiction}{\mbox{\isa{contradiction}}}} & : & \isa{method} \\
|
|
577 |
\indexdef{}{method}{intro}\hypertarget{method.intro}{\hyperlink{method.intro}{\mbox{\isa{intro}}}} & : & \isa{method} \\
|
|
578 |
\indexdef{}{method}{elim}\hypertarget{method.elim}{\hyperlink{method.elim}{\mbox{\isa{elim}}}} & : & \isa{method} \\
|
26782
|
579 |
\end{matharray}
|
|
580 |
|
|
581 |
\begin{rail}
|
|
582 |
('rule' | 'intro' | 'elim') thmrefs?
|
|
583 |
;
|
|
584 |
\end{rail}
|
|
585 |
|
28788
|
586 |
\begin{description}
|
26782
|
587 |
|
28788
|
588 |
\item \hyperlink{method.rule}{\mbox{\isa{rule}}} as offered by the Classical Reasoner is a
|
26782
|
589 |
refinement over the primitive one (see \secref{sec:pure-meth-att}).
|
|
590 |
Both versions essentially work the same, but the classical version
|
|
591 |
observes the classical rule context in addition to that of
|
|
592 |
Isabelle/Pure.
|
|
593 |
|
|
594 |
Common object logics (HOL, ZF, etc.) declare a rich collection of
|
|
595 |
classical rules (even if these would qualify as intuitionistic
|
|
596 |
ones), but only few declarations to the rule context of
|
|
597 |
Isabelle/Pure (\secref{sec:pure-meth-att}).
|
|
598 |
|
28788
|
599 |
\item \hyperlink{method.contradiction}{\mbox{\isa{contradiction}}} solves some goal by contradiction,
|
26842
|
600 |
deriving any result from both \isa{{\isachardoublequote}{\isasymnot}\ A{\isachardoublequote}} and \isa{A}. Chained
|
26782
|
601 |
facts, which are guaranteed to participate, may appear in either
|
|
602 |
order.
|
|
603 |
|
28788
|
604 |
\item \hyperlink{method.intro}{\mbox{\isa{intro}}} and \hyperlink{method.elim}{\mbox{\isa{elim}}} repeatedly refine some goal
|
|
605 |
by intro- or elim-resolution, after having inserted any chained
|
26902
|
606 |
facts. Exactly the rules given as arguments are taken into account;
|
|
607 |
this allows fine-tuned decomposition of a proof problem, in contrast
|
|
608 |
to common automated tools.
|
26782
|
609 |
|
28788
|
610 |
\end{description}%
|
26782
|
611 |
\end{isamarkuptext}%
|
|
612 |
\isamarkuptrue%
|
|
613 |
%
|
27042
|
614 |
\isamarkupsubsection{Automated methods%
|
26782
|
615 |
}
|
|
616 |
\isamarkuptrue%
|
|
617 |
%
|
|
618 |
\begin{isamarkuptext}%
|
|
619 |
\begin{matharray}{rcl}
|
28788
|
620 |
\indexdef{}{method}{blast}\hypertarget{method.blast}{\hyperlink{method.blast}{\mbox{\isa{blast}}}} & : & \isa{method} \\
|
|
621 |
\indexdef{}{method}{fast}\hypertarget{method.fast}{\hyperlink{method.fast}{\mbox{\isa{fast}}}} & : & \isa{method} \\
|
|
622 |
\indexdef{}{method}{slow}\hypertarget{method.slow}{\hyperlink{method.slow}{\mbox{\isa{slow}}}} & : & \isa{method} \\
|
|
623 |
\indexdef{}{method}{best}\hypertarget{method.best}{\hyperlink{method.best}{\mbox{\isa{best}}}} & : & \isa{method} \\
|
|
624 |
\indexdef{}{method}{safe}\hypertarget{method.safe}{\hyperlink{method.safe}{\mbox{\isa{safe}}}} & : & \isa{method} \\
|
|
625 |
\indexdef{}{method}{clarify}\hypertarget{method.clarify}{\hyperlink{method.clarify}{\mbox{\isa{clarify}}}} & : & \isa{method} \\
|
26782
|
626 |
\end{matharray}
|
|
627 |
|
|
628 |
\indexouternonterm{clamod}
|
|
629 |
\begin{rail}
|
|
630 |
'blast' ('!' ?) nat? (clamod *)
|
|
631 |
;
|
|
632 |
('fast' | 'slow' | 'best' | 'safe' | 'clarify') ('!' ?) (clamod *)
|
|
633 |
;
|
|
634 |
|
|
635 |
clamod: (('intro' | 'elim' | 'dest') ('!' | () | '?') | 'del') ':' thmrefs
|
|
636 |
;
|
|
637 |
\end{rail}
|
|
638 |
|
28788
|
639 |
\begin{description}
|
26782
|
640 |
|
28788
|
641 |
\item \hyperlink{method.blast}{\mbox{\isa{blast}}} refers to the classical tableau prover (see
|
26782
|
642 |
\verb|blast_tac| in \cite[\S11]{isabelle-ref}). The optional
|
|
643 |
argument specifies a user-supplied search bound (default 20).
|
|
644 |
|
28788
|
645 |
\item \hyperlink{method.fast}{\mbox{\isa{fast}}}, \hyperlink{method.slow}{\mbox{\isa{slow}}}, \hyperlink{method.best}{\mbox{\isa{best}}}, \hyperlink{method.safe}{\mbox{\isa{safe}}}, and \hyperlink{method.clarify}{\mbox{\isa{clarify}}} refer to the generic classical
|
26782
|
646 |
reasoner. See \verb|fast_tac|, \verb|slow_tac|, \verb|best_tac|, \verb|safe_tac|, and \verb|clarify_tac| in \cite[\S11]{isabelle-ref} for
|
|
647 |
more information.
|
|
648 |
|
28788
|
649 |
\end{description}
|
26782
|
650 |
|
|
651 |
Any of the above methods support additional modifiers of the context
|
|
652 |
of classical rules. Their semantics is analogous to the attributes
|
|
653 |
given before. Facts provided by forward chaining are inserted into
|
26842
|
654 |
the goal before commencing proof search. The ``\isa{{\isachardoublequote}{\isacharbang}{\isachardoublequote}}''~argument causes the full context of assumptions to be
|
26782
|
655 |
included as well.%
|
|
656 |
\end{isamarkuptext}%
|
|
657 |
\isamarkuptrue%
|
|
658 |
%
|
27042
|
659 |
\isamarkupsubsection{Combined automated methods \label{sec:clasimp}%
|
26782
|
660 |
}
|
|
661 |
\isamarkuptrue%
|
|
662 |
%
|
|
663 |
\begin{isamarkuptext}%
|
|
664 |
\begin{matharray}{rcl}
|
28788
|
665 |
\indexdef{}{method}{auto}\hypertarget{method.auto}{\hyperlink{method.auto}{\mbox{\isa{auto}}}} & : & \isa{method} \\
|
|
666 |
\indexdef{}{method}{force}\hypertarget{method.force}{\hyperlink{method.force}{\mbox{\isa{force}}}} & : & \isa{method} \\
|
|
667 |
\indexdef{}{method}{clarsimp}\hypertarget{method.clarsimp}{\hyperlink{method.clarsimp}{\mbox{\isa{clarsimp}}}} & : & \isa{method} \\
|
|
668 |
\indexdef{}{method}{fastsimp}\hypertarget{method.fastsimp}{\hyperlink{method.fastsimp}{\mbox{\isa{fastsimp}}}} & : & \isa{method} \\
|
|
669 |
\indexdef{}{method}{slowsimp}\hypertarget{method.slowsimp}{\hyperlink{method.slowsimp}{\mbox{\isa{slowsimp}}}} & : & \isa{method} \\
|
|
670 |
\indexdef{}{method}{bestsimp}\hypertarget{method.bestsimp}{\hyperlink{method.bestsimp}{\mbox{\isa{bestsimp}}}} & : & \isa{method} \\
|
26782
|
671 |
\end{matharray}
|
|
672 |
|
|
673 |
\indexouternonterm{clasimpmod}
|
|
674 |
\begin{rail}
|
|
675 |
'auto' '!'? (nat nat)? (clasimpmod *)
|
|
676 |
;
|
|
677 |
('force' | 'clarsimp' | 'fastsimp' | 'slowsimp' | 'bestsimp') '!'? (clasimpmod *)
|
|
678 |
;
|
|
679 |
|
|
680 |
clasimpmod: ('simp' (() | 'add' | 'del' | 'only') |
|
|
681 |
('cong' | 'split') (() | 'add' | 'del') |
|
|
682 |
'iff' (((() | 'add') '?'?) | 'del') |
|
|
683 |
(('intro' | 'elim' | 'dest') ('!' | () | '?') | 'del')) ':' thmrefs
|
|
684 |
\end{rail}
|
|
685 |
|
28788
|
686 |
\begin{description}
|
26782
|
687 |
|
28788
|
688 |
\item \hyperlink{method.auto}{\mbox{\isa{auto}}}, \hyperlink{method.force}{\mbox{\isa{force}}}, \hyperlink{method.clarsimp}{\mbox{\isa{clarsimp}}}, \hyperlink{method.fastsimp}{\mbox{\isa{fastsimp}}}, \hyperlink{method.slowsimp}{\mbox{\isa{slowsimp}}}, and \hyperlink{method.bestsimp}{\mbox{\isa{bestsimp}}} provide access
|
|
689 |
to Isabelle's combined simplification and classical reasoning
|
26782
|
690 |
tactics. These correspond to \verb|auto_tac|, \verb|force_tac|, \verb|clarsimp_tac|, and Classical Reasoner tactics with the Simplifier
|
|
691 |
added as wrapper, see \cite[\S11]{isabelle-ref} for more
|
|
692 |
information. The modifier arguments correspond to those given in
|
|
693 |
\secref{sec:simplifier} and \secref{sec:classical}. Just note that
|
|
694 |
the ones related to the Simplifier are prefixed by \railtterm{simp}
|
|
695 |
here.
|
|
696 |
|
|
697 |
Facts provided by forward chaining are inserted into the goal before
|
26842
|
698 |
doing the search. The ``\isa{{\isachardoublequote}{\isacharbang}{\isachardoublequote}}'' argument causes the full
|
26782
|
699 |
context of assumptions to be included as well.
|
|
700 |
|
28788
|
701 |
\end{description}%
|
26782
|
702 |
\end{isamarkuptext}%
|
|
703 |
\isamarkuptrue%
|
|
704 |
%
|
27042
|
705 |
\isamarkupsubsection{Declaring rules%
|
26782
|
706 |
}
|
|
707 |
\isamarkuptrue%
|
|
708 |
%
|
|
709 |
\begin{isamarkuptext}%
|
|
710 |
\begin{matharray}{rcl}
|
28788
|
711 |
\indexdef{}{command}{print\_claset}\hypertarget{command.print-claset}{\hyperlink{command.print-claset}{\mbox{\isa{\isacommand{print{\isacharunderscore}claset}}}}}\isa{{\isachardoublequote}\isactrlsup {\isacharasterisk}{\isachardoublequote}} & : & \isa{{\isachardoublequote}context\ {\isasymrightarrow}{\isachardoublequote}} \\
|
|
712 |
\indexdef{}{attribute}{intro}\hypertarget{attribute.intro}{\hyperlink{attribute.intro}{\mbox{\isa{intro}}}} & : & \isa{attribute} \\
|
|
713 |
\indexdef{}{attribute}{elim}\hypertarget{attribute.elim}{\hyperlink{attribute.elim}{\mbox{\isa{elim}}}} & : & \isa{attribute} \\
|
|
714 |
\indexdef{}{attribute}{dest}\hypertarget{attribute.dest}{\hyperlink{attribute.dest}{\mbox{\isa{dest}}}} & : & \isa{attribute} \\
|
|
715 |
\indexdef{}{attribute}{rule}\hypertarget{attribute.rule}{\hyperlink{attribute.rule}{\mbox{\isa{rule}}}} & : & \isa{attribute} \\
|
|
716 |
\indexdef{}{attribute}{iff}\hypertarget{attribute.iff}{\hyperlink{attribute.iff}{\mbox{\isa{iff}}}} & : & \isa{attribute} \\
|
26782
|
717 |
\end{matharray}
|
|
718 |
|
|
719 |
\begin{rail}
|
|
720 |
('intro' | 'elim' | 'dest') ('!' | () | '?') nat?
|
|
721 |
;
|
|
722 |
'rule' 'del'
|
|
723 |
;
|
|
724 |
'iff' (((() | 'add') '?'?) | 'del')
|
|
725 |
;
|
|
726 |
\end{rail}
|
|
727 |
|
28788
|
728 |
\begin{description}
|
26782
|
729 |
|
28788
|
730 |
\item \hyperlink{command.print-claset}{\mbox{\isa{\isacommand{print{\isacharunderscore}claset}}}} prints the collection of rules
|
26782
|
731 |
declared to the Classical Reasoner, which is also known as
|
|
732 |
``claset'' internally \cite{isabelle-ref}.
|
|
733 |
|
28788
|
734 |
\item \hyperlink{attribute.intro}{\mbox{\isa{intro}}}, \hyperlink{attribute.elim}{\mbox{\isa{elim}}}, and \hyperlink{attribute.dest}{\mbox{\isa{dest}}}
|
26782
|
735 |
declare introduction, elimination, and destruction rules,
|
|
736 |
respectively. By default, rules are considered as \emph{unsafe}
|
26842
|
737 |
(i.e.\ not applied blindly without backtracking), while ``\isa{{\isachardoublequote}{\isacharbang}{\isachardoublequote}}'' classifies as \emph{safe}. Rule declarations marked by
|
|
738 |
``\isa{{\isachardoublequote}{\isacharquery}{\isachardoublequote}}'' coincide with those of Isabelle/Pure, cf.\
|
26782
|
739 |
\secref{sec:pure-meth-att} (i.e.\ are only applied in single steps
|
26902
|
740 |
of the \hyperlink{method.rule}{\mbox{\isa{rule}}} method). The optional natural number
|
26782
|
741 |
specifies an explicit weight argument, which is ignored by automated
|
|
742 |
tools, but determines the search order of single rule steps.
|
|
743 |
|
28788
|
744 |
\item \hyperlink{attribute.rule}{\mbox{\isa{rule}}}~\isa{del} deletes introduction,
|
26782
|
745 |
elimination, or destruction rules from the context.
|
|
746 |
|
28788
|
747 |
\item \hyperlink{attribute.iff}{\mbox{\isa{iff}}} declares logical equivalences to the
|
26782
|
748 |
Simplifier and the Classical reasoner at the same time.
|
|
749 |
Non-conditional rules result in a ``safe'' introduction and
|
|
750 |
elimination pair; conditional ones are considered ``unsafe''. Rules
|
26842
|
751 |
with negative conclusion are automatically inverted (using \isa{{\isachardoublequote}{\isasymnot}{\isachardoublequote}}-elimination internally).
|
26782
|
752 |
|
26902
|
753 |
The ``\isa{{\isachardoublequote}{\isacharquery}{\isachardoublequote}}'' version of \hyperlink{attribute.iff}{\mbox{\isa{iff}}} declares rules to
|
26782
|
754 |
the Isabelle/Pure context only, and omits the Simplifier
|
|
755 |
declaration.
|
|
756 |
|
28788
|
757 |
\end{description}%
|
26782
|
758 |
\end{isamarkuptext}%
|
|
759 |
\isamarkuptrue%
|
|
760 |
%
|
27042
|
761 |
\isamarkupsubsection{Classical operations%
|
26782
|
762 |
}
|
|
763 |
\isamarkuptrue%
|
|
764 |
%
|
|
765 |
\begin{isamarkuptext}%
|
|
766 |
\begin{matharray}{rcl}
|
28788
|
767 |
\indexdef{}{attribute}{swapped}\hypertarget{attribute.swapped}{\hyperlink{attribute.swapped}{\mbox{\isa{swapped}}}} & : & \isa{attribute} \\
|
26782
|
768 |
\end{matharray}
|
|
769 |
|
28788
|
770 |
\begin{description}
|
26782
|
771 |
|
28788
|
772 |
\item \hyperlink{attribute.swapped}{\mbox{\isa{swapped}}} turns an introduction rule into an
|
26842
|
773 |
elimination, by resolving with the classical swap principle \isa{{\isachardoublequote}{\isacharparenleft}{\isasymnot}\ B\ {\isasymLongrightarrow}\ A{\isacharparenright}\ {\isasymLongrightarrow}\ {\isacharparenleft}{\isasymnot}\ A\ {\isasymLongrightarrow}\ B{\isacharparenright}{\isachardoublequote}}.
|
26782
|
774 |
|
28788
|
775 |
\end{description}%
|
26782
|
776 |
\end{isamarkuptext}%
|
|
777 |
\isamarkuptrue%
|
|
778 |
%
|
27047
|
779 |
\isamarkupsection{Object-logic setup \label{sec:object-logic}%
|
26790
|
780 |
}
|
|
781 |
\isamarkuptrue%
|
|
782 |
%
|
|
783 |
\begin{isamarkuptext}%
|
|
784 |
\begin{matharray}{rcl}
|
28788
|
785 |
\indexdef{}{command}{judgment}\hypertarget{command.judgment}{\hyperlink{command.judgment}{\mbox{\isa{\isacommand{judgment}}}}} & : & \isa{{\isachardoublequote}theory\ {\isasymrightarrow}\ theory{\isachardoublequote}} \\
|
|
786 |
\indexdef{}{method}{atomize}\hypertarget{method.atomize}{\hyperlink{method.atomize}{\mbox{\isa{atomize}}}} & : & \isa{method} \\
|
|
787 |
\indexdef{}{attribute}{atomize}\hypertarget{attribute.atomize}{\hyperlink{attribute.atomize}{\mbox{\isa{atomize}}}} & : & \isa{attribute} \\
|
|
788 |
\indexdef{}{attribute}{rule\_format}\hypertarget{attribute.rule-format}{\hyperlink{attribute.rule-format}{\mbox{\isa{rule{\isacharunderscore}format}}}} & : & \isa{attribute} \\
|
|
789 |
\indexdef{}{attribute}{rulify}\hypertarget{attribute.rulify}{\hyperlink{attribute.rulify}{\mbox{\isa{rulify}}}} & : & \isa{attribute} \\
|
26790
|
790 |
\end{matharray}
|
|
791 |
|
|
792 |
The very starting point for any Isabelle object-logic is a ``truth
|
|
793 |
judgment'' that links object-level statements to the meta-logic
|
|
794 |
(with its minimal language of \isa{prop} that covers universal
|
26842
|
795 |
quantification \isa{{\isachardoublequote}{\isasymAnd}{\isachardoublequote}} and implication \isa{{\isachardoublequote}{\isasymLongrightarrow}{\isachardoublequote}}).
|
26790
|
796 |
|
|
797 |
Common object-logics are sufficiently expressive to internalize rule
|
26842
|
798 |
statements over \isa{{\isachardoublequote}{\isasymAnd}{\isachardoublequote}} and \isa{{\isachardoublequote}{\isasymLongrightarrow}{\isachardoublequote}} within their own
|
26790
|
799 |
language. This is useful in certain situations where a rule needs
|
|
800 |
to be viewed as an atomic statement from the meta-level perspective,
|
26842
|
801 |
e.g.\ \isa{{\isachardoublequote}{\isasymAnd}x{\isachardot}\ x\ {\isasymin}\ A\ {\isasymLongrightarrow}\ P\ x{\isachardoublequote}} versus \isa{{\isachardoublequote}{\isasymforall}x\ {\isasymin}\ A{\isachardot}\ P\ x{\isachardoublequote}}.
|
26790
|
802 |
|
26902
|
803 |
From the following language elements, only the \hyperlink{method.atomize}{\mbox{\isa{atomize}}}
|
26907
|
804 |
method and \hyperlink{attribute.rule-format}{\mbox{\isa{rule{\isacharunderscore}format}}} attribute are occasionally
|
26790
|
805 |
required by end-users, the rest is for those who need to setup their
|
|
806 |
own object-logic. In the latter case existing formulations of
|
|
807 |
Isabelle/FOL or Isabelle/HOL may be taken as realistic examples.
|
|
808 |
|
|
809 |
Generic tools may refer to the information provided by object-logic
|
|
810 |
declarations internally.
|
|
811 |
|
|
812 |
\begin{rail}
|
|
813 |
'judgment' constdecl
|
|
814 |
;
|
|
815 |
'atomize' ('(' 'full' ')')?
|
|
816 |
;
|
|
817 |
'rule\_format' ('(' 'noasm' ')')?
|
|
818 |
;
|
|
819 |
\end{rail}
|
|
820 |
|
28788
|
821 |
\begin{description}
|
26790
|
822 |
|
28788
|
823 |
\item \hyperlink{command.judgment}{\mbox{\isa{\isacommand{judgment}}}}~\isa{{\isachardoublequote}c\ {\isacharcolon}{\isacharcolon}\ {\isasymsigma}\ {\isacharparenleft}mx{\isacharparenright}{\isachardoublequote}} declares constant
|
|
824 |
\isa{c} as the truth judgment of the current object-logic. Its
|
|
825 |
type \isa{{\isasymsigma}} should specify a coercion of the category of
|
|
826 |
object-level propositions to \isa{prop} of the Pure meta-logic;
|
|
827 |
the mixfix annotation \isa{{\isachardoublequote}{\isacharparenleft}mx{\isacharparenright}{\isachardoublequote}} would typically just link the
|
|
828 |
object language (internally of syntactic category \isa{logic})
|
|
829 |
with that of \isa{prop}. Only one \hyperlink{command.judgment}{\mbox{\isa{\isacommand{judgment}}}}
|
|
830 |
declaration may be given in any theory development.
|
26790
|
831 |
|
28788
|
832 |
\item \hyperlink{method.atomize}{\mbox{\isa{atomize}}} (as a method) rewrites any non-atomic
|
26790
|
833 |
premises of a sub-goal, using the meta-level equations declared via
|
26902
|
834 |
\hyperlink{attribute.atomize}{\mbox{\isa{atomize}}} (as an attribute) beforehand. As a result,
|
26790
|
835 |
heavily nested goals become amenable to fundamental operations such
|
26902
|
836 |
as resolution (cf.\ the \hyperlink{method.rule}{\mbox{\isa{rule}}} method). Giving the ``\isa{{\isachardoublequote}{\isacharparenleft}full{\isacharparenright}{\isachardoublequote}}'' option here means to turn the whole subgoal into an
|
26790
|
837 |
object-statement (if possible), including the outermost parameters
|
|
838 |
and assumptions as well.
|
|
839 |
|
26902
|
840 |
A typical collection of \hyperlink{attribute.atomize}{\mbox{\isa{atomize}}} rules for a particular
|
26790
|
841 |
object-logic would provide an internalization for each of the
|
26842
|
842 |
connectives of \isa{{\isachardoublequote}{\isasymAnd}{\isachardoublequote}}, \isa{{\isachardoublequote}{\isasymLongrightarrow}{\isachardoublequote}}, and \isa{{\isachardoublequote}{\isasymequiv}{\isachardoublequote}}.
|
26790
|
843 |
Meta-level conjunction should be covered as well (this is
|
|
844 |
particularly important for locales, see \secref{sec:locale}).
|
|
845 |
|
28788
|
846 |
\item \hyperlink{attribute.rule-format}{\mbox{\isa{rule{\isacharunderscore}format}}} rewrites a theorem by the equalities
|
|
847 |
declared as \hyperlink{attribute.rulify}{\mbox{\isa{rulify}}} rules in the current object-logic.
|
|
848 |
By default, the result is fully normalized, including assumptions
|
|
849 |
and conclusions at any depth. The \isa{{\isachardoublequote}{\isacharparenleft}no{\isacharunderscore}asm{\isacharparenright}{\isachardoublequote}} option
|
|
850 |
restricts the transformation to the conclusion of a rule.
|
26790
|
851 |
|
26907
|
852 |
In common object-logics (HOL, FOL, ZF), the effect of \hyperlink{attribute.rule-format}{\mbox{\isa{rule{\isacharunderscore}format}}} is to replace (bounded) universal quantification
|
26842
|
853 |
(\isa{{\isachardoublequote}{\isasymforall}{\isachardoublequote}}) and implication (\isa{{\isachardoublequote}{\isasymlongrightarrow}{\isachardoublequote}}) by the corresponding
|
|
854 |
rule statements over \isa{{\isachardoublequote}{\isasymAnd}{\isachardoublequote}} and \isa{{\isachardoublequote}{\isasymLongrightarrow}{\isachardoublequote}}.
|
26790
|
855 |
|
28788
|
856 |
\end{description}%
|
26790
|
857 |
\end{isamarkuptext}%
|
|
858 |
\isamarkuptrue%
|
|
859 |
%
|
26782
|
860 |
\isadelimtheory
|
|
861 |
%
|
|
862 |
\endisadelimtheory
|
|
863 |
%
|
|
864 |
\isatagtheory
|
|
865 |
\isacommand{end}\isamarkupfalse%
|
|
866 |
%
|
|
867 |
\endisatagtheory
|
|
868 |
{\isafoldtheory}%
|
|
869 |
%
|
|
870 |
\isadelimtheory
|
|
871 |
%
|
|
872 |
\endisadelimtheory
|
|
873 |
\isanewline
|
|
874 |
\end{isabellebody}%
|
|
875 |
%%% Local Variables:
|
|
876 |
%%% mode: latex
|
|
877 |
%%% TeX-master: "root"
|
|
878 |
%%% End:
|