author | huffman |
Fri, 16 Sep 2005 23:55:23 +0200 | |
changeset 17442 | c0f0b92c198c |
parent 17436 | 4e603046e539 |
child 17445 | 3c9c46b820f5 |
permissions | -rw-r--r-- |
5363 | 1 |
Isabelle NEWS -- history user-relevant changes |
2 |
============================================== |
|
2553 | 3 |
|
17398 | 4 |
New in Isabelle2005 (September 2005) |
5 |
------------------------------------ |
|
14655
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
6 |
|
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
7 |
*** General *** |
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
8 |
|
15130 | 9 |
* Theory headers: the new header syntax for Isar theories is |
10 |
||
11 |
theory <name> |
|
16234 | 12 |
imports <theory1> ... <theoryN> |
13 |
uses <file1> ... <fileM> |
|
15130 | 14 |
begin |
15 |
||
16234 | 16 |
where the 'uses' part is optional. The previous syntax |
17 |
||
18 |
theory <name> = <theory1> + ... + <theoryN>: |
|
19 |
||
16717 | 20 |
will disappear in the next release. Use isatool fixheaders to convert |
21 |
existing theory files. Note that there is no change in ancient |
|
17371 | 22 |
non-Isar theories now, but these will disappear soon. |
15130 | 23 |
|
15475
fdf9434b04ea
- Proofs are now hidden by default when generating documents
berghofe
parents:
15454
diff
changeset
|
24 |
* Theory loader: parent theories can now also be referred to via |
16234 | 25 |
relative and absolute paths. |
26 |
||
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
27 |
* Command 'find_theorems' searches for a list of criteria instead of a |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
28 |
list of constants. Known criteria are: intro, elim, dest, name:string, |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
29 |
simp:term, and any term. Criteria can be preceded by '-' to select |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
30 |
theorems that do not match. Intro, elim, dest select theorems that |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
31 |
match the current goal, name:s selects theorems whose fully qualified |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
32 |
name contain s, and simp:term selects all simplification rules whose |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
33 |
lhs match term. Any other term is interpreted as pattern and selects |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
34 |
all theorems matching the pattern. Available in ProofGeneral under |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
35 |
'ProofGeneral -> Find Theorems' or C-c C-f. Example: |
16234 | 36 |
|
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
37 |
C-c C-f (100) "(_::nat) + _ + _" intro -name: "HOL." |
16234 | 38 |
|
39 |
prints the last 100 theorems matching the pattern "(_::nat) + _ + _", |
|
40 |
matching the current goal as introduction rule and not having "HOL." |
|
41 |
in their name (i.e. not being defined in theory HOL). |
|
16013
3010430d894d
removed find_rewrites (superceded by improved thms_containing);
wenzelm
parents:
16000
diff
changeset
|
42 |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
43 |
* Command 'thms_containing' has been discontinued in favour of |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
44 |
'find_theorems'; INCOMPATIBILITY. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
45 |
|
17385 | 46 |
* Communication with Proof General is now 8bit clean, which means that |
47 |
Unicode text in UTF-8 encoding may be used within theory texts (both |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
48 |
formal and informal parts). Cf. option -U of the Isabelle Proof |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
49 |
General interface; HOL/ex/Hebrew.thy provides a simple example. |
17385 | 50 |
|
17425 | 51 |
* Improved efficiency of the Simplifier and, to a lesser degree, the |
52 |
Classical Reasoner. Typical big applications run around 2 times |
|
53 |
faster. |
|
54 |
||
15703 | 55 |
|
56 |
*** Document preparation *** |
|
57 |
||
16234 | 58 |
* Commands 'display_drafts' and 'print_drafts' perform simple output |
59 |
of raw sources. Only those symbols that do not require additional |
|
60 |
LaTeX packages (depending on comments in isabellesym.sty) are |
|
61 |
displayed properly, everything else is left verbatim. isatool display |
|
62 |
and isatool print are used as front ends (these are subject to the |
|
63 |
DVI/PDF_VIEWER and PRINT_COMMAND settings, respectively). |
|
64 |
||
17047
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
65 |
* Command tags control specific markup of certain regions of text, |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
66 |
notably folding and hiding. Predefined tags include "theory" (for |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
67 |
theory begin and end), "proof" for proof commands, and "ML" for |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
68 |
commands involving ML code; the additional tags "visible" and |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
69 |
"invisible" are unused by default. Users may give explicit tag |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
70 |
specifications in the text, e.g. ''by %invisible (auto)''. The |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
71 |
interpretation of tags is determined by the LaTeX job during document |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
72 |
preparation: see option -V of isatool usedir, or options -n and -t of |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
73 |
isatool document, or even the LaTeX macros \isakeeptag, \isafoldtag, |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
74 |
\isadroptag. |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
75 |
|
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
76 |
Several document versions may be produced at the same time via isatool |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
77 |
usedir (the generated index.html will link all of them). Typical |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
78 |
specifications include ''-V document=theory,proof,ML'' to present |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
79 |
theory/proof/ML parts faithfully, ''-V outline=/proof,/ML'' to fold |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
80 |
proof and ML commands, and ''-V mutilated=-theory,-proof,-ML'' to omit |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
81 |
these parts without any formal replacement text. The Isabelle site |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
82 |
default settings produce ''document'' and ''outline'' versions as |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
83 |
specified above. |
16234 | 84 |
|
17402 | 85 |
* Several new antiquotations: |
15979 | 86 |
|
87 |
@{term_type term} prints a term with its type annotated; |
|
88 |
||
89 |
@{typeof term} prints the type of a term; |
|
90 |
||
16234 | 91 |
@{const const} is the same as @{term const}, but checks that the |
92 |
argument is a known logical constant; |
|
15979 | 93 |
|
94 |
@{term_style style term} and @{thm_style style thm} print a term or |
|
16234 | 95 |
theorem applying a "style" to it |
96 |
||
17117
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
97 |
@{ML text} |
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
98 |
|
16234 | 99 |
Predefined styles are 'lhs' and 'rhs' printing the lhs/rhs of |
100 |
definitions, equations, inequations etc., 'concl' printing only the |
|
17393 | 101 |
conclusion of a meta-logical statement theorem, and 'prem1' .. 'prem19' |
16234 | 102 |
to print the specified premise. TermStyle.add_style provides an ML |
103 |
interface for introducing further styles. See also the "LaTeX Sugar" |
|
17117
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
104 |
document practical applications. The ML antiquotation prints |
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
105 |
type-checked ML expressions verbatim. |
16234 | 106 |
|
17259
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
107 |
* Markup commands 'chapter', 'section', 'subsection', 'subsubsection', |
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
108 |
and 'text' support optional locale specification '(in loc)', which |
17269 | 109 |
specifies the default context for interpreting antiquotations. For |
110 |
example: 'text (in lattice) {* @{thm inf_assoc}*}'. |
|
17259
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
111 |
|
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
112 |
* Option 'locale=NAME' of antiquotations specifies an alternative |
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
113 |
context interpreting the subsequent argument. For example: @{thm |
17269 | 114 |
[locale=lattice] inf_assoc}. |
17259
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
115 |
|
17097
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
116 |
* Proper output of proof terms (@{prf ...} and @{full_prf ...}) within |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
117 |
a proof context. |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
118 |
|
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
119 |
* Proper output of antiquotations for theory commands involving a |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
120 |
proof context (such as 'locale' or 'theorem (in loc) ...'). |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
121 |
|
17193
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
122 |
* Delimiters of outer tokens (string etc.) now produce separate LaTeX |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
123 |
macros (\isachardoublequoteopen, isachardoublequoteclose etc.). |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
124 |
|
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
125 |
* isatool usedir: new option -C (default true) controls whether option |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
126 |
-D should include a copy of the original document directory; -C false |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
127 |
prevents unwanted effects such as copying of administrative CVS data. |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
128 |
|
16234 | 129 |
|
130 |
*** Pure *** |
|
131 |
||
132 |
* Considerably improved version of 'constdefs' command. Now performs |
|
133 |
automatic type-inference of declared constants; additional support for |
|
134 |
local structure declarations (cf. locales and HOL records), see also |
|
135 |
isar-ref manual. Potential INCOMPATIBILITY: need to observe strictly |
|
136 |
sequential dependencies of definitions within a single 'constdefs' |
|
137 |
section; moreover, the declared name needs to be an identifier. If |
|
138 |
all fails, consider to fall back on 'consts' and 'defs' separately. |
|
139 |
||
140 |
* Improved indexed syntax and implicit structures. First of all, |
|
141 |
indexed syntax provides a notational device for subscripted |
|
142 |
application, using the new syntax \<^bsub>term\<^esub> for arbitrary |
|
143 |
expressions. Secondly, in a local context with structure |
|
144 |
declarations, number indexes \<^sub>n or the empty index (default |
|
145 |
number 1) refer to a certain fixed variable implicitly; option |
|
146 |
show_structs controls printing of implicit structures. Typical |
|
147 |
applications of these concepts involve record types and locales. |
|
148 |
||
149 |
* New command 'no_syntax' removes grammar declarations (and |
|
150 |
translations) resulting from the given syntax specification, which is |
|
151 |
interpreted in the same manner as for the 'syntax' command. |
|
152 |
||
153 |
* 'Advanced' translation functions (parse_translation etc.) may depend |
|
154 |
on the signature of the theory context being presently used for |
|
155 |
parsing/printing, see also isar-ref manual. |
|
156 |
||
16856 | 157 |
* Improved 'oracle' command provides a type-safe interface to turn an |
158 |
ML expression of type theory -> T -> term into a primitive rule of |
|
159 |
type theory -> T -> thm (i.e. the functionality of Thm.invoke_oracle |
|
160 |
is already included here); see also FOL/ex/IffExample.thy; |
|
161 |
INCOMPATIBILITY. |
|
162 |
||
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
163 |
* axclass: name space prefix for class "c" is now "c_class" (was "c" |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
164 |
before); "cI" is no longer bound, use "c.intro" instead. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
165 |
INCOMPATIBILITY. This change avoids clashes of fact bindings for |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
166 |
axclasses vs. locales. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
167 |
|
16234 | 168 |
* Improved internal renaming of symbolic identifiers -- attach primes |
169 |
instead of base 26 numbers. |
|
170 |
||
171 |
* New flag show_question_marks controls printing of leading question |
|
172 |
marks in schematic variable names. |
|
173 |
||
174 |
* In schematic variable names, *any* symbol following \<^isub> or |
|
175 |
\<^isup> is now treated as part of the base name. For example, the |
|
176 |
following works without printing of awkward ".0" indexes: |
|
177 |
||
178 |
lemma "x\<^isub>1 = x\<^isub>2 ==> x\<^isub>2 = x\<^isub>1" |
|
179 |
by simp |
|
180 |
||
181 |
* Inner syntax includes (*(*nested*) comments*). |
|
182 |
||
183 |
* Pretty pinter now supports unbreakable blocks, specified in mixfix |
|
184 |
annotations as "(00...)". |
|
185 |
||
186 |
* Clear separation of logical types and nonterminals, where the latter |
|
187 |
may only occur in 'syntax' specifications or type abbreviations. |
|
188 |
Before that distinction was only partially implemented via type class |
|
189 |
"logic" vs. "{}". Potential INCOMPATIBILITY in rare cases of improper |
|
190 |
use of 'types'/'consts' instead of 'nonterminals'/'syntax'. Some very |
|
191 |
exotic syntax specifications may require further adaption |
|
192 |
(e.g. Cube/Base.thy). |
|
193 |
||
194 |
* Removed obsolete type class "logic", use the top sort {} instead. |
|
195 |
Note that non-logical types should be declared as 'nonterminals' |
|
196 |
rather than 'types'. INCOMPATIBILITY for new object-logic |
|
197 |
specifications. |
|
198 |
||
17095 | 199 |
* Attributes 'induct' and 'cases': type or set names may now be |
200 |
locally fixed variables as well. |
|
201 |
||
16234 | 202 |
* Simplifier: can now control the depth to which conditional rewriting |
203 |
is traced via the PG menu Isabelle -> Settings -> Trace Simp Depth |
|
204 |
Limit. |
|
205 |
||
206 |
* Simplifier: simplification procedures may now take the current |
|
207 |
simpset into account (cf. Simplifier.simproc(_i) / mk_simproc |
|
208 |
interface), which is very useful for calling the Simplifier |
|
209 |
recursively. Minor INCOMPATIBILITY: the 'prems' argument of simprocs |
|
210 |
is gone -- use prems_of_ss on the simpset instead. Moreover, the |
|
211 |
low-level mk_simproc no longer applies Logic.varify internally, to |
|
212 |
allow for use in a context of fixed variables. |
|
213 |
||
214 |
* thin_tac now works even if the assumption being deleted contains !! |
|
215 |
or ==>. More generally, erule now works even if the major premise of |
|
216 |
the elimination rule contains !! or ==>. |
|
217 |
||
218 |
* Reorganized bootstrapping of the Pure theories; CPure is now derived |
|
219 |
from Pure, which contains all common declarations already. Both |
|
220 |
theories are defined via plain Isabelle/Isar .thy files. |
|
221 |
INCOMPATIBILITY: elements of CPure (such as the CPure.intro / |
|
222 |
CPure.elim / CPure.dest attributes) now appear in the Pure name space; |
|
223 |
use isatool fixcpure to adapt your theory and ML sources. |
|
224 |
||
225 |
* New syntax 'name(i-j, i-, i, ...)' for referring to specific |
|
226 |
selections of theorems in named facts via index ranges. |
|
227 |
||
17097
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
228 |
* 'print_theorems': in theory mode, really print the difference |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
229 |
wrt. the last state (works for interactive theory development only), |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
230 |
in proof mode print all local facts (cf. 'print_facts'); |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
231 |
|
17397 | 232 |
* 'hide': option '(open)' hides only base names. |
233 |
||
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
234 |
* More efficient treatment of intermediate checkpoints in interactive |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
235 |
theory development. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
236 |
|
16234 | 237 |
|
238 |
*** Locales *** |
|
17095 | 239 |
|
17385 | 240 |
* New commands for the interpretation of locale expressions in |
241 |
theories (1), locales (2) and proof contexts (3). These generate |
|
242 |
proof obligations from the expression specification. After the |
|
243 |
obligations have been discharged, theorems of the expression are added |
|
244 |
to the theory, target locale or proof context. The synopsis of the |
|
245 |
commands is a follows: |
|
246 |
||
17095 | 247 |
(1) interpretation expr inst |
248 |
(2) interpretation target < expr |
|
249 |
(3) interpret expr inst |
|
17385 | 250 |
|
17095 | 251 |
Interpretation in theories and proof contexts require a parameter |
252 |
instantiation of terms from the current context. This is applied to |
|
17385 | 253 |
specifications and theorems of the interpreted expression. |
254 |
Interpretation in locales only permits parameter renaming through the |
|
255 |
locale expression. Interpretation is smart in that interpretations |
|
256 |
that are active already do not occur in proof obligations, neither are |
|
257 |
instantiated theorems stored in duplicate. Use 'print_interps' to |
|
258 |
inspect active interpretations of a particular locale. For details, |
|
17436 | 259 |
see the Isar Reference manual. Examples can be found in |
260 |
HOL/Finite_Set.thy and HOL/Algebra/UnivPoly.thy. |
|
16234 | 261 |
|
262 |
INCOMPATIBILITY: former 'instantiate' has been withdrawn, use |
|
263 |
'interpret' instead. |
|
264 |
||
17385 | 265 |
* New context element 'constrains' for adding type constraints to |
266 |
parameters. |
|
267 |
||
268 |
* Context expressions: renaming of parameters with syntax |
|
269 |
redeclaration. |
|
17095 | 270 |
|
271 |
* Locale declaration: 'includes' disallowed. |
|
272 |
||
16234 | 273 |
* Proper static binding of attribute syntax -- i.e. types / terms / |
274 |
facts mentioned as arguments are always those of the locale definition |
|
275 |
context, independently of the context of later invocations. Moreover, |
|
276 |
locale operations (renaming and type / term instantiation) are applied |
|
277 |
to attribute arguments as expected. |
|
278 |
||
279 |
INCOMPATIBILITY of the ML interface: always pass Attrib.src instead of |
|
280 |
actual attributes; rare situations may require Attrib.attribute to |
|
281 |
embed those attributes into Attrib.src that lack concrete syntax. |
|
282 |
Attribute implementations need to cooperate properly with the static |
|
283 |
binding mechanism. Basic parsers Args.XXX_typ/term/prop and |
|
284 |
Attrib.XXX_thm etc. already do the right thing without further |
|
285 |
intervention. Only unusual applications -- such as "where" or "of" |
|
286 |
(cf. src/Pure/Isar/attrib.ML), which process arguments depending both |
|
287 |
on the context and the facts involved -- may have to assign parsed |
|
288 |
values to argument tokens explicitly. |
|
289 |
||
290 |
* Changed parameter management in theorem generation for long goal |
|
291 |
statements with 'includes'. INCOMPATIBILITY: produces a different |
|
292 |
theorem statement in rare situations. |
|
293 |
||
17228 | 294 |
* Locale inspection command 'print_locale' omits notes elements. Use |
295 |
'print_locale!' to have them included in the output. |
|
296 |
||
16234 | 297 |
|
298 |
*** Provers *** |
|
299 |
||
300 |
* Provers/hypsubst.ML: improved version of the subst method, for |
|
301 |
single-step rewriting: it now works in bound variable contexts. New is |
|
302 |
'subst (asm)', for rewriting an assumption. INCOMPATIBILITY: may |
|
303 |
rewrite a different subterm than the original subst method, which is |
|
304 |
still available as 'simplesubst'. |
|
305 |
||
306 |
* Provers/quasi.ML: new transitivity reasoners for transitivity only |
|
307 |
and quasi orders. |
|
308 |
||
309 |
* Provers/trancl.ML: new transitivity reasoner for transitive and |
|
310 |
reflexive-transitive closure of relations. |
|
311 |
||
312 |
* Provers/blast.ML: new reference depth_limit to make blast's depth |
|
313 |
limit (previously hard-coded with a value of 20) user-definable. |
|
314 |
||
315 |
* Provers/simplifier.ML has been moved to Pure, where Simplifier.setup |
|
316 |
is peformed already. Object-logics merely need to finish their |
|
317 |
initial simpset configuration as before. INCOMPATIBILITY. |
|
15703 | 318 |
|
15475
fdf9434b04ea
- Proofs are now hidden by default when generating documents
berghofe
parents:
15454
diff
changeset
|
319 |
|
14700
2f885b7e5ba7
reimplementation of HOL records; only one type is created for
schirmer
parents:
14699
diff
changeset
|
320 |
*** HOL *** |
2f885b7e5ba7
reimplementation of HOL records; only one type is created for
schirmer
parents:
14699
diff
changeset
|
321 |
|
16234 | 322 |
* Symbolic syntax of Hilbert Choice Operator is now as follows: |
14878 | 323 |
|
324 |
syntax (epsilon) |
|
325 |
"_Eps" :: "[pttrn, bool] => 'a" ("(3\<some>_./ _)" [0, 10] 10) |
|
326 |
||
16234 | 327 |
The symbol \<some> is displayed as the alternative epsilon of LaTeX |
328 |
and x-symbol; use option '-m epsilon' to get it actually printed. |
|
329 |
Moreover, the mathematically important symbolic identifier \<epsilon> |
|
330 |
becomes available as variable, constant etc. INCOMPATIBILITY, |
|
331 |
||
332 |
* "x > y" abbreviates "y < x" and "x >= y" abbreviates "y <= x". |
|
333 |
Similarly for all quantifiers: "ALL x > y" etc. The x-symbol for >= |
|
17371 | 334 |
is \<ge>. New transitivity rules have been added to HOL/Orderings.thy to |
17016
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
335 |
support corresponding Isar calculations. |
16234 | 336 |
|
337 |
* "{x:A. P}" abbreviates "{x. x:A & P}", and similarly for "\<in>" |
|
338 |
instead of ":". |
|
339 |
||
340 |
* theory SetInterval: changed the syntax for open intervals: |
|
341 |
||
342 |
Old New |
|
343 |
{..n(} {..<n} |
|
344 |
{)n..} {n<..} |
|
345 |
{m..n(} {m..<n} |
|
346 |
{)m..n} {m<..n} |
|
347 |
{)m..n(} {m<..<n} |
|
348 |
||
349 |
The old syntax is still supported but will disappear in the next |
|
350 |
release. For conversion use the following Emacs search and replace |
|
351 |
patterns (these are not perfect but work quite well): |
|
15046 | 352 |
|
353 |
{)\([^\.]*\)\.\. -> {\1<\.\.} |
|
354 |
\.\.\([^(}]*\)(} -> \.\.<\1} |
|
355 |
||
17389
b4743198b939
Method comm_ring for proving equalities in commutative rings.
wenzelm
parents:
17385
diff
changeset
|
356 |
* Method comm_ring for proving equalities in commutative rings. |
b4743198b939
Method comm_ring for proving equalities in commutative rings.
wenzelm
parents:
17385
diff
changeset
|
357 |
|
b4743198b939
Method comm_ring for proving equalities in commutative rings.
wenzelm
parents:
17385
diff
changeset
|
358 |
* Theory Finite_Set: changed the syntax for 'setsum', summation over |
16234 | 359 |
finite sets: "setsum (%x. e) A", which used to be "\<Sum>x:A. e", is |
17371 | 360 |
now either "SUM x:A. e" or "\<Sum>x \<in> A. e". The bound variable can |
17189 | 361 |
be a tuple pattern. |
16234 | 362 |
|
363 |
Some new syntax forms are available: |
|
364 |
||
365 |
"\<Sum>x | P. e" for "setsum (%x. e) {x. P}" |
|
366 |
"\<Sum>x = a..b. e" for "setsum (%x. e) {a..b}" |
|
367 |
"\<Sum>x = a..<b. e" for "setsum (%x. e) {a..<b}" |
|
368 |
"\<Sum>x < k. e" for "setsum (%x. e) {..<k}" |
|
369 |
||
370 |
The latter form "\<Sum>x < k. e" used to be based on a separate |
|
371 |
function "Summation", which has been discontinued. |
|
372 |
||
373 |
* theory Finite_Set: in structured induction proofs, the insert case |
|
374 |
is now 'case (insert x F)' instead of the old counterintuitive 'case |
|
375 |
(insert F x)'. |
|
376 |
||
377 |
* The 'refute' command has been extended to support a much larger |
|
378 |
fragment of HOL, including axiomatic type classes, constdefs and |
|
379 |
typedefs, inductive datatypes and recursion. |
|
380 |
||
381 |
* Datatype induction via method 'induct' now preserves the name of the |
|
382 |
induction variable. For example, when proving P(xs::'a list) by |
|
383 |
induction on xs, the induction step is now P(xs) ==> P(a#xs) rather |
|
384 |
than P(list) ==> P(a#list) as previously. Potential INCOMPATIBILITY |
|
385 |
in unstructured proof scripts. |
|
386 |
||
387 |
* Reworked implementation of records. Improved scalability for |
|
388 |
records with many fields, avoiding performance problems for type |
|
389 |
inference. Records are no longer composed of nested field types, but |
|
390 |
of nested extension types. Therefore the record type only grows linear |
|
391 |
in the number of extensions and not in the number of fields. The |
|
392 |
top-level (users) view on records is preserved. Potential |
|
393 |
INCOMPATIBILITY only in strange cases, where the theory depends on the |
|
394 |
old record representation. The type generated for a record is called |
|
395 |
<record_name>_ext_type. |
|
396 |
||
397 |
Flag record_quick_and_dirty_sensitive can be enabled to skip the |
|
398 |
proofs triggered by a record definition or a simproc (if |
|
399 |
quick_and_dirty is enabled). Definitions of large records can take |
|
400 |
quite long. |
|
401 |
||
402 |
New simproc record_upd_simproc for simplification of multiple record |
|
403 |
updates enabled by default. Moreover, trivial updates are also |
|
404 |
removed: r(|x := x r|) = r. INCOMPATIBILITY: old proofs break |
|
405 |
occasionally, since simplification is more powerful by default. |
|
406 |
||
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
407 |
* typedef: proper support for polymorphic sets, which contain extra |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
408 |
type-variables in the term. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
409 |
|
16234 | 410 |
* Simplifier: automatically reasons about transitivity chains |
411 |
involving "trancl" (r^+) and "rtrancl" (r^*) by setting up tactics |
|
412 |
provided by Provers/trancl.ML as additional solvers. INCOMPATIBILITY: |
|
413 |
old proofs break occasionally as simplification may now solve more |
|
414 |
goals than previously. |
|
415 |
||
416 |
* Simplifier: converts x <= y into x = y if assumption y <= x is |
|
417 |
present. Works for all partial orders (class "order"), in particular |
|
418 |
numbers and sets. For linear orders (e.g. numbers) it treats ~ x < y |
|
419 |
just like y <= x. |
|
420 |
||
421 |
* Simplifier: new simproc for "let x = a in f x". If a is a free or |
|
422 |
bound variable or a constant then the let is unfolded. Otherwise |
|
423 |
first a is simplified to b, and then f b is simplified to g. If |
|
424 |
possible we abstract b from g arriving at "let x = b in h x", |
|
425 |
otherwise we unfold the let and arrive at g. The simproc can be |
|
426 |
enabled/disabled by the reference use_let_simproc. Potential |
|
427 |
INCOMPATIBILITY since simplification is more powerful by default. |
|
15776 | 428 |
|
16563 | 429 |
* Classical reasoning: the meson method now accepts theorems as arguments. |
430 |
||
16891 | 431 |
* Theory OrderedGroup and Ring_and_Field: various additions and |
432 |
improvements to faciliate calculations involving equalities and |
|
433 |
inequalities. |
|
434 |
||
435 |
The following theorems have been eliminated or modified |
|
436 |
(INCOMPATIBILITY): |
|
16888 | 437 |
|
438 |
abs_eq now named abs_of_nonneg |
|
17371 | 439 |
abs_of_ge_0 now named abs_of_nonneg |
440 |
abs_minus_eq now named abs_of_nonpos |
|
16888 | 441 |
imp_abs_id now named abs_of_nonneg |
442 |
imp_abs_neg_id now named abs_of_nonpos |
|
443 |
mult_pos now named mult_pos_pos |
|
444 |
mult_pos_le now named mult_nonneg_nonneg |
|
445 |
mult_pos_neg_le now named mult_nonneg_nonpos |
|
446 |
mult_pos_neg2_le now named mult_nonneg_nonpos2 |
|
447 |
mult_neg now named mult_neg_neg |
|
448 |
mult_neg_le now named mult_nonpos_nonpos |
|
449 |
||
16891 | 450 |
* Theory Parity: added rules for simplifying exponents. |
451 |
||
17092 | 452 |
* Theory List: |
453 |
||
454 |
The following theorems have been eliminated or modified |
|
455 |
(INCOMPATIBILITY): |
|
456 |
||
457 |
list_all_Nil now named list_all.simps(1) |
|
458 |
list_all_Cons now named list_all.simps(2) |
|
459 |
list_all_conv now named list_all_iff |
|
460 |
set_mem_eq now named mem_iff |
|
461 |
||
16929 | 462 |
* Theories SetsAndFunctions and BigO (see HOL/Library) support |
463 |
asymptotic "big O" calculations. See the notes in BigO.thy. |
|
464 |
||
16888 | 465 |
|
466 |
*** HOL-Complex *** |
|
467 |
||
16891 | 468 |
* Theory RealDef: better support for embedding natural numbers and |
469 |
integers in the reals. |
|
470 |
||
471 |
The following theorems have been eliminated or modified |
|
472 |
(INCOMPATIBILITY): |
|
473 |
||
17016
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
474 |
exp_ge_add_one_self now requires no hypotheses |
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
475 |
real_of_int_add reversed direction of equality (use [symmetric]) |
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
476 |
real_of_int_minus reversed direction of equality (use [symmetric]) |
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
477 |
real_of_int_diff reversed direction of equality (use [symmetric]) |
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
478 |
real_of_int_mult reversed direction of equality (use [symmetric]) |
16891 | 479 |
|
480 |
* Theory RComplete: expanded support for floor and ceiling functions. |
|
16888 | 481 |
|
16962 | 482 |
* Theory Ln is new, with properties of the natural logarithm |
483 |
||
17423 | 484 |
* Hyperreal: There is a new type constructor "star" for making |
485 |
nonstandard types. The old type names are now type synonyms: |
|
486 |
||
487 |
hypreal = real star |
|
488 |
hypnat = nat star |
|
489 |
hcomplex = complex star |
|
490 |
||
491 |
* Hyperreal: Many groups of similarly-defined constants have been |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
492 |
replaced by polymorphic versions (INCOMPATIBILITY): |
17423 | 493 |
|
494 |
star_of <-- hypreal_of_real, hypnat_of_nat, hcomplex_of_complex |
|
495 |
||
496 |
starset <-- starsetNat, starsetC |
|
497 |
*s* <-- *sNat*, *sc* |
|
498 |
starset_n <-- starsetNat_n, starsetC_n |
|
499 |
*sn* <-- *sNatn*, *scn* |
|
500 |
InternalSets <-- InternalNatSets, InternalCSets |
|
501 |
||
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
502 |
starfun <-- starfun{Nat,Nat2,C,RC,CR} |
17423 | 503 |
*f* <-- *fNat*, *fNat2*, *fc*, *fRc*, *fcR* |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
504 |
starfun_n <-- starfun{Nat,Nat2,C,RC,CR}_n |
17423 | 505 |
*fn* <-- *fNatn*, *fNat2n*, *fcn*, *fRcn*, *fcRn* |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
506 |
InternalFuns <-- InternalNatFuns, InternalNatFuns2, Internal{C,RC,CR}Funs |
17423 | 507 |
|
508 |
* Hyperreal: Many type-specific theorems have been removed in favor of |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
509 |
theorems specific to various axiomatic type classes (INCOMPATIBILITY): |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
510 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
511 |
add_commute <-- {hypreal,hypnat,hcomplex}_add_commute |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
512 |
add_assoc <-- {hypreal,hypnat,hcomplex}_add_assocs |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
513 |
OrderedGroup.add_0 <-- {hypreal,hypnat,hcomplex}_add_zero_left |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
514 |
OrderedGroup.add_0_right <-- {hypreal,hcomplex}_add_zero_right |
17423 | 515 |
right_minus <-- hypreal_add_minus |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
516 |
left_minus <-- {hypreal,hcomplex}_add_minus_left |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
517 |
mult_commute <-- {hypreal,hypnat,hcomplex}_mult_commute |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
518 |
mult_assoc <-- {hypreal,hypnat,hcomplex}_mult_assoc |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
519 |
mult_1_left <-- {hypreal,hypnat}_mult_1, hcomplex_mult_one_left |
17423 | 520 |
mult_1_right <-- hcomplex_mult_one_right |
521 |
mult_zero_left <-- hcomplex_mult_zero_left |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
522 |
left_distrib <-- {hypreal,hypnat,hcomplex}_add_mult_distrib |
17423 | 523 |
right_distrib <-- hypnat_add_mult_distrib2 |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
524 |
zero_neq_one <-- {hypreal,hypnat,hcomplex}_zero_not_eq_one |
17423 | 525 |
right_inverse <-- hypreal_mult_inverse |
526 |
left_inverse <-- hypreal_mult_inverse_left, hcomplex_mult_inv_left |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
527 |
order_refl <-- {hypreal,hypnat}_le_refl |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
528 |
order_trans <-- {hypreal,hypnat}_le_trans |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
529 |
order_antisym <-- {hypreal,hypnat}_le_anti_sym |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
530 |
order_less_le <-- {hypreal,hypnat}_less_le |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
531 |
linorder_linear <-- {hypreal,hypnat}_le_linear |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
532 |
add_left_mono <-- {hypreal,hypnat}_add_left_mono |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
533 |
mult_strict_left_mono <-- {hypreal,hypnat}_mult_less_mono2 |
17423 | 534 |
add_nonneg_nonneg <-- hypreal_le_add_order |
535 |
||
536 |
* Hyperreal: Separate theorems having to do with type-specific |
|
537 |
versions of constants have been merged into theorems that apply to the |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
538 |
new polymorphic constants (INCOMPATIBILITY): |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
539 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
540 |
STAR_UNIV_set <-- {STAR_real,NatStar_real,STARC_complex}_set |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
541 |
STAR_empty_set <-- {STAR,NatStar,STARC}_empty_set |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
542 |
STAR_Un <-- {STAR,NatStar,STARC}_Un |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
543 |
STAR_Int <-- {STAR,NatStar,STARC}_Int |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
544 |
STAR_Compl <-- {STAR,NatStar,STARC}_Compl |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
545 |
STAR_subset <-- {STAR,NatStar,STARC}_subset |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
546 |
STAR_mem <-- {STAR,NatStar,STARC}_mem |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
547 |
STAR_mem_Compl <-- {STAR,STARC}_mem_Compl |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
548 |
STAR_diff <-- {STAR,STARC}_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
549 |
STAR_star_of_image_subset <-- {STAR_hypreal_of_real, NatStar_hypreal_of_real, |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
550 |
STARC_hcomplex_of_complex}_image_subset |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
551 |
starset_n_Un <-- starset{Nat,C}_n_Un |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
552 |
starset_n_Int <-- starset{Nat,C}_n_Int |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
553 |
starset_n_Compl <-- starset{Nat,C}_n_Compl |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
554 |
starset_n_diff <-- starset{Nat,C}_n_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
555 |
InternalSets_Un <-- Internal{Nat,C}Sets_Un |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
556 |
InternalSets_Int <-- Internal{Nat,C}Sets_Int |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
557 |
InternalSets_Compl <-- Internal{Nat,C}Sets_Compl |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
558 |
InternalSets_diff <-- Internal{Nat,C}Sets_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
559 |
InternalSets_UNIV_diff <-- Internal{Nat,C}Sets_UNIV_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
560 |
InternalSets_starset_n <-- Internal{Nat,C}Sets_starset{Nat,C}_n |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
561 |
starset_starset_n_eq <-- starset{Nat,C}_starset{Nat,C}_n_eq |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
562 |
starset_n_starset <-- starset{Nat,C}_n_starset{Nat,C} |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
563 |
starfun_n_starfun <-- starfun{Nat,Nat2,C,RC,CR}_n_starfun{Nat,Nat2,C,RC,CR} |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
564 |
starfun <-- starfun{Nat,Nat2,C,RC,CR} |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
565 |
starfun_mult <-- starfun{Nat,Nat2,C,RC,CR}_mult |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
566 |
starfun_add <-- starfun{Nat,Nat2,C,RC,CR}_add |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
567 |
starfun_minus <-- starfun{Nat,Nat2,C,RC,CR}_minus |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
568 |
starfun_diff <-- starfun{C,RC,CR}_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
569 |
starfun_o <-- starfun{NatNat2,Nat2,_stafunNat,C,C_starfunRC,_starfunCR}_o |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
570 |
starfun_o2 <-- starfun{NatNat2,_stafunNat,C,C_starfunRC,_starfunCR}_o2 |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
571 |
starfun_const_fun <-- starfun{Nat,Nat2,C,RC,CR}_const_fun |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
572 |
starfun_inverse <-- starfun{Nat,C,RC,CR}_inverse |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
573 |
starfun_eq <-- starfun{Nat,Nat2,C,RC,CR}_eq |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
574 |
starfun_eq_iff <-- starfun{C,RC,CR}_eq_iff |
17423 | 575 |
starfun_Id <-- starfunC_Id |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
576 |
starfun_approx <-- starfun{Nat,CR}_approx |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
577 |
starfun_capprox <-- starfun{C,RC}_capprox |
17423 | 578 |
starfun_abs <-- starfunNat_rabs |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
579 |
starfun_lambda_cancel <-- starfun{C,CR,RC}_lambda_cancel |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
580 |
starfun_lambda_cancel2 <-- starfun{C,CR,RC}_lambda_cancel2 |
17423 | 581 |
starfun_mult_HFinite_approx <-- starfunCR_mult_HFinite_capprox |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
582 |
starfun_mult_CFinite_capprox <-- starfun{C,RC}_mult_CFinite_capprox |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
583 |
starfun_add_capprox <-- starfun{C,RC}_add_capprox |
17423 | 584 |
starfun_add_approx <-- starfunCR_add_approx |
585 |
starfun_inverse_inverse <-- starfunC_inverse_inverse |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
586 |
starfun_divide <-- starfun{C,CR,RC}_divide |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
587 |
starfun_n <-- starfun{Nat,C}_n |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
588 |
starfun_n_mult <-- starfun{Nat,C}_n_mult |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
589 |
starfun_n_add <-- starfun{Nat,C}_n_add |
17423 | 590 |
starfun_n_add_minus <-- starfunNat_n_add_minus |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
591 |
starfun_n_const_fun <-- starfun{Nat,C}_n_const_fun |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
592 |
starfun_n_minus <-- starfun{Nat,C}_n_minus |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
593 |
starfun_n_eq <-- starfun{Nat,C}_n_eq |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
594 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
595 |
star_n_add <-- {hypreal,hypnat,hcomplex}_add |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
596 |
star_n_minus <-- {hypreal,hcomplex}_minus |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
597 |
star_n_diff <-- {hypreal,hcomplex}_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
598 |
star_n_mult <-- {hypreal,hcomplex}_mult |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
599 |
star_n_inverse <-- {hypreal,hcomplex}_inverse |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
600 |
star_n_le <-- {hypreal,hypnat}_le |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
601 |
star_n_less <-- {hypreal,hypnat}_less |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
602 |
star_n_zero_num <-- {hypreal,hypnat,hcomplex}_zero_num |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
603 |
star_n_one_num <-- {hypreal,hypnat,hcomplex}_one_num |
17423 | 604 |
star_n_abs <-- hypreal_hrabs |
605 |
star_n_divide <-- hcomplex_divide |
|
606 |
||
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
607 |
star_of_add <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_add |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
608 |
star_of_minus <-- {hypreal_of_real,hcomplex_of_complex}_minus |
17423 | 609 |
star_of_diff <-- hypreal_of_real_diff |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
610 |
star_of_mult <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_mult |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
611 |
star_of_one <-- {hypreal_of_real,hcomplex_of_complex}_one |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
612 |
star_of_zero <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_zero |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
613 |
star_of_le <-- {hypreal_of_real,hypnat_of_nat}_le_iff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
614 |
star_of_less <-- {hypreal_of_real,hypnat_of_nat}_less_iff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
615 |
star_of_eq <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_eq_iff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
616 |
star_of_inverse <-- {hypreal_of_real,hcomplex_of_complex}_inverse |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
617 |
star_of_divide <-- {hypreal_of_real,hcomplex_of_complex}_divide |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
618 |
star_of_of_nat <-- {hypreal_of_real,hcomplex_of_complex}_of_nat |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
619 |
star_of_of_int <-- {hypreal_of_real,hcomplex_of_complex}_of_int |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
620 |
star_of_number_of <-- {hypreal,hcomplex}_number_of |
17423 | 621 |
star_of_number_less <-- number_of_less_hypreal_of_real_iff |
622 |
star_of_number_le <-- number_of_le_hypreal_of_real_iff |
|
623 |
star_of_eq_number <-- hypreal_of_real_eq_number_of_iff |
|
624 |
star_of_less_number <-- hypreal_of_real_less_number_of_iff |
|
625 |
star_of_le_number <-- hypreal_of_real_le_number_of_iff |
|
626 |
star_of_power <-- hypreal_of_real_power |
|
627 |
star_of_eq_0 <-- hcomplex_of_complex_zero_iff |
|
628 |
||
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
629 |
* Hyperreal: new method "transfer" that implements the transfer |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
630 |
principle of nonstandard analysis. With a subgoal that mentions |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
631 |
nonstandard types like "'a star", the command "apply transfer" |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
632 |
replaces it with an equivalent one that mentions only standard types. |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
633 |
To be successful, all free variables must have standard types; non- |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
634 |
standard variables must have explicit universal quantifiers. |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
635 |
|
14655
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
636 |
|
14682
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
637 |
*** HOLCF *** |
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
638 |
|
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
639 |
* HOLCF: discontinued special version of 'constdefs' (which used to |
16234 | 640 |
support continuous functions) in favor of the general Pure one with |
641 |
full type-inference. |
|
14682
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
642 |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
643 |
* HOLCF: new simplification procedure for solving continuity conditions; |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
644 |
it is much faster on terms with many nested lambda abstractions (cubic |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
645 |
instead of exponential time). |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
646 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
647 |
* HOLCF: new syntax for domain package: selector names are now optional. |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
648 |
Parentheses should be omitted unless argument is lazy, for example: |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
649 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
650 |
domain 'a stream = cons "'a" (lazy "'a stream") |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
651 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
652 |
* HOLCF: new command "fixrec" for defining recursive functions with pattern |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
653 |
matching; defining multiple functions with mutual recursion is also supported. |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
654 |
Patterns may include the constants cpair, spair, up, sinl, sinr, or any data |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
655 |
constructor defined by the domain package. The given equations are proven as |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
656 |
rewrite rules. See HOLCF/ex/Fixrec_ex.thy for syntax and examples. |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
657 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
658 |
* HOLCF: new commands "cpodef" and "pcpodef" for defining predicate subtypes |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
659 |
of cpo and pcpo types. Syntax is exactly like the "typedef" command, but the |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
660 |
proof obligation additionally includes an admissibility requirement. The |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
661 |
packages generate instances of class cpo or pcpo, with continuity and |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
662 |
strictness theorems for Rep and Abs. |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
663 |
|
14682
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
664 |
|
14885 | 665 |
*** ZF *** |
666 |
||
16234 | 667 |
* ZF/ex: theories Group and Ring provide examples in abstract algebra, |
668 |
including the First Isomorphism Theorem (on quotienting by the kernel |
|
669 |
of a homomorphism). |
|
15089
430264838064
ZF/Simplifier: second copy of context type solver;
wenzelm
parents:
15076
diff
changeset
|
670 |
|
430264838064
ZF/Simplifier: second copy of context type solver;
wenzelm
parents:
15076
diff
changeset
|
671 |
* ZF/Simplifier: install second copy of type solver that actually |
16234 | 672 |
makes use of TC rules declared to Isar proof contexts (or locales); |
673 |
the old version is still required for ML proof scripts. |
|
15703 | 674 |
|
675 |
||
676 |
*** ML *** |
|
677 |
||
15973 | 678 |
* Pure/library.ML no longer defines its own option datatype, but uses |
16234 | 679 |
that of the SML basis, which has constructors NONE and SOME instead of |
680 |
None and Some, as well as exception Option.Option instead of OPTION. |
|
681 |
The functions the, if_none, is_some, is_none have been adapted |
|
682 |
accordingly, while Option.map replaces apsome. |
|
15973 | 683 |
|
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
684 |
* Pure/library.ML: the exception LIST has been given up in favour of |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
685 |
the standard exceptions Empty and Subscript, as well as |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
686 |
Library.UnequalLengths. Function like Library.hd and Library.tl are |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
687 |
superceded by the standard hd and tl functions etc. |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
688 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
689 |
A number of basic list functions are no longer exported to the ML |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
690 |
toplevel, as they are variants of predefined functions. The following |
16234 | 691 |
suggests how one can translate existing code: |
15973 | 692 |
|
693 |
rev_append xs ys = List.revAppend (xs, ys) |
|
694 |
nth_elem (i, xs) = List.nth (xs, i) |
|
695 |
last_elem xs = List.last xs |
|
696 |
flat xss = List.concat xss |
|
16234 | 697 |
seq fs = List.app fs |
15973 | 698 |
partition P xs = List.partition P xs |
699 |
mapfilter f xs = List.mapPartial f xs |
|
700 |
||
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
701 |
* Pure/library.ML: several combinators for linear functional |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
702 |
transformations, notably reverse application and composition: |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
703 |
|
17371 | 704 |
x |> f f #> g |
705 |
(x, y) |-> f f #-> g |
|
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
706 |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
707 |
* Pure/library.ML: natural list combinators fold, fold_rev, and |
16869 | 708 |
fold_map support linear functional transformations and nesting. For |
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
709 |
example: |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
710 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
711 |
fold f [x1, ..., xN] y = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
712 |
y |> f x1 |> ... |> f xN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
713 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
714 |
(fold o fold) f [xs1, ..., xsN] y = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
715 |
y |> fold f xs1 |> ... |> fold f xsN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
716 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
717 |
fold f [x1, ..., xN] = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
718 |
f x1 #> ... #> f xN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
719 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
720 |
(fold o fold) f [xs1, ..., xsN] = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
721 |
fold f xs1 #> ... #> fold f xsN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
722 |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
723 |
* Pure/library.ML: the following selectors on type 'a option are |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
724 |
available: |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
725 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
726 |
the: 'a option -> 'a (*partial*) |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
727 |
these: 'a option -> 'a where 'a = 'b list |
17402 | 728 |
the_default: 'a -> 'a option -> 'a |
729 |
the_list: 'a option -> 'a list |
|
730 |
||
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
731 |
* Pure/General: structure AList (cf. Pure/General/alist.ML) provides |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
732 |
basic operations for association lists, following natural argument |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
733 |
order. The old functions may be expressed as follows: |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
734 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
735 |
assoc = uncurry (AList.lookup (op =)) |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
736 |
assocs = these oo AList.lookup (op =) |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
737 |
overwrite = uncurry (AList.update (op =)) o swap |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
738 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
739 |
* Pure/General: structure AList (cf. Pure/General/alist.ML) provides |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
740 |
basic operations for association lists, following natural argument |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
741 |
order; moreover the explicit equality predicate passed here avoids |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
742 |
potentially expensive polymorphic runtime equality checks. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
743 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
744 |
* Pure/General: structure OrdList (cf. Pure/General/ord_list.ML) |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
745 |
provides a reasonably efficient light-weight implementation of sets as |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
746 |
lists. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
747 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
748 |
* Pure/General: generic tables (cf. Pure/General/table.ML) provide a |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
749 |
few new operations; existing lookup and update are now curried to |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
750 |
follow natural argument order (for use with fold etc.); |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
751 |
INCOMPATIBILITY, use (uncurry Symtab.lookup) etc. as last resort. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
752 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
753 |
* Pure/General: output via the Isabelle channels of |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
754 |
writeln/warning/error etc. is now passed through Output.output, with a |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
755 |
hook for arbitrary transformations depending on the print_mode |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
756 |
(cf. Output.add_mode -- the first active mode that provides a output |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
757 |
function wins). Already formatted output may be embedded into further |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
758 |
text via Output.raw; the result of Pretty.string_of/str_of and derived |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
759 |
functions (string_of_term/cterm/thm etc.) is already marked raw to |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
760 |
accommodate easy composition of diagnostic messages etc. Programmers |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
761 |
rarely need to care about Output.output or Output.raw at all, with |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
762 |
some notable exceptions: Output.output is required when bypassing the |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
763 |
standard channels (writeln etc.), or in token translations to produce |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
764 |
properly formatted results; Output.raw is required when capturing |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
765 |
already output material that will eventually be presented to the user |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
766 |
a second time. For the default print mode, both Output.output and |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
767 |
Output.raw have no effect. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
768 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
769 |
* Pure/General: Output.time_accumulator NAME creates an operator ('a |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
770 |
-> 'b) -> 'a -> 'b to measure runtime and count invocations; the |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
771 |
cumulative results are displayed at the end of a batch session. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
772 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
773 |
* Pure/General: File.sysify_path and File.quote_sysify path have been |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
774 |
replaced by File.platform_path and File.shell_path (with appropriate |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
775 |
hooks). This provides a clean interface for unusual systems where the |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
776 |
internal and external process view of file names are different. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
777 |
|
16689
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
778 |
* Pure: more efficient orders for basic syntactic entities: added |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
779 |
fast_string_ord, fast_indexname_ord, fast_term_ord; changed sort_ord |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
780 |
and typ_ord to use fast_string_ord and fast_indexname_ord (term_ord is |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
781 |
NOT affected); structures Symtab, Vartab, Typtab, Termtab use the fast |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
782 |
orders now -- potential INCOMPATIBILITY for code that depends on a |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
783 |
particular order for Symtab.keys, Symtab.dest, etc. (consider using |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
784 |
Library.sort_strings on result). |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
785 |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
786 |
* Pure/term.ML: combinators fold_atyps, fold_aterms, fold_term_types, |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
787 |
fold_types traverse types/terms from left to right, observing natural |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
788 |
argument order. Supercedes previous foldl_XXX versions, add_frees, |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
789 |
add_vars etc. have been adapted as well: INCOMPATIBILITY. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
790 |
|
16151 | 791 |
* Pure: name spaces have been refined, with significant changes of the |
16234 | 792 |
internal interfaces -- INCOMPATIBILITY. Renamed cond_extern(_table) |
793 |
to extern(_table). The plain name entry path is superceded by a |
|
794 |
general 'naming' context, which also includes the 'policy' to produce |
|
795 |
a fully qualified name and external accesses of a fully qualified |
|
796 |
name; NameSpace.extend is superceded by context dependent |
|
797 |
Sign.declare_name. Several theory and proof context operations modify |
|
798 |
the naming context. Especially note Theory.restore_naming and |
|
799 |
ProofContext.restore_naming to get back to a sane state; note that |
|
800 |
Theory.add_path is no longer sufficient to recover from |
|
801 |
Theory.absolute_path in particular. |
|
802 |
||
803 |
* Pure: new flags short_names (default false) and unique_names |
|
804 |
(default true) for controlling output of qualified names. If |
|
805 |
short_names is set, names are printed unqualified. If unique_names is |
|
806 |
reset, the name prefix is reduced to the minimum required to achieve |
|
807 |
the original result when interning again, even if there is an overlap |
|
808 |
with earlier declarations. |
|
16151 | 809 |
|
16456
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
810 |
* Pure/TheoryDataFun: change of the argument structure; 'prep_ext' is |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
811 |
now 'extend', and 'merge' gets an additional Pretty.pp argument |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
812 |
(useful for printing error messages). INCOMPATIBILITY. |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
813 |
|
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
814 |
* Pure: major reorganization of the theory context. Type Sign.sg and |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
815 |
Theory.theory are now identified, referring to the universal |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
816 |
Context.theory (see Pure/context.ML). Actual signature and theory |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
817 |
content is managed as theory data. The old code and interfaces were |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
818 |
spread over many files and structures; the new arrangement introduces |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
819 |
considerable INCOMPATIBILITY to gain more clarity: |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
820 |
|
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
821 |
Context -- theory management operations (name, identity, inclusion, |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
822 |
parents, ancestors, merge, etc.), plus generic theory data; |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
823 |
|
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
824 |
Sign -- logical signature and syntax operations (declaring consts, |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
825 |
types, etc.), plus certify/read for common entities; |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
826 |
|
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
827 |
Theory -- logical theory operations (stating axioms, definitions, |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
828 |
oracles), plus a copy of logical signature operations (consts, |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
829 |
types, etc.); also a few basic management operations (Theory.copy, |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
830 |
Theory.merge, etc.) |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
831 |
|
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
832 |
The most basic sign_of operations (Theory.sign_of, Thm.sign_of_thm |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
833 |
etc.) as well as the sign field in Thm.rep_thm etc. have been retained |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
834 |
for convenience -- they merely return the theory. |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
835 |
|
17193
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
836 |
* Pure: type Type.tsig is superceded by theory in most interfaces. |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
837 |
|
16547
09f7a953d2d6
* Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents:
16506
diff
changeset
|
838 |
* Pure: the Isar proof context type is already defined early in Pure |
09f7a953d2d6
* Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents:
16506
diff
changeset
|
839 |
as Context.proof (note that ProofContext.context and Proof.context are |
09f7a953d2d6
* Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents:
16506
diff
changeset
|
840 |
aliases, where the latter is the preferred name). This enables other |
09f7a953d2d6
* Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents:
16506
diff
changeset
|
841 |
Isabelle components to refer to that type even before Isar is present. |
09f7a953d2d6
* Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents:
16506
diff
changeset
|
842 |
|
16373
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
843 |
* Pure/sign/theory: discontinued named name spaces (i.e. classK, |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
844 |
typeK, constK, axiomK, oracleK), but provide explicit operations for |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
845 |
any of these kinds. For example, Sign.intern typeK is now |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
846 |
Sign.intern_type, Theory.hide_space Sign.typeK is now |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
847 |
Theory.hide_types. Also note that former |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
848 |
Theory.hide_classes/types/consts are now |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
849 |
Theory.hide_classes_i/types_i/consts_i, while the non '_i' versions |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
850 |
internalize their arguments! INCOMPATIBILITY. |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
851 |
|
16506
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
852 |
* Pure: get_thm interface (of PureThy and ProofContext) expects |
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
853 |
datatype thmref (with constructors Name and NameSelection) instead of |
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
854 |
plain string -- INCOMPATIBILITY; |
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
855 |
|
16151 | 856 |
* Pure: cases produced by proof methods specify options, where NONE |
16234 | 857 |
means to remove case bindings -- INCOMPATIBILITY in |
858 |
(RAW_)METHOD_CASES. |
|
16151 | 859 |
|
16373
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
860 |
* Pure: the following operations retrieve axioms or theorems from a |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
861 |
theory node or theory hierarchy, respectively: |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
862 |
|
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
863 |
Theory.axioms_of: theory -> (string * term) list |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
864 |
Theory.all_axioms_of: theory -> (string * term) list |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
865 |
PureThy.thms_of: theory -> (string * thm) list |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
866 |
PureThy.all_thms_of: theory -> (string * thm) list |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
867 |
|
16718 | 868 |
* Pure: print_tac now outputs the goal through the trace channel. |
869 |
||
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
870 |
* Isar toplevel: improved diagnostics, mostly for Poly/ML only. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
871 |
Reference Toplevel.debug (default false) controls detailed printing |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
872 |
and tracing of low-level exceptions; Toplevel.profiling (default 0) |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
873 |
controls execution profiling -- set to 1 for time and 2 for space |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
874 |
(both increase the runtime). |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
875 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
876 |
* Isar session: The initial use of ROOT.ML is now always timed, |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
877 |
i.e. the log will show the actual process times, in contrast to the |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
878 |
elapsed wall-clock time that the outer shell wrapper produces. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
879 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
880 |
* Simplifier: improved handling of bound variables (nameless |
16997
7dfc99f62dd9
* Pure/Simplifier: improved handling of bound variables;
wenzelm
parents:
16962
diff
changeset
|
881 |
representation, avoid allocating new strings). Simprocs that invoke |
7dfc99f62dd9
* Pure/Simplifier: improved handling of bound variables;
wenzelm
parents:
16962
diff
changeset
|
882 |
the Simplifier recursively should use Simplifier.inherit_bounds to |
7dfc99f62dd9
* Pure/Simplifier: improved handling of bound variables;
wenzelm
parents:
16962
diff
changeset
|
883 |
avoid local name clashes. |
7dfc99f62dd9
* Pure/Simplifier: improved handling of bound variables;
wenzelm
parents:
16962
diff
changeset
|
884 |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
885 |
* Provers: Simplifier and Classical Reasoner now support proof context |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
886 |
dependent plug-ins (simprocs, solvers, wrappers etc.). These extra |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
887 |
components are stored in the theory and patched into the |
16234 | 888 |
simpset/claset when used in an Isar proof context. Context dependent |
889 |
components are maintained by the following theory operations: |
|
890 |
||
891 |
Simplifier.add_context_simprocs |
|
892 |
Simplifier.del_context_simprocs |
|
893 |
Simplifier.set_context_subgoaler |
|
894 |
Simplifier.reset_context_subgoaler |
|
895 |
Simplifier.add_context_looper |
|
896 |
Simplifier.del_context_looper |
|
897 |
Simplifier.add_context_unsafe_solver |
|
898 |
Simplifier.add_context_safe_solver |
|
899 |
||
900 |
Classical.add_context_safe_wrapper |
|
901 |
Classical.del_context_safe_wrapper |
|
902 |
Classical.add_context_unsafe_wrapper |
|
903 |
Classical.del_context_unsafe_wrapper |
|
904 |
||
905 |
IMPORTANT NOTE: proof tools (methods etc.) need to use |
|
906 |
local_simpset_of and local_claset_of to instead of the primitive |
|
907 |
Simplifier.get_local_simpset and Classical.get_local_claset, |
|
908 |
respectively, in order to see the context dependent fields! |
|
909 |
||
17166 | 910 |
* ML functions legacy_bindings and use_legacy_bindings produce ML fact |
911 |
bindings for all theorems stored within a given theory; this may help |
|
912 |
in porting non-Isar theories to Isar ones, while keeping ML proof |
|
913 |
scripts for the time being. |
|
914 |
||
16234 | 915 |
|
916 |
*** System *** |
|
917 |
||
918 |
* Allow symlinks to all proper Isabelle executables (Isabelle, |
|
919 |
isabelle, isatool etc.). |
|
920 |
||
921 |
* ISABELLE_DOC_FORMAT setting specifies preferred document format (for |
|
922 |
isatool doc, isatool mkdir, display_drafts etc.). |
|
923 |
||
924 |
* isatool usedir: option -f allows specification of the ML file to be |
|
925 |
used by Isabelle; default is ROOT.ML. |
|
926 |
||
16251
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
927 |
* New isatool version outputs the version identifier of the Isabelle |
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
928 |
distribution being used. |
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
929 |
|
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
930 |
* HOL: new isatool dimacs2hol converts files in DIMACS CNF format |
16234 | 931 |
(containing Boolean satisfiability problems) into Isabelle/HOL |
932 |
theories. |
|
15703 | 933 |
|
934 |
||
14655
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
935 |
|
14606 | 936 |
New in Isabelle2004 (April 2004) |
937 |
-------------------------------- |
|
13280
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
938 |
|
14171
0cab06e3bbd0
Extended the notion of letter and digit, such that now one may use greek,
skalberg
parents:
14136
diff
changeset
|
939 |
*** General *** |
0cab06e3bbd0
Extended the notion of letter and digit, such that now one may use greek,
skalberg
parents:
14136
diff
changeset
|
940 |
|
14398
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
941 |
* Provers/order.ML: new efficient reasoner for partial and linear orders. |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
942 |
Replaces linorder.ML. |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
943 |
|
14606 | 944 |
* Pure: Greek letters (except small lambda, \<lambda>), as well as Gothic |
945 |
(\<aa>...\<zz>\<AA>...\<ZZ>), calligraphic (\<A>...\<Z>), and Euler |
|
14173 | 946 |
(\<a>...\<z>), are now considered normal letters, and can therefore |
947 |
be used anywhere where an ASCII letter (a...zA...Z) has until |
|
948 |
now. COMPATIBILITY: This obviously changes the parsing of some |
|
949 |
terms, especially where a symbol has been used as a binder, say |
|
950 |
'\<Pi>x. ...', which is now a type error since \<Pi>x will be parsed |
|
951 |
as an identifier. Fix it by inserting a space around former |
|
952 |
symbols. Call 'isatool fixgreek' to try to fix parsing errors in |
|
953 |
existing theory and ML files. |
|
14171
0cab06e3bbd0
Extended the notion of letter and digit, such that now one may use greek,
skalberg
parents:
14136
diff
changeset
|
954 |
|
14237 | 955 |
* Pure: Macintosh and Windows line-breaks are now allowed in theory files. |
956 |
||
14731 | 957 |
* Pure: single letter sub/superscripts (\<^isub> and \<^isup>) are now |
958 |
allowed in identifiers. Similar to Greek letters \<^isub> is now considered |
|
959 |
a normal (but invisible) letter. For multiple letter subscripts repeat |
|
960 |
\<^isub> like this: x\<^isub>1\<^isub>2. |
|
14233 | 961 |
|
14333 | 962 |
* Pure: There are now sub-/superscripts that can span more than one |
963 |
character. Text between \<^bsub> and \<^esub> is set in subscript in |
|
14606 | 964 |
ProofGeneral and LaTeX, text between \<^bsup> and \<^esup> in |
965 |
superscript. The new control characters are not identifier parts. |
|
14333 | 966 |
|
14561
c53396af770e
* raw control symbols are of the form \<^raw:...> now.
schirmer
parents:
14556
diff
changeset
|
967 |
* Pure: Control-symbols of the form \<^raw:...> will literally print the |
14606 | 968 |
content of "..." to the latex file instead of \isacntrl... . The "..." |
969 |
may consist of any printable characters excluding the end bracket >. |
|
14361
ad2f5da643b4
* Support for raw latex output in control symbols: \<^raw...>
schirmer
parents:
14333
diff
changeset
|
970 |
|
14237 | 971 |
* Pure: Using new Isar command "finalconsts" (or the ML functions |
972 |
Theory.add_finals or Theory.add_finals_i) it is now possible to |
|
973 |
declare constants "final", which prevents their being given a definition |
|
974 |
later. It is useful for constants whose behaviour is fixed axiomatically |
|
14224 | 975 |
rather than definitionally, such as the meta-logic connectives. |
976 |
||
14606 | 977 |
* Pure: 'instance' now handles general arities with general sorts |
978 |
(i.e. intersections of classes), |
|
14503
255ad604e08e
Added check that Theory.ML does not occur in the files section of the theory
skalberg
parents:
14480
diff
changeset
|
979 |
|
14547 | 980 |
* Presentation: generated HTML now uses a CSS style sheet to make layout |
14731 | 981 |
(somewhat) independent of content. It is copied from lib/html/isabelle.css. |
14547 | 982 |
It can be changed to alter the colors/layout of generated pages. |
983 |
||
14556
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents:
14551
diff
changeset
|
984 |
|
14175
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
985 |
*** Isar *** |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
986 |
|
14508
859b11514537
Experimental command for instantiation of locales in proof contexts:
ballarin
parents:
14503
diff
changeset
|
987 |
* Tactic emulation methods rule_tac, erule_tac, drule_tac, frule_tac, |
859b11514537
Experimental command for instantiation of locales in proof contexts:
ballarin
parents:
14503
diff
changeset
|
988 |
cut_tac, subgoal_tac and thin_tac: |
14175
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
989 |
- Now understand static (Isar) contexts. As a consequence, users of Isar |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
990 |
locales are no longer forced to write Isar proof scripts. |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
991 |
For details see Isar Reference Manual, paragraph 4.3.2: Further tactic |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
992 |
emulations. |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
993 |
- INCOMPATIBILITY: names of variables to be instantiated may no |
14211
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
994 |
longer be enclosed in quotes. Instead, precede variable name with `?'. |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
995 |
This is consistent with the instantiation attribute "where". |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
996 |
|
14257
a7ef3f7588c5
Type inference bug in Isar attributes "where" and "of" fixed.
ballarin
parents:
14255
diff
changeset
|
997 |
* Attributes "where" and "of": |
14285
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
ballarin
parents:
14283
diff
changeset
|
998 |
- Now take type variables of instantiated theorem into account when reading |
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
ballarin
parents:
14283
diff
changeset
|
999 |
the instantiation string. This fixes a bug that caused instantiated |
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
ballarin
parents:
14283
diff
changeset
|
1000 |
theorems to have too special types in some circumstances. |
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
ballarin
parents:
14283
diff
changeset
|
1001 |
- "where" permits explicit instantiations of type variables. |
14257
a7ef3f7588c5
Type inference bug in Isar attributes "where" and "of" fixed.
ballarin
parents:
14255
diff
changeset
|
1002 |
|
14556
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents:
14551
diff
changeset
|
1003 |
* Calculation commands "moreover" and "also" no longer interfere with |
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents:
14551
diff
changeset
|
1004 |
current facts ("this"), admitting arbitrary combinations with "then" |
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents:
14551
diff
changeset
|
1005 |
and derived forms. |
14283 | 1006 |
|
14211
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
1007 |
* Locales: |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
1008 |
- Goal statements involving the context element "includes" no longer |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
1009 |
generate theorems with internal delta predicates (those ending on |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
1010 |
"_axioms") in the premise. |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
1011 |
Resolve particular premise with <locale>.intro to obtain old form. |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
1012 |
- Fixed bug in type inference ("unify_frozen") that prevented mix of target |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
1013 |
specification and "includes" elements in goal statement. |
14254
342634f38451
Isar/Locales: <loc>.intro and <loc>.axioms no longer intro? and elim? by
ballarin
parents:
14243
diff
changeset
|
1014 |
- Rule sets <locale>.intro and <locale>.axioms no longer declared as |
342634f38451
Isar/Locales: <loc>.intro and <loc>.axioms no longer intro? and elim? by
ballarin
parents:
14243
diff
changeset
|
1015 |
[intro?] and [elim?] (respectively) by default. |
14508
859b11514537
Experimental command for instantiation of locales in proof contexts:
ballarin
parents:
14503
diff
changeset
|
1016 |
- Experimental command for instantiation of locales in proof contexts: |
14551 | 1017 |
instantiate <label>[<attrs>]: <loc> |
14508
859b11514537
Experimental command for instantiation of locales in proof contexts:
ballarin
parents:
14503
diff
changeset
|
1018 |
Instantiates locale <loc> and adds all its theorems to the current context |
14551 | 1019 |
taking into account their attributes. Label and attrs are optional |
1020 |
modifiers, like in theorem declarations. If present, names of |
|
1021 |
instantiated theorems are qualified with <label>, and the attributes |
|
1022 |
<attrs> are applied after any attributes these theorems might have already. |
|
1023 |
If the locale has assumptions, a chained fact of the form |
|
14508
859b11514537
Experimental command for instantiation of locales in proof contexts:
ballarin
parents:
14503
diff
changeset
|
1024 |
"<loc> t1 ... tn" is expected from which instantiations of the parameters |
14551 | 1025 |
are derived. The command does not support old-style locales declared |
1026 |
with "locale (open)". |
|
1027 |
A few (very simple) examples can be found in FOL/ex/LocaleInst.thy. |
|
14175
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
1028 |
|
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
1029 |
* HOL: Tactic emulation methods induct_tac and case_tac understand static |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
1030 |
(Isar) contexts. |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
1031 |
|
14556
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents:
14551
diff
changeset
|
1032 |
|
14136 | 1033 |
*** HOL *** |
1034 |
||
14624 | 1035 |
* Proof import: new image HOL4 contains the imported library from |
1036 |
the HOL4 system with about 2500 theorems. It is imported by |
|
1037 |
replaying proof terms produced by HOL4 in Isabelle. The HOL4 image |
|
1038 |
can be used like any other Isabelle image. See |
|
1039 |
HOL/Import/HOL/README for more information. |
|
1040 |
||
14398
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
1041 |
* Simplifier: |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
1042 |
- Much improved handling of linear and partial orders. |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
1043 |
Reasoners for linear and partial orders are set up for type classes |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
1044 |
"linorder" and "order" respectively, and are added to the default simpset |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
1045 |
as solvers. This means that the simplifier can build transitivity chains |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
1046 |
to solve goals from the assumptions. |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
1047 |
- INCOMPATIBILITY: old proofs break occasionally. Typically, applications |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
1048 |
of blast or auto after simplification become unnecessary because the goal |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
1049 |
is solved by simplification already. |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
1050 |
|
14731 | 1051 |
* Numerics: new theory Ring_and_Field contains over 250 basic numerical laws, |
14389 | 1052 |
all proved in axiomatic type classes for semirings, rings and fields. |
1053 |
||
1054 |
* Numerics: |
|
1055 |
- Numeric types (nat, int, and in HOL-Complex rat, real, complex, etc.) are |
|
14731 | 1056 |
now formalized using the Ring_and_Field theory mentioned above. |
14389 | 1057 |
- INCOMPATIBILITY: simplification and arithmetic behaves somewhat differently |
1058 |
than before, because now they are set up once in a generic manner. |
|
14731 | 1059 |
- INCOMPATIBILITY: many type-specific arithmetic laws have gone. |
14480 | 1060 |
Look for the general versions in Ring_and_Field (and Power if they concern |
1061 |
exponentiation). |
|
14389 | 1062 |
|
14401 | 1063 |
* Type "rat" of the rational numbers is now available in HOL-Complex. |
14389 | 1064 |
|
14255 | 1065 |
* Records: |
1066 |
- Record types are now by default printed with their type abbreviation |
|
1067 |
instead of the list of all field types. This can be configured via |
|
1068 |
the reference "print_record_type_abbr". |
|
14731 | 1069 |
- Simproc "record_upd_simproc" for simplification of multiple updates added |
14255 | 1070 |
(not enabled by default). |
14427 | 1071 |
- Simproc "record_ex_sel_eq_simproc" to simplify EX x. sel r = x resp. |
1072 |
EX x. x = sel r to True (not enabled by default). |
|
14255 | 1073 |
- Tactic "record_split_simp_tac" to split and simplify records added. |
14731 | 1074 |
|
14136 | 1075 |
* 'specification' command added, allowing for definition by |
14224 | 1076 |
specification. There is also an 'ax_specification' command that |
1077 |
introduces the new constants axiomatically. |
|
14136 | 1078 |
|
14375 | 1079 |
* arith(_tac) is now able to generate counterexamples for reals as well. |
1080 |
||
14399
dc677b35e54f
New lemmas about inversion of restricted functions.
ballarin
parents:
14398
diff
changeset
|
1081 |
* HOL-Algebra: new locale "ring" for non-commutative rings. |
dc677b35e54f
New lemmas about inversion of restricted functions.
ballarin
parents:
14398
diff
changeset
|
1082 |
|
14243 | 1083 |
* HOL-ex: InductiveInvariant_examples illustrates advanced recursive function |
14610 | 1084 |
definitions, thanks to Sava Krsti\'{c} and John Matthews. |
1085 |
||
14731 | 1086 |
* HOL-Matrix: a first theory for matrices in HOL with an application of |
14610 | 1087 |
matrix theory to linear programming. |
14136 | 1088 |
|
14380 | 1089 |
* Unions and Intersections: |
15119 | 1090 |
The latex output syntax of UN and INT has been changed |
1091 |
from "\Union x \in A. B" to "\Union_{x \in A} B" |
|
1092 |
i.e. the index formulae has become a subscript. |
|
1093 |
Similarly for "\Union x. B", and for \Inter instead of \Union. |
|
14380 | 1094 |
|
14418 | 1095 |
* Unions and Intersections over Intervals: |
14731 | 1096 |
There is new short syntax "UN i<=n. A" for "UN i:{0..n}. A". There is |
1097 |
also an x-symbol version with subscripts "\<Union>\<^bsub>i <= n\<^esub>. A" |
|
14418 | 1098 |
like in normal math, and corresponding versions for < and for intersection. |
1099 |
||
15677 | 1100 |
* HOL/List: Ordering "lexico" is renamed "lenlex" and the standard |
1101 |
lexicographic dictonary ordering has been added as "lexord". |
|
1102 |
||
14401 | 1103 |
* ML: the legacy theory structures Int and List have been removed. They had |
1104 |
conflicted with ML Basis Library structures having the same names. |
|
14380 | 1105 |
|
14464 | 1106 |
* 'refute' command added to search for (finite) countermodels. Only works |
1107 |
for a fragment of HOL. The installation of an external SAT solver is |
|
1108 |
highly recommended. See "HOL/Refute.thy" for details. |
|
1109 |
||
14602 | 1110 |
* 'quickcheck' command: Allows to find counterexamples by evaluating |
1111 |
formulae under an assignment of free variables to random values. |
|
1112 |
In contrast to 'refute', it can deal with inductive datatypes, |
|
1113 |
but cannot handle quantifiers. See "HOL/ex/Quickcheck_Examples.thy" |
|
1114 |
for examples. |
|
14464 | 1115 |
|
14606 | 1116 |
|
14536 | 1117 |
*** HOLCF *** |
1118 |
||
1119 |
* Streams now come with concatenation and are part of the HOLCF image |
|
1120 |
||
14572 | 1121 |
|
1122 |
||
14136 | 1123 |
New in Isabelle2003 (May 2003) |
14606 | 1124 |
------------------------------ |
14136 | 1125 |
|
13280
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
1126 |
*** General *** |
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
1127 |
|
13618 | 1128 |
* Provers/simplifier: |
1129 |
||
13781 | 1130 |
- Completely reimplemented method simp (ML: Asm_full_simp_tac): |
13618 | 1131 |
Assumptions are now subject to complete mutual simplification, |
1132 |
not just from left to right. The simplifier now preserves |
|
1133 |
the order of assumptions. |
|
1134 |
||
1135 |
Potential INCOMPATIBILITY: |
|
1136 |
||
13781 | 1137 |
-- simp sometimes diverges where the old version did |
1138 |
not, e.g. invoking simp on the goal |
|
13618 | 1139 |
|
1140 |
[| P (f x); y = x; f x = f y |] ==> Q |
|
1141 |
||
13781 | 1142 |
now gives rise to the infinite reduction sequence |
1143 |
||
1144 |
P(f x) --(f x = f y)--> P(f y) --(y = x)--> P(f x) --(f x = f y)--> ... |
|
1145 |
||
1146 |
Using "simp (asm_lr)" (ML: Asm_lr_simp_tac) instead often solves this |
|
1147 |
kind of problem. |
|
1148 |
||
1149 |
-- Tactics combining classical reasoner and simplification (such as auto) |
|
1150 |
are also affected by this change, because many of them rely on |
|
1151 |
simp. They may sometimes diverge as well or yield a different numbers |
|
1152 |
of subgoals. Try to use e.g. force, fastsimp, or safe instead of auto |
|
1153 |
in case of problems. Sometimes subsequent calls to the classical |
|
1154 |
reasoner will fail because a preceeding call to the simplifier too |
|
1155 |
eagerly simplified the goal, e.g. deleted redundant premises. |
|
13618 | 1156 |
|
1157 |
- The simplifier trace now shows the names of the applied rewrite rules |
|
1158 |
||
13829 | 1159 |
- You can limit the number of recursive invocations of the simplifier |
1160 |
during conditional rewriting (where the simplifie tries to solve the |
|
1161 |
conditions before applying the rewrite rule): |
|
1162 |
ML "simp_depth_limit := n" |
|
1163 |
where n is an integer. Thus you can force termination where previously |
|
1164 |
the simplifier would diverge. |
|
1165 |
||
13835
12b2ffbe543a
Change to meta simplifier: congruence rules may now have frees as head of term.
ballarin
parents:
13829
diff
changeset
|
1166 |
- Accepts free variables as head terms in congruence rules. Useful in Isar. |
13829 | 1167 |
|
13938 | 1168 |
- No longer aborts on failed congruence proof. Instead, the |
1169 |
congruence is ignored. |
|
1170 |
||
14008 | 1171 |
* Pure: New generic framework for extracting programs from constructive |
1172 |
proofs. See HOL/Extraction.thy for an example instantiation, as well |
|
1173 |
as HOL/Extraction for some case studies. |
|
1174 |
||
13868 | 1175 |
* Pure: The main goal of the proof state is no longer shown by default, only |
1176 |
the subgoals. This behaviour is controlled by a new flag. |
|
13835
12b2ffbe543a
Change to meta simplifier: congruence rules may now have frees as head of term.
ballarin
parents:
13829
diff
changeset
|
1177 |
PG menu: Isabelle/Isar -> Settings -> Show Main Goal |
13815 | 1178 |
(ML: Proof.show_main_goal). |
1179 |
||
1180 |
* Pure: You can find all matching introduction rules for subgoal 1, i.e. all |
|
1181 |
rules whose conclusion matches subgoal 1: |
|
1182 |
PG menu: Isabelle/Isar -> Show me -> matching rules |
|
1183 |
The rules are ordered by how closely they match the subgoal. |
|
1184 |
In particular, rules that solve a subgoal outright are displayed first |
|
1185 |
(or rather last, the way they are printed). |
|
1186 |
(ML: ProofGeneral.print_intros()) |
|
1187 |
||
1188 |
* Pure: New flag trace_unify_fail causes unification to print |
|
13781 | 1189 |
diagnostic information (PG: in trace buffer) when it fails. This is |
1190 |
useful for figuring out why single step proofs like rule, erule or |
|
1191 |
assumption failed. |
|
1192 |
||
13815 | 1193 |
* Pure: Locale specifications now produce predicate definitions |
13410
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
1194 |
according to the body of text (covering assumptions modulo local |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
1195 |
definitions); predicate "loc_axioms" covers newly introduced text, |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
1196 |
while "loc" is cumulative wrt. all included locale expressions; the |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
1197 |
latter view is presented only on export into the global theory |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
1198 |
context; potential INCOMPATIBILITY, use "(open)" option to fall back |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
1199 |
on the old view without predicates; |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
1200 |
|
13459
83f41b047a39
* Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm
parents:
13443
diff
changeset
|
1201 |
* Pure: predefined locales "var" and "struct" are useful for sharing |
83f41b047a39
* Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm
parents:
13443
diff
changeset
|
1202 |
parameters (as in CASL, for example); just specify something like |
83f41b047a39
* Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm
parents:
13443
diff
changeset
|
1203 |
``var x + var y + struct M'' as import; |
83f41b047a39
* Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm
parents:
13443
diff
changeset
|
1204 |
|
13463
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents:
13459
diff
changeset
|
1205 |
* Pure: improved thms_containing: proper indexing of facts instead of |
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents:
13459
diff
changeset
|
1206 |
raw theorems; check validity of results wrt. current name space; |
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents:
13459
diff
changeset
|
1207 |
include local facts of proof configuration (also covers active |
13541 | 1208 |
locales), cover fixed variables in index; may use "_" in term |
1209 |
specification; an optional limit for the number of printed facts may |
|
1210 |
be given (the default is 40); |
|
1211 |
||
1212 |
* Pure: disallow duplicate fact bindings within new-style theory files |
|
1213 |
(batch-mode only); |
|
13540
aede0306e214
* Pure: disallow duplicate fact bindings within new-style theory files;
wenzelm
parents:
13522
diff
changeset
|
1214 |
|
13463
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents:
13459
diff
changeset
|
1215 |
* Provers: improved induct method: assumptions introduced by case |
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents:
13459
diff
changeset
|
1216 |
"foo" are split into "foo.hyps" (from the rule) and "foo.prems" (from |
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents:
13459
diff
changeset
|
1217 |
the goal statement); "foo" still refers to all facts collectively; |
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents:
13459
diff
changeset
|
1218 |
|
13550 | 1219 |
* Provers: the function blast.overloaded has been removed: all constants |
1220 |
are regarded as potentially overloaded, which improves robustness in exchange |
|
1221 |
for slight decrease in efficiency; |
|
1222 |
||
13781 | 1223 |
* Provers/linorder: New generic prover for transitivity reasoning over |
1224 |
linear orders. Note: this prover is not efficient! |
|
1225 |
||
13522
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
wenzelm
parents:
13518
diff
changeset
|
1226 |
* Isar: preview of problems to finish 'show' now produce an error |
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
wenzelm
parents:
13518
diff
changeset
|
1227 |
rather than just a warning (in interactive mode); |
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
wenzelm
parents:
13518
diff
changeset
|
1228 |
|
13280
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
1229 |
|
13158 | 1230 |
*** HOL *** |
1231 |
||
13899 | 1232 |
* arith(_tac) |
1233 |
||
1234 |
- Produces a counter example if it cannot prove a goal. |
|
1235 |
Note that the counter example may be spurious if the goal is not a formula |
|
1236 |
of quantifier-free linear arithmetic. |
|
1237 |
In ProofGeneral the counter example appears in the trace buffer. |
|
1238 |
||
1239 |
- Knows about div k and mod k where k is a numeral of type nat or int. |
|
1240 |
||
1241 |
- Calls full Presburger arithmetic (by Amine Chaieb) if quantifier-free |
|
1242 |
linear arithmetic fails. This takes account of quantifiers and divisibility. |
|
14731 | 1243 |
Presburger arithmetic can also be called explicitly via presburger(_tac). |
13899 | 1244 |
|
1245 |
* simp's arithmetic capabilities have been enhanced a bit: it now |
|
1246 |
takes ~= in premises into account (by performing a case split); |
|
1247 |
||
1248 |
* simp reduces "m*(n div m) + n mod m" to n, even if the two summands |
|
1249 |
are distributed over a sum of terms; |
|
1250 |
||
13735 | 1251 |
* New tactic "trans_tac" and method "trans" instantiate |
1252 |
Provers/linorder.ML for axclasses "order" and "linorder" (predicates |
|
14731 | 1253 |
"<=", "<" and "="). |
1254 |
||
1255 |
* function INCOMPATIBILITIES: Pi-sets have been redefined and moved from main |
|
13587 | 1256 |
HOL to Library/FuncSet; constant "Fun.op o" is now called "Fun.comp"; |
1257 |
||
13443 | 1258 |
* 'typedef' command has new option "open" to suppress the set |
1259 |
definition; |
|
1260 |
||
13522
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
wenzelm
parents:
13518
diff
changeset
|
1261 |
* functions Min and Max on finite sets have been introduced (theory |
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
wenzelm
parents:
13518
diff
changeset
|
1262 |
Finite_Set); |
13492 | 1263 |
|
13443 | 1264 |
* attribute [symmetric] now works for relations as well; it turns |
1265 |
(x,y) : R^-1 into (y,x) : R, and vice versa; |
|
1266 |
||
13613 | 1267 |
* induct over a !!-quantified statement (say !!x1..xn): |
1268 |
each "case" automatically performs "fix x1 .. xn" with exactly those names. |
|
1269 |
||
13899 | 1270 |
* Map: `empty' is no longer a constant but a syntactic abbreviation for |
1271 |
%x. None. Warning: empty_def now refers to the previously hidden definition |
|
1272 |
of the empty set. |
|
1273 |
||
14018 | 1274 |
* Algebra: formalization of classical algebra. Intended as base for |
1275 |
any algebraic development in Isabelle. Currently covers group theory |
|
1276 |
(up to Sylow's theorem) and ring theory (Universal Property of |
|
1277 |
Univariate Polynomials). Contributions welcome; |
|
13960 | 1278 |
|
1279 |
* GroupTheory: deleted, since its material has been moved to Algebra; |
|
1280 |
||
14731 | 1281 |
* Complex: new directory of the complex numbers with numeric constants, |
1282 |
nonstandard complex numbers, and some complex analysis, standard and |
|
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13960
diff
changeset
|
1283 |
nonstandard (Jacques Fleuriot); |
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13960
diff
changeset
|
1284 |
|
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13960
diff
changeset
|
1285 |
* HOL-Complex: new image for analysis, replacing HOL-Real and HOL-Hyperreal; |
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13960
diff
changeset
|
1286 |
|
14731 | 1287 |
* Hyperreal: introduced Gauge integration and hyperreal logarithms (Jacques |
13966
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13960
diff
changeset
|
1288 |
Fleuriot); |
13960 | 1289 |
|
13549 | 1290 |
* Real/HahnBanach: updated and adapted to locales; |
1291 |
||
13995 | 1292 |
* NumberTheory: added Gauss's law of quadratic reciprocity (by Avigad, |
1293 |
Gray and Kramer); |
|
13872 | 1294 |
|
1295 |
* UNITY: added the Meier-Sanders theory of progress sets; |
|
1296 |
||
14011 | 1297 |
* MicroJava: bytecode verifier and lightweight bytecode verifier |
1298 |
as abstract algorithms, instantiated to the JVM; |
|
1299 |
||
14010 | 1300 |
* Bali: Java source language formalization. Type system, operational |
1301 |
semantics, axiomatic semantics. Supported language features: |
|
1302 |
classes, interfaces, objects,virtual methods, static methods, |
|
1303 |
static/instance fields, arrays, access modifiers, definite |
|
1304 |
assignment, exceptions. |
|
13549 | 1305 |
|
14011 | 1306 |
|
13549 | 1307 |
*** ZF *** |
1308 |
||
15154 | 1309 |
* ZF/Constructible: consistency proof for AC (Gdel's constructible |
13549 | 1310 |
universe, etc.); |
1311 |
||
13872 | 1312 |
* Main ZF: virtually all theories converted to new-style format; |
13518 | 1313 |
|
13280
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
1314 |
|
13478 | 1315 |
*** ML *** |
1316 |
||
1317 |
* Pure: Tactic.prove provides sane interface for internal proofs; |
|
1318 |
omits the infamous "standard" operation, so this is more appropriate |
|
1319 |
than prove_goalw_cterm in many situations (e.g. in simprocs); |
|
1320 |
||
1321 |
* Pure: improved error reporting of simprocs; |
|
1322 |
||
1323 |
* Provers: Simplifier.simproc(_i) provides sane interface for setting |
|
1324 |
up simprocs; |
|
1325 |
||
1326 |
||
13953 | 1327 |
*** Document preparation *** |
1328 |
||
1329 |
* uses \par instead of \\ for line breaks in theory text. This may |
|
1330 |
shift some page breaks in large documents. To get the old behaviour |
|
1331 |
use \renewcommand{\isanewline}{\mbox{}\\\mbox{}} in root.tex. |
|
1332 |
||
14731 | 1333 |
* minimized dependencies of isabelle.sty and isabellesym.sty on |
13953 | 1334 |
other packages |
1335 |
||
1336 |
* \<euro> now needs package babel/greek instead of marvosym (which |
|
1337 |
broke \Rightarrow) |
|
1338 |
||
14731 | 1339 |
* normal size for \<zero>...\<nine> (uses \mathbf instead of |
13954 | 1340 |
textcomp package) |
13953 | 1341 |
|
13280
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
1342 |
|
14572 | 1343 |
|
12984 | 1344 |
New in Isabelle2002 (March 2002) |
1345 |
-------------------------------- |
|
11474 | 1346 |
|
11572 | 1347 |
*** Document preparation *** |
1348 |
||
11842
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1349 |
* greatly simplified document preparation setup, including more |
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1350 |
graceful interpretation of isatool usedir -i/-d/-D options, and more |
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1351 |
instructive isatool mkdir; users should basically be able to get |
12899
7d5b690253ee
"isatool usedir -D output HOL Test && isatool document Test/output";
wenzelm
parents:
12889
diff
changeset
|
1352 |
started with "isatool mkdir HOL Test && isatool make"; alternatively, |
7d5b690253ee
"isatool usedir -D output HOL Test && isatool document Test/output";
wenzelm
parents:
12889
diff
changeset
|
1353 |
users may run a separate document processing stage manually like this: |
7d5b690253ee
"isatool usedir -D output HOL Test && isatool document Test/output";
wenzelm
parents:
12889
diff
changeset
|
1354 |
"isatool usedir -D output HOL Test && isatool document Test/output"; |
11842
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1355 |
|
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1356 |
* theory dependency graph may now be incorporated into documents; |
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1357 |
isatool usedir -g true will produce session_graph.eps/.pdf for use |
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1358 |
with \includegraphics of LaTeX; |
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1359 |
|
11864
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
wenzelm
parents:
11842
diff
changeset
|
1360 |
* proper spacing of consecutive markup elements, especially text |
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
wenzelm
parents:
11842
diff
changeset
|
1361 |
blocks after section headings; |
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
wenzelm
parents:
11842
diff
changeset
|
1362 |
|
11572 | 1363 |
* support bold style (for single symbols only), input syntax is like |
1364 |
this: "\<^bold>\<alpha>" or "\<^bold>A"; |
|
1365 |
||
11814 | 1366 |
* \<bullet> is now output as bold \cdot by default, which looks much |
11572 | 1367 |
better in printed text; |
1368 |
||
11712
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
wenzelm
parents:
11702
diff
changeset
|
1369 |
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>; |
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
wenzelm
parents:
11702
diff
changeset
|
1370 |
note that these symbols are currently unavailable in Proof General / |
12769 | 1371 |
X-Symbol; new symbols \<zero>, \<one>, ..., \<nine>, and \<euro>; |
12690 | 1372 |
|
1373 |
* isatool latex no longer depends on changed TEXINPUTS, instead |
|
1374 |
isatool document copies the Isabelle style files to the target |
|
1375 |
location; |
|
11712
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
wenzelm
parents:
11702
diff
changeset
|
1376 |
|
11572 | 1377 |
|
11633 | 1378 |
*** Isar *** |
1379 |
||
12312
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1380 |
* Pure/Provers: improved proof by cases and induction; |
12280 | 1381 |
- 'case' command admits impromptu naming of parameters (such as |
1382 |
"case (Suc n)"); |
|
1383 |
- 'induct' method divinates rule instantiation from the inductive |
|
1384 |
claim; no longer requires excessive ?P bindings for proper |
|
1385 |
instantiation of cases; |
|
1386 |
- 'induct' method properly enumerates all possibilities of set/type |
|
1387 |
rules; as a consequence facts may be also passed through *type* |
|
1388 |
rules without further ado; |
|
1389 |
- 'induct' method now derives symbolic cases from the *rulified* |
|
1390 |
rule (before it used to rulify cases stemming from the internal |
|
1391 |
atomized version); this means that the context of a non-atomic |
|
1392 |
statement becomes is included in the hypothesis, avoiding the |
|
1393 |
slightly cumbersome show "PROP ?case" form; |
|
1394 |
- 'induct' may now use elim-style induction rules without chaining |
|
1395 |
facts, using ``missing'' premises from the goal state; this allows |
|
1396 |
rules stemming from inductive sets to be applied in unstructured |
|
1397 |
scripts, while still benefitting from proper handling of non-atomic |
|
1398 |
statements; NB: major inductive premises need to be put first, all |
|
1399 |
the rest of the goal is passed through the induction; |
|
1400 |
- 'induct' proper support for mutual induction involving non-atomic |
|
1401 |
rule statements (uses the new concept of simultaneous goals, see |
|
1402 |
below); |
|
12853 | 1403 |
- append all possible rule selections, but only use the first |
1404 |
success (no backtracking); |
|
11995
4a622f5fb164
- 'induct' may now use elim-style induction rules without chaining
wenzelm
parents:
11986
diff
changeset
|
1405 |
- removed obsolete "(simplified)" and "(stripped)" options of methods; |
12754 |