author | huffman |
Tue, 26 Jul 2005 18:22:55 +0200 | |
changeset 16917 | 1fe50b19daba |
parent 16908 | d374530bfaaa |
child 16929 | b23c54fd31f7 |
permissions | -rw-r--r-- |
5363 | 1 |
Isabelle NEWS -- history user-relevant changes |
2 |
============================================== |
|
2553 | 3 |
|
14655
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
4 |
New in this Isabelle release |
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
5 |
---------------------------- |
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 |
|
22 |
non-Isar theories. |
|
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 |
||
27 |
* Improved version of thms_containing searches for a list of criteria |
|
28 |
instead of a list of constants. Known criteria are: intro, elim, dest, |
|
29 |
name:string, simp:term, and any term. Criteria can be preceded by '-' |
|
30 |
to select theorems that do not match. Intro, elim, dest select |
|
31 |
theorems that match the current goal, name:s selects theorems whose |
|
32 |
fully qualified name contain s, and simp:term selects all |
|
33 |
simplification rules whose lhs match term. Any other term is |
|
34 |
interpreted as pattern and selects all theorems matching the |
|
35 |
pattern. Available in ProofGeneral under 'ProofGeneral -> Find |
|
36 |
Theorems' or C-c C-f. Example: |
|
37 |
||
38 |
C-c C-f (100) "(_::nat) + _ + _" intro -name:"HOL." |
|
39 |
||
40 |
prints the last 100 theorems matching the pattern "(_::nat) + _ + _", |
|
41 |
matching the current goal as introduction rule and not having "HOL." |
|
42 |
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
|
43 |
|
15703 | 44 |
|
45 |
*** Document preparation *** |
|
46 |
||
16234 | 47 |
* Commands 'display_drafts' and 'print_drafts' perform simple output |
48 |
of raw sources. Only those symbols that do not require additional |
|
49 |
LaTeX packages (depending on comments in isabellesym.sty) are |
|
50 |
displayed properly, everything else is left verbatim. isatool display |
|
51 |
and isatool print are used as front ends (these are subject to the |
|
52 |
DVI/PDF_VIEWER and PRINT_COMMAND settings, respectively). |
|
53 |
||
54 |
* There is now a flag to control hiding of proofs and some other |
|
55 |
commands (such as 'ML' or 'parse/print_translation') in document |
|
56 |
output. Hiding is enabled by default, and can be disabled by the |
|
57 |
option '-H false' of isatool usedir or by resetting the reference |
|
58 |
variable IsarOutput.hide_commands in ML. Additional commands to be |
|
59 |
hidden may be declared using IsarOutput.add_hidden_commands. |
|
60 |
||
15979 | 61 |
* Several new antiquotation: |
62 |
||
63 |
@{term_type term} prints a term with its type annotated; |
|
64 |
||
65 |
@{typeof term} prints the type of a term; |
|
66 |
||
16234 | 67 |
@{const const} is the same as @{term const}, but checks that the |
68 |
argument is a known logical constant; |
|
15979 | 69 |
|
70 |
@{term_style style term} and @{thm_style style thm} print a term or |
|
16234 | 71 |
theorem applying a "style" to it |
72 |
||
73 |
Predefined styles are 'lhs' and 'rhs' printing the lhs/rhs of |
|
74 |
definitions, equations, inequations etc., 'concl' printing only the |
|
75 |
conclusion of a meta-logical statement theorem, and 'prem1' .. 'prem9' |
|
76 |
to print the specified premise. TermStyle.add_style provides an ML |
|
77 |
interface for introducing further styles. See also the "LaTeX Sugar" |
|
78 |
document practical applications. |
|
79 |
||
80 |
||
81 |
*** Pure *** |
|
82 |
||
83 |
* Considerably improved version of 'constdefs' command. Now performs |
|
84 |
automatic type-inference of declared constants; additional support for |
|
85 |
local structure declarations (cf. locales and HOL records), see also |
|
86 |
isar-ref manual. Potential INCOMPATIBILITY: need to observe strictly |
|
87 |
sequential dependencies of definitions within a single 'constdefs' |
|
88 |
section; moreover, the declared name needs to be an identifier. If |
|
89 |
all fails, consider to fall back on 'consts' and 'defs' separately. |
|
90 |
||
91 |
* Improved indexed syntax and implicit structures. First of all, |
|
92 |
indexed syntax provides a notational device for subscripted |
|
93 |
application, using the new syntax \<^bsub>term\<^esub> for arbitrary |
|
94 |
expressions. Secondly, in a local context with structure |
|
95 |
declarations, number indexes \<^sub>n or the empty index (default |
|
96 |
number 1) refer to a certain fixed variable implicitly; option |
|
97 |
show_structs controls printing of implicit structures. Typical |
|
98 |
applications of these concepts involve record types and locales. |
|
99 |
||
100 |
* New command 'no_syntax' removes grammar declarations (and |
|
101 |
translations) resulting from the given syntax specification, which is |
|
102 |
interpreted in the same manner as for the 'syntax' command. |
|
103 |
||
104 |
* 'Advanced' translation functions (parse_translation etc.) may depend |
|
105 |
on the signature of the theory context being presently used for |
|
106 |
parsing/printing, see also isar-ref manual. |
|
107 |
||
16856 | 108 |
* Improved 'oracle' command provides a type-safe interface to turn an |
109 |
ML expression of type theory -> T -> term into a primitive rule of |
|
110 |
type theory -> T -> thm (i.e. the functionality of Thm.invoke_oracle |
|
111 |
is already included here); see also FOL/ex/IffExample.thy; |
|
112 |
INCOMPATIBILITY. |
|
113 |
||
16234 | 114 |
* Improved internal renaming of symbolic identifiers -- attach primes |
115 |
instead of base 26 numbers. |
|
116 |
||
117 |
* New flag show_question_marks controls printing of leading question |
|
118 |
marks in schematic variable names. |
|
119 |
||
120 |
* In schematic variable names, *any* symbol following \<^isub> or |
|
121 |
\<^isup> is now treated as part of the base name. For example, the |
|
122 |
following works without printing of awkward ".0" indexes: |
|
123 |
||
124 |
lemma "x\<^isub>1 = x\<^isub>2 ==> x\<^isub>2 = x\<^isub>1" |
|
125 |
by simp |
|
126 |
||
127 |
* Inner syntax includes (*(*nested*) comments*). |
|
128 |
||
129 |
* Pretty pinter now supports unbreakable blocks, specified in mixfix |
|
130 |
annotations as "(00...)". |
|
131 |
||
132 |
* Clear separation of logical types and nonterminals, where the latter |
|
133 |
may only occur in 'syntax' specifications or type abbreviations. |
|
134 |
Before that distinction was only partially implemented via type class |
|
135 |
"logic" vs. "{}". Potential INCOMPATIBILITY in rare cases of improper |
|
136 |
use of 'types'/'consts' instead of 'nonterminals'/'syntax'. Some very |
|
137 |
exotic syntax specifications may require further adaption |
|
138 |
(e.g. Cube/Base.thy). |
|
139 |
||
140 |
* Removed obsolete type class "logic", use the top sort {} instead. |
|
141 |
Note that non-logical types should be declared as 'nonterminals' |
|
142 |
rather than 'types'. INCOMPATIBILITY for new object-logic |
|
143 |
specifications. |
|
144 |
||
145 |
* Simplifier: can now control the depth to which conditional rewriting |
|
146 |
is traced via the PG menu Isabelle -> Settings -> Trace Simp Depth |
|
147 |
Limit. |
|
148 |
||
149 |
* Simplifier: simplification procedures may now take the current |
|
150 |
simpset into account (cf. Simplifier.simproc(_i) / mk_simproc |
|
151 |
interface), which is very useful for calling the Simplifier |
|
152 |
recursively. Minor INCOMPATIBILITY: the 'prems' argument of simprocs |
|
153 |
is gone -- use prems_of_ss on the simpset instead. Moreover, the |
|
154 |
low-level mk_simproc no longer applies Logic.varify internally, to |
|
155 |
allow for use in a context of fixed variables. |
|
156 |
||
157 |
* thin_tac now works even if the assumption being deleted contains !! |
|
158 |
or ==>. More generally, erule now works even if the major premise of |
|
159 |
the elimination rule contains !! or ==>. |
|
160 |
||
161 |
* Reorganized bootstrapping of the Pure theories; CPure is now derived |
|
162 |
from Pure, which contains all common declarations already. Both |
|
163 |
theories are defined via plain Isabelle/Isar .thy files. |
|
164 |
INCOMPATIBILITY: elements of CPure (such as the CPure.intro / |
|
165 |
CPure.elim / CPure.dest attributes) now appear in the Pure name space; |
|
166 |
use isatool fixcpure to adapt your theory and ML sources. |
|
167 |
||
168 |
* New syntax 'name(i-j, i-, i, ...)' for referring to specific |
|
169 |
selections of theorems in named facts via index ranges. |
|
170 |
||
16506
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
171 |
* More efficient treatment of intermediate checkpoints in interactive |
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
172 |
theory development. |
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
173 |
|
16234 | 174 |
|
175 |
*** Locales *** |
|
176 |
||
177 |
* New commands for the interpretation of locale expressions in |
|
178 |
theories ('interpretation') and proof contexts ('interpret'). These |
|
179 |
take an instantiation of the locale parameters and compute proof |
|
180 |
obligations from the instantiated specification. After the |
|
181 |
obligations have been discharged, the instantiated theorems of the |
|
182 |
locale are added to the theory or proof context. Interpretation is |
|
183 |
smart in that already active interpretations do not occur in proof |
|
184 |
obligations, neither are instantiated theorems stored in duplicate. |
|
185 |
Use print_interps to inspect active interpretations of a particular |
|
186 |
locale. For details, see the Isar Reference manual. |
|
187 |
||
188 |
INCOMPATIBILITY: former 'instantiate' has been withdrawn, use |
|
189 |
'interpret' instead. |
|
190 |
||
191 |
* Proper static binding of attribute syntax -- i.e. types / terms / |
|
192 |
facts mentioned as arguments are always those of the locale definition |
|
193 |
context, independently of the context of later invocations. Moreover, |
|
194 |
locale operations (renaming and type / term instantiation) are applied |
|
195 |
to attribute arguments as expected. |
|
196 |
||
197 |
INCOMPATIBILITY of the ML interface: always pass Attrib.src instead of |
|
198 |
actual attributes; rare situations may require Attrib.attribute to |
|
199 |
embed those attributes into Attrib.src that lack concrete syntax. |
|
200 |
Attribute implementations need to cooperate properly with the static |
|
201 |
binding mechanism. Basic parsers Args.XXX_typ/term/prop and |
|
202 |
Attrib.XXX_thm etc. already do the right thing without further |
|
203 |
intervention. Only unusual applications -- such as "where" or "of" |
|
204 |
(cf. src/Pure/Isar/attrib.ML), which process arguments depending both |
|
205 |
on the context and the facts involved -- may have to assign parsed |
|
206 |
values to argument tokens explicitly. |
|
207 |
||
208 |
* New context element "constrains" adds type constraints to parameters -- |
|
209 |
there is no logical significance. |
|
210 |
||
211 |
* Context expressions: renaming parameters permits syntax |
|
212 |
redeclaration as well. |
|
213 |
||
214 |
* Locale definition: 'includes' now disallowed. |
|
215 |
||
216 |
* Changed parameter management in theorem generation for long goal |
|
217 |
statements with 'includes'. INCOMPATIBILITY: produces a different |
|
218 |
theorem statement in rare situations. |
|
219 |
||
220 |
* Attributes 'induct' and 'cases': type or set names may now be |
|
221 |
locally fixed variables as well. |
|
15703 | 222 |
|
223 |
* Antiquotations now provide the option 'locale=NAME' to specify an |
|
16234 | 224 |
alternative context used for evaluating and printing the subsequent |
225 |
argument, as in @{thm [locale=LC] fold_commute}, for example. |
|
226 |
||
227 |
||
228 |
*** Provers *** |
|
229 |
||
230 |
* Provers/hypsubst.ML: improved version of the subst method, for |
|
231 |
single-step rewriting: it now works in bound variable contexts. New is |
|
232 |
'subst (asm)', for rewriting an assumption. INCOMPATIBILITY: may |
|
233 |
rewrite a different subterm than the original subst method, which is |
|
234 |
still available as 'simplesubst'. |
|
235 |
||
236 |
* Provers/quasi.ML: new transitivity reasoners for transitivity only |
|
237 |
and quasi orders. |
|
238 |
||
239 |
* Provers/trancl.ML: new transitivity reasoner for transitive and |
|
240 |
reflexive-transitive closure of relations. |
|
241 |
||
242 |
* Provers/blast.ML: new reference depth_limit to make blast's depth |
|
243 |
limit (previously hard-coded with a value of 20) user-definable. |
|
244 |
||
245 |
* Provers/simplifier.ML has been moved to Pure, where Simplifier.setup |
|
246 |
is peformed already. Object-logics merely need to finish their |
|
247 |
initial simpset configuration as before. INCOMPATIBILITY. |
|
15703 | 248 |
|
15475
fdf9434b04ea
- Proofs are now hidden by default when generating documents
berghofe
parents:
15454
diff
changeset
|
249 |
|
14700
2f885b7e5ba7
reimplementation of HOL records; only one type is created for
schirmer
parents:
14699
diff
changeset
|
250 |
*** HOL *** |
2f885b7e5ba7
reimplementation of HOL records; only one type is created for
schirmer
parents:
14699
diff
changeset
|
251 |
|
16234 | 252 |
* Symbolic syntax of Hilbert Choice Operator is now as follows: |
14878 | 253 |
|
254 |
syntax (epsilon) |
|
255 |
"_Eps" :: "[pttrn, bool] => 'a" ("(3\<some>_./ _)" [0, 10] 10) |
|
256 |
||
16234 | 257 |
The symbol \<some> is displayed as the alternative epsilon of LaTeX |
258 |
and x-symbol; use option '-m epsilon' to get it actually printed. |
|
259 |
Moreover, the mathematically important symbolic identifier \<epsilon> |
|
260 |
becomes available as variable, constant etc. INCOMPATIBILITY, |
|
261 |
||
262 |
* "x > y" abbreviates "y < x" and "x >= y" abbreviates "y <= x". |
|
263 |
Similarly for all quantifiers: "ALL x > y" etc. The x-symbol for >= |
|
264 |
is \<ge>. |
|
265 |
||
266 |
* "{x:A. P}" abbreviates "{x. x:A & P}", and similarly for "\<in>" |
|
267 |
instead of ":". |
|
268 |
||
269 |
* theory SetInterval: changed the syntax for open intervals: |
|
270 |
||
271 |
Old New |
|
272 |
{..n(} {..<n} |
|
273 |
{)n..} {n<..} |
|
274 |
{m..n(} {m..<n} |
|
275 |
{)m..n} {m<..n} |
|
276 |
{)m..n(} {m<..<n} |
|
277 |
||
278 |
The old syntax is still supported but will disappear in the next |
|
279 |
release. For conversion use the following Emacs search and replace |
|
280 |
patterns (these are not perfect but work quite well): |
|
15046 | 281 |
|
282 |
{)\([^\.]*\)\.\. -> {\1<\.\.} |
|
283 |
\.\.\([^(}]*\)(} -> \.\.<\1} |
|
284 |
||
16234 | 285 |
* theory Finite_Set: changed the syntax for 'setsum', summation over |
286 |
finite sets: "setsum (%x. e) A", which used to be "\<Sum>x:A. e", is |
|
287 |
now either "SUM x:A. e" or "\<Sum>x \<in> A. e". |
|
288 |
||
289 |
Some new syntax forms are available: |
|
290 |
||
291 |
"\<Sum>x | P. e" for "setsum (%x. e) {x. P}" |
|
292 |
"\<Sum>x = a..b. e" for "setsum (%x. e) {a..b}" |
|
293 |
"\<Sum>x = a..<b. e" for "setsum (%x. e) {a..<b}" |
|
294 |
"\<Sum>x < k. e" for "setsum (%x. e) {..<k}" |
|
295 |
||
296 |
The latter form "\<Sum>x < k. e" used to be based on a separate |
|
297 |
function "Summation", which has been discontinued. |
|
298 |
||
299 |
* theory Finite_Set: in structured induction proofs, the insert case |
|
300 |
is now 'case (insert x F)' instead of the old counterintuitive 'case |
|
301 |
(insert F x)'. |
|
302 |
||
303 |
* The 'refute' command has been extended to support a much larger |
|
304 |
fragment of HOL, including axiomatic type classes, constdefs and |
|
305 |
typedefs, inductive datatypes and recursion. |
|
306 |
||
307 |
* Datatype induction via method 'induct' now preserves the name of the |
|
308 |
induction variable. For example, when proving P(xs::'a list) by |
|
309 |
induction on xs, the induction step is now P(xs) ==> P(a#xs) rather |
|
310 |
than P(list) ==> P(a#list) as previously. Potential INCOMPATIBILITY |
|
311 |
in unstructured proof scripts. |
|
312 |
||
313 |
* Reworked implementation of records. Improved scalability for |
|
314 |
records with many fields, avoiding performance problems for type |
|
315 |
inference. Records are no longer composed of nested field types, but |
|
316 |
of nested extension types. Therefore the record type only grows linear |
|
317 |
in the number of extensions and not in the number of fields. The |
|
318 |
top-level (users) view on records is preserved. Potential |
|
319 |
INCOMPATIBILITY only in strange cases, where the theory depends on the |
|
320 |
old record representation. The type generated for a record is called |
|
321 |
<record_name>_ext_type. |
|
322 |
||
323 |
Flag record_quick_and_dirty_sensitive can be enabled to skip the |
|
324 |
proofs triggered by a record definition or a simproc (if |
|
325 |
quick_and_dirty is enabled). Definitions of large records can take |
|
326 |
quite long. |
|
327 |
||
328 |
New simproc record_upd_simproc for simplification of multiple record |
|
329 |
updates enabled by default. Moreover, trivial updates are also |
|
330 |
removed: r(|x := x r|) = r. INCOMPATIBILITY: old proofs break |
|
331 |
occasionally, since simplification is more powerful by default. |
|
332 |
||
333 |
* Simplifier: automatically reasons about transitivity chains |
|
334 |
involving "trancl" (r^+) and "rtrancl" (r^*) by setting up tactics |
|
335 |
provided by Provers/trancl.ML as additional solvers. INCOMPATIBILITY: |
|
336 |
old proofs break occasionally as simplification may now solve more |
|
337 |
goals than previously. |
|
338 |
||
339 |
* Simplifier: converts x <= y into x = y if assumption y <= x is |
|
340 |
present. Works for all partial orders (class "order"), in particular |
|
341 |
numbers and sets. For linear orders (e.g. numbers) it treats ~ x < y |
|
342 |
just like y <= x. |
|
343 |
||
344 |
* Simplifier: new simproc for "let x = a in f x". If a is a free or |
|
345 |
bound variable or a constant then the let is unfolded. Otherwise |
|
346 |
first a is simplified to b, and then f b is simplified to g. If |
|
347 |
possible we abstract b from g arriving at "let x = b in h x", |
|
348 |
otherwise we unfold the let and arrive at g. The simproc can be |
|
349 |
enabled/disabled by the reference use_let_simproc. Potential |
|
350 |
INCOMPATIBILITY since simplification is more powerful by default. |
|
15776 | 351 |
|
16563 | 352 |
* Classical reasoning: the meson method now accepts theorems as arguments. |
353 |
||
16891 | 354 |
* Theory OrderedGroup and Ring_and_Field: various additions and |
355 |
improvements to faciliate calculations involving equalities and |
|
356 |
inequalities. |
|
357 |
||
358 |
The following theorems have been eliminated or modified |
|
359 |
(INCOMPATIBILITY): |
|
16888 | 360 |
|
361 |
abs_eq now named abs_of_nonneg |
|
362 |
abs_of_ge_0 now named abs_of_nonneg |
|
363 |
abs_minus_eq now named abs_of_nonpos |
|
364 |
imp_abs_id now named abs_of_nonneg |
|
365 |
imp_abs_neg_id now named abs_of_nonpos |
|
366 |
mult_pos now named mult_pos_pos |
|
367 |
mult_pos_le now named mult_nonneg_nonneg |
|
368 |
mult_pos_neg_le now named mult_nonneg_nonpos |
|
369 |
mult_pos_neg2_le now named mult_nonneg_nonpos2 |
|
370 |
mult_neg now named mult_neg_neg |
|
371 |
mult_neg_le now named mult_nonpos_nonpos |
|
372 |
||
16891 | 373 |
* Theory Parity: added rules for simplifying exponents. |
374 |
||
16888 | 375 |
|
376 |
*** HOL-Complex *** |
|
377 |
||
16891 | 378 |
* Theory RealDef: better support for embedding natural numbers and |
379 |
integers in the reals. |
|
380 |
||
381 |
The following theorems have been eliminated or modified |
|
382 |
(INCOMPATIBILITY): |
|
383 |
||
384 |
real_of_int_add reversed direction of equality (use [symmetric]) |
|
385 |
real_of_int_minus reversed direction of equality (use [symmetric]) |
|
386 |
real_of_int_diff reversed direction of equality (use [symmetric]) |
|
387 |
real_of_int_mult reversed direction of equality (use [symmetric]) |
|
388 |
||
389 |
* Theory RComplete: expanded support for floor and ceiling functions. |
|
16888 | 390 |
|
14655
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
391 |
|
16908
d374530bfaaa
Added two new theories to HOL/Library: SetsAndFunctions.thy and BigO.thy
avigad
parents:
16891
diff
changeset
|
392 |
*** HOL-Library *** |
d374530bfaaa
Added two new theories to HOL/Library: SetsAndFunctions.thy and BigO.thy
avigad
parents:
16891
diff
changeset
|
393 |
|
d374530bfaaa
Added two new theories to HOL/Library: SetsAndFunctions.thy and BigO.thy
avigad
parents:
16891
diff
changeset
|
394 |
* Theories SetsAndFunctions and BigO support asymptotic "big O" calculations. |
d374530bfaaa
Added two new theories to HOL/Library: SetsAndFunctions.thy and BigO.thy
avigad
parents:
16891
diff
changeset
|
395 |
See the notes in BigO.thy. |
d374530bfaaa
Added two new theories to HOL/Library: SetsAndFunctions.thy and BigO.thy
avigad
parents:
16891
diff
changeset
|
396 |
|
d374530bfaaa
Added two new theories to HOL/Library: SetsAndFunctions.thy and BigO.thy
avigad
parents:
16891
diff
changeset
|
397 |
|
14682
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
398 |
*** HOLCF *** |
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
399 |
|
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
400 |
* HOLCF: discontinued special version of 'constdefs' (which used to |
16234 | 401 |
support continuous functions) in favor of the general Pure one with |
402 |
full type-inference. |
|
14682
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
403 |
|
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
404 |
|
14885 | 405 |
*** ZF *** |
406 |
||
16234 | 407 |
* ZF/ex: theories Group and Ring provide examples in abstract algebra, |
408 |
including the First Isomorphism Theorem (on quotienting by the kernel |
|
409 |
of a homomorphism). |
|
15089
430264838064
ZF/Simplifier: second copy of context type solver;
wenzelm
parents:
15076
diff
changeset
|
410 |
|
430264838064
ZF/Simplifier: second copy of context type solver;
wenzelm
parents:
15076
diff
changeset
|
411 |
* ZF/Simplifier: install second copy of type solver that actually |
16234 | 412 |
makes use of TC rules declared to Isar proof contexts (or locales); |
413 |
the old version is still required for ML proof scripts. |
|
15703 | 414 |
|
415 |
||
416 |
*** ML *** |
|
417 |
||
15973 | 418 |
* Pure/library.ML no longer defines its own option datatype, but uses |
16234 | 419 |
that of the SML basis, which has constructors NONE and SOME instead of |
420 |
None and Some, as well as exception Option.Option instead of OPTION. |
|
421 |
The functions the, if_none, is_some, is_none have been adapted |
|
422 |
accordingly, while Option.map replaces apsome. |
|
15973 | 423 |
|
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
424 |
* 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
|
425 |
the standard exceptions Empty and Subscript, as well as |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
426 |
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
|
427 |
superceded by the standard hd and tl functions etc. |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
428 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
429 |
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
|
430 |
toplevel, as they are variants of predefined functions. The following |
16234 | 431 |
suggests how one can translate existing code: |
15973 | 432 |
|
433 |
rev_append xs ys = List.revAppend (xs, ys) |
|
434 |
nth_elem (i, xs) = List.nth (xs, i) |
|
435 |
last_elem xs = List.last xs |
|
436 |
flat xss = List.concat xss |
|
16234 | 437 |
seq fs = List.app fs |
15973 | 438 |
partition P xs = List.partition P xs |
439 |
mapfilter f xs = List.mapPartial f xs |
|
440 |
||
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
441 |
* Pure/library.ML: several combinators for linear functional |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
442 |
transformations, notably reverse application and composition: |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
443 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
444 |
x |> f f #> g |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
445 |
(x, y) |-> f f #-> g |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
446 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
447 |
* Pure/library.ML: canonical list combinators fold, fold_rev, and |
16869 | 448 |
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
|
449 |
example: |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
450 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
451 |
fold f [x1, ..., xN] y = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
452 |
y |> f x1 |> ... |> f xN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
453 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
454 |
(fold o fold) f [xs1, ..., xsN] y = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
455 |
y |> fold f xs1 |> ... |> fold f xsN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
456 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
457 |
fold f [x1, ..., xN] = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
458 |
f x1 #> ... #> f xN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
459 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
460 |
(fold o fold) f [xs1, ..., xsN] = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
461 |
fold f xs1 #> ... #> fold f xsN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
462 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
463 |
* Pure/term.ML: combinators fold_atyps, fold_aterms, fold_term_types, |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
464 |
fold_types traverse types/terms from left to right, observing |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
465 |
canonical argument order. Supercedes previous foldl_XXX versions, |
16868 | 466 |
add_frees, add_vars etc. have been adapted as well: INCOMPATIBILITY. |
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
467 |
|
15703 | 468 |
* Pure: output via the Isabelle channels of writeln/warning/error |
16234 | 469 |
etc. is now passed through Output.output, with a hook for arbitrary |
470 |
transformations depending on the print_mode (cf. Output.add_mode -- |
|
471 |
the first active mode that provides a output function wins). Already |
|
472 |
formatted output may be embedded into further text via Output.raw; the |
|
473 |
result of Pretty.string_of/str_of and derived functions |
|
474 |
(string_of_term/cterm/thm etc.) is already marked raw to accommodate |
|
475 |
easy composition of diagnostic messages etc. Programmers rarely need |
|
476 |
to care about Output.output or Output.raw at all, with some notable |
|
477 |
exceptions: Output.output is required when bypassing the standard |
|
478 |
channels (writeln etc.), or in token translations to produce properly |
|
479 |
formatted results; Output.raw is required when capturing already |
|
480 |
output material that will eventually be presented to the user a second |
|
481 |
time. For the default print mode, both Output.output and Output.raw |
|
482 |
have no effect. |
|
483 |
||
16718 | 484 |
* Pure: Output.time_accumulator NAME creates an operator ('a -> 'b) -> |
485 |
'a -> 'b to measure runtime and count invocations; the cumulative |
|
486 |
results are displayed at the end of a batch session. |
|
487 |
||
488 |
* Isar toplevel: improved diagnostics, mostly for Poly/ML only. |
|
489 |
Reference Toplevel.debug (default false) controls detailed printing |
|
490 |
and tracing of low-level exceptions; Toplevel.profiling (default 0) |
|
491 |
controls execution profiling -- set to 1 for time and 2 for space |
|
492 |
(both increase the runtime). |
|
15703 | 493 |
|
16799
978dcf30c3dd
* Isar session: The initial use of ROOT.ML is now always timed;
wenzelm
parents:
16718
diff
changeset
|
494 |
* Isar session: The initial use of ROOT.ML is now always timed, |
978dcf30c3dd
* Isar session: The initial use of ROOT.ML is now always timed;
wenzelm
parents:
16718
diff
changeset
|
495 |
i.e. the log will show the actual process times, in contrast to the |
978dcf30c3dd
* Isar session: The initial use of ROOT.ML is now always timed;
wenzelm
parents:
16718
diff
changeset
|
496 |
elapsed wall-clock time that the outer shell wrapper produces. |
978dcf30c3dd
* Isar session: The initial use of ROOT.ML is now always timed;
wenzelm
parents:
16718
diff
changeset
|
497 |
|
16689
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
498 |
* Pure: structure OrdList (cf. Pure/General/ord_list.ML) provides a |
16690 | 499 |
reasonably efficient light-weight implementation of sets as lists. |
16689
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
500 |
|
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
501 |
* Pure: more efficient orders for basic syntactic entities: added |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
502 |
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
|
503 |
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
|
504 |
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
|
505 |
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
|
506 |
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
|
507 |
Library.sort_strings on result). |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
508 |
|
16151 | 509 |
* Pure: name spaces have been refined, with significant changes of the |
16234 | 510 |
internal interfaces -- INCOMPATIBILITY. Renamed cond_extern(_table) |
511 |
to extern(_table). The plain name entry path is superceded by a |
|
512 |
general 'naming' context, which also includes the 'policy' to produce |
|
513 |
a fully qualified name and external accesses of a fully qualified |
|
514 |
name; NameSpace.extend is superceded by context dependent |
|
515 |
Sign.declare_name. Several theory and proof context operations modify |
|
516 |
the naming context. Especially note Theory.restore_naming and |
|
517 |
ProofContext.restore_naming to get back to a sane state; note that |
|
518 |
Theory.add_path is no longer sufficient to recover from |
|
519 |
Theory.absolute_path in particular. |
|
520 |
||
521 |
* Pure: new flags short_names (default false) and unique_names |
|
522 |
(default true) for controlling output of qualified names. If |
|
523 |
short_names is set, names are printed unqualified. If unique_names is |
|
524 |
reset, the name prefix is reduced to the minimum required to achieve |
|
525 |
the original result when interning again, even if there is an overlap |
|
526 |
with earlier declarations. |
|
16151 | 527 |
|
16456
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
528 |
* Pure/TheoryDataFun: change of the argument structure; 'prep_ext' is |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
529 |
now 'extend', and 'merge' gets an additional Pretty.pp argument |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
530 |
(useful for printing error messages). INCOMPATIBILITY. |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
531 |
|
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
532 |
* Pure: major reorganization of the theory context. Type Sign.sg and |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
533 |
Theory.theory are now identified, referring to the universal |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
534 |
Context.theory (see Pure/context.ML). Actual signature and theory |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
535 |
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
|
536 |
spread over many files and structures; the new arrangement introduces |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
537 |
considerable INCOMPATIBILITY to gain more clarity: |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
538 |
|
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
539 |
Context -- theory management operations (name, identity, inclusion, |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
540 |
parents, ancestors, merge, etc.), plus generic theory data; |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
541 |
|
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
542 |
Sign -- logical signature and syntax operations (declaring consts, |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
543 |
types, etc.), plus certify/read for common entities; |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
544 |
|
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
545 |
Theory -- logical theory operations (stating axioms, definitions, |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
546 |
oracles), plus a copy of logical signature operations (consts, |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
547 |
types, etc.); also a few basic management operations (Theory.copy, |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
548 |
Theory.merge, etc.) |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
549 |
|
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
550 |
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
|
551 |
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
|
552 |
for convenience -- they merely return the theory. |
451f1c46d4ca
* Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents:
16373
diff
changeset
|
553 |
|
16547
09f7a953d2d6
* Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents:
16506
diff
changeset
|
554 |
* 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
|
555 |
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
|
556 |
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
|
557 |
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
|
558 |
|
16373
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
559 |
* Pure/sign/theory: discontinued named name spaces (i.e. classK, |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
560 |
typeK, constK, axiomK, oracleK), but provide explicit operations for |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
561 |
any of these kinds. For example, Sign.intern typeK is now |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
562 |
Sign.intern_type, Theory.hide_space Sign.typeK is now |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
563 |
Theory.hide_types. Also note that former |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
564 |
Theory.hide_classes/types/consts are now |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
565 |
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
|
566 |
internalize their arguments! INCOMPATIBILITY. |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
567 |
|
16506
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
568 |
* Pure: get_thm interface (of PureThy and ProofContext) expects |
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
569 |
datatype thmref (with constructors Name and NameSelection) instead of |
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
570 |
plain string -- INCOMPATIBILITY; |
b2687ce38433
* Pure: get_thm interface expects datatype thmref;
wenzelm
parents:
16456
diff
changeset
|
571 |
|
16151 | 572 |
* Pure: cases produced by proof methods specify options, where NONE |
16234 | 573 |
means to remove case bindings -- INCOMPATIBILITY in |
574 |
(RAW_)METHOD_CASES. |
|
16151 | 575 |
|
16373
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
576 |
* Pure: the following operations retrieve axioms or theorems from a |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
577 |
theory node or theory hierarchy, respectively: |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
578 |
|
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
579 |
Theory.axioms_of: theory -> (string * term) list |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
580 |
Theory.all_axioms_of: theory -> (string * term) list |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
581 |
PureThy.thms_of: theory -> (string * thm) list |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
582 |
PureThy.all_thms_of: theory -> (string * thm) list |
9d020423093b
* Pure/sign/theory: discontinued named name spaces;
wenzelm
parents:
16251
diff
changeset
|
583 |
|
16718 | 584 |
* Pure: print_tac now outputs the goal through the trace channel. |
585 |
||
15703 | 586 |
* Provers: Simplifier and Classical Reasoner now support proof context |
16234 | 587 |
dependent plug-ins (simprocs, solvers, wrappers etc.). These extra |
588 |
components are stored in the theory and patched into the |
|
589 |
simpset/claset when used in an Isar proof context. Context dependent |
|
590 |
components are maintained by the following theory operations: |
|
591 |
||
592 |
Simplifier.add_context_simprocs |
|
593 |
Simplifier.del_context_simprocs |
|
594 |
Simplifier.set_context_subgoaler |
|
595 |
Simplifier.reset_context_subgoaler |
|
596 |
Simplifier.add_context_looper |
|
597 |
Simplifier.del_context_looper |
|
598 |
Simplifier.add_context_unsafe_solver |
|
599 |
Simplifier.add_context_safe_solver |
|
600 |
||
601 |
Classical.add_context_safe_wrapper |
|
602 |
Classical.del_context_safe_wrapper |
|
603 |
Classical.add_context_unsafe_wrapper |
|
604 |
Classical.del_context_unsafe_wrapper |
|
605 |
||
606 |
IMPORTANT NOTE: proof tools (methods etc.) need to use |
|
607 |
local_simpset_of and local_claset_of to instead of the primitive |
|
608 |
Simplifier.get_local_simpset and Classical.get_local_claset, |
|
609 |
respectively, in order to see the context dependent fields! |
|
610 |
||
16251
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
611 |
* File.sysify_path and File.quote_sysify path have been replaced by |
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
612 |
File.platform_path and File.shell_path (with appropriate hooks). This |
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
613 |
provides a clean interface for unusual systems where the internal and |
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
614 |
external process view of file names are different. |
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
615 |
|
16234 | 616 |
|
617 |
*** System *** |
|
618 |
||
619 |
* Allow symlinks to all proper Isabelle executables (Isabelle, |
|
620 |
isabelle, isatool etc.). |
|
621 |
||
622 |
* ISABELLE_DOC_FORMAT setting specifies preferred document format (for |
|
623 |
isatool doc, isatool mkdir, display_drafts etc.). |
|
624 |
||
625 |
* isatool usedir: option -f allows specification of the ML file to be |
|
626 |
used by Isabelle; default is ROOT.ML. |
|
627 |
||
16251
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
628 |
* 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
|
629 |
distribution being used. |
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
630 |
|
121dc80d120a
* ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents:
16234
diff
changeset
|
631 |
* HOL: new isatool dimacs2hol converts files in DIMACS CNF format |
16234 | 632 |
(containing Boolean satisfiability problems) into Isabelle/HOL |
633 |
theories. |
|
15703 | 634 |
|
635 |
||
14655
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
636 |
|
14606 | 637 |
New in Isabelle2004 (April 2004) |
638 |
-------------------------------- |
|
13280
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
639 |
|
14171
0cab06e3bbd0
Extended the notion of letter and digit, such that now one may use greek,
skalberg
parents:
14136
diff
changeset
|
640 |
*** General *** |
0cab06e3bbd0
Extended the notion of letter and digit, such that now one may use greek,
skalberg
parents:
14136
diff
changeset
|
641 |
|
14398
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
642 |
* 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
|
643 |
Replaces linorder.ML. |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
644 |
|
14606 | 645 |
* Pure: Greek letters (except small lambda, \<lambda>), as well as Gothic |
646 |
(\<aa>...\<zz>\<AA>...\<ZZ>), calligraphic (\<A>...\<Z>), and Euler |
|
14173 | 647 |
(\<a>...\<z>), are now considered normal letters, and can therefore |
648 |
be used anywhere where an ASCII letter (a...zA...Z) has until |
|
649 |
now. COMPATIBILITY: This obviously changes the parsing of some |
|
650 |
terms, especially where a symbol has been used as a binder, say |
|
651 |
'\<Pi>x. ...', which is now a type error since \<Pi>x will be parsed |
|
652 |
as an identifier. Fix it by inserting a space around former |
|
653 |
symbols. Call 'isatool fixgreek' to try to fix parsing errors in |
|
654 |
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
|
655 |
|
14237 | 656 |
* Pure: Macintosh and Windows line-breaks are now allowed in theory files. |
657 |
||
14731 | 658 |
* Pure: single letter sub/superscripts (\<^isub> and \<^isup>) are now |
659 |
allowed in identifiers. Similar to Greek letters \<^isub> is now considered |
|
660 |
a normal (but invisible) letter. For multiple letter subscripts repeat |
|
661 |
\<^isub> like this: x\<^isub>1\<^isub>2. |
|
14233 | 662 |
|
14333 | 663 |
* Pure: There are now sub-/superscripts that can span more than one |
664 |
character. Text between \<^bsub> and \<^esub> is set in subscript in |
|
14606 | 665 |
ProofGeneral and LaTeX, text between \<^bsup> and \<^esup> in |
666 |
superscript. The new control characters are not identifier parts. |
|
14333 | 667 |
|
14561
c53396af770e
* raw control symbols are of the form \<^raw:...> now.
schirmer
parents:
14556
diff
changeset
|
668 |
* Pure: Control-symbols of the form \<^raw:...> will literally print the |
14606 | 669 |
content of "..." to the latex file instead of \isacntrl... . The "..." |
670 |
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
|
671 |
|
14237 | 672 |
* Pure: Using new Isar command "finalconsts" (or the ML functions |
673 |
Theory.add_finals or Theory.add_finals_i) it is now possible to |
|
674 |
declare constants "final", which prevents their being given a definition |
|
675 |
later. It is useful for constants whose behaviour is fixed axiomatically |
|
14224 | 676 |
rather than definitionally, such as the meta-logic connectives. |
677 |
||
14606 | 678 |
* Pure: 'instance' now handles general arities with general sorts |
679 |
(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
|
680 |
|
14547 | 681 |
* Presentation: generated HTML now uses a CSS style sheet to make layout |
14731 | 682 |
(somewhat) independent of content. It is copied from lib/html/isabelle.css. |
14547 | 683 |
It can be changed to alter the colors/layout of generated pages. |
684 |
||
14556
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents:
14551
diff
changeset
|
685 |
|
14175
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
686 |
*** Isar *** |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
687 |
|
14508
859b11514537
Experimental command for instantiation of locales in proof contexts:
ballarin
parents:
14503
diff
changeset
|
688 |
* 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
|
689 |
cut_tac, subgoal_tac and thin_tac: |
14175
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
690 |
- Now understand static (Isar) contexts. As a consequence, users of Isar |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
691 |
locales are no longer forced to write Isar proof scripts. |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
692 |
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
|
693 |
emulations. |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
694 |
- 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
|
695 |
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
|
696 |
This is consistent with the instantiation attribute "where". |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
697 |
|
14257
a7ef3f7588c5
Type inference bug in Isar attributes "where" and "of" fixed.
ballarin
parents:
14255
diff
changeset
|
698 |
* Attributes "where" and "of": |
14285
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
ballarin
parents:
14283
diff
changeset
|
699 |
- 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
|
700 |
the instantiation string. This fixes a bug that caused instantiated |
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
ballarin
parents:
14283
diff
changeset
|
701 |
theorems to have too special types in some circumstances. |
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
ballarin
parents:
14283
diff
changeset
|
702 |
- "where" permits explicit instantiations of type variables. |
14257
a7ef3f7588c5
Type inference bug in Isar attributes "where" and "of" fixed.
ballarin
parents:
14255
diff
changeset
|
703 |
|
14556
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents:
14551
diff
changeset
|
704 |
* Calculation commands "moreover" and "also" no longer interfere with |
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents:
14551
diff
changeset
|
705 |
current facts ("this"), admitting arbitrary combinations with "then" |
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents:
14551
diff
changeset
|
706 |
and derived forms. |
14283 | 707 |
|
14211
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
708 |
* Locales: |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
709 |
- Goal statements involving the context element "includes" no longer |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
710 |
generate theorems with internal delta predicates (those ending on |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
711 |
"_axioms") in the premise. |
7286c187596d
Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents:
14199
diff
changeset
|
712 |
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
|
713 |
- 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
|
714 |
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
|
715 |
- 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
|
716 |
[intro?] and [elim?] (respectively) by default. |
14508
859b11514537
Experimental command for instantiation of locales in proof contexts:
ballarin
parents:
14503
diff
changeset
|
717 |
- Experimental command for instantiation of locales in proof contexts: |
14551 | 718 |
instantiate <label>[<attrs>]: <loc> |
14508
859b11514537
Experimental command for instantiation of locales in proof contexts:
ballarin
parents:
14503
diff
changeset
|
719 |
Instantiates locale <loc> and adds all its theorems to the current context |
14551 | 720 |
taking into account their attributes. Label and attrs are optional |
721 |
modifiers, like in theorem declarations. If present, names of |
|
722 |
instantiated theorems are qualified with <label>, and the attributes |
|
723 |
<attrs> are applied after any attributes these theorems might have already. |
|
724 |
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
|
725 |
"<loc> t1 ... tn" is expected from which instantiations of the parameters |
14551 | 726 |
are derived. The command does not support old-style locales declared |
727 |
with "locale (open)". |
|
728 |
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
|
729 |
|
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
730 |
* HOL: Tactic emulation methods induct_tac and case_tac understand static |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
731 |
(Isar) contexts. |
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
ballarin
parents:
14173
diff
changeset
|
732 |
|
14556
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents:
14551
diff
changeset
|
733 |
|
14136 | 734 |
*** HOL *** |
735 |
||
14624 | 736 |
* Proof import: new image HOL4 contains the imported library from |
737 |
the HOL4 system with about 2500 theorems. It is imported by |
|
738 |
replaying proof terms produced by HOL4 in Isabelle. The HOL4 image |
|
739 |
can be used like any other Isabelle image. See |
|
740 |
HOL/Import/HOL/README for more information. |
|
741 |
||
14398
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
742 |
* Simplifier: |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
743 |
- Much improved handling of linear and partial orders. |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
744 |
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
|
745 |
"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
|
746 |
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
|
747 |
to solve goals from the assumptions. |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
748 |
- INCOMPATIBILITY: old proofs break occasionally. Typically, applications |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
749 |
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
|
750 |
is solved by simplification already. |
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents:
14389
diff
changeset
|
751 |
|
14731 | 752 |
* Numerics: new theory Ring_and_Field contains over 250 basic numerical laws, |
14389 | 753 |
all proved in axiomatic type classes for semirings, rings and fields. |
754 |
||
755 |
* Numerics: |
|
756 |
- Numeric types (nat, int, and in HOL-Complex rat, real, complex, etc.) are |
|
14731 | 757 |
now formalized using the Ring_and_Field theory mentioned above. |
14389 | 758 |
- INCOMPATIBILITY: simplification and arithmetic behaves somewhat differently |
759 |
than before, because now they are set up once in a generic manner. |
|
14731 | 760 |
- INCOMPATIBILITY: many type-specific arithmetic laws have gone. |
14480 | 761 |
Look for the general versions in Ring_and_Field (and Power if they concern |
762 |
exponentiation). |
|
14389 | 763 |
|
14401 | 764 |
* Type "rat" of the rational numbers is now available in HOL-Complex. |
14389 | 765 |
|
14255 | 766 |
* Records: |
767 |
- Record types are now by default printed with their type abbreviation |
|
768 |
instead of the list of all field types. This can be configured via |
|
769 |
the reference "print_record_type_abbr". |
|
14731 | 770 |
- Simproc "record_upd_simproc" for simplification of multiple updates added |
14255 | 771 |
(not enabled by default). |
14427 | 772 |
- Simproc "record_ex_sel_eq_simproc" to simplify EX x. sel r = x resp. |
773 |
EX x. x = sel r to True (not enabled by default). |
|
14255 | 774 |
- Tactic "record_split_simp_tac" to split and simplify records added. |
14731 | 775 |
|
14136 | 776 |
* 'specification' command added, allowing for definition by |
14224 | 777 |
specification. There is also an 'ax_specification' command that |
778 |
introduces the new constants axiomatically. |
|
14136 | 779 |
|
14375 | 780 |
* arith(_tac) is now able to generate counterexamples for reals as well. |
781 |
||
14399
dc677b35e54f
New lemmas about inversion of restricted functions.
ballarin
parents:
14398
diff
changeset
|
782 |
* HOL-Algebra: new locale "ring" for non-commutative rings. |
dc677b35e54f
New lemmas about inversion of restricted functions.
ballarin
parents:
14398
diff
changeset
|
783 |
|
14243 | 784 |
* HOL-ex: InductiveInvariant_examples illustrates advanced recursive function |
14610 | 785 |
definitions, thanks to Sava Krsti\'{c} and John Matthews. |
786 |
||
14731 | 787 |
* HOL-Matrix: a first theory for matrices in HOL with an application of |
14610 | 788 |
matrix theory to linear programming. |
14136 | 789 |
|
14380 | 790 |
* Unions and Intersections: |
15119 | 791 |
The latex output syntax of UN and INT has been changed |
792 |
from "\Union x \in A. B" to "\Union_{x \in A} B" |
|
793 |
i.e. the index formulae has become a subscript. |
|
794 |
Similarly for "\Union x. B", and for \Inter instead of \Union. |
|
14380 | 795 |
|
14418 | 796 |
* Unions and Intersections over Intervals: |
14731 | 797 |
There is new short syntax "UN i<=n. A" for "UN i:{0..n}. A". There is |
798 |
also an x-symbol version with subscripts "\<Union>\<^bsub>i <= n\<^esub>. A" |
|
14418 | 799 |
like in normal math, and corresponding versions for < and for intersection. |
800 |
||
15677 | 801 |
* HOL/List: Ordering "lexico" is renamed "lenlex" and the standard |
802 |
lexicographic dictonary ordering has been added as "lexord". |
|
803 |
||
14401 | 804 |
* ML: the legacy theory structures Int and List have been removed. They had |
805 |
conflicted with ML Basis Library structures having the same names. |
|
14380 | 806 |
|
14464 | 807 |
* 'refute' command added to search for (finite) countermodels. Only works |
808 |
for a fragment of HOL. The installation of an external SAT solver is |
|
809 |
highly recommended. See "HOL/Refute.thy" for details. |
|
810 |
||
14602 | 811 |
* 'quickcheck' command: Allows to find counterexamples by evaluating |
812 |
formulae under an assignment of free variables to random values. |
|
813 |
In contrast to 'refute', it can deal with inductive datatypes, |
|
814 |
but cannot handle quantifiers. See "HOL/ex/Quickcheck_Examples.thy" |
|
815 |
for examples. |
|
14464 | 816 |
|
14606 | 817 |
|
14536 | 818 |
*** HOLCF *** |
819 |
||
820 |
* Streams now come with concatenation and are part of the HOLCF image |
|
821 |
||
14572 | 822 |
|
823 |
||
14136 | 824 |
New in Isabelle2003 (May 2003) |
14606 | 825 |
------------------------------ |
14136 | 826 |
|
13280
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
827 |
*** General *** |
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
828 |
|
13618 | 829 |
* Provers/simplifier: |
830 |
||
13781 | 831 |
- Completely reimplemented method simp (ML: Asm_full_simp_tac): |
13618 | 832 |
Assumptions are now subject to complete mutual simplification, |
833 |
not just from left to right. The simplifier now preserves |
|
834 |
the order of assumptions. |
|
835 |
||
836 |
Potential INCOMPATIBILITY: |
|
837 |
||
13781 | 838 |
-- simp sometimes diverges where the old version did |
839 |
not, e.g. invoking simp on the goal |
|
13618 | 840 |
|
841 |
[| P (f x); y = x; f x = f y |] ==> Q |
|
842 |
||
13781 | 843 |
now gives rise to the infinite reduction sequence |
844 |
||
845 |
P(f x) --(f x = f y)--> P(f y) --(y = x)--> P(f x) --(f x = f y)--> ... |
|
846 |
||
847 |
Using "simp (asm_lr)" (ML: Asm_lr_simp_tac) instead often solves this |
|
848 |
kind of problem. |
|
849 |
||
850 |
-- Tactics combining classical reasoner and simplification (such as auto) |
|
851 |
are also affected by this change, because many of them rely on |
|
852 |
simp. They may sometimes diverge as well or yield a different numbers |
|
853 |
of subgoals. Try to use e.g. force, fastsimp, or safe instead of auto |
|
854 |
in case of problems. Sometimes subsequent calls to the classical |
|
855 |
reasoner will fail because a preceeding call to the simplifier too |
|
856 |
eagerly simplified the goal, e.g. deleted redundant premises. |
|
13618 | 857 |
|
858 |
- The simplifier trace now shows the names of the applied rewrite rules |
|
859 |
||
13829 | 860 |
- You can limit the number of recursive invocations of the simplifier |
861 |
during conditional rewriting (where the simplifie tries to solve the |
|
862 |
conditions before applying the rewrite rule): |
|
863 |
ML "simp_depth_limit := n" |
|
864 |
where n is an integer. Thus you can force termination where previously |
|
865 |
the simplifier would diverge. |
|
866 |
||
13835
12b2ffbe543a
Change to meta simplifier: congruence rules may now have frees as head of term.
ballarin
parents:
13829
diff
changeset
|
867 |
- Accepts free variables as head terms in congruence rules. Useful in Isar. |
13829 | 868 |
|
13938 | 869 |
- No longer aborts on failed congruence proof. Instead, the |
870 |
congruence is ignored. |
|
871 |
||
14008 | 872 |
* Pure: New generic framework for extracting programs from constructive |
873 |
proofs. See HOL/Extraction.thy for an example instantiation, as well |
|
874 |
as HOL/Extraction for some case studies. |
|
875 |
||
13868 | 876 |
* Pure: The main goal of the proof state is no longer shown by default, only |
877 |
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
|
878 |
PG menu: Isabelle/Isar -> Settings -> Show Main Goal |
13815 | 879 |
(ML: Proof.show_main_goal). |
880 |
||
881 |
* Pure: You can find all matching introduction rules for subgoal 1, i.e. all |
|
882 |
rules whose conclusion matches subgoal 1: |
|
883 |
PG menu: Isabelle/Isar -> Show me -> matching rules |
|
884 |
The rules are ordered by how closely they match the subgoal. |
|
885 |
In particular, rules that solve a subgoal outright are displayed first |
|
886 |
(or rather last, the way they are printed). |
|
887 |
(ML: ProofGeneral.print_intros()) |
|
888 |
||
889 |
* Pure: New flag trace_unify_fail causes unification to print |
|
13781 | 890 |
diagnostic information (PG: in trace buffer) when it fails. This is |
891 |
useful for figuring out why single step proofs like rule, erule or |
|
892 |
assumption failed. |
|
893 |
||
13815 | 894 |
* Pure: Locale specifications now produce predicate definitions |
13410
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
895 |
according to the body of text (covering assumptions modulo local |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
896 |
definitions); predicate "loc_axioms" covers newly introduced text, |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
897 |
while "loc" is cumulative wrt. all included locale expressions; the |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
898 |
latter view is presented only on export into the global theory |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
899 |
context; potential INCOMPATIBILITY, use "(open)" option to fall back |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
900 |
on the old view without predicates; |
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
wenzelm
parents:
13344
diff
changeset
|
901 |
|
13459
83f41b047a39
* Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm
parents:
13443
diff
changeset
|
902 |
* 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
|
903 |
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
|
904 |
``var x + var y + struct M'' as import; |
83f41b047a39
* Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm
parents:
13443
diff
changeset
|
905 |
|
13463
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents:
13459
diff
changeset
|
906 |
* 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
|
907 |
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
|
908 |
include local facts of proof configuration (also covers active |
13541 | 909 |
locales), cover fixed variables in index; may use "_" in term |
910 |
specification; an optional limit for the number of printed facts may |
|
911 |
be given (the default is 40); |
|
912 |
||
913 |
* Pure: disallow duplicate fact bindings within new-style theory files |
|
914 |
(batch-mode only); |
|
13540
aede0306e214
* Pure: disallow duplicate fact bindings within new-style theory files;
wenzelm
parents:
13522
diff
changeset
|
915 |
|
13463
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents:
13459
diff
changeset
|
916 |
* Provers: improved induct method: assumptions introduced by case |
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents:
13459
diff
changeset
|
917 |
"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
|
918 |
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
|
919 |
|
13550 | 920 |
* Provers: the function blast.overloaded has been removed: all constants |
921 |
are regarded as potentially overloaded, which improves robustness in exchange |
|
922 |
for slight decrease in efficiency; |
|
923 |
||
13781 | 924 |
* Provers/linorder: New generic prover for transitivity reasoning over |
925 |
linear orders. Note: this prover is not efficient! |
|
926 |
||
13522
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
wenzelm
parents:
13518
diff
changeset
|
927 |
* 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
|
928 |
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
|
929 |
|
13280
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
930 |
|
13158 | 931 |
*** HOL *** |
932 |
||
13899 | 933 |
* arith(_tac) |
934 |
||
935 |
- Produces a counter example if it cannot prove a goal. |
|
936 |
Note that the counter example may be spurious if the goal is not a formula |
|
937 |
of quantifier-free linear arithmetic. |
|
938 |
In ProofGeneral the counter example appears in the trace buffer. |
|
939 |
||
940 |
- Knows about div k and mod k where k is a numeral of type nat or int. |
|
941 |
||
942 |
- Calls full Presburger arithmetic (by Amine Chaieb) if quantifier-free |
|
943 |
linear arithmetic fails. This takes account of quantifiers and divisibility. |
|
14731 | 944 |
Presburger arithmetic can also be called explicitly via presburger(_tac). |
13899 | 945 |
|
946 |
* simp's arithmetic capabilities have been enhanced a bit: it now |
|
947 |
takes ~= in premises into account (by performing a case split); |
|
948 |
||
949 |
* simp reduces "m*(n div m) + n mod m" to n, even if the two summands |
|
950 |
are distributed over a sum of terms; |
|
951 |
||
13735 | 952 |
* New tactic "trans_tac" and method "trans" instantiate |
953 |
Provers/linorder.ML for axclasses "order" and "linorder" (predicates |
|
14731 | 954 |
"<=", "<" and "="). |
955 |
||
956 |
* function INCOMPATIBILITIES: Pi-sets have been redefined and moved from main |
|
13587 | 957 |
HOL to Library/FuncSet; constant "Fun.op o" is now called "Fun.comp"; |
958 |
||
13443 | 959 |
* 'typedef' command has new option "open" to suppress the set |
960 |
definition; |
|
961 |
||
13522
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
wenzelm
parents:
13518
diff
changeset
|
962 |
* 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
|
963 |
Finite_Set); |
13492 | 964 |
|
13443 | 965 |
* attribute [symmetric] now works for relations as well; it turns |
966 |
(x,y) : R^-1 into (y,x) : R, and vice versa; |
|
967 |
||
13613 | 968 |
* induct over a !!-quantified statement (say !!x1..xn): |
969 |
each "case" automatically performs "fix x1 .. xn" with exactly those names. |
|
970 |
||
13899 | 971 |
* Map: `empty' is no longer a constant but a syntactic abbreviation for |
972 |
%x. None. Warning: empty_def now refers to the previously hidden definition |
|
973 |
of the empty set. |
|
974 |
||
14018 | 975 |
* Algebra: formalization of classical algebra. Intended as base for |
976 |
any algebraic development in Isabelle. Currently covers group theory |
|
977 |
(up to Sylow's theorem) and ring theory (Universal Property of |
|
978 |
Univariate Polynomials). Contributions welcome; |
|
13960 | 979 |
|
980 |
* GroupTheory: deleted, since its material has been moved to Algebra; |
|
981 |
||
14731 | 982 |
* Complex: new directory of the complex numbers with numeric constants, |
983 |
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
|
984 |
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
|
985 |
|
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
paulson
parents:
13960
diff
changeset
|
986 |
* 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
|
987 |
|
14731 | 988 |
* 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
|
989 |
Fleuriot); |
13960 | 990 |
|
13549 | 991 |
* Real/HahnBanach: updated and adapted to locales; |
992 |
||
13995 | 993 |
* NumberTheory: added Gauss's law of quadratic reciprocity (by Avigad, |
994 |
Gray and Kramer); |
|
13872 | 995 |
|
996 |
* UNITY: added the Meier-Sanders theory of progress sets; |
|
997 |
||
14011 | 998 |
* MicroJava: bytecode verifier and lightweight bytecode verifier |
999 |
as abstract algorithms, instantiated to the JVM; |
|
1000 |
||
14010 | 1001 |
* Bali: Java source language formalization. Type system, operational |
1002 |
semantics, axiomatic semantics. Supported language features: |
|
1003 |
classes, interfaces, objects,virtual methods, static methods, |
|
1004 |
static/instance fields, arrays, access modifiers, definite |
|
1005 |
assignment, exceptions. |
|
13549 | 1006 |
|
14011 | 1007 |
|
13549 | 1008 |
*** ZF *** |
1009 |
||
15154 | 1010 |
* ZF/Constructible: consistency proof for AC (Gdel's constructible |
13549 | 1011 |
universe, etc.); |
1012 |
||
13872 | 1013 |
* Main ZF: virtually all theories converted to new-style format; |
13518 | 1014 |
|
13280
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
1015 |
|
13478 | 1016 |
*** ML *** |
1017 |
||
1018 |
* Pure: Tactic.prove provides sane interface for internal proofs; |
|
1019 |
omits the infamous "standard" operation, so this is more appropriate |
|
1020 |
than prove_goalw_cterm in many situations (e.g. in simprocs); |
|
1021 |
||
1022 |
* Pure: improved error reporting of simprocs; |
|
1023 |
||
1024 |
* Provers: Simplifier.simproc(_i) provides sane interface for setting |
|
1025 |
up simprocs; |
|
1026 |
||
1027 |
||
13953 | 1028 |
*** Document preparation *** |
1029 |
||
1030 |
* uses \par instead of \\ for line breaks in theory text. This may |
|
1031 |
shift some page breaks in large documents. To get the old behaviour |
|
1032 |
use \renewcommand{\isanewline}{\mbox{}\\\mbox{}} in root.tex. |
|
1033 |
||
14731 | 1034 |
* minimized dependencies of isabelle.sty and isabellesym.sty on |
13953 | 1035 |
other packages |
1036 |
||
1037 |
* \<euro> now needs package babel/greek instead of marvosym (which |
|
1038 |
broke \Rightarrow) |
|
1039 |
||
14731 | 1040 |
* normal size for \<zero>...\<nine> (uses \mathbf instead of |
13954 | 1041 |
textcomp package) |
13953 | 1042 |
|
13280
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents:
13190
diff
changeset
|
1043 |
|
14572 | 1044 |
|
12984 | 1045 |
New in Isabelle2002 (March 2002) |
1046 |
-------------------------------- |
|
11474 | 1047 |
|
11572 | 1048 |
*** Document preparation *** |
1049 |
||
11842
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1050 |
* greatly simplified document preparation setup, including more |
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1051 |
graceful interpretation of isatool usedir -i/-d/-D options, and more |
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1052 |
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
|
1053 |
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
|
1054 |
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
|
1055 |
"isatool usedir -D output HOL Test && isatool document Test/output"; |
11842
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1056 |
|
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1057 |
* theory dependency graph may now be incorporated into documents; |
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1058 |
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
|
1059 |
with \includegraphics of LaTeX; |
b903d3dabbe2
* greatly simplified document preparation setup, including more
wenzelm
parents:
11817
diff
changeset
|
1060 |
|
11864
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
wenzelm
parents:
11842
diff
changeset
|
1061 |
* proper spacing of consecutive markup elements, especially text |
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
wenzelm
parents:
11842
diff
changeset
|
1062 |
blocks after section headings; |
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
wenzelm
parents:
11842
diff
changeset
|
1063 |
|
11572 | 1064 |
* support bold style (for single symbols only), input syntax is like |
1065 |
this: "\<^bold>\<alpha>" or "\<^bold>A"; |
|
1066 |
||
11814 | 1067 |
* \<bullet> is now output as bold \cdot by default, which looks much |
11572 | 1068 |
better in printed text; |
1069 |
||
11712
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
wenzelm
parents:
11702
diff
changeset
|
1070 |
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>; |
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
wenzelm
parents:
11702
diff
changeset
|
1071 |
note that these symbols are currently unavailable in Proof General / |
12769 | 1072 |
X-Symbol; new symbols \<zero>, \<one>, ..., \<nine>, and \<euro>; |
12690 | 1073 |
|
1074 |
* isatool latex no longer depends on changed TEXINPUTS, instead |
|
1075 |
isatool document copies the Isabelle style files to the target |
|
1076 |
location; |
|
11712
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
wenzelm
parents:
11702
diff
changeset
|
1077 |
|
11572 | 1078 |
|
11633 | 1079 |
*** Isar *** |
1080 |
||
12312
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1081 |
* Pure/Provers: improved proof by cases and induction; |
12280 | 1082 |
- 'case' command admits impromptu naming of parameters (such as |
1083 |
"case (Suc n)"); |
|
1084 |
- 'induct' method divinates rule instantiation from the inductive |
|
1085 |
claim; no longer requires excessive ?P bindings for proper |
|
1086 |
instantiation of cases; |
|
1087 |
- 'induct' method properly enumerates all possibilities of set/type |
|
1088 |
rules; as a consequence facts may be also passed through *type* |
|
1089 |
rules without further ado; |
|
1090 |
- 'induct' method now derives symbolic cases from the *rulified* |
|
1091 |
rule (before it used to rulify cases stemming from the internal |
|
1092 |
atomized version); this means that the context of a non-atomic |
|
1093 |
statement becomes is included in the hypothesis, avoiding the |
|
1094 |
slightly cumbersome show "PROP ?case" form; |
|
1095 |
- 'induct' may now use elim-style induction rules without chaining |
|
1096 |
facts, using ``missing'' premises from the goal state; this allows |
|
1097 |
rules stemming from inductive sets to be applied in unstructured |
|
1098 |
scripts, while still benefitting from proper handling of non-atomic |
|
1099 |
statements; NB: major inductive premises need to be put first, all |
|
1100 |
the rest of the goal is passed through the induction; |
|
1101 |
- 'induct' proper support for mutual induction involving non-atomic |
|
1102 |
rule statements (uses the new concept of simultaneous goals, see |
|
1103 |
below); |
|
12853 | 1104 |
- append all possible rule selections, but only use the first |
1105 |
success (no backtracking); |
|
11995
4a622f5fb164
- 'induct' may now use elim-style induction rules without chaining
wenzelm
parents:
11986
diff
changeset
|
1106 |
- removed obsolete "(simplified)" and "(stripped)" options of methods; |
12754
044a59921f3b
Isar: undeclared rule case names default to numbers 1, 2, 3, ...;
wenzelm
parents:
12753
diff
changeset
|
1107 |
- undeclared rule case names default to numbers 1, 2, 3, ...; |
044a59921f3b
Isar: undeclared rule case names default to numbers 1, 2, 3, ...;
wenzelm
parents:
12753
diff
changeset
|
1108 |
- added 'print_induct_rules' (covered by help item in recent Proof |
044a59921f3b
Isar: undeclared rule case names default to numbers 1, 2, 3, ...;
wenzelm
parents:
12753
diff
changeset
|
1109 |
General versions); |
11995
4a622f5fb164
- 'induct' may now use elim-style induction rules without chaining
wenzelm
parents:
11986
diff
changeset
|
1110 |
- moved induct/cases attributes to Pure, methods to Provers; |
4a622f5fb164
- 'induct' may now use elim-style induction rules without chaining
wenzelm
parents:
11986
diff
changeset
|
1111 |
- generic method setup instantiated for FOL and HOL; |
11986
26b95a6f3f79
- 'induct' method now derives symbolic cases from the *rulified* rule
wenzelm
parents:
11965
diff
changeset
|
1112 |
|
12163
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1113 |
* Pure: support multiple simultaneous goal statements, for example |
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1114 |
"have a: A and b: B" (same for 'theorem' etc.); being a pure |
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1115 |
meta-level mechanism, this acts as if several individual goals had |
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1116 |
been stated separately; in particular common proof methods need to be |
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1117 |
repeated in order to cover all claims; note that a single elimination |
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1118 |
step is *not* sufficient to establish the two conjunctions, so this |
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1119 |
fails: |
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1120 |
|
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1121 |
assume "A & B" then have A and B .. (*".." fails*) |
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1122 |
|
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1123 |
better use "obtain" in situations as above; alternative refer to |
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1124 |
multi-step methods like 'auto', 'simp_all', 'blast+' etc.; |
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
wenzelm
parents:
12159
diff
changeset
|
1125 |
|
12078
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
wenzelm
parents:
12034
diff
changeset
|
1126 |
* Pure: proper integration with ``locales''; unlike the original |
15154 | 1127 |
version by Florian Kammller, Isar locales package high-level proof |
12078
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
wenzelm
parents:
12034
diff
changeset
|
1128 |
contexts rather than raw logical ones (e.g. we admit to include |
12280 | 1129 |
attributes everywhere); operations on locales include merge and |
12964 | 1130 |
rename; support for implicit arguments (``structures''); simultaneous |
1131 |
type-inference over imports and text; see also HOL/ex/Locales.thy for |
|
1132 |
some examples; |
|
12078
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
wenzelm
parents:
12034
diff
changeset
|
1133 |
|
12707
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
wenzelm
parents:
12690
diff
changeset
|
1134 |
* Pure: the following commands have been ``localized'', supporting a |
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
wenzelm
parents:
12690
diff
changeset
|
1135 |
target locale specification "(in name)": 'lemma', 'theorem', |
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
wenzelm
parents:
12690
diff
changeset
|
1136 |
'corollary', 'lemmas', 'theorems', 'declare'; the results will be |
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
wenzelm
parents:
12690
diff
changeset
|
1137 |
stored both within the locale and at the theory level (exported and |
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
wenzelm
parents:
12690
diff
changeset
|
1138 |
qualified by the locale name); |
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
wenzelm
parents:
12690
diff
changeset
|
1139 |
|
12964 | 1140 |
* Pure: theory goals may now be specified in ``long'' form, with |
1141 |
ad-hoc contexts consisting of arbitrary locale elements. for example |
|
1142 |
``lemma foo: fixes x assumes "A x" shows "B x"'' (local syntax and |
|
1143 |
definitions may be given, too); the result is a meta-level rule with |
|
1144 |
the context elements being discharged in the obvious way; |
|
1145 |
||
1146 |
* Pure: new proof command 'using' allows to augment currently used |
|
1147 |
facts after a goal statement ('using' is syntactically analogous to |
|
1148 |
'apply', but acts on the goal's facts only); this allows chained facts |
|
1149 |
to be separated into parts given before and after a claim, as in |
|
1150 |
``from a and b have C using d and e <proof>''; |
|
12078
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
wenzelm
parents:
12034
diff
changeset
|
1151 |
|
11722 | 1152 |
* Pure: renamed "antecedent" case to "rule_context"; |
1153 |
||
12964 | 1154 |
* Pure: new 'judgment' command records explicit information about the |
1155 |
object-logic embedding (used by several tools internally); no longer |
|
1156 |
use hard-wired "Trueprop"; |
|
1157 |
||
11738 | 1158 |
* Pure: added 'corollary' command; |
1159 |
||
11722 | 1160 |
* Pure: fixed 'token_translation' command; |
1161 |
||
11899 | 1162 |
* Pure: removed obsolete 'exported' attribute; |
1163 |
||
11933 | 1164 |
* Pure: dummy pattern "_" in is/let is now automatically lifted over |
1165 |
bound variables: "ALL x. P x --> Q x" (is "ALL x. _ --> ?C x") |
|
11899 | 1166 |
supersedes more cumbersome ... (is "ALL x. _ x --> ?C x"); |
1167 |
||
11952
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
wenzelm
parents:
11937
diff
changeset
|
1168 |
* Pure: method 'atomize' presents local goal premises as object-level |
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
wenzelm
parents:
11937
diff
changeset
|
1169 |
statements (atomic meta-level propositions); setup controlled via |
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
wenzelm
parents:
11937
diff
changeset
|
1170 |
rewrite rules declarations of 'atomize' attribute; example |
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
wenzelm
parents:
11937
diff
changeset
|
1171 |
application: 'induct' method with proper rule statements in improper |
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
wenzelm
parents:
11937
diff
changeset
|
1172 |
proof *scripts*; |
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
wenzelm
parents:
11937
diff
changeset
|
1173 |
|
12106
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
wenzelm
parents:
12078
diff
changeset
|
1174 |
* Pure: emulation of instantiation tactics (rule_tac, cut_tac, etc.) |
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
wenzelm
parents:
12078
diff
changeset
|
1175 |
now consider the syntactic context of assumptions, giving a better |
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
wenzelm
parents:
12078
diff
changeset
|
1176 |
chance to get type-inference of the arguments right (this is |
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
wenzelm
parents:
12078
diff
changeset
|
1177 |
especially important for locales); |
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
wenzelm
parents:
12078
diff
changeset
|
1178 |
|
12312
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1179 |
* Pure: "sorry" no longer requires quick_and_dirty in interactive |
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1180 |
mode; |
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1181 |
|
12405
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1182 |
* Pure/obtain: the formal conclusion "thesis", being marked as |
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1183 |
``internal'', may no longer be reference directly in the text; |
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1184 |
potential INCOMPATIBILITY, may need to use "?thesis" in rare |
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1185 |
situations; |
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1186 |
|
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1187 |
* Pure: generic 'sym' attribute which declares a rule both as pure |
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1188 |
'elim?' and for the 'symmetric' operation; |
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1189 |
|
12877
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
wenzelm
parents:
12853
diff
changeset
|
1190 |
* Pure: marginal comments ``--'' may now occur just anywhere in the |
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
wenzelm
parents:
12853
diff
changeset
|
1191 |
text; the fixed correlation with particular command syntax has been |
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
wenzelm
parents:
12853
diff
changeset
|
1192 |
discontinued; |
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
wenzelm
parents:
12853
diff
changeset
|
1193 |
|
13023
f869b6822006
Added two paragraphs on "rules" method and code generator.
berghofe
parents:
12984
diff
changeset
|
1194 |
* Pure: new method 'rules' is particularly well-suited for proof |
f869b6822006
Added two paragraphs on "rules" method and code generator.
berghofe
parents:
12984
diff
changeset
|
1195 |
search in intuitionistic logic; a bit slower than 'blast' or 'fast', |
f869b6822006
Added two paragraphs on "rules" method and code generator.
berghofe
parents:
12984
diff
changeset
|
1196 |
but often produces more compact proof terms with less detours; |
f869b6822006
Added two paragraphs on "rules" method and code generator.
berghofe
parents:
12984
diff
changeset
|
1197 |
|
12364
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1198 |
* Pure/Provers/classical: simplified integration with pure rule |
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1199 |
attributes and methods; the classical "intro?/elim?/dest?" |
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1200 |
declarations coincide with the pure ones; the "rule" method no longer |
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1201 |
includes classically swapped intros; "intro" and "elim" methods no |
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1202 |
longer pick rules from the context; also got rid of ML declarations |
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1203 |
AddXIs/AddXEs/AddXDs; all of this has some potential for |
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1204 |
INCOMPATIBILITY; |
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1205 |
|
12405
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1206 |
* Provers/classical: attribute 'swapped' produces classical inversions |
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1207 |
of introduction rules; |
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1208 |
|
12364
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1209 |
* Provers/simplifier: 'simplified' attribute may refer to explicit |
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1210 |
rules instead of full simplifier context; 'iff' attribute handles |
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1211 |
conditional rules; |
11936
fef099613354
* Provers: 'simplified' attribute may refer to explicit rules instead
wenzelm
parents:
11933
diff
changeset
|
1212 |
|
11745
06cd8c3b5487
* HOL: 'typedef' now allows alternative names for Rep/Abs morphisms;
wenzelm
parents:
11738
diff
changeset
|
1213 |
* HOL: 'typedef' now allows alternative names for Rep/Abs morphisms; |
06cd8c3b5487
* HOL: 'typedef' now allows alternative names for Rep/Abs morphisms;
wenzelm
parents:
11738
diff
changeset
|
1214 |
|
11690 | 1215 |
* HOL: 'recdef' now fails on unfinished automated proofs, use |
11633 | 1216 |
"(permissive)" option to recover old behavior; |
1217 |
||
11933 | 1218 |
* HOL: 'inductive' no longer features separate (collective) attributes |
1219 |
for 'intros' (was found too confusing); |
|
1220 |
||
12405
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1221 |
* HOL: properly declared induction rules less_induct and |
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1222 |
wf_induct_rule; |
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
wenzelm
parents:
12364
diff
changeset
|
1223 |
|
11788
60054fee3c16
canonical 'cases'/'induct' rules for n-tuples (n=3..7)
kleing
parents:
11745
diff
changeset
|
1224 |
|
11474 | 1225 |
*** HOL *** |
1226 |
||
11702 | 1227 |
* HOL: moved over to sane numeral syntax; the new policy is as |
1228 |
follows: |
|
1229 |
||
1230 |
- 0 and 1 are polymorphic constants, which are defined on any |
|
1231 |
numeric type (nat, int, real etc.); |
|
1232 |
||
1233 |
- 2, 3, 4, ... and -1, -2, -3, ... are polymorphic numerals, based |
|
1234 |
binary representation internally; |
|
1235 |
||
1236 |
- type nat has special constructor Suc, and generally prefers Suc 0 |
|
1237 |
over 1::nat and Suc (Suc 0) over 2::nat; |
|
1238 |
||
12364
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1239 |
This change may cause significant problems of INCOMPATIBILITY; here |
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
wenzelm
parents:
12335
diff
changeset
|
1240 |
are some hints on converting existing sources: |
11702 | 1241 |
|
1242 |
- due to the new "num" token, "-0" and "-1" etc. are now atomic |
|
1243 |
entities, so expressions involving "-" (unary or binary minus) need |
|
1244 |
to be spaced properly; |
|
1245 |
||
1246 |
- existing occurrences of "1" may need to be constraint "1::nat" or |
|
1247 |
even replaced by Suc 0; similar for old "2"; |
|
1248 |
||
1249 |
- replace "#nnn" by "nnn", and "#-nnn" by "-nnn"; |
|
1250 |
||
1251 |
- remove all special provisions on numerals in proofs; |
|
1252 |
||
13042 | 1253 |
* HOL: simp rules nat_number expand numerals on nat to Suc/0 |
12837 | 1254 |
representation (depends on bin_arith_simps in the default context); |
1255 |
||
12736 | 1256 |
* HOL: symbolic syntax for x^2 (numeral 2); |
1257 |
||
12335
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
wenzelm
parents:
12312
diff
changeset
|
1258 |
* HOL: the class of all HOL types is now called "type" rather than |
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
wenzelm
parents:
12312
diff
changeset
|
1259 |
"term"; INCOMPATIBILITY, need to adapt references to this type class |
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
wenzelm
parents:
12312
diff
changeset
|
1260 |
in axclass/classes, instance/arities, and (usually rare) occurrences |
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
wenzelm
parents:
12312
diff
changeset
|
1261 |
in typings (of consts etc.); internally the class is called |
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
wenzelm
parents:
12312
diff
changeset
|
1262 |
"HOL.type", ML programs should refer to HOLogic.typeS; |
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
wenzelm
parents:
12312
diff
changeset
|
1263 |
|
12280 | 1264 |
* HOL/record package improvements: |
1265 |
- new derived operations "fields" to build a partial record section, |
|
1266 |
"extend" to promote a fixed record to a record scheme, and |
|
1267 |
"truncate" for the reverse; cf. theorems "xxx.defs", which are *not* |
|
1268 |
declared as simp by default; |
|
12587
3f3d2ffb5df5
HOL/record: shared operations ("more", "fields", etc.) now need to be
wenzelm
parents:
12564
diff
changeset
|
1269 |
- shared operations ("more", "fields", etc.) now need to be always |
3f3d2ffb5df5
HOL/record: shared operations ("more", "fields", etc.) now need to be
wenzelm
parents:
12564
diff
changeset
|
1270 |
qualified) --- potential INCOMPATIBILITY; |
12280 | 1271 |
- removed "make_scheme" operations (use "make" with "extend") -- |
1272 |
INCOMPATIBILITY; |
|
11937 | 1273 |
- removed "more" class (simply use "term") -- INCOMPATIBILITY; |
12253 | 1274 |
- provides cases/induct rules for use with corresponding Isar |
1275 |
methods (for concrete records, record schemes, concrete more |
|
12280 | 1276 |
parts, and schematic more parts -- in that order); |
11930 | 1277 |
- internal definitions directly based on a light-weight abstract |
1278 |
theory of product types over typedef rather than datatype; |
|
1279 |
||
13023
f869b6822006
Added two paragraphs on "rules" method and code generator.
berghofe
parents:
12984
diff
changeset
|
1280 |
* HOL: generic code generator for generating executable ML code from |
f869b6822006
Added two paragraphs on "rules" method and code generator.
berghofe
parents:
12984
diff
changeset
|
1281 |
specifications; specific support for HOL constructs such as inductive |
f869b6822006
Added two paragraphs on "rules" method and code generator.
berghofe
parents:
12984
diff
changeset
|
1282 |
datatypes and sets, as well as recursive functions; can be invoked |
f869b6822006
Added two paragraphs on "rules" method and code generator.
berghofe
parents:
12984
diff
changeset
|
1283 |
via 'generate_code' theory section; |
f869b6822006
Added two paragraphs on "rules" method and code generator.
berghofe
parents:
12984
diff
changeset
|
1284 |
|
11933 | 1285 |
* HOL: canonical cases/induct rules for n-tuples (n = 3..7); |
1286 |
||
13824 | 1287 |
* HOL: consolidated and renamed several theories. In particular: |
14731 | 1288 |
Ord.thy has been absorbed into HOL.thy |
1289 |
String.thy has been absorbed into List.thy |
|
1290 |
||
11802
1d5f5d2427d2
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
wenzelm
parents:
11797
diff
changeset
|
1291 |
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A" |
1d5f5d2427d2
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
wenzelm
parents:
11797
diff
changeset
|
1292 |
(beware of argument permutation!); |
1d5f5d2427d2
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
wenzelm
parents:
11797
diff
changeset
|
1293 |
|
11657 | 1294 |
* HOL: linorder_less_split superseded by linorder_cases; |
1295 |
||
12917 | 1296 |
* HOL/List: "nodups" renamed to "distinct"; |
12889 | 1297 |
|
11633 | 1298 |
* HOL: added "The" definite description operator; move Hilbert's "Eps" |
13824 | 1299 |
to peripheral theory "Hilbert_Choice"; some INCOMPATIBILITIES: |
1300 |
- Ex_def has changed, now need to use some_eq_ex |
|
11437 | 1301 |
|
11572 | 1302 |
* HOL: made split_all_tac safe; EXISTING PROOFS MAY FAIL OR LOOP, so |
1303 |
in this (rare) case use: |
|
1304 |
||
1305 |
delSWrapper "split_all_tac" |
|
1306 |
addSbefore ("unsafe_split_all_tac", unsafe_split_all_tac) |
|
1307 |
||
1308 |
* HOL: added safe wrapper "split_conv_tac" to claset; EXISTING PROOFS |
|
11474 | 1309 |
MAY FAIL; |
11361 | 1310 |
|
11572 | 1311 |
* HOL: introduced f^n = f o ... o f; warning: due to the limits of |
1312 |
Isabelle's type classes, ^ on functions and relations has too general |
|
1313 |
a domain, namely ('a * 'b) set and 'a => 'b; this means that it may be |
|
1314 |
necessary to attach explicit type constraints; |
|
11307 | 1315 |
|
12917 | 1316 |
* HOL/Relation: the prefix name of the infix "O" has been changed from |
1317 |
"comp" to "rel_comp"; INCOMPATIBILITY: a few theorems have been |
|
1318 |
renamed accordingly (eg "compI" -> "rel_compI"). |
|
12489 | 1319 |
|
11487
95071c9e85a3
* HOL: syntax translations now work properly with numerals and records
wenzelm
parents:
11475
diff
changeset
|
1320 |
* HOL: syntax translations now work properly with numerals and records |
95071c9e85a3
* HOL: syntax translations now work properly with numerals and records
wenzelm
parents:
11475
diff
changeset
|
1321 |
expressions; |
11474 | 1322 |
|
12457
cbfc53e45476
* HOL: bounded abstraction now uses syntax "%" / "\<lambda>" instead
wenzelm
parents:
12405
diff
changeset
|
1323 |
* HOL: bounded abstraction now uses syntax "%" / "\<lambda>" instead |
cbfc53e45476
* HOL: bounded abstraction now uses syntax "%" / "\<lambda>" instead
wenzelm
parents:
12405
diff
changeset
|
1324 |
of "lam" -- INCOMPATIBILITY; |
11474 | 1325 |
|
11933 | 1326 |
* HOL: got rid of some global declarations (potential INCOMPATIBILITY |
1327 |
for ML tools): const "()" renamed "Product_Type.Unity", type "unit" |
|
1328 |
renamed "Product_Type.unit"; |
|
11611 | 1329 |
|
12564 | 1330 |
* HOL: renamed rtrancl_into_rtrancl2 to converse_rtrancl_into_rtrancl |
1331 |
||
12924 | 1332 |
* HOL: removed obsolete theorem "optionE" (use "option.exhaust", or |
1333 |
the "cases" method); |
|
1334 |
||
12597
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
wenzelm
parents:
12587
diff
changeset
|
1335 |
* HOL/GroupTheory: group theory examples including Sylow's theorem (by |
15154 | 1336 |
Florian Kammller); |
12597
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
wenzelm
parents:
12587
diff
changeset
|
1337 |
|
12608
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
wenzelm
parents:
12597
diff
changeset
|
1338 |
* HOL/IMP: updated and converted to new-style theory format; several |
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
wenzelm
parents:
12597
diff
changeset
|
1339 |
parts turned into readable document, with proper Isar proof texts and |
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
wenzelm
parents:
12597
diff
changeset
|
1340 |
some explanations (by Gerwin Klein); |
12597
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
wenzelm
parents:
12587
diff
changeset
|
1341 |
|
12734 | 1342 |
* HOL-Real: added Complex_Numbers (by Gertrud Bauer); |
1343 |
||
12690 | 1344 |
* HOL-Hyperreal is now a logic image; |
1345 |
||
11611 | 1346 |
|
12022
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
wenzelm
parents:
11995
diff
changeset
|
1347 |
*** HOLCF *** |
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
wenzelm
parents:
11995
diff
changeset
|
1348 |
|
12622 | 1349 |
* Isar: consts/constdefs supports mixfix syntax for continuous |
1350 |
operations; |
|
1351 |
||
1352 |
* Isar: domain package adapted to new-style theory format, e.g. see |
|
1353 |
HOLCF/ex/Dnat.thy; |
|
1354 |
||
1355 |
* theory Lift: proper use of rep_datatype lift instead of ML hacks -- |
|
12280 | 1356 |
potential INCOMPATIBILITY; now use plain induct_tac instead of former |
1357 |
lift.induct_tac, always use UU instead of Undef; |
|
12022
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
wenzelm
parents:
11995
diff
changeset
|
1358 |
|
12597
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
wenzelm
parents:
12587
diff
changeset
|
1359 |
* HOLCF/IMP: updated and converted to new-style theory; |
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
wenzelm
parents:
12587
diff
changeset
|
1360 |
|
12022
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
wenzelm
parents:
11995
diff
changeset
|
1361 |
|
11474 | 1362 |
*** ZF *** |
1363 |
||
12622 | 1364 |
* Isar: proper integration of logic-specific tools and packages, |
1365 |
including theory commands '(co)inductive', '(co)datatype', |
|
1366 |
'rep_datatype', 'inductive_cases', as well as methods 'ind_cases', |
|
1367 |
'induct_tac', 'case_tac', and 'typecheck' (with attribute 'TC'); |
|
1368 |
||
1369 |
* theory Main no longer includes AC; for the Axiom of Choice, base |
|
1370 |
your theory on Main_ZFC; |
|
1371 |
||
1372 |
* the integer library now covers quotients and remainders, with many |
|
1373 |
laws relating division to addition, multiplication, etc.; |
|
12563 | 1374 |
|
12280 | 1375 |
* ZF/UNITY: Chandy and Misra's UNITY is now available in ZF, giving a |
1376 |
typeless version of the formalism; |
|
1377 |
||
13025 | 1378 |
* ZF/AC, Coind, IMP, Resid: updated and converted to new-style theory |
1379 |
format; |
|
12608
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
wenzelm
parents:
12597
diff
changeset
|
1380 |
|
12280 | 1381 |
* ZF/Induct: new directory for examples of inductive definitions, |
12608
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
wenzelm
parents:
12597
diff
changeset
|
1382 |
including theory Multiset for multiset orderings; converted to |
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
wenzelm
parents:
12597
diff
changeset
|
1383 |
new-style theory format; |
12177
b1c16d685a99
* ZF: new-style theory commands 'inductive', 'inductive_cases', and
wenzelm
parents:
12163
diff
changeset
|
1384 |
|
13025 | 1385 |
* ZF: many new theorems about lists, ordinals, etc.; |
12850 | 1386 |
|
11474 | 1387 |
|
1388 |
*** General *** |
|
1389 |
||
12280 | 1390 |
* Pure/kernel: meta-level proof terms (by Stefan Berghofer); reference |
1391 |
variable proof controls level of detail: 0 = no proofs (only oracle |
|
1392 |
dependencies), 1 = lemma dependencies, 2 = compact proof terms; see |
|
1393 |
also ref manual for further ML interfaces; |
|
1394 |
||
1395 |
* Pure/axclass: removed obsolete ML interface |
|
1396 |
goal_subclass/goal_arity; |
|
1397 |
||
1398 |
* Pure/syntax: new token syntax "num" for plain numerals (without "#" |
|
1399 |
of "xnum"); potential INCOMPATIBILITY, since -0, -1 etc. are now |
|
1400 |
separate tokens, so expressions involving minus need to be spaced |
|
1401 |
properly; |
|
1402 |
||
12312
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1403 |
* Pure/syntax: support non-oriented infixes, using keyword "infix" |
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1404 |
rather than "infixl" or "infixr"; |
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1405 |
|
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1406 |
* Pure/syntax: concrete syntax for dummy type variables admits genuine |
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1407 |
sort constraint specifications in type inference; e.g. "x::_::foo" |
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1408 |
ensures that the type of "x" is of sort "foo" (but not necessarily a |
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
wenzelm
parents:
12280
diff
changeset
|
1409 |
type variable); |
12280 | 1410 |
|
1411 |
* Pure/syntax: print modes "type_brackets" and "no_type_brackets" |
|
1412 |
control output of nested => (types); the default behavior is |
|
1413 |
"type_brackets"; |
|
1414 |
||
1415 |
* Pure/syntax: builtin parse translation for "_constify" turns valued |
|
11817 | 1416 |
tokens into AST constants; |
11474 | 1417 |
|
12280 | 1418 |
* Pure/syntax: prefer later declarations of translations and print |
1419 |
translation functions; potential INCOMPATIBILITY: need to reverse |
|
1420 |
multiple declarations for same syntax element constant; |
|
1421 |
||
12832
c31b44286a8a
* Pure/show_hyps reset by default (in accordance to existing Isar practice);
wenzelm
parents:
12777
diff
changeset
|
1422 |
* Pure/show_hyps reset by default (in accordance to existing Isar |
c31b44286a8a
* Pure/show_hyps reset by default (in accordance to existing Isar practice);
wenzelm
parents:
12777
diff
changeset
|
1423 |
practice); |
c31b44286a8a
* Pure/show_hyps reset by default (in accordance to existing Isar practice);
wenzelm
parents:
12777
diff
changeset
|
1424 |
|
12280 | 1425 |
* Provers/classical: renamed addaltern to addafter, addSaltern to |
1426 |
addSafter; |
|
1427 |
||
1428 |
* Provers/clasimp: ``iff'' declarations now handle conditional rules |
|
1429 |
as well; |
|
12253 | 1430 |
|
12538 | 1431 |
* system: tested support for MacOS X; should be able to get Isabelle + |
1432 |
Proof General to work in a plain Terminal after installing Poly/ML |
|
1433 |
(e.g. from the Isabelle distribution area) and GNU bash alone |
|
1434 |
(e.g. from http://www.apple.com); full X11, XEmacs and X-Symbol |
|
1435 |
support requires further installations, e.g. from |
|
1436 |
http://fink.sourceforge.net/); |
|
1437 |
||
12280 | 1438 |
* system: support Poly/ML 4.1.1 (able to manage larger heaps); |
11551 | 1439 |
|
12753
3a62df7ae926
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead
wenzelm
parents:
12736
diff
changeset
|
1440 |
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead |
3a62df7ae926
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead
wenzelm
parents:
12736
diff
changeset
|
1441 |
of 40 MB), cf. ML_OPTIONS; |
3a62df7ae926
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead
wenzelm
parents:
12736
diff
changeset
|
1442 |
|
11633 | 1443 |
* system: Proof General keywords specification is now part of the |
1444 |
Isabelle distribution (see etc/isar-keywords.el); |
|
1445 |
||
12728 | 1446 |
* system: support for persistent Proof General sessions (refrain from |
1447 |
outdating all loaded theories on startup); user may create writable |
|
1448 |
logic images like this: ``isabelle -q HOL Test''; |
|
12597
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
wenzelm
parents:
12587
diff
changeset
|
1449 |
|
11551 | 1450 |
* system: smart selection of Isabelle process versus Isabelle |
11572 | 1451 |
interface, accommodates case-insensitive file systems (e.g. HFS+); may |
1452 |
run both "isabelle" and "Isabelle" even if file names are badly |
|
1453 |
damaged (executable inspects the case of the first letter of its own |
|
1454 |
name); added separate "isabelle-process" and "isabelle-interface"; |
|
11551 | 1455 |
|
12472 | 1456 |
* system: refrain from any attempt at filtering input streams; no |
1457 |
longer support ``8bit'' encoding of old isabelle font, instead proper |
|
1458 |
iso-latin characters may now be used; the related isatools |
|
1459 |
"symbolinput" and "nonascii" have disappeared as well; |
|
1460 |
||
1461 |
* system: removed old "xterm" interface (the print modes "xterm" and |
|
1462 |
"xterm_color" are still available for direct use in a suitable |
|
1463 |
terminal); |
|
1464 |
||
11314 | 1465 |
|
11169
98c2f741e32b
made split_all_tac safe introducing safe_full_simp_tac, EXISTING PROOFS MAY FAIL
oheimb
parents:
11130
diff
changeset
|
1466 |
|
11062 | 1467 |
New in Isabelle99-2 (February 2001) |
1468 |
----------------------------------- |
|
1469 |
||
10224 | 1470 |
*** Overview of INCOMPATIBILITIES *** |
1471 |
||
11241 | 1472 |
* HOL: please note that theories in the Library and elsewhere often use the |
1473 |
new-style (Isar) format; to refer to their theorems in an ML script you must |
|
12622 | 1474 |
bind them to ML identifers by e.g. val thm_name = thm "thm_name"; |
11241 | 1475 |
|
11043
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
wenzelm
parents:
11016
diff
changeset
|
1476 |
* HOL: inductive package no longer splits induction rule aggressively, |
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
wenzelm
parents:
11016
diff
changeset
|
1477 |
but only as far as specified by the introductions given; the old |
11130 | 1478 |
format may be recovered via ML function complete_split_rule or attribute |
11043
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
wenzelm
parents:
11016
diff
changeset
|
1479 |
'split_rule (complete)'; |
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
wenzelm
parents:
11016
diff
changeset
|
1480 |
|
10998 | 1481 |
* HOL: induct renamed to lfp_induct, lfp_Tarski to lfp_unfold, |
1482 |
gfp_Tarski to gfp_unfold; |
|
10224 | 1483 |
|
10288 | 1484 |
* HOL: contrapos, contrapos2 renamed to contrapos_nn, contrapos_pp; |
1485 |
||
10858 | 1486 |
* HOL: infix "dvd" now has priority 50 rather than 70 (because it is a |
1487 |
relation); infix "^^" has been renamed "``"; infix "``" has been |
|
1488 |
renamed "`"; "univalent" has been renamed "single_valued"; |
|
10793 | 1489 |
|
10998 | 1490 |
* HOL/Real: "rinv" and "hrinv" replaced by overloaded "inverse" |
1491 |
operation; |
|
1492 |
||
10868 | 1493 |
* HOLCF: infix "`" has been renamed "$"; the symbol syntax is \<cdot>; |
10856 | 1494 |
|
10391 | 1495 |
* Isar: 'obtain' no longer declares "that" fact as simp/intro; |
1496 |
||
10401
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
wenzelm
parents:
10391
diff
changeset
|
1497 |
* Isar/HOL: method 'induct' now handles non-atomic goals; as a |
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
wenzelm
parents:
10391
diff
changeset
|
1498 |
consequence, it is no longer monotonic wrt. the local goal context |
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
wenzelm
parents:
10391
diff
changeset
|
1499 |
(which is now passed through the inductive cases); |
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
wenzelm
parents:
10391
diff
changeset
|
1500 |
|
10976
0e7cf6f9fa29
* Document preparation: renamed standard symbols \<ll> to \<lless> and
wenzelm
parents:
10966
diff
changeset
|
1501 |
* Document preparation: renamed standard symbols \<ll> to \<lless> and |
0e7cf6f9fa29
* Document preparation: renamed standard symbols \<ll> to \<lless> and
wenzelm
parents:
10966
diff
changeset
|
1502 |
\<gg> to \<ggreater>; |
0e7cf6f9fa29
* Document preparation: renamed standard symbols \<ll> to \<lless> and
wenzelm
parents:
10966
diff
changeset
|
1503 |
|
10224 | 1504 |
|
10245
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
wenzelm
parents:
10224
diff
changeset
|
1505 |
*** Document preparation *** |
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
wenzelm
parents:
10224
diff
changeset
|
1506 |
|
10858 | 1507 |
* \isabellestyle{NAME} selects version of Isabelle output (currently |
1508 |
available: are "it" for near math-mode best-style output, "sl" for |
|
1509 |
slanted text style, and "tt" for plain type-writer; if no |
|
1510 |
\isabellestyle command is given, output is according to slanted |
|
1511 |
type-writer); |
|
1512 |
||
10322
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
wenzelm
parents:
10306
diff
changeset
|
1513 |
* support sub/super scripts (for single symbols only), input syntax is |
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
wenzelm
parents:
10306
diff
changeset
|
1514 |
like this: "A\<^sup>*" or "A\<^sup>\<star>"; |
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
wenzelm
parents:
10306
diff
changeset
|
1515 |
|
10858 | 1516 |
* some more standard symbols; see Appendix A of the system manual for |
11062 | 1517 |
the complete list of symbols defined in isabellesym.sty; |
10858 | 1518 |
|
10998 | 1519 |
* improved isabelle style files; more abstract symbol implementation |
1520 |
(should now use \isamath{...} and \isatext{...} in custom symbol |
|
1521 |
definitions); |
|
1522 |
||
10634 | 1523 |
* antiquotation @{goals} and @{subgoals} for output of *dynamic* goals |
1524 |
state; Note that presentation of goal states does not conform to |
|
1525 |
actual human-readable proof documents. Please do not include goal |
|
1526 |
states into document output unless you really know what you are doing! |
|
10322
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
wenzelm
parents:
10306
diff
changeset
|
1527 |
|
11062 | 1528 |
* proper indentation of antiquoted output with proportional LaTeX |
1529 |
fonts; |
|
10862 | 1530 |
|
11050
ac5709ac50b9
* no_document ML operator temporarily disables LaTeX document
wenzelm
parents:
11043
diff
changeset
|
1531 |
* no_document ML operator temporarily disables LaTeX document |
ac5709ac50b9
* no_document ML operator temporarily disables LaTeX document
wenzelm
parents:
11043
diff
changeset
|
1532 |
generation; |
ac5709ac50b9
* no_document ML operator temporarily disables LaTeX document
wenzelm
parents:
11043
diff
changeset
|
1533 |
|
11062 | 1534 |
* isatool unsymbolize tunes sources for plain ASCII communication; |
1535 |
||
10322
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
wenzelm
parents:
10306
diff
changeset
|
1536 |
|
10306
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
wenzelm
parents:
10288
diff
changeset
|
1537 |
*** Isar *** |
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
wenzelm
parents:
10288
diff
changeset
|
1538 |
|
10547 | 1539 |
* Pure: Isar now suffers initial goal statements to contain unbound |
1540 |
schematic variables (this does not conform to actual readable proof |
|
1541 |
documents, due to unpredictable outcome and non-compositional proof |
|
1542 |
checking); users who know what they are doing may use schematic goals |
|
1543 |
for Prolog-style synthesis of proven results; |
|
1544 |
||
10391 | 1545 |
* Pure: assumption method (an implicit finishing) now handles actual |
1546 |
rules as well; |
|
1547 |
||
1548 |
* Pure: improved 'obtain' --- moved to Pure, insert "that" into |
|
1549 |
initial goal, declare "that" only as Pure intro (only for single |
|
1550 |
steps); the "that" rule assumption may now be involved in implicit |
|
1551 |
finishing, thus ".." becomes a feasible for trivial obtains; |
|
1552 |
||
1553 |
* Pure: default proof step now includes 'intro_classes'; thus trivial |
|
1554 |
instance proofs may be performed by ".."; |
|
1555 |
||
1556 |
* Pure: ?thesis / ?this / "..." now work for pure meta-level |
|
1557 |
statements as well; |
|
10306
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
wenzelm
parents:
10288
diff
changeset
|
1558 |
|
11097 | 1559 |
* Pure: more robust selection of calculational rules; |
1560 |
||
10858 | 1561 |
* Pure: the builtin notion of 'finished' goal now includes the ==-refl |
1562 |
rule (as well as the assumption rule); |
|
1563 |
||
1564 |
* Pure: 'thm_deps' command visualizes dependencies of theorems and |
|
1565 |
lemmas, using the graph browser tool; |
|
1566 |
||
10944 | 1567 |
* Pure: predict failure of "show" in interactive mode; |
1568 |
||
11016
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
wenzelm
parents:
10998
diff
changeset
|
1569 |
* Pure: 'thms_containing' now takes actual terms as arguments; |
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
wenzelm
parents:
10998
diff
changeset
|
1570 |
|
10401
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
wenzelm
parents:
10391
diff
changeset
|
1571 |
* HOL: improved method 'induct' --- now handles non-atomic goals |
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
wenzelm
parents:
10391
diff
changeset
|
1572 |
(potential INCOMPATIBILITY); tuned error handling; |
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
wenzelm
parents:
10391
diff
changeset
|
1573 |
|
10557 | 1574 |
* HOL: cases and induct rules now provide explicit hints about the |
10547 | 1575 |
number of facts to be consumed (0 for "type" and 1 for "set" rules); |
1576 |
any remaining facts are inserted into the goal verbatim; |
|
1577 |
||
10858 | 1578 |
* HOL: local contexts (aka cases) may now contain term bindings as |
1579 |
well; the 'cases' and 'induct' methods new provide a ?case binding for |
|
1580 |
the result to be shown in each case; |
|
1581 |
||
10770 | 1582 |
* HOL: added 'recdef_tc' command; |
1583 |
||
11016
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
wenzelm
parents:
10998
diff
changeset
|
1584 |
* isatool convert assists in eliminating legacy ML scripts; |
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
wenzelm
parents:
10998
diff
changeset
|
1585 |
|
10306
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
wenzelm
parents:
10288
diff
changeset
|
1586 |
|
10245
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
wenzelm
parents:
10224
diff
changeset
|
1587 |
*** HOL *** |
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
wenzelm
parents:
10224
diff
changeset
|
1588 |
|
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
wenzelm
parents:
10224
diff
changeset
|
1589 |
* HOL/Library: a collection of generic theories to be used together |
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
wenzelm
parents:
10224
diff
changeset
|
1590 |
with main HOL; the theory loader path already includes this directory |
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
wenzelm
parents:
10224
diff
changeset
|
1591 |
by default; the following existing theories have been moved here: |
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
wenzelm
parents:
10224
diff
changeset
|
1592 |
HOL/Induct/Multiset, HOL/Induct/Acc (as Accessible_Part), HOL/While |
10337 | 1593 |
(as While_Combinator), HOL/Lex/Prefix (as List_Prefix); |
10245
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
wenzelm
parents:
10224
diff
changeset
|
1594 |
|
10966 | 1595 |
* HOL/Unix: "Some aspects of Unix file-system security", a typical |
1596 |
modelling and verification task performed in Isabelle/HOL + |
|
1597 |
Isabelle/Isar + Isabelle document preparation (by Markus Wenzel). |
|
1598 |
||
11094 | 1599 |
* HOL/Algebra: special summation operator SUM no longer exists, it has |
1600 |
been replaced by setsum; infix 'assoc' now has priority 50 (like |
|
1601 |
'dvd'); axiom 'one_not_zero' has been moved from axclass 'ring' to |
|
1602 |
'domain', this makes the theory consistent with mathematical |
|
1603 |
literature; |
|
1604 |
||
10514 | 1605 |
* HOL basics: added overloaded operations "inverse" and "divide" |
10726 | 1606 |
(infix "/"), syntax for generic "abs" operation, generic summation |
11094 | 1607 |
operator \<Sum>; |
10452
abeefb0a79ae
* added overloaded operations "inverse" and "divide" (infix "/");
wenzelm
parents:
10428
diff
changeset
|
1608 |
|
10391 | 1609 |
* HOL/typedef: simplified package, provide more useful rules (see also |
1610 |
HOL/subset.thy); |
|
1611 |
||
10915
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm
parents:
10868
diff
changeset
|
1612 |
* HOL/datatype: induction rule for arbitrarily branching datatypes is |
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm
parents:
10868
diff
changeset
|
1613 |
now expressed as a proper nested rule (old-style tactic scripts may |
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm
parents:
10868
diff
changeset
|
1614 |
require atomize_strip_tac to cope with non-atomic premises); |
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm
parents:
10868
diff
changeset
|
1615 |
|
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm
parents:
10868
diff
changeset
|
1616 |
* HOL: renamed theory "Prod" to "Product_Type", renamed "split" rule |
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm
parents:
10868
diff
changeset
|
1617 |
to "split_conv" (old name still available for compatibility); |
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm
parents:
10868
diff
changeset
|
1618 |
|
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm
parents:
10868
diff
changeset
|
1619 |
* HOL: improved concrete syntax for strings (e.g. allows translation |
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm
parents:
10868
diff
changeset
|
1620 |
rules with string literals); |
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
wenzelm
parents:
10868
diff
changeset
|
1621 |
|
12245 | 1622 |
* HOL-Real-Hyperreal: this extends HOL-Real with the hyperreals |
1623 |
and Fleuriot's mechanization of analysis, including the transcendental |
|
1624 |
functions for the reals; |
|
10756 | 1625 |
|
11094 | 1626 |
* HOL/Real, HOL/Hyperreal: improved arithmetic simplification; |
10391 | 1627 |
|
10858 | 1628 |
|
10474 | 1629 |
*** CTT *** |
1630 |
||
10547 | 1631 |
* CTT: x-symbol support for Pi, Sigma, -->, : (membership); note that |
1632 |
"lam" is displayed as TWO lambda-symbols |
|
10474 | 1633 |
|
10547 | 1634 |
* CTT: theory Main now available, containing everything (that is, Bool |
1635 |
and Arith); |
|
1636 |
||
10474 | 1637 |
|
10391 | 1638 |
*** General *** |
1639 |
||
10547 | 1640 |
* Pure: the Simplifier has been implemented properly as a derived rule |
1641 |
outside of the actual kernel (at last!); the overall performance |
|
1642 |
penalty in practical applications is about 50%, while reliability of |
|
1643 |
the Isabelle inference kernel has been greatly improved; |
|
1644 |
||
11112 | 1645 |
* print modes "brackets" and "no_brackets" control output of nested => |
1646 |
(types) and ==> (props); the default behaviour is "brackets"; |
|
1647 |
||
10391 | 1648 |
* Provers: fast_tac (and friends) now handle actual object-logic rules |
1649 |
as assumptions as well; |
|
1650 |
||
11124 | 1651 |
* system: support Poly/ML 4.0; |
1652 |
||
1653 |
* system: isatool install handles KDE version 1 or 2; |
|
1654 |
||
10391 | 1655 |
|
10245
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
wenzelm
parents:
10224
diff
changeset
|
1656 |
|
10103 | 1657 |
New in Isabelle99-1 (October 2000) |
1658 |
---------------------------------- |
|
8015 | 1659 |
|
10003 | 1660 |
*** Overview of INCOMPATIBILITIES *** |
8014 | 1661 |
|
8848 | 1662 |
* HOL: simplification of natural numbers is much changed; to partly |
1663 |
recover the old behaviour (e.g. to prevent n+n rewriting to #2*n) |
|
1664 |
issue the following ML commands: |
|
1665 |
||
1666 |
Delsimprocs Nat_Numeral_Simprocs.cancel_numerals; |
|
1667 |
Delsimprocs [Nat_Numeral_Simprocs.combine_numerals]; |
|
8788 | 1668 |
|
10129 | 1669 |
* HOL: simplification no longer dives into case-expressions; this is |
1670 |
controlled by "t.weak_case_cong" for each datatype t; |
|
10003 | 1671 |
|
1672 |
* HOL: nat_less_induct renamed to less_induct; |
|
1673 |
||
1674 |
* HOL: systematic renaming of the SOME (Eps) rules, may use isatool |
|
1675 |
fixsome to patch .thy and .ML sources automatically; |
|
8967 | 1676 |
|
10003 | 1677 |
select_equality -> some_equality |
1678 |
select_eq_Ex -> some_eq_ex |
|
1679 |
selectI2EX -> someI2_ex |
|
1680 |
selectI2 -> someI2 |
|
1681 |
selectI -> someI |
|
1682 |
select1_equality -> some1_equality |
|
1683 |
Eps_sym_eq -> some_sym_eq_trivial |
|
1684 |
Eps_eq -> some_eq_trivial |
|
1685 |
||
1686 |
* HOL: exhaust_tac on datatypes superceded by new generic case_tac; |
|
1687 |
||
1688 |
* HOL: removed obsolete theorem binding expand_if (refer to split_if |
|
1689 |
instead); |
|
1690 |
||
1691 |
* HOL: the recursion equations generated by 'recdef' are now called |
|
1692 |
f.simps instead of f.rules; |
|
1693 |
||
1694 |
* HOL: qed_spec_mp now also handles bounded ALL as well; |
|
1695 |
||
1696 |
* HOL: 0 is now overloaded, so the type constraint ":: nat" may |
|
1697 |
sometimes be needed; |
|
1698 |
||
1699 |
* HOL: the constant for "f``x" is now "image" rather than "op ``"; |
|
8014 | 1700 |
|
10065 | 1701 |
* HOL: the constant for "f-``x" is now "vimage" rather than "op -``"; |
1702 |
||
9330
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
wenzelm
parents:
9288
diff
changeset
|
1703 |
* HOL: the disjoint sum is now "<+>" instead of "Plus"; the cartesian |
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
wenzelm
parents:
9288
diff
changeset
|
1704 |
product is now "<*>" instead of "Times"; the lexicographic product is |
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
wenzelm
parents:
9288
diff
changeset
|
1705 |
now "<*lex*>" instead of "**"; |
8705 | 1706 |
|
10003 | 1707 |
* HOL: theory Sexp is now in HOL/Induct examples (it used to be part |
1708 |
of main HOL, but was unused); better use HOL's datatype package; |
|
9971 | 1709 |
|
10137
d1c2bef01e2f
removed "symbols" syntax for constant "override";
wenzelm
parents:
10129
diff
changeset
|
1710 |
* HOL: removed "symbols" syntax for constant "override" of theory Map; |
d1c2bef01e2f
removed "symbols" syntax for constant "override";
wenzelm
parents:
10129
diff
changeset
|
1711 |
the old syntax may be recovered as follows: |
d1c2bef01e2f
removed "symbols" syntax for constant "override";
wenzelm
parents:
10129
diff
changeset
|
1712 |
|
d1c2bef01e2f
removed "symbols" syntax for constant "override";
wenzelm
parents:
10129
diff
changeset
|
1713 |
syntax (symbols) |
d1c2bef01e2f
removed "symbols" syntax for constant "override";
wenzelm
parents:
10129
diff
changeset
|
1714 |
override :: "('a ~=> 'b) => ('a ~=> 'b) => ('a ~=> 'b)" |
d1c2bef01e2f
removed "symbols" syntax for constant "override";
wenzelm
parents:
10129
diff
changeset
|
1715 |
(infixl "\\<oplus>" 100) |
d1c2bef01e2f
removed "symbols" syntax for constant "override";
wenzelm
parents:
10129
diff
changeset
|
1716 |
|
8848 | 1717 |
* HOL/Real: "rabs" replaced by overloaded "abs" function; |
1718 |
||
8887
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
wenzelm
parents:
8848
diff
changeset
|
1719 |
* HOL/ML: even fewer consts are declared as global (see theories Ord, |
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
wenzelm
parents:
8848
diff
changeset
|
1720 |
Lfp, Gfp, WF); this only affects ML packages that refer to const names |
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
wenzelm
parents:
8848
diff
changeset
|
1721 |
internally; |
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
wenzelm
parents:
8848
diff
changeset
|
1722 |
|
10003 | 1723 |
* HOL and ZF: syntax for quotienting wrt an equivalence relation |
1724 |
changed from A/r to A//r; |
|
9908 | 1725 |
|
10003 | 1726 |
* ZF: new treatment of arithmetic (nat & int) may break some old |
1727 |
proofs; |
|
8921
7c04c98132c4
* Pure: changed syntax of local blocks from {{ }} to { };
wenzelm
parents:
8887
diff
changeset
|
1728 |
|
10003 | 1729 |
* Isar: renamed some attributes (RS -> THEN, simplify -> simplified, |
1730 |
rulify -> rule_format, elimify -> elim_format, ...); |
|
9542 | 1731 |
|
9941
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
wenzelm
parents:
9937
diff
changeset
|
1732 |
* Isar/Provers: intro/elim/dest attributes changed; renamed |
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
wenzelm
parents:
9937
diff
changeset
|
1733 |
intro/intro!/intro!! flags to intro!/intro/intro? (in most cases, one |
9937 | 1734 |
should have to change intro!! to intro? only); replaced "delrule" by |
1735 |
"rule del"; |
|
9437
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
wenzelm
parents:
9402
diff
changeset
|
1736 |
|
9612 | 1737 |
* Isar/HOL: renamed "intrs" to "intros" in inductive definitions; |
1738 |
||
9437
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
wenzelm
parents:
9402
diff
changeset
|
1739 |
* Provers: strengthened force_tac by using new first_best_tac; |
9402 | 1740 |
|
10003 | 1741 |
* LaTeX document preparation: several changes of isabelle.sty (see |
1742 |
lib/texinputs); |
|
8729
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
wenzelm
parents:
8705
diff
changeset
|
1743 |
|
8014 | 1744 |
|
8487 | 1745 |
*** Document preparation *** |
8358
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
1746 |
|
9198
0ab3c81e9425
* formal comments (text blocks etc.) in new-style theories may now
wenzelm
parents:
9185
diff
changeset
|
1747 |
* formal comments (text blocks etc.) in new-style theories may now |
9753 | 1748 |
contain antiquotations of thm/prop/term/typ/text to be presented |
1749 |
according to latex print mode; concrete syntax is like this: |
|
1750 |
@{term[show_types] "f(x) = a + x"}; |
|
9198
0ab3c81e9425
* formal comments (text blocks etc.) in new-style theories may now
wenzelm
parents:
9185
diff
changeset
|
1751 |
|
8358
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
1752 |
* isatool mkdir provides easy setup of Isabelle session directories, |
8518 | 1753 |
including proper document sources; |
8358
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
1754 |
|
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
1755 |
* generated LaTeX sources are now deleted after successful run |
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
1756 |
(isatool document -c); may retain a copy somewhere else via -D option |
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
1757 |
of isatool usedir; |
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
1758 |
|
8566 | 1759 |
* isatool usedir -D now lets isatool latex -o sty update the Isabelle |
10003 | 1760 |
style files, achieving self-contained LaTeX sources and simplifying |
1761 |
LaTeX debugging; |
|
8566 | 1762 |
|
8518 | 1763 |
* old-style theories now produce (crude) LaTeX output as well; |
8358
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
1764 |
|
9057
af1ca1acf292
* browser info session directories are now self-contained (may be put
wenzelm
parents:
9052
diff
changeset
|
1765 |
* browser info session directories are now self-contained (may be put |
9437
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
wenzelm
parents:
9402
diff
changeset
|
1766 |
on WWW server seperately); improved graphs of nested sessions; removed |
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
wenzelm
parents:
9402
diff
changeset
|
1767 |
graph for 'all sessions'; |
9057
af1ca1acf292
* browser info session directories are now self-contained (may be put
wenzelm
parents:
9052
diff
changeset
|
1768 |
|
10003 | 1769 |
* several improvements in isabelle style files; \isabellestyle{it} |
1770 |
produces fake math mode output; \isamarkupheader is now \section by |
|
1771 |
default; see lib/texinputs/isabelle.sty etc.; |
|
9489
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
wenzelm
parents:
9457
diff
changeset
|
1772 |
|
8358
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
1773 |
|
8184 | 1774 |
*** Isar *** |
1775 |
||
10003 | 1776 |
* Isar/Pure: local results and corresponding term bindings are now |
1777 |
subject to Hindley-Milner polymorphism (similar to ML); this |
|
1778 |
accommodates incremental type-inference very nicely; |
|
8283
0a319c5746eb
* Pure now provides its own version of intro/elim/dest attributes;
wenzelm
parents:
8271
diff
changeset
|
1779 |
|
10003 | 1780 |
* Isar/Pure: new derived language element 'obtain' supports |
1781 |
generalized existence reasoning; |
|
8621
8ba0f90f6f35
* Isar/Pure: local results and corresponding term bindings are now
wenzelm
parents:
8603
diff
changeset
|
1782 |
|
10003 | 1783 |
* Isar/Pure: new calculational elements 'moreover' and 'ultimately' |
1784 |
support accumulation of results, without applying any rules yet; |
|
1785 |
useful to collect intermediate results without explicit name |
|
1786 |
references, and for use with transitivity rules with more than 2 |
|
1787 |
premises; |
|
8184 | 1788 |
|
10003 | 1789 |
* Isar/Pure: scalable support for case-analysis type proofs: new |
1790 |
'case' language element refers to local contexts symbolically, as |
|
1791 |
produced by certain proof methods; internally, case names are attached |
|
1792 |
to theorems as "tags"; |
|
8440
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
wenzelm
parents:
8425
diff
changeset
|
1793 |
|
10003 | 1794 |
* Isar/Pure: theory command 'hide' removes declarations from |
9330
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
wenzelm
parents:
9288
diff
changeset
|
1795 |
class/type/const name spaces; |
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
wenzelm
parents:
9288
diff
changeset
|
1796 |
|
10003 | 1797 |
* Isar/Pure: theory command 'defs' supports option "(overloaded)" to |
9330
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
wenzelm
parents:
9288
diff
changeset
|
1798 |
indicate potential overloading; |
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
wenzelm
parents:
9288
diff
changeset
|
1799 |
|
10003 | 1800 |
* Isar/Pure: changed syntax of local blocks from {{ }} to { }; |
8621
8ba0f90f6f35
* Isar/Pure: local results and corresponding term bindings are now
wenzelm
parents:
8603
diff
changeset
|
1801 |
|
10003 | 1802 |
* Isar/Pure: syntax of sorts made 'inner', i.e. have to write |
1803 |
"{a,b,c}" instead of {a,b,c}; |
|
9011
0cfc347f8d19
Isar/Pure: removed obsolete 'transfer' attribute (transfer of thms to
wenzelm
parents:
8994
diff
changeset
|
1804 |
|
10003 | 1805 |
* Isar/Pure now provides its own version of intro/elim/dest |
1806 |
attributes; useful for building new logics, but beware of confusion |
|
1807 |
with the version in Provers/classical; |
|
9612 | 1808 |
|
10003 | 1809 |
* Isar/Pure: the local context of (non-atomic) goals is provided via |
1810 |
case name 'antecedent'; |
|
8440
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
wenzelm
parents:
8425
diff
changeset
|
1811 |
|
10003 | 1812 |
* Isar/Pure: removed obsolete 'transfer' attribute (transfer of thms |
1813 |
to the current context is now done automatically); |
|
9383
c21fa1c48de0
* HOL: removed obsolete expand_if = split_if; theorems if_splits =
wenzelm
parents:
9349
diff
changeset
|
1814 |
|
10003 | 1815 |
* Isar/Pure: theory command 'method_setup' provides a simple interface |
1816 |
for definining proof methods in ML; |
|
9612 | 1817 |
|
10003 | 1818 |
* Isar/Provers: intro/elim/dest attributes changed; renamed |
9941
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
wenzelm
parents:
9937
diff
changeset
|
1819 |
intro/intro!/intro!! flags to intro!/intro/intro? (INCOMPATIBILITY, in |
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
wenzelm
parents:
9937
diff
changeset
|
1820 |
most cases, one should have to change intro!! to intro? only); |
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
wenzelm
parents:
9937
diff
changeset
|
1821 |
replaced "delrule" by "rule del"; |
8283
0a319c5746eb
* Pure now provides its own version of intro/elim/dest attributes;
wenzelm
parents:
8271
diff
changeset
|
1822 |
|
10003 | 1823 |
* Isar/Provers: new 'hypsubst' method, plain 'subst' method and |
1824 |
'symmetric' attribute (the latter supercedes [RS sym]); |
|
1825 |
||
1826 |
* Isar/Provers: splitter support (via 'split' attribute and 'simp' |
|
1827 |
method modifier); 'simp' method: 'only:' modifier removes loopers as |
|
1828 |
well (including splits); |
|
1829 |
||
1830 |
* Isar/Provers: Simplifier and Classical methods now support all kind |
|
1831 |
of modifiers used in the past, including 'cong', 'iff', etc. |
|
1832 |
||
1833 |
* Isar/Provers: added 'fastsimp' and 'clarsimp' methods (combination |
|
1834 |
of Simplifier and Classical reasoner); |
|
1835 |
||
1836 |
* Isar/HOL: new proof method 'cases' and improved version of 'induct' |
|
1837 |
now support named cases; major packages (inductive, datatype, primrec, |
|
1838 |
recdef) support case names and properly name parameters; |
|
9612 | 1839 |
|
10003 | 1840 |
* Isar/HOL: new transitivity rules for substitution in inequalities -- |
1841 |
monotonicity conditions are extracted to be proven at end of |
|
1842 |
calculations; |
|
1843 |
||
1844 |
* Isar/HOL: removed 'case_split' thm binding, should use 'cases' proof |
|
1845 |
method anyway; |
|
1846 |
||
1847 |
* Isar/HOL: removed old expand_if = split_if; theorems if_splits = |
|
1848 |
split_if split_if_asm; datatype package provides theorems foo.splits = |
|
1849 |
foo.split foo.split_asm for each datatype; |
|
1850 |
||
1851 |
* Isar/HOL: tuned inductive package, rename "intrs" to "intros" |
|
1852 |
(potential INCOMPATIBILITY), emulation of mk_cases feature for proof |
|
1853 |
scripts: new 'inductive_cases' command and 'ind_cases' method; (Note: |
|
1854 |
use "(cases (simplified))" method in proper proof texts); |
|
1855 |
||
1856 |
* Isar/HOL: added global 'arith_split' attribute for 'arith' method; |
|
1857 |
||
1858 |
* Isar: names of theorems etc. may be natural numbers as well; |
|
1859 |
||
1860 |
* Isar: 'pr' command: optional arguments for goals_limit and |
|
9724
2030c5d63741
* 'pr' command: optional argument for ProofContext.prems_limit;
wenzelm
parents:
9709
diff
changeset
|
1861 |
ProofContext.prems_limit; no longer prints theory contexts, but only |
2030c5d63741
* 'pr' command: optional argument for ProofContext.prems_limit;
wenzelm
parents:
9709
diff
changeset
|
1862 |
proof states; |
8487 | 1863 |
|
10003 | 1864 |
* Isar: diagnostic commands 'pr', 'thm', 'prop', 'term', 'typ' admit |
8518 | 1865 |
additional print modes to be specified; e.g. "pr(latex)" will print |
1866 |
proof state according to the Isabelle LaTeX style; |
|
8487 | 1867 |
|
10003 | 1868 |
* Isar: improved support for emulating tactic scripts, including proof |
9612 | 1869 |
methods 'rule_tac' etc., 'cut_tac', 'thin_tac', 'subgoal_tac', |
1870 |
'rename_tac', 'rotate_tac', 'tactic', and 'case_tac' / 'induct_tac' |
|
1871 |
(for HOL datatypes); |
|
8534 | 1872 |
|
10003 | 1873 |
* Isar: simplified (more robust) goal selection of proof methods: 1st |
1874 |
goal, all goals, or explicit goal specifier (tactic emulation); thus |
|
1875 |
'proof method scripts' have to be in depth-first order; |
|
8673
987ea1a559d0
Isar: simplified (more robust) goal selection of proof methods;
wenzelm
parents:
8655
diff
changeset
|
1876 |
|
10003 | 1877 |
* Isar: tuned 'let' syntax: replaced 'as' keyword by 'and'; |
8729
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
wenzelm
parents:
8705
diff
changeset
|
1878 |
|
10003 | 1879 |
* Isar: removed 'help' command, which hasn't been too helpful anyway; |
1880 |
should instead use individual commands for printing items |
|
1881 |
(print_commands, print_methods etc.); |
|
9224
0da360494917
* Isar: removed 'help' command, which hasn't been too helpful anyway;
wenzelm
parents:
9198
diff
changeset
|
1882 |
|
10003 | 1883 |
* Isar: added 'nothing' --- the empty list of theorems; |
9239 | 1884 |
|
8184 | 1885 |
|
8014 | 1886 |
*** HOL *** |
1887 |
||
10080 | 1888 |
* HOL/MicroJava: formalization of a fragment of Java, together with a |
1889 |
corresponding virtual machine and a specification of its bytecode |
|
1890 |
verifier and a lightweight bytecode verifier, including proofs of |
|
1891 |
type-safety; by Gerwin Klein, Tobias Nipkow, David von Oheimb, and |
|
1892 |
Cornelia Pusch (see also the homepage of project Bali at |
|
1893 |
http://isabelle.in.tum.de/Bali/); |
|
1894 |
||
8518 | 1895 |
* HOL/Algebra: new theory of rings and univariate polynomials, by |
1896 |
Clemens Ballarin; |
|
8014 | 1897 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10137
diff
changeset
|
1898 |
* HOL/NumberTheory: fundamental Theorem of Arithmetic, Chinese |
10003 | 1899 |
Remainder Theorem, Fermat/Euler Theorem, Wilson's Theorem, by Thomas M |
1900 |
Rasmussen; |
|
8570 | 1901 |
|
10157
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10137
diff
changeset
|
1902 |
* HOL/Lattice: fundamental concepts of lattice theory and order |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10137
diff
changeset
|
1903 |
structures, including duals, properties of bounds versus algebraic |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10137
diff
changeset
|
1904 |
laws, lattice operations versus set-theoretic ones, the Knaster-Tarski |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10137
diff
changeset
|
1905 |
Theorem for complete lattices etc.; may also serve as a demonstration |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10137
diff
changeset
|
1906 |
for abstract algebraic reasoning using axiomatic type classes, and |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10137
diff
changeset
|
1907 |
mathematics-style proof in Isabelle/Isar; by Markus Wenzel; |
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
wenzelm
parents:
10137
diff
changeset
|
1908 |
|
10003 | 1909 |
* HOL/Prolog: a (bare-bones) implementation of Lambda-Prolog, by David |
1910 |
von Oheimb; |
|
9542 | 1911 |
|
10164
c240747082aa
* HOL/IMPP: extension of IMP with local variables and mutually
wenzelm
parents:
10157
diff
changeset
|
1912 |
* HOL/IMPP: extension of IMP with local variables and mutually |
c240747082aa
* HOL/IMPP: extension of IMP with local variables and mutually
wenzelm
parents:
10157
diff
changeset
|
1913 |
recursive procedures, by David von Oheimb; |
c240747082aa
* HOL/IMPP: extension of IMP with local variables and mutually
wenzelm
parents:
10157
diff
changeset
|
1914 |
|
10003 | 1915 |
* HOL/Lambda: converted into new-style theory and document; |
9542 | 1916 |
|
10003 | 1917 |
* HOL/ex/Multiquote: example of multiple nested quotations and |
1918 |
anti-quotations -- basically a generalized version of de-Bruijn |
|
1919 |
representation; very useful in avoiding lifting of operations; |
|
8848 | 1920 |
|
9612 | 1921 |
* HOL/record: added general record equality rule to simpset; fixed |
1922 |
select-update simplification procedure to handle extended records as |
|
1923 |
well; admit "r" as field name; |
|
9542 | 1924 |
|
8967 | 1925 |
* HOL: 0 is now overloaded over the new sort "zero", allowing its use with |
1926 |
other numeric types and also as the identity of groups, rings, etc.; |
|
1927 |
||
1928 |
* HOL: new axclass plus_ac0 for addition with the AC-laws and 0 as identity. |
|
1929 |
Types nat and int belong to this axclass; |
|
1930 |
||
10003 | 1931 |
* HOL: greatly improved simplification involving numerals of type nat, int, real: |
8788 | 1932 |
(i + #8 + j) = Suc k simplifies to #7 + (i + j) = k |
8832 | 1933 |
i*j + k + j*#3*i simplifies to #4*(i*j) + k |
1934 |
two terms #m*u and #n*u are replaced by #(m+n)*u |
|
1935 |
(where #m, #n and u can implicitly be 1; this is simproc combine_numerals) |
|
1936 |
and the term/formula #m*u+x ~~ #n*u+y simplifies simplifies to #(m-n)+x ~~ y |
|
1937 |
or x ~~ #(n-m)+y, where ~~ is one of = < <= or - (simproc cancel_numerals); |
|
8736 | 1938 |
|
10003 | 1939 |
* HOL: meson_tac is available (previously in ex/meson.ML); it is a |
1940 |
powerful prover for predicate logic but knows nothing of clasets; see |
|
1941 |
ex/mesontest.ML and ex/mesontest2.ML for example applications; |
|
9835 | 1942 |
|
8848 | 1943 |
* HOL: new version of "case_tac" subsumes both boolean case split and |
8440
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
wenzelm
parents:
8425
diff
changeset
|
1944 |
"exhaust_tac" on datatypes; INCOMPATIBILITY: exhaust_tac no longer |
8518 | 1945 |
exists, may define val exhaust_tac = case_tac for ad-hoc portability; |
8440
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
wenzelm
parents:
8425
diff
changeset
|
1946 |
|
8848 | 1947 |
* HOL: simplification no longer dives into case-expressions: only the |
10129 | 1948 |
selector expression is simplified, but not the remaining arms; to |
1949 |
enable full simplification of case-expressions for datatype t, you may |
|
1950 |
remove t.weak_case_cong from the simpset, either globally (Delcongs |
|
1951 |
[thm"t.weak_case_cong"];) or locally (delcongs [...]). |
|
8603 | 1952 |
|
8848 | 1953 |
* HOL/recdef: the recursion equations generated by 'recdef' for |
1954 |
function 'f' are now called f.simps instead of f.rules; if all |
|
1955 |
termination conditions are proved automatically, these simplification |
|
1956 |
rules are added to the simpset, as in primrec; rules may be named |
|
1957 |
individually as well, resulting in a separate list of theorems for |
|
1958 |
each equation; |
|
1959 |
||
9489
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
wenzelm
parents:
9457
diff
changeset
|
1960 |
* HOL/While is a new theory that provides a while-combinator. It |
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
wenzelm
parents:
9457
diff
changeset
|
1961 |
permits the definition of tail-recursive functions without the |
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
wenzelm
parents:
9457
diff
changeset
|
1962 |
provision of a termination measure. The latter is necessary once the |
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
wenzelm
parents:
9457
diff
changeset
|
1963 |
invariant proof rule for while is applied. |
9457 | 1964 |
|
10003 | 1965 |
* HOL: new (overloaded) notation for the set of elements below/above |
1966 |
some element: {..u}, {..u(}, {l..}, {)l..}. See theory SetInterval. |
|
8925 | 1967 |
|
8848 | 1968 |
* HOL: theorems impI, allI, ballI bound as "strip"; |
1969 |
||
10003 | 1970 |
* HOL: new tactic induct_thm_tac: thm -> string -> int -> tactic |
9746 | 1971 |
induct_tac th "x1 ... xn" expects th to have a conclusion of the form |
1972 |
P v1 ... vn and abbreviates res_inst_tac [("v1","x1"),...,("vn","xn")] th; |
|
1973 |
||
10003 | 1974 |
* HOL/Real: "rabs" replaced by overloaded "abs" function; |
9737 | 1975 |
|
10003 | 1976 |
* HOL: theory Sexp now in HOL/Induct examples (it used to be part of |
1977 |
main HOL, but was unused); |
|
8626 | 1978 |
|
10003 | 1979 |
* HOL: fewer consts declared as global (e.g. have to refer to |
1980 |
"Lfp.lfp" instead of "lfp" internally; affects ML packages only); |
|
8887
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
wenzelm
parents:
8848
diff
changeset
|
1981 |
|
10003 | 1982 |
* HOL: tuned AST representation of nested pairs, avoiding bogus output |
1983 |
in case of overlap with user translations (e.g. judgements over |
|
1984 |
tuples); (note that the underlying logical represenation is still |
|
1985 |
bogus); |
|
9349
d43669fb423d
* tuned AST representation of nested pairs, avoiding bogus output in
wenzelm
parents:
9335
diff
changeset
|
1986 |
|
8412 | 1987 |
|
9542 | 1988 |
*** ZF *** |
1989 |
||
10003 | 1990 |
* ZF: simplification automatically cancels common terms in arithmetic |
1991 |
expressions over nat and int; |
|
9542 | 1992 |
|
10003 | 1993 |
* ZF: new treatment of nat to minimize type-checking: all operators |
1994 |
coerce their operands to a natural number using the function natify, |
|
1995 |
making the algebraic laws unconditional; |
|
9542 | 1996 |
|
10003 | 1997 |
* ZF: as above, for int: operators coerce their operands to an integer |
1998 |
using the function intify; |
|
9542 | 1999 |
|
10003 | 2000 |
* ZF: the integer library now contains many of the usual laws for the |
2001 |
orderings, including $<=, and monotonicity laws for $+ and $*; |
|
9542 | 2002 |
|
10003 | 2003 |
* ZF: new example ZF/ex/NatSum to demonstrate integer arithmetic |
2004 |
simplification; |
|
9388 | 2005 |
|
10003 | 2006 |
* FOL and ZF: AddIffs now available, giving theorems of the form P<->Q |
2007 |
to the simplifier and classical reasoner simultaneously; |
|
9388 | 2008 |
|
2009 |
||
8358
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
2010 |
*** General *** |
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
2011 |
|
10003 | 2012 |
* Provers: blast_tac now handles actual object-logic rules as |
2013 |
assumptions; note that auto_tac uses blast_tac internally as well; |
|
2014 |
||
2015 |
* Provers: new functions rulify/rulify_no_asm: thm -> thm for turning |
|
2016 |
outer -->/All/Ball into ==>/!!; qed_spec_mp now uses rulify_no_asm; |
|
2017 |
||
9941
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
wenzelm
parents:
9937
diff
changeset
|
2018 |
* Provers: delrules now handles destruct rules as well (no longer need |
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
wenzelm
parents:
9937
diff
changeset
|
2019 |
explicit make_elim); |
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
wenzelm
parents:
9937
diff
changeset
|
2020 |
|
10003 | 2021 |
* Provers: Blast_tac now warns of and ignores "weak elimination rules" e.g. |
2022 |
[| inj ?f; ?f ?x = ?f ?y; ?x = ?y ==> ?W |] ==> ?W |
|
2023 |
use instead the strong form, |
|
2024 |
[| inj ?f; ~ ?W ==> ?f ?x = ?f ?y; ?x = ?y ==> ?W |] ==> ?W |
|
2025 |
in HOL, FOL and ZF the function cla_make_elim will create such rules |
|
2026 |
from destruct-rules; |
|
9489
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
wenzelm
parents:
9457
diff
changeset
|
2027 |
|
9709
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
wenzelm
parents:
9701
diff
changeset
|
2028 |
* Provers: Simplifier.easy_setup provides a fast path to basic |
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
wenzelm
parents:
9701
diff
changeset
|
2029 |
Simplifier setup for new object-logics; |
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
wenzelm
parents:
9701
diff
changeset
|
2030 |
|
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
wenzelm
parents:
9701
diff
changeset
|
2031 |
* Pure: AST translation rules no longer require constant head on LHS; |
9349
d43669fb423d
* tuned AST representation of nested pairs, avoiding bogus output in
wenzelm
parents:
9335
diff
changeset
|
2032 |
|
9709
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
wenzelm
parents:
9701
diff
changeset
|
2033 |
* Pure: improved name spaces: ambiguous output is qualified; support |
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
wenzelm
parents:
9701
diff
changeset
|
2034 |
for hiding of names; |
8729
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
wenzelm
parents:
8705
diff
changeset
|
2035 |
|
10003 | 2036 |
* system: smart setup of canonical ML_HOME, ISABELLE_INTERFACE, and |
2037 |
XSYMBOL_HOME; no longer need to do manual configuration in most |
|
2038 |
situations; |
|
2039 |
||
9709
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
wenzelm
parents:
9701
diff
changeset
|
2040 |
* system: compression of ML heaps images may now be controlled via -c |
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
wenzelm
parents:
9701
diff
changeset
|
2041 |
option of isabelle and isatool usedir (currently only observed by |
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
wenzelm
parents:
9701
diff
changeset
|
2042 |
Poly/ML); |
8358
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
2043 |
|
9981
01a0c4772c18
system: isatool installfonts may handle X-Symbol fonts as well;
wenzelm
parents:
9971
diff
changeset
|
2044 |
* system: isatool installfonts may handle X-Symbol fonts as well (very |
01a0c4772c18
system: isatool installfonts may handle X-Symbol fonts as well;
wenzelm
parents:
9971
diff
changeset
|
2045 |
useful for remote X11); |
01a0c4772c18
system: isatool installfonts may handle X-Symbol fonts as well;
wenzelm
parents:
9971
diff
changeset
|
2046 |
|
9709
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
wenzelm
parents:
9701
diff
changeset
|
2047 |
* system: provide TAGS file for Isabelle sources; |
9052 | 2048 |
|
9288
06a55195741b
infix 'OF' is a version of 'MRS' with more appropriate argument order;
wenzelm
parents:
9239
diff
changeset
|
2049 |
* ML: infix 'OF' is a version of 'MRS' with more appropriate argument |
06a55195741b
infix 'OF' is a version of 'MRS' with more appropriate argument order;
wenzelm
parents:
9239
diff
changeset
|
2050 |
order; |
06a55195741b
infix 'OF' is a version of 'MRS' with more appropriate argument order;
wenzelm
parents:
9239
diff
changeset
|
2051 |
|
8994
803533fbb3ec
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
wenzelm
parents:
8991
diff
changeset
|
2052 |
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global |
803533fbb3ec
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
wenzelm
parents:
8991
diff
changeset
|
2053 |
timing flag supersedes proof_timing and Toplevel.trace; |
803533fbb3ec
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
wenzelm
parents:
8991
diff
changeset
|
2054 |
|
10003 | 2055 |
* ML: new combinators |>> and |>>> for incremental transformations |
2056 |
with secondary results (e.g. certain theory extensions): |
|
2057 |
||
9330
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
wenzelm
parents:
9288
diff
changeset
|
2058 |
* ML: PureThy.add_defs gets additional argument to indicate potential |
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
wenzelm
parents:
9288
diff
changeset
|
2059 |
overloading (usually false); |
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
wenzelm
parents:
9288
diff
changeset
|
2060 |
|
10003 | 2061 |
* ML: PureThy.add_thms/add_axioms/add_defs now return theorems as |
2062 |
results; |
|
8440
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
wenzelm
parents:
8425
diff
changeset
|
2063 |
|
8358
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
wenzelm
parents:
8283
diff
changeset
|
2064 |
|
8015 | 2065 |
|
7986 | 2066 |
New in Isabelle99 (October 1999) |
2067 |
-------------------------------- |
|
4649 | 2068 |
|
5931 | 2069 |
*** Overview of INCOMPATIBILITIES (see below for more details) *** |
2070 |
||
6922 | 2071 |
* HOL: The THEN and ELSE parts of conditional expressions (if P then x else y) |
2072 |
are no longer simplified. (This allows the simplifier to unfold recursive |
|
2073 |
functional programs.) To restore the old behaviour, declare |
|
7215 | 2074 |
|
2075 |
Delcongs [if_weak_cong]; |
|
6922 | 2076 |
|
6269 | 2077 |
* HOL: Removed the obsolete syntax "Compl A"; use -A for set |
2078 |
complement; |
|
5931 | 2079 |
|
6269 | 2080 |
* HOL: the predicate "inj" is now defined by translation to "inj_on"; |
6174 | 2081 |
|
7847 | 2082 |
* HOL/datatype: mutual_induct_tac no longer exists -- |
2083 |
use induct_tac "x_1 ... x_n" instead of mutual_induct_tac ["x_1", ..., "x_n"] |
|
2084 |
||
6386
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
wenzelm
parents:
6343
diff
changeset
|
2085 |
* HOL/typedef: fixed type inference for representing set; type |
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
wenzelm
parents:
6343
diff
changeset
|
2086 |
arguments now have to occur explicitly on the rhs as type constraints; |
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
wenzelm
parents:
6343
diff
changeset
|
2087 |
|
6269 | 2088 |
* ZF: The con_defs part of an inductive definition may no longer refer |
2089 |
to constants declared in the same theory; |
|
6057 | 2090 |
|
6269 | 2091 |
* HOL, ZF: the function mk_cases, generated by the inductive |
2092 |
definition package, has lost an argument. To simplify its result, it |
|
2093 |
uses the default simpset instead of a supplied list of theorems. |
|
6141 | 2094 |
|
7215 | 2095 |
* HOL/List: the constructors of type list are now Nil and Cons; |
2096 |
||
7619 | 2097 |
* Simplifier: the type of the infix ML functions |
8729
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
wenzelm
parents:
8705
diff
changeset
|
2098 |
setSSolver addSSolver setSolver addSolver |
7619 | 2099 |
is now simpset * solver -> simpset where `solver' is a new abstract type |
2100 |
for packaging solvers. A solver is created via |
|
8729
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
wenzelm
parents:
8705
diff
changeset
|
2101 |
mk_solver: string -> (thm list -> int -> tactic) -> solver |
7619 | 2102 |
where the string argument is only a comment. |
6057 | 2103 |
|
7647
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
wenzelm
parents:
7619
diff
changeset
|
2104 |
|
6069 | 2105 |
*** Proof tools *** |
2106 |
||
6343 | 2107 |
* Provers/Arith/fast_lin_arith.ML contains a functor for creating a |
2108 |
decision procedure for linear arithmetic. Currently it is used for |
|
7593 | 2109 |
types `nat', `int', and `real' in HOL (see below); it can, should and |
2110 |
will be instantiated for other types and logics as well. |
|
6069 | 2111 |
|
7324 | 2112 |
* The simplifier now accepts rewrite rules with flexible heads, eg |
2113 |
hom ?f ==> ?f(?x+?y) = ?f ?x + ?f ?y |
|
2114 |
They are applied like any rule with a non-pattern lhs, i.e. by first-order |
|
2115 |
matching. |
|
6069 | 2116 |
|
7593 | 2117 |
|
6014 | 2118 |
*** General *** |
2119 |
||
7986 | 2120 |
* New Isabelle/Isar subsystem provides an alternative to traditional |
7215 | 2121 |
tactical theorem proving; together with the ProofGeneral/isar user |
2122 |
interface it offers an interactive environment for developing human |
|
2123 |
readable proof documents (Isar == Intelligible semi-automated |
|
7886
8fa551e22e52
the settings environment is now statically scoped;
wenzelm
parents:
7863
diff
changeset
|
2124 |
reasoning); for further information see isatool doc isar-ref, |
7986 | 2125 |
src/HOL/Isar_examples and http://isabelle.in.tum.de/Isar/ |
7886
8fa551e22e52
the settings environment is now statically scoped;
wenzelm
parents:
7863
diff
changeset
|
2126 |
|
9612 | 2127 |
* improved and simplified presentation of theories: better HTML markup |
2128 |
(including colors), graph views in several sizes; isatool usedir now |
|
2129 |
provides a proper interface for user theories (via -P option); actual |
|
2130 |
document preparation based on (PDF)LaTeX is available as well (for |
|
2131 |
new-style theories only); see isatool doc system for more information; |
|
7215 | 2132 |
|
7252 | 2133 |
* native support for Proof General, both for classic Isabelle and |
7986 | 2134 |
Isabelle/Isar; |
7215 | 2135 |
|
7791 | 2136 |
* ML function thm_deps visualizes dependencies of theorems and lemmas, |
2137 |
using the graph browser tool; |
|
2138 |
||
6751 | 2139 |
* Isabelle manuals now also available as PDF; |
2140 |
||
6449 | 2141 |
* theory loader rewritten from scratch (may not be fully |
2142 |
bug-compatible); old loadpath variable has been replaced by show_path, |
|
6671 | 2143 |
add_path, del_path, reset_path functions; new operations such as |
7593 | 2144 |
update_thy, touch_thy, remove_thy, use/update_thy_only (see also |
2145 |
isatool doc ref); |
|
6449 | 2146 |
|
7215 | 2147 |
* improved isatool install: option -k creates KDE application icon, |
2148 |
option -p DIR installs standalone binaries; |
|
2149 |
||
2150 |
* added ML_PLATFORM setting (useful for cross-platform installations); |
|
2151 |
more robust handling of platform specific ML images for SML/NJ; |
|
2152 |
||
7886
8fa551e22e52
the settings environment is now statically scoped;
wenzelm
parents:
7863
diff
changeset
|
2153 |
* the settings environment is now statically scoped, i.e. it is never |
7986 | 2154 |
created again in sub-processes invoked from isabelle, isatool, or |
7886
8fa551e22e52
the settings environment is now statically scoped;
wenzelm
parents:
7863
diff
changeset
|
2155 |
Isabelle; |
8fa551e22e52
the settings environment is now statically scoped;
wenzelm
parents:
7863
diff
changeset
|
2156 |
|
7215 | 2157 |
* path element specification '~~' refers to '$ISABELLE_HOME'; |
2158 |
||
6343 | 2159 |
* in locales, the "assumes" and "defines" parts may be omitted if |
2160 |
empty; |
|
5973 | 2161 |
|
6269 | 2162 |
* new print_mode "xsymbols" for extended symbol support (e.g. genuine |
2163 |
long arrows); |
|
6259
488bdc1bd11a
path element specification '~~' refers to '$ISABELLE_HOME';
wenzelm
parents:
6174
diff
changeset
|
2164 |
|
6343 | 2165 |
* new print_mode "HTML"; |
2166 |
||
2167 |
* new flag show_tags controls display of tags of theorems (which are |
|
2168 |
basically just comments that may be attached by some tools); |
|
2169 |
||
6461 | 2170 |
* Isamode 2.6 requires patch to accomodate change of Isabelle font |
2171 |
mode and goal output format: |
|
2172 |
||
2173 |
diff -r Isamode-2.6/elisp/isa-load.el Isamode/elisp/isa-load.el |
|
2174 |
244c244 |
|
2175 |
< (list (isa-getenv "ISABELLE") "-msymbols" logic-name) |
|
2176 |
--- |
|
6533 | 2177 |
> (list (isa-getenv "ISABELLE") "-misabelle_font" "-msymbols" logic-name) |
6461 | 2178 |
diff -r Isabelle-2.6/elisp/isa-proofstate.el Isamode/elisp/isa-proofstate.el |
2179 |
181c181 |
|
2180 |
< (defconst proofstate-proofstart-regexp "^Level [0-9]+$" |
|
2181 |
--- |
|
2182 |
> (defconst proofstate-proofstart-regexp "^Level [0-9]+" |
|
2183 |
||
7450 | 2184 |
* function bind_thms stores lists of theorems (cf. bind_thm); |
2185 |
||
7593 | 2186 |
* new shorthand tactics ftac, eatac, datac, fatac; |
2187 |
||
2188 |
* qed (and friends) now accept "" as result name; in that case the |
|
7986 | 2189 |
theorem is not stored, but proper checks and presentation of the |
2190 |
result still apply; |
|
7593 | 2191 |
|
7805
0ae9ddc36fe0
theorem database now also indexes constants "Trueprop", "all",
wenzelm
parents:
7791
diff
changeset
|
2192 |
* theorem database now also indexes constants "Trueprop", "all", |
0ae9ddc36fe0
theorem database now also indexes constants "Trueprop", "all",
wenzelm
parents:
7791
diff
changeset
|
2193 |
"==>", "=="; thus thms_containing, findI etc. may retrieve more rules; |
0ae9ddc36fe0
theorem database now also indexes constants "Trueprop", "all",
wenzelm
parents:
7791
diff
changeset
|
2194 |
|
6028 | 2195 |
|
6057 | 2196 |
*** HOL *** |
2197 |
||
7215 | 2198 |
** HOL arithmetic ** |
2199 |
||
6343 | 2200 |
* There are now decision procedures for linear arithmetic over nat and |
2201 |
int: |
|
6131 | 2202 |
|
6343 | 2203 |
1. arith_tac copes with arbitrary formulae involving `=', `<', `<=', |
2204 |
`+', `-', `Suc', `min', `max' and numerical constants; other subterms |
|
2205 |
are treated as atomic; subformulae not involving type `nat' or `int' |
|
2206 |
are ignored; quantified subformulae are ignored unless they are |
|
2207 |
positive universal or negative existential. The tactic has to be |
|
2208 |
invoked by hand and can be a little bit slow. In particular, the |
|
2209 |
running time is exponential in the number of occurrences of `min' and |
|
2210 |
`max', and `-' on `nat'. |
|
6131 | 2211 |
|
6343 | 2212 |
2. fast_arith_tac is a cut-down version of arith_tac: it only takes |
2213 |
(negated) (in)equalities among the premises and the conclusion into |
|
2214 |
account (i.e. no compound formulae) and does not know about `min' and |
|
2215 |
`max', and `-' on `nat'. It is fast and is used automatically by the |
|
2216 |
simplifier. |
|
6131 | 2217 |
|
6343 | 2218 |
NB: At the moment, these decision procedures do not cope with mixed |
2219 |
nat/int formulae where the two parts interact, such as `m < n ==> |
|
2220 |
int(m) < int(n)'. |
|
6028 | 2221 |
|
7215 | 2222 |
* HOL/Numeral provides a generic theory of numerals (encoded |
7313 | 2223 |
efficiently as bit strings); setup for types nat/int/real is in place; |
7215 | 2224 |
INCOMPATIBILITY: since numeral syntax is now polymorphic, rather than |
2225 |
int, existing theories and proof scripts may require a few additional |
|
2226 |
type constraints; |
|
2227 |
||
2228 |
* integer division and remainder can now be performed on constant |
|
2229 |
arguments; |
|
7157 | 2230 |
|
7215 | 2231 |
* many properties of integer multiplication, division and remainder |
2232 |
are now available; |
|
6922 | 2233 |
|
7287 | 2234 |
* An interface to the Stanford Validity Checker (SVC) is available through the |
2235 |
tactic svc_tac. Propositional tautologies and theorems of linear arithmetic |
|
2236 |
are proved automatically. SVC must be installed separately, and its results |
|
2237 |
must be TAKEN ON TRUST (Isabelle does not check the proofs, but tags any |
|
2238 |
invocation of the underlying oracle). For SVC see |
|
7444 | 2239 |
http://verify.stanford.edu/SVC |
6922 | 2240 |
|
7125 | 2241 |
* IsaMakefile: the HOL-Real target now builds an actual image; |
2242 |
||
7215 | 2243 |
|
2244 |
** HOL misc ** |
|
2245 |
||
7595
5f5d575ddac3
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces
wenzelm
parents:
7593
diff
changeset
|
2246 |
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces |
5f5d575ddac3
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces
wenzelm
parents:
7593
diff
changeset
|
2247 |
(in Isabelle/Isar) -- by Gertrud Bauer; |
5f5d575ddac3
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces
wenzelm
parents:
7593
diff
changeset
|
2248 |
|
7691 | 2249 |
* HOL/BCV: generic model of bytecode verification, i.e. data-flow |
2250 |
analysis for assembly languages with subtypes; |
|
2251 |
||
6278 | 2252 |
* HOL/TLA (Lamport's Temporal Logic of Actions): major reorganization |
2253 |
-- avoids syntactic ambiguities and treats state, transition, and |
|
2254 |
temporal levels more uniformly; introduces INCOMPATIBILITIES due to |
|
2255 |
changed syntax and (many) tactics; |
|
2256 |
||
7791 | 2257 |
* HOL/inductive: Now also handles more general introduction rules such |
2258 |
as "ALL y. (y, x) : r --> y : acc r ==> x : acc r"; monotonicity |
|
2259 |
theorems are now maintained within the theory (maintained via the |
|
2260 |
"mono" attribute); |
|
7780
099742c562aa
Documented changes to HOL/inductive and function thm_deps.
berghofe
parents:
7691
diff
changeset
|
2261 |
|
7238
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2262 |
* HOL/datatype: Now also handles arbitrarily branching datatypes |
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2263 |
(using function types) such as |
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2264 |
|
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2265 |
datatype 'a tree = Atom 'a | Branch "nat => 'a tree" |
7047
d103b875ef1d
Datatype package now handles arbitrarily branching datatypes.
berghofe
parents:
6925
diff
changeset
|
2266 |
|
7326 | 2267 |
* HOL/record: record_simproc (part of the default simpset) takes care |
2268 |
of selectors applied to updated records; record_split_tac is no longer |
|
7327 | 2269 |
part of the default claset; update_defs may now be removed from the |
2270 |
simpset in many cases; COMPATIBILITY: old behavior achieved by |
|
7326 | 2271 |
|
2272 |
claset_ref () := claset() addSWrapper record_split_wrapper; |
|
2273 |
Delsimprocs [record_simproc] |
|
2274 |
||
6386
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
wenzelm
parents:
6343
diff
changeset
|
2275 |
* HOL/typedef: fixed type inference for representing set; type |
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
wenzelm
parents:
6343
diff
changeset
|
2276 |
arguments now have to occur explicitly on the rhs as type constraints; |
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
wenzelm
parents:
6343
diff
changeset
|
2277 |
|
7287 | 2278 |
* HOL/recdef (TFL): 'congs' syntax now expects comma separated list of theorem |
2279 |
names rather than an ML expression; |
|
2280 |
||
2281 |
* HOL/defer_recdef (TFL): like recdef but the well-founded relation can be |
|
2282 |
supplied later. Program schemes can be defined, such as |
|
2283 |
"While B C s = (if B s then While B C (C s) else s)" |
|
2284 |
where the well-founded relation can be chosen after B and C have been given. |
|
6563 | 2285 |
|
7215 | 2286 |
* HOL/List: the constructors of type list are now Nil and Cons; |
2287 |
INCOMPATIBILITY: while [] and infix # syntax is still there, of |
|
2288 |
course, ML tools referring to List.list.op # etc. have to be adapted; |
|
2289 |
||
7238
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2290 |
* HOL_quantifiers flag superseded by "HOL" print mode, which is |
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2291 |
disabled by default; run isabelle with option -m HOL to get back to |
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2292 |
the original Gordon/HOL-style output; |
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2293 |
|
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2294 |
* HOL/Ord.thy: new bounded quantifier syntax (input only): ALL x<y. P, |
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2295 |
ALL x<=y. P, EX x<y. P, EX x<=y. P; |
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2296 |
|
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2297 |
* HOL basic syntax simplified (more orthogonal): all variants of |
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2298 |
All/Ex now support plain / symbolic / HOL notation; plain syntax for |
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2299 |
Eps operator is provided as well: "SOME x. P[x]"; |
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
wenzelm
parents:
7216
diff
changeset
|
2300 |
|
7320 | 2301 |
* HOL/Sum.thy: sum_case has been moved to HOL/Datatype; |
7261 | 2302 |
|
7280 | 2303 |
* HOL/Univ.thy: infix syntax <*>, <+>, <**>, <+> eliminated and made |
2304 |
thus available for user theories; |
|
2305 |
||
7300
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
wenzelm
parents:
7287
diff
changeset
|
2306 |
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with |
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
wenzelm
parents:
7287
diff
changeset
|
2307 |
HOL/List; hardly an INCOMPATIBILITY since '>>' syntax is used all the |
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
wenzelm
parents:
7287
diff
changeset
|
2308 |
time; |
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
wenzelm
parents:
7287
diff
changeset
|
2309 |
|
7986 | 2310 |
* HOL: new tactic smp_tac: int -> int -> tactic, which applies spec |
2311 |
several times and then mp; |
|
7492 | 2312 |
|
7215 | 2313 |
|
7113 | 2314 |
*** LK *** |
2315 |
||
7215 | 2316 |
* the notation <<...>> is now available as a notation for sequences of |
2317 |
formulas; |
|
7113 | 2318 |
|
2319 |
* the simplifier is now installed |
|
2320 |
||
8729
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
wenzelm
parents:
8705
diff
changeset
|
2321 |
* the axiom system has been generalized (thanks to Soren Heilmann) |
7113 | 2322 |
|
2323 |
* the classical reasoner now has a default rule database |
|
2324 |
||
2325 |
||
6064 | 2326 |
*** ZF *** |
2327 |
||
2328 |
* new primrec section allows primitive recursive functions to be given |
|
6269 | 2329 |
directly (as in HOL) over datatypes and the natural numbers; |
6064 | 2330 |
|
6269 | 2331 |
* new tactics induct_tac and exhaust_tac for induction (or case |
2332 |
analysis) over datatypes and the natural numbers; |
|
6064 | 2333 |
|
2334 |
* the datatype declaration of type T now defines the recursor T_rec; |
|
2335 |
||
6141 | 2336 |
* simplification automatically does freeness reasoning for datatype |
6269 | 2337 |
constructors; |
6141 | 2338 |
|
6269 | 2339 |
* automatic type-inference, with AddTCs command to insert new |
2340 |
type-checking rules; |
|
6155 | 2341 |
|
6269 | 2342 |
* datatype introduction rules are now added as Safe Introduction rules |
2343 |
to the claset; |
|
6155 | 2344 |
|
6269 | 2345 |
* the syntax "if P then x else y" is now available in addition to |
2346 |
if(P,x,y); |
|
2347 |
||
6069 | 2348 |
|
6343 | 2349 |
*** Internal programming interfaces *** |
2350 |
||
7919
35c18affc1d8
tuned simplifier trace output; new flag debug_simp
wenzelm
parents:
7886
diff
changeset
|
2351 |
* tuned simplifier trace output; new flag debug_simp; |
35c18affc1d8
tuned simplifier trace output; new flag debug_simp
wenzelm
parents:
7886
diff
changeset
|
2352 |
|
7420
cba45c114f3b
structures Vartab / Termtab (instances of TableFun);
wenzelm
parents:
7327
diff
changeset
|
2353 |
* structures Vartab / Termtab (instances of TableFun) offer efficient |
cba45c114f3b
structures Vartab / Termtab (instances of TableFun);
wenzelm
parents:
7327
diff
changeset
|
2354 |
tables indexed by indexname_ord / term_ord (compatible with aconv); |
cba45c114f3b
structures Vartab / Termtab (instances of TableFun);
wenzelm
parents:
7327
diff
changeset
|
2355 |
|
6386
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
wenzelm
parents:
6343
diff
changeset
|
2356 |
* AxClass.axclass_tac lost the theory argument; |
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
wenzelm
parents:
6343
diff
changeset
|
2357 |
|
6343 | 2358 |
* tuned current_goals_markers semantics: begin / end goal avoids |
2359 |
printing empty lines; |
|
2360 |
||
2361 |
* removed prs and prs_fn hook, which was broken because it did not |
|
2362 |
include \n in its semantics, forcing writeln to add one |
|
2363 |
uncoditionally; replaced prs_fn by writeln_fn; consider std_output: |
|
2364 |
string -> unit if you really want to output text without newline; |
|
2365 |
||
2366 |
* Symbol.output subject to print mode; INCOMPATIBILITY: defaults to |
|
2367 |
plain output, interface builders may have to enable 'isabelle_font' |
|
2368 |
mode to get Isabelle font glyphs as before; |
|
2369 |
||
2370 |
* refined token_translation interface; INCOMPATIBILITY: output length |
|
2371 |
now of type real instead of int; |
|
2372 |
||
7196 | 2373 |
* theory loader actions may be traced via new ThyInfo.add_hook |
2374 |
interface (see src/Pure/Thy/thy_info.ML); example application: keep |
|
2375 |
your own database of information attached to *whole* theories -- as |
|
2376 |
opposed to intra-theory data slots offered via TheoryDataFun; |
|
2377 |
||
7647
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
wenzelm
parents:
7619
diff
changeset
|
2378 |
* proper handling of dangling sort hypotheses (at last!); |
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
wenzelm
parents:
7619
diff
changeset
|
2379 |
Thm.strip_shyps and Drule.strip_shyps_warning take care of removing |
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
wenzelm
parents:
7619
diff
changeset
|
2380 |
extra sort hypotheses that can be witnessed from the type signature; |
7986 | 2381 |
the force_strip_shyps flag is gone, any remaining shyps are simply |
2382 |
left in the theorem (with a warning issued by strip_shyps_warning); |
|
7647
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
wenzelm
parents:
7619
diff
changeset
|
2383 |
|
6343 | 2384 |
|
6064 | 2385 |
|
5781 | 2386 |
New in Isabelle98-1 (October 1998) |
2387 |
---------------------------------- |
|
2388 |
||
5127 | 2389 |
*** Overview of INCOMPATIBILITIES (see below for more details) *** |
4842 | 2390 |
|
5726 | 2391 |
* several changes of automated proof tools; |
5373 | 2392 |
|
5726 | 2393 |
* HOL: major changes to the inductive and datatype packages, including |
2394 |
some minor incompatibilities of theory syntax; |
|
5214 | 2395 |
|
5726 | 2396 |
* HOL: renamed r^-1 to 'converse' from 'inverse'; 'inj_onto' is now |
5217 | 2397 |
called `inj_on'; |
5160 | 2398 |
|
5275 | 2399 |
* HOL: removed duplicate thms in Arith: |
2400 |
less_imp_add_less should be replaced by trans_less_add1 |
|
2401 |
le_imp_add_le should be replaced by trans_le_add1 |
|
5160 | 2402 |
|
5726 | 2403 |
* HOL: unary minus is now overloaded (new type constraints may be |
2404 |
required); |
|
5490 | 2405 |
|
5726 | 2406 |
* HOL and ZF: unary minus for integers is now #- instead of #~. In |
2407 |
ZF, expressions such as n#-1 must be changed to n#- 1, since #-1 is |
|
2408 |
now taken as an integer constant. |
|
5541 | 2409 |
|
5726 | 2410 |
* Pure: ML function 'theory_of' renamed to 'theory'; |
5397
034ed25535b9
* Pure: ML function 'theory_of' replaced by 'theory';
wenzelm
parents:
5373
diff
changeset
|
2411 |
|
5363 | 2412 |
|
5127 | 2413 |
*** Proof tools *** |
4880 | 2414 |
|
5657
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
2415 |
* Simplifier: |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
2416 |
1. Asm_full_simp_tac is now more aggressive. |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
2417 |
1. It will sometimes reorient premises if that increases their power to |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
2418 |
simplify. |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
2419 |
2. It does no longer proceed strictly from left to right but may also |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
2420 |
rotate premises to achieve further simplification. |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
2421 |
For compatibility reasons there is now Asm_lr_simp_tac which is like the |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
2422 |
old Asm_full_simp_tac in that it does not rotate premises. |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
2423 |
2. The simplifier now knows a little bit about nat-arithmetic. |
4880 | 2424 |
|
5127 | 2425 |
* Classical reasoner: wrapper mechanism for the classical reasoner now |
2426 |
allows for selected deletion of wrappers, by introduction of names for |
|
2427 |
wrapper functionals. This implies that addbefore, addSbefore, |
|
2428 |
addaltern, and addSaltern now take a pair (name, tactic) as argument, |
|
2429 |
and that adding two tactics with the same name overwrites the first |
|
2430 |
one (emitting a warning). |
|
4824 | 2431 |
type wrapper = (int -> tactic) -> (int -> tactic) |
4649 | 2432 |
setWrapper, setSWrapper, compWrapper and compSWrapper are replaced by |
4824 | 2433 |
addWrapper, addSWrapper: claset * (string * wrapper) -> claset |
2434 |
delWrapper, delSWrapper: claset * string -> claset |
|
4649 | 2435 |
getWrapper is renamed to appWrappers, getSWrapper to appSWrappers; |
2436 |
||
5705
56f2030c46c6
tuned (all proofs are INSTABLE by David's definition of instability);
wenzelm
parents:
5671
diff
changeset
|
2437 |
* Classical reasoner: addbefore/addSbefore now have APPEND/ORELSE |
5726 | 2438 |
semantics; addbefore now affects only the unsafe part of step_tac |
2439 |
etc.; this affects addss/auto_tac/force_tac, so EXISTING PROOFS MAY |
|
2440 |
FAIL, but proofs should be fixable easily, e.g. by replacing Auto_tac |
|
2441 |
by Force_tac; |
|
5524 | 2442 |
|
5726 | 2443 |
* Classical reasoner: setwrapper to setWrapper and compwrapper to |
2444 |
compWrapper; added safe wrapper (and access functions for it); |
|
5524 | 2445 |
|
5127 | 2446 |
* HOL/split_all_tac is now much faster and fails if there is nothing |
5726 | 2447 |
to split. Some EXISTING PROOFS MAY REQUIRE ADAPTION because the order |
2448 |
and the names of the automatically generated variables have changed. |
|
2449 |
split_all_tac has moved within claset() from unsafe wrappers to safe |
|
2450 |
wrappers, which means that !!-bound variables are split much more |
|
2451 |
aggressively, and safe_tac and clarify_tac now split such variables. |
|
2452 |
If this splitting is not appropriate, use delSWrapper "split_all_tac". |
|
2453 |
Note: the same holds for record_split_tac, which does the job of |
|
2454 |
split_all_tac for record fields. |
|
5127 | 2455 |
|
5726 | 2456 |
* HOL/Simplifier: Rewrite rules for case distinctions can now be added |
2457 |
permanently to the default simpset using Addsplits just like |
|
2458 |
Addsimps. They can be removed via Delsplits just like |
|
2459 |
Delsimps. Lower-case versions are also available. |
|
5127 | 2460 |
|
5726 | 2461 |
* HOL/Simplifier: The rule split_if is now part of the default |
2462 |
simpset. This means that the simplifier will eliminate all occurrences |
|
2463 |
of if-then-else in the conclusion of a goal. To prevent this, you can |
|
2464 |
either remove split_if completely from the default simpset by |
|
2465 |
`Delsplits [split_if]' or remove it in a specific call of the |
|
2466 |
simplifier using `... delsplits [split_if]'. You can also add/delete |
|
2467 |
other case splitting rules to/from the default simpset: every datatype |
|
2468 |
generates suitable rules `split_t_case' and `split_t_case_asm' (where |
|
2469 |
t is the name of the datatype). |
|
5127 | 2470 |
|
5726 | 2471 |
* Classical reasoner / Simplifier combination: new force_tac (and |
5127 | 2472 |
derivatives Force_tac, force) combines rewriting and classical |
2473 |
reasoning (and whatever other tools) similarly to auto_tac, but is |
|
5726 | 2474 |
aimed to solve the given subgoal completely. |
5127 | 2475 |
|
2476 |
||
2477 |
*** General *** |
|
2478 |
||
5217 | 2479 |
* new top-level commands `Goal' and `Goalw' that improve upon `goal' |
5127 | 2480 |
and `goalw': the theory is no longer needed as an explicit argument - |
2481 |
the current theory context is used; assumptions are no longer returned |
|
2482 |
at the ML-level unless one of them starts with ==> or !!; it is |
|
5217 | 2483 |
recommended to convert to these new commands using isatool fixgoal |
2484 |
(backup your sources first!); |
|
4842 | 2485 |
|
5217 | 2486 |
* new top-level commands 'thm' and 'thms' for retrieving theorems from |
5207 | 2487 |
the current theory context, and 'theory' to lookup stored theories; |
4806 | 2488 |
|
5722 | 2489 |
* new theory section 'locale' for declaring constants, assumptions and |
2490 |
definitions that have local scope; |
|
2491 |
||
5127 | 2492 |
* new theory section 'nonterminals' for purely syntactic types; |
4858 | 2493 |
|
5127 | 2494 |
* new theory section 'setup' for generic ML setup functions |
2495 |
(e.g. package initialization); |
|
4869 | 2496 |
|
5131 | 2497 |
* the distribution now includes Isabelle icons: see |
2498 |
lib/logo/isabelle-{small,tiny}.xpm; |
|
2499 |
||
5363 | 2500 |
* isatool install - install binaries with absolute references to |
2501 |
ISABELLE_HOME/bin; |
|
2502 |
||
5572 | 2503 |
* isatool logo -- create instances of the Isabelle logo (as EPS); |
2504 |
||
5407 | 2505 |
* print mode 'emacs' reserved for Isamode; |
2506 |
||
5726 | 2507 |
* support multiple print (ast) translations per constant name; |
2508 |
||
6925
8d4d45ec6a3d
theorems involving oracles are now printed with a suffixed [!];
wenzelm
parents:
6922
diff
changeset
|
2509 |
* theorems involving oracles are now printed with a suffixed [!]; |
8d4d45ec6a3d
theorems involving oracles are now printed with a suffixed [!];
wenzelm
parents:
6922
diff
changeset
|
2510 |
|
4711 | 2511 |
|
4661 | 2512 |
*** HOL *** |
2513 |
||
5710 | 2514 |
* there is now a tutorial on Isabelle/HOL (do 'isatool doc tutorial'); |
5709 | 2515 |
|
5217 | 2516 |
* HOL/inductive package reorganized and improved: now supports mutual |
5267 | 2517 |
definitions such as |
5217 | 2518 |
|
2519 |
inductive EVEN ODD |
|
2520 |
intrs |
|
2521 |
null "0 : EVEN" |
|
2522 |
oddI "n : EVEN ==> Suc n : ODD" |
|
2523 |
evenI "n : ODD ==> Suc n : EVEN" |
|
2524 |
||
2525 |
new theorem list "elims" contains an elimination rule for each of the |
|
2526 |
recursive sets; inductive definitions now handle disjunctive premises |
|
2527 |
correctly (also ZF); |
|
5214 | 2528 |
|
5217 | 2529 |
INCOMPATIBILITIES: requires Inductive as an ancestor; component |
2530 |
"mutual_induct" no longer exists - the induction rule is always |
|
2531 |
contained in "induct"; |
|
2532 |
||
2533 |
||
2534 |
* HOL/datatype package re-implemented and greatly improved: now |
|
5267 | 2535 |
supports mutually recursive datatypes such as |
5217 | 2536 |
|
2537 |
datatype |
|
2538 |
'a aexp = IF_THEN_ELSE ('a bexp) ('a aexp) ('a aexp) |
|
2539 |
| SUM ('a aexp) ('a aexp) |
|
2540 |
| DIFF ('a aexp) ('a aexp) |
|
2541 |
| NUM 'a |
|
2542 |
and |
|
2543 |
'a bexp = LESS ('a aexp) ('a aexp) |
|
2544 |
| AND ('a bexp) ('a bexp) |
|
2545 |
| OR ('a bexp) ('a bexp) |
|
2546 |
||
5267 | 2547 |
as well as indirectly recursive datatypes such as |
5214 | 2548 |
|
5217 | 2549 |
datatype |
2550 |
('a, 'b) term = Var 'a |
|
2551 |
| App 'b ((('a, 'b) term) list) |
|
5214 | 2552 |
|
5217 | 2553 |
The new tactic mutual_induct_tac [<var_1>, ..., <var_n>] i performs |
2554 |
induction on mutually / indirectly recursive datatypes. |
|
2555 |
||
2556 |
Primrec equations are now stored in theory and can be accessed via |
|
2557 |
<function_name>.simps. |
|
2558 |
||
2559 |
INCOMPATIBILITIES: |
|
5214 | 2560 |
|
5217 | 2561 |
- Theories using datatypes must now have theory Datatype as an |
2562 |
ancestor. |
|
2563 |
- The specific <typename>.induct_tac no longer exists - use the |
|
2564 |
generic induct_tac instead. |
|
5226 | 2565 |
- natE has been renamed to nat.exhaust - use exhaust_tac |
5217 | 2566 |
instead of res_inst_tac ... natE. Note that the variable |
5226 | 2567 |
names in nat.exhaust differ from the names in natE, this |
5217 | 2568 |
may cause some "fragile" proofs to fail. |
2569 |
- The theorems split_<typename>_case and split_<typename>_case_asm |
|
2570 |
have been renamed to <typename>.split and <typename>.split_asm. |
|
2571 |
- Since default sorts of type variables are now handled correctly, |
|
2572 |
some datatype definitions may have to be annotated with explicit |
|
2573 |
sort constraints. |
|
2574 |
- Primrec definitions no longer require function name and type |
|
2575 |
of recursive argument. |
|
5214 | 2576 |
|
5217 | 2577 |
Consider using isatool fixdatatype to adapt your theories and proof |
2578 |
scripts to the new package (backup your sources first!). |
|
2579 |
||
2580 |
||
5726 | 2581 |
* HOL/record package: considerably improved implementation; now |
2582 |
includes concrete syntax for record types, terms, updates; theorems |
|
2583 |
for surjective pairing and splitting !!-bound record variables; proof |
|
2584 |
support is as follows: |
|
2585 |
||
2586 |
1) standard conversions (selectors or updates applied to record |
|
2587 |
constructor terms) are part of the standard simpset; |
|
2588 |
||
2589 |
2) inject equations of the form ((x, y) = (x', y')) == x=x' & y=y' are |
|
2590 |
made part of standard simpset and claset via addIffs; |
|
2591 |
||
2592 |
3) a tactic for record field splitting (record_split_tac) is part of |
|
2593 |
the standard claset (addSWrapper); |
|
2594 |
||
2595 |
To get a better idea about these rules you may retrieve them via |
|
2596 |
something like 'thms "foo.simps"' or 'thms "foo.iffs"', where "foo" is |
|
2597 |
the name of your record type. |
|
2598 |
||
2599 |
The split tactic 3) conceptually simplifies by the following rule: |
|
2600 |
||
2601 |
"(!!x. PROP ?P x) == (!!a b. PROP ?P (a, b))" |
|
2602 |
||
2603 |
Thus any record variable that is bound by meta-all will automatically |
|
2604 |
blow up into some record constructor term, consequently the |
|
2605 |
simplifications of 1), 2) apply. Thus force_tac, auto_tac etc. shall |
|
2606 |
solve record problems automatically. |
|
2607 |
||
5214 | 2608 |
|
5125 | 2609 |
* reorganized the main HOL image: HOL/Integ and String loaded by |
2610 |
default; theory Main includes everything; |
|
2611 |
||
5650 | 2612 |
* automatic simplification of integer sums and comparisons, using cancellation; |
2613 |
||
5526 | 2614 |
* added option_map_eq_Some and not_Some_eq to the default simpset and claset; |
5127 | 2615 |
|
2616 |
* added disj_not1 = "(~P | Q) = (P --> Q)" to the default simpset; |
|
2617 |
||
2618 |
* many new identities for unions, intersections, set difference, etc.; |
|
2619 |
||
2620 |
* expand_if, expand_split, expand_sum_case and expand_nat_case are now |
|
2621 |
called split_if, split_split, split_sum_case and split_nat_case (to go |
|
2622 |
with add/delsplits); |
|
5125 | 2623 |
|
5127 | 2624 |
* HOL/Prod introduces simplification procedure unit_eq_proc rewriting |
2625 |
(?x::unit) = (); this is made part of the default simpset, which COULD |
|
2626 |
MAKE EXISTING PROOFS FAIL under rare circumstances (consider |
|
5207 | 2627 |
'Delsimprocs [unit_eq_proc];' as last resort); also note that |
2628 |
unit_abs_eta_conv is added in order to counter the effect of |
|
2629 |
unit_eq_proc on (%u::unit. f u), replacing it by f rather than by |
|
2630 |
%u.f(); |
|
5125 | 2631 |
|
5217 | 2632 |
* HOL/Fun INCOMPATIBILITY: `inj_onto' is now called `inj_on' (which |
2633 |
makes more sense); |
|
5109 | 2634 |
|
5475 | 2635 |
* HOL/Set INCOMPATIBILITY: rule `equals0D' is now a well-formed destruct rule; |
2636 |
It and 'sym RS equals0D' are now in the default claset, giving automatic |
|
2637 |
disjointness reasoning but breaking a few old proofs. |
|
5267 | 2638 |
|
5217 | 2639 |
* HOL/Relation INCOMPATIBILITY: renamed the relational operator r^-1 |
2640 |
to 'converse' from 'inverse' (for compatibility with ZF and some |
|
2641 |
literature); |
|
5085
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
wenzelm
parents:
5077
diff
changeset
|
2642 |
|
5127 | 2643 |
* HOL/recdef can now declare non-recursive functions, with {} supplied as |
2644 |
the well-founded relation; |
|
4838 | 2645 |
|
5490 | 2646 |
* HOL/Set INCOMPATIBILITY: the complement of set A is now written -A instead of |
2647 |
Compl A. The "Compl" syntax remains available as input syntax for this |
|
2648 |
release ONLY. |
|
2649 |
||
5127 | 2650 |
* HOL/Update: new theory of function updates: |
2651 |
f(a:=b) == %x. if x=a then b else f x |
|
2652 |
may also be iterated as in f(a:=b,c:=d,...); |
|
5077
71043526295f
* HOL/List: new function list_update written xs[i:=v] that updates the i-th
nipkow
parents:
5075
diff
changeset
|
2653 |
|
5127 | 2654 |
* HOL/Vimage: new theory for inverse image of a function, syntax f-``B; |
4899 | 2655 |
|
5282 | 2656 |
* HOL/List: |
2657 |
- new function list_update written xs[i:=v] that updates the i-th |
|
2658 |
list position. May also be iterated as in xs[i:=a,j:=b,...]. |
|
5428 | 2659 |
- new function `upt' written [i..j(] which generates the list |
2660 |
[i,i+1,...,j-1], i.e. the upper bound is excluded. To include the upper |
|
2661 |
bound write [i..j], which is a shorthand for [i..j+1(]. |
|
5282 | 2662 |
- new lexicographic orderings and corresponding wellfoundedness theorems. |
4779 | 2663 |
|
5127 | 2664 |
* HOL/Arith: |
2665 |
- removed 'pred' (predecessor) function; |
|
2666 |
- generalized some theorems about n-1; |
|
2667 |
- many new laws about "div" and "mod"; |
|
2668 |
- new laws about greatest common divisors (see theory ex/Primes); |
|
4766 | 2669 |
|
5127 | 2670 |
* HOL/Relation: renamed the relational operator r^-1 "converse" |
4842 | 2671 |
instead of "inverse"; |
4711 | 2672 |
|
5651 | 2673 |
* HOL/Induct/Multiset: a theory of multisets, including the wellfoundedness |
2674 |
of the multiset ordering; |
|
2675 |
||
5127 | 2676 |
* directory HOL/Real: a construction of the reals using Dedekind cuts |
5651 | 2677 |
(not included by default); |
4835 | 2678 |
|
5127 | 2679 |
* directory HOL/UNITY: Chandy and Misra's UNITY formalism; |
4711 | 2680 |
|
5651 | 2681 |
* directory HOL/Hoare: a new version of Hoare logic which permits many-sorted |
2682 |
programs, i.e. different program variables may have different types. |
|
2683 |
||
5142 | 2684 |
* calling (stac rew i) now fails if "rew" has no effect on the goal |
2685 |
[previously, this check worked only if the rewrite rule was unconditional] |
|
5308 | 2686 |
Now rew can involve either definitions or equalities (either == or =). |
5002
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
wenzelm
parents:
4981
diff
changeset
|
2687 |
|
5363 | 2688 |
|
4879
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
paulson
parents:
4869
diff
changeset
|
2689 |
*** ZF *** |
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
paulson
parents:
4869
diff
changeset
|
2690 |
|
5332 | 2691 |
* theory Main includes everything; INCOMPATIBILITY: theory ZF.thy contains |
2692 |
only the theorems proved on ZF.ML; |
|
5160 | 2693 |
|
5475 | 2694 |
* ZF INCOMPATIBILITY: rule `equals0D' is now a well-formed destruct rule; |
2695 |
It and 'sym RS equals0D' are now in the default claset, giving automatic |
|
2696 |
disjointness reasoning but breaking a few old proofs. |
|
5267 | 2697 |
|
5160 | 2698 |
* ZF/Update: new theory of function updates |
2699 |
with default rewrite rule f(x:=y) ` z = if(z=x, y, f`z) |
|
2700 |
may also be iterated as in f(a:=b,c:=d,...); |
|
2701 |
||
4879
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
paulson
parents:
4869
diff
changeset
|
2702 |
* in let x=t in u(x), neither t nor u(x) has to be an FOL term. |
4649 | 2703 |
|
5142 | 2704 |
* calling (stac rew i) now fails if "rew" has no effect on the goal |
2705 |
[previously, this check worked only if the rewrite rule was unconditional] |
|
5308 | 2706 |
Now rew can involve either definitions or equalities (either == or =). |
5142 | 2707 |
|
5160 | 2708 |
* case_tac provided for compatibility with HOL |
2709 |
(like the old excluded_middle_tac, but with subgoals swapped) |
|
2710 |
||
4842 | 2711 |
|
5127 | 2712 |
*** Internal programming interfaces *** |
5002
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
wenzelm
parents:
4981
diff
changeset
|
2713 |
|
5251 | 2714 |
* Pure: several new basic modules made available for general use, see |
2715 |
also src/Pure/README; |
|
5207 | 2716 |
|
5008 | 2717 |
* improved the theory data mechanism to support encapsulation (data |
2718 |
kind name replaced by private Object.kind, acting as authorization |
|
5373 | 2719 |
key); new type-safe user interface via functor TheoryDataFun; generic |
2720 |
print_data function becomes basically useless; |
|
5002
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
wenzelm
parents:
4981
diff
changeset
|
2721 |
|
5251 | 2722 |
* removed global_names compatibility flag -- all theory declarations |
2723 |
are qualified by default; |
|
2724 |
||
5085
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
wenzelm
parents:
5077
diff
changeset
|
2725 |
* module Pure/Syntax now offers quote / antiquote translation |
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
wenzelm
parents:
5077
diff
changeset
|
2726 |
functions (useful for Hoare logic etc. with implicit dependencies); |
5373 | 2727 |
see HOL/ex/Antiquote for an example use; |
5085
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
wenzelm
parents:
5077
diff
changeset
|
2728 |
|
5127 | 2729 |
* Simplifier now offers conversions (asm_)(full_)rewrite: simpset -> |
2730 |
cterm -> thm; |
|
2731 |
||
5207 | 2732 |
* new tactical CHANGED_GOAL for checking that a tactic modifies a |
2733 |
subgoal; |
|
5142 | 2734 |
|
5251 | 2735 |
* Display.print_goals function moved to Locale.print_goals; |
2736 |
||
5731 | 2737 |
* standard print function for goals supports current_goals_markers |
2738 |
variable for marking begin of proof, end of proof, start of goal; the |
|
2739 |
default is ("", "", ""); setting current_goals_markers := ("<proof>", |
|
2740 |
"</proof>", "<goal>") causes SGML like tagged proof state printing, |
|
2741 |
for example; |
|
2742 |
||
5002
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
wenzelm
parents:
4981
diff
changeset
|
2743 |
|
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
wenzelm
parents:
4981
diff
changeset
|
2744 |
|
4410 | 2745 |
New in Isabelle98 (January 1998) |
2746 |
-------------------------------- |
|
2747 |
||
2748 |
*** Overview of INCOMPATIBILITIES (see below for more details) *** |
|
2749 |
||
2750 |
* changed lexical syntax of terms / types: dots made part of long |
|
2751 |
identifiers, e.g. "%x.x" no longer possible, should be "%x. x"; |
|
2752 |
||
2753 |
* simpset (and claset) reference variable replaced by functions |
|
2754 |
simpset / simpset_ref; |
|
2755 |
||
2756 |
* no longer supports theory aliases (via merge) and non-trivial |
|
2757 |
implicit merge of thms' signatures; |
|
2758 |
||
2759 |
* most internal names of constants changed due to qualified names; |
|
2760 |
||
2761 |
* changed Pure/Sequence interface (see Pure/seq.ML); |
|
2762 |
||
3454 | 2763 |
|
3715 | 2764 |
*** General Changes *** |
2765 |
||
4174 | 2766 |
* hierachically structured name spaces (for consts, types, axms, thms |
3943 | 2767 |
etc.); new lexical class 'longid' (e.g. Foo.bar.x) may render much of |
4108 | 2768 |
old input syntactically incorrect (e.g. "%x.x"); COMPATIBILITY: |
2769 |
isatool fixdots ensures space after dots (e.g. "%x. x"); set |
|
4174 | 2770 |
long_names for fully qualified output names; NOTE: ML programs |
2771 |
(special tactics, packages etc.) referring to internal names may have |
|
2772 |
to be adapted to cope with fully qualified names; in case of severe |
|
2773 |
backward campatibility problems try setting 'global_names' at compile |
|
2774 |
time to have enrything declared within a flat name space; one may also |
|
2775 |
fine tune name declarations in theories via the 'global' and 'local' |
|
2776 |
section; |
|
4108 | 2777 |
|
2778 |
* reimplemented the implicit simpset and claset using the new anytype |
|
2779 |
data filed in signatures; references simpset:simpset ref etc. are |
|
2780 |
replaced by functions simpset:unit->simpset and |
|
2781 |
simpset_ref:unit->simpset ref; COMPATIBILITY: use isatool fixclasimp |
|
2782 |
to patch your ML files accordingly; |
|
3856 | 2783 |
|
3857 | 2784 |
* HTML output now includes theory graph data for display with Java |
2785 |
applet or isatool browser; data generated automatically via isatool |
|
3901 | 2786 |
usedir (see -i option, ISABELLE_USEDIR_OPTIONS); |
3857 | 2787 |
|
3856 | 2788 |
* defs may now be conditional; improved rewrite_goals_tac to handle |
2789 |
conditional equations; |
|
2790 |
||
4174 | 2791 |
* defs now admits additional type arguments, using TYPE('a) syntax; |
2792 |
||
3901 | 2793 |
* theory aliases via merge (e.g. M=A+B+C) no longer supported, always |
2794 |
creates a new theory node; implicit merge of thms' signatures is |
|
4112 | 2795 |
restricted to 'trivial' ones; COMPATIBILITY: one may have to use |
3901 | 2796 |
transfer:theory->thm->thm in (rare) cases; |
2797 |
||
3968
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
2798 |
* improved handling of draft signatures / theories; draft thms (and |
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
2799 |
ctyps, cterms) are automatically promoted to real ones; |
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
2800 |
|
3901 | 2801 |
* slightly changed interfaces for oracles: admit many per theory, named |
2802 |
(e.g. oracle foo = mlfun), additional name argument for invoke_oracle; |
|
2803 |
||
2804 |
* print_goals: optional output of const types (set show_consts and |
|
2805 |
show_types); |
|
3851
fe9932a7cd46
print_goals: optional output of const types (set show_consts);
wenzelm
parents:
3846
diff
changeset
|
2806 |
|
4388 | 2807 |
* improved output of warnings (###) and errors (***); |
3697
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
wenzelm
parents:
3671
diff
changeset
|
2808 |
|
4178
e64ff1c1bc70
subgoal_tac displays a warning if the new subgoal has type variables
paulson
parents:
4174
diff
changeset
|
2809 |
* subgoal_tac displays a warning if the new subgoal has type variables; |
e64ff1c1bc70
subgoal_tac displays a warning if the new subgoal has type variables
paulson
parents:
4174
diff
changeset
|
2810 |
|
3715 | 2811 |
* removed old README and Makefiles; |
3697
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
wenzelm
parents:
3671
diff
changeset
|
2812 |
|
3856 | 2813 |
* replaced print_goals_ref hook by print_current_goals_fn and result_error_fn; |
3670
9fea3562f8c7
replaced print_goals_ref hook by print_current_goals_fn and
wenzelm
parents:
3658
diff
changeset
|
2814 |
|
3715 | 2815 |
* removed obsolete init_pps and init_database; |
2816 |
||
2817 |
* deleted the obsolete tactical STATE, which was declared by |
|
2818 |
fun STATE tacfun st = tacfun st st; |
|
2819 |
||
4388 | 2820 |
* cd and use now support path variables, e.g. $ISABELLE_HOME, or ~ |
2821 |
(which abbreviates $HOME); |
|
4269 | 2822 |
|
2823 |
* changed Pure/Sequence interface (see Pure/seq.ML); COMPATIBILITY: |
|
2824 |
use isatool fixseq to adapt your ML programs (this works for fully |
|
2825 |
qualified references to the Sequence structure only!); |
|
2826 |
||
4381 | 2827 |
* use_thy no longer requires writable current directory; it always |
2828 |
reloads .ML *and* .thy file, if either one is out of date; |
|
4269 | 2829 |
|
3715 | 2830 |
|
2831 |
*** Classical Reasoner *** |
|
2832 |
||
3744 | 2833 |
* Clarify_tac, clarify_tac, clarify_step_tac, Clarify_step_tac: new |
2834 |
tactics that use classical reasoning to simplify a subgoal without |
|
2835 |
splitting it into several subgoals; |
|
3715 | 2836 |
|
3719 | 2837 |
* Safe_tac: like safe_tac but uses the default claset; |
2838 |
||
3715 | 2839 |
|
2840 |
*** Simplifier *** |
|
2841 |
||
2842 |
* added simplification meta rules: |
|
2843 |
(asm_)(full_)simplify: simpset -> thm -> thm; |
|
2844 |
||
2845 |
* simplifier.ML no longer part of Pure -- has to be loaded by object |
|
2846 |
logics (again); |
|
2847 |
||
2848 |
* added prems argument to simplification procedures; |
|
2849 |
||
4325 | 2850 |
* HOL, FOL, ZF: added infix function `addsplits': |
2851 |
instead of `<simpset> setloop (split_tac <thms>)' |
|
2852 |
you can simply write `<simpset> addsplits <thms>' |
|
2853 |
||
3715 | 2854 |
|
2855 |
*** Syntax *** |
|
2856 |
||
4174 | 2857 |
* TYPE('a) syntax for type reflection terms; |
2858 |
||
3985 | 2859 |
* no longer handles consts with name "" -- declare as 'syntax' instead; |
3856 | 2860 |
|
2861 |
* pretty printer: changed order of mixfix annotation preference (again!); |
|
3846 | 2862 |
|
3715 | 2863 |
* Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories; |
2864 |
||
2865 |
||
2866 |
*** HOL *** |
|
2867 |
||
5726 | 2868 |
* HOL: there is a new splitter `split_asm_tac' that can be used e.g. |
4189 | 2869 |
with `addloop' of the simplifier to faciliate case splitting in premises. |
2870 |
||
4035 | 2871 |
* HOL/TLA: Stephan Merz's formalization of Lamport's Temporal Logic of Actions; |
3985 | 2872 |
|
2873 |
* HOL/Auth: new protocol proofs including some for the Internet |
|
4035 | 2874 |
protocol TLS; |
3985 | 2875 |
|
4125 | 2876 |
* HOL/Map: new theory of `maps' a la VDM; |
3982 | 2877 |
|
4335 | 2878 |
* HOL/simplifier: simplification procedures nat_cancel_sums for |
2879 |
cancelling out common nat summands from =, <, <= (in)equalities, or |
|
2880 |
differences; simplification procedures nat_cancel_factor for |
|
2881 |
cancelling common factor from =, <, <= (in)equalities over natural |
|
4373 | 2882 |
sums; nat_cancel contains both kinds of procedures, it is installed by |
2883 |
default in Arith.thy -- this COULD MAKE EXISTING PROOFS FAIL; |
|
4335 | 2884 |
|
3580 | 2885 |
* HOL/simplifier: terms of the form |
4325 | 2886 |
`? x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x)' (or t=x) |
3580 | 2887 |
are rewritten to |
4035 | 2888 |
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t)', |
2889 |
and those of the form |
|
4325 | 2890 |
`! x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x) --> R(x)' (or t=x) |
4035 | 2891 |
are rewritten to |
2892 |
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t) --> R(t)', |
|
2893 |
||
2894 |
* HOL/datatype |
|
2895 |
Each datatype `t' now comes with a theorem `split_t_case' of the form |
|
3580 | 2896 |
|
4035 | 2897 |
P(t_case f1 ... fn x) = |
2898 |
( (!y1 ... ym1. x = C1 y1 ... ym1 --> P(f1 y1 ... ym1)) & |
|
2899 |
... |
|
4189 | 2900 |
(!y1 ... ymn. x = Cn y1 ... ymn --> P(f1 y1 ... ymn)) |
4035 | 2901 |
) |
2902 |
||
4930
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
oheimb
parents:
4915
diff
changeset
|
2903 |
and a theorem `split_t_case_asm' of the form |
4189 | 2904 |
|
2905 |
P(t_case f1 ... fn x) = |
|
2906 |
~( (? y1 ... ym1. x = C1 y1 ... ym1 & ~P(f1 y1 ... ym1)) | |
|
2907 |
... |
|
2908 |
(? y1 ... ymn. x = Cn y1 ... ymn & ~P(f1 y1 ... ymn)) |
|
2909 |
) |
|
4930
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
oheimb
parents:
4915
diff
changeset
|
2910 |
which can be added to a simpset via `addsplits'. The existing theorems |
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
oheimb
parents:
4915
diff
changeset
|
2911 |
expand_list_case and expand_option_case have been renamed to |
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
oheimb
parents:
4915
diff
changeset
|
2912 |
split_list_case and split_option_case. |
4189 | 2913 |
|
4361 | 2914 |
* HOL/Arithmetic: |
2915 |
- `pred n' is automatically converted to `n-1'. |
|
2916 |
Users are strongly encouraged not to use `pred' any longer, |
|
2917 |
because it will disappear altogether at some point. |
|
2918 |
- Users are strongly encouraged to write "0 < n" rather than |
|
2919 |
"n ~= 0". Theorems and proof tools have been modified towards this |
|
2920 |
`standard'. |
|
4357 | 2921 |
|
4502 | 2922 |
* HOL/Lists: |
2923 |
the function "set_of_list" has been renamed "set" (and its theorems too); |
|
2924 |
the function "nth" now takes its arguments in the reverse order and |
|
2925 |
has acquired the infix notation "!" as in "xs!n". |
|
3570 | 2926 |
|
4154 | 2927 |
* HOL/Set: UNIV is now a constant and is no longer translated to Compl{}; |
2928 |
||
2929 |
* HOL/Set: The operator (UN x.B x) now abbreviates (UN x:UNIV. B x) and its |
|
2930 |
specialist theorems (like UN1_I) are gone. Similarly for (INT x.B x); |
|
2931 |
||
4575 | 2932 |
* HOL/record: extensible records with schematic structural subtyping |
2933 |
(single inheritance); EXPERIMENTAL version demonstrating the encoding, |
|
2934 |
still lacks various theorems and concrete record syntax; |
|
2935 |
||
4125 | 2936 |
|
3715 | 2937 |
*** HOLCF *** |
3535 | 2938 |
|
4125 | 2939 |
* removed "axioms" and "generated by" sections; |
2940 |
||
4123 | 2941 |
* replaced "ops" section by extended "consts" section, which is capable of |
4125 | 2942 |
handling the continuous function space "->" directly; |
2943 |
||
2944 |
* domain package: |
|
2945 |
. proves theorems immediately and stores them in the theory, |
|
2946 |
. creates hierachical name space, |
|
2947 |
. now uses normal mixfix annotations (instead of cinfix...), |
|
2948 |
. minor changes to some names and values (for consistency), |
|
2949 |
. e.g. cases -> casedist, dists_eq -> dist_eqs, [take_lemma] -> take_lemmas, |
|
2950 |
. separator between mutual domain defs: changed "," to "and", |
|
2951 |
. improved handling of sort constraints; now they have to |
|
2952 |
appear on the left-hand side of the equations only; |
|
4123 | 2953 |
|
2954 |
* fixed LAM <x,y,zs>.b syntax; |
|
3567 | 2955 |
|
3744 | 2956 |
* added extended adm_tac to simplifier in HOLCF -- can now discharge |
2957 |
adm (%x. P (t x)), where P is chainfinite and t continuous; |
|
3579 | 2958 |
|
2959 |
||
3719 | 2960 |
*** FOL and ZF *** |
2961 |
||
5726 | 2962 |
* FOL: there is a new splitter `split_asm_tac' that can be used e.g. |
4189 | 2963 |
with `addloop' of the simplifier to faciliate case splitting in premises. |
2964 |
||
3744 | 2965 |
* qed_spec_mp, qed_goal_spec_mp, qed_goalw_spec_mp are available, as |
2966 |
in HOL, they strip ALL and --> from proved theorems; |
|
2967 |
||
3719 | 2968 |
|
3579 | 2969 |
|
3006 | 2970 |
New in Isabelle94-8 (May 1997) |
2971 |
------------------------------ |
|
2654 | 2972 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2973 |
*** General Changes *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2974 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2975 |
* new utilities to build / run / maintain Isabelle etc. (in parts |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2976 |
still somewhat experimental); old Makefiles etc. still functional; |
2971 | 2977 |
|
3205 | 2978 |
* new 'Isabelle System Manual'; |
2979 |
||
2825 | 2980 |
* INSTALL text, together with ./configure and ./build scripts; |
2773 | 2981 |
|
3006 | 2982 |
* reimplemented type inference for greater efficiency, better error |
2983 |
messages and clean internal interface; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2984 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2985 |
* prlim command for dealing with lots of subgoals (an easier way of |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2986 |
setting goals_limit); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2987 |
|
3006 | 2988 |
|
2989 |
*** Syntax *** |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2990 |
|
3116 | 2991 |
* supports alternative (named) syntax tables (parser and pretty |
2992 |
printer); internal interface is provided by add_modesyntax(_i); |
|
2993 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2994 |
* Pure, FOL, ZF, HOL, HOLCF now support symbolic input and output; to |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2995 |
be used in conjunction with the Isabelle symbol font; uses the |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2996 |
"symbols" syntax table; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
2997 |
|
2705 | 2998 |
* added token_translation interface (may translate name tokens in |
2756 | 2999 |
arbitrary ways, dependent on their type (free, bound, tfree, ...) and |
3116 | 3000 |
the current print_mode); IMPORTANT: user print translation functions |
3001 |
are responsible for marking newly introduced bounds |
|
3002 |
(Syntax.mark_boundT); |
|
2705 | 3003 |
|
2730 | 3004 |
* token translations for modes "xterm" and "xterm_color" that display |
3006 | 3005 |
names in bold, underline etc. or colors (which requires a color |
3006 |
version of xterm); |
|
2730 | 3007 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3008 |
* infixes may now be declared with names independent of their syntax; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3009 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3010 |
* added typed_print_translation (like print_translation, but may |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3011 |
access type of constant); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3012 |
|
3006 | 3013 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3014 |
*** Classical Reasoner *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3015 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3016 |
Blast_tac: a new tactic! It is often more powerful than fast_tac, but has |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3017 |
some limitations. Blast_tac... |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3018 |
+ ignores addss, addbefore, addafter; this restriction is intrinsic |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3019 |
+ ignores elimination rules that don't have the correct format |
5726 | 3020 |
(the conclusion MUST be a formula variable) |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3021 |
+ ignores types, which can make HOL proofs fail |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3022 |
+ rules must not require higher-order unification, e.g. apply_type in ZF |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3023 |
[message "Function Var's argument not a bound variable" relates to this] |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3024 |
+ its proof strategy is more general but can actually be slower |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3025 |
|
3107 | 3026 |
* substitution with equality assumptions no longer permutes other |
3027 |
assumptions; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3028 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3029 |
* minor changes in semantics of addafter (now called addaltern); renamed |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3030 |
setwrapper to setWrapper and compwrapper to compWrapper; added safe wrapper |
3107 | 3031 |
(and access functions for it); |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3032 |
|
5726 | 3033 |
* improved combination of classical reasoner and simplifier: |
3317 | 3034 |
+ functions for handling clasimpsets |
3035 |
+ improvement of addss: now the simplifier is called _after_ the |
|
3036 |
safe steps. |
|
3037 |
+ safe variant of addss called addSss: uses safe simplifications |
|
5726 | 3038 |
_during_ the safe steps. It is more complete as it allows multiple |
3317 | 3039 |
instantiations of unknowns (e.g. with slow_tac). |
3006 | 3040 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3041 |
*** Simplifier *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3042 |
|
3006 | 3043 |
* added interface for simplification procedures (functions that |
3044 |
produce *proven* rewrite rules on the fly, depending on current |
|
3045 |
redex); |
|
3046 |
||
3047 |
* ordering on terms as parameter (used for ordered rewriting); |
|
3048 |
||
3107 | 3049 |
* new functions delcongs, deleqcongs, and Delcongs. richer rep_ss; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3050 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3051 |
* the solver is now split into a safe and an unsafe part. |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3052 |
This should be invisible for the normal user, except that the |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3053 |
functions setsolver and addsolver have been renamed to setSolver and |
3107 | 3054 |
addSolver; added safe_asm_full_simp_tac; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3055 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3056 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3057 |
*** HOL *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3058 |
|
3042 | 3059 |
* a generic induction tactic `induct_tac' which works for all datatypes and |
3107 | 3060 |
also for type `nat'; |
3042 | 3061 |
|
3316 | 3062 |
* a generic case distinction tactic `exhaust_tac' which works for all |
3063 |
datatypes and also for type `nat'; |
|
3064 |
||
3065 |
* each datatype comes with a function `size'; |
|
3066 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3067 |
* patterns in case expressions allow tuple patterns as arguments to |
3107 | 3068 |
constructors, for example `case x of [] => ... | (x,y,z)#ps => ...'; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3069 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3070 |
* primrec now also works with type nat; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3071 |
|
3338 | 3072 |
* recdef: a new declaration form, allows general recursive functions to be |
3073 |
defined in theory files. See HOL/ex/Fib, HOL/ex/Primes, HOL/Subst/Unify. |
|
3074 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3075 |
* the constant for negation has been renamed from "not" to "Not" to |
3107 | 3076 |
harmonize with FOL, ZF, LK, etc.; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3077 |
|
3107 | 3078 |
* HOL/ex/LFilter theory of a corecursive "filter" functional for |
3079 |
infinite lists; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3080 |
|
3227 | 3081 |
* HOL/Modelcheck demonstrates invocation of model checker oracle; |
3082 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3083 |
* HOL/ex/Ring.thy declares cring_simp, which solves equational |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3084 |
problems in commutative rings, using axiomatic type classes for + and *; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3085 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3086 |
* more examples in HOL/MiniML and HOL/Auth; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3087 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3088 |
* more default rewrite rules for quantifiers, union/intersection; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3089 |
|
3321 | 3090 |
* a new constant `arbitrary == @x.False'; |
3091 |
||
3107 | 3092 |
* HOLCF/IOA replaces old HOL/IOA; |
3093 |
||
5726 | 3094 |
* HOLCF changes: derived all rules and arities |
3095 |
+ axiomatic type classes instead of classes |
|
2653
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
3096 |
+ typedef instead of faking type definitions |
2747 | 3097 |
+ eliminated the internal constants less_fun, less_cfun, UU_fun, UU_cfun etc. |
2730 | 3098 |
+ new axclasses cpo, chfin, flat with flat < chfin < pcpo < cpo < po |
2653
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
3099 |
+ eliminated the types void, one, tr |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
3100 |
+ use unit lift and bool lift (with translations) instead of one and tr |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
3101 |
+ eliminated blift from Lift3.thy (use Def instead of blift) |
3107 | 3102 |
all eliminated rules are derived as theorems --> no visible changes ; |
2649 | 3103 |
|
3006 | 3104 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
3105 |
*** ZF *** |
2553 | 3106 |
|
2865 | 3107 |
* ZF now has Fast_tac, Simp_tac and Auto_tac. Union_iff is a now a default |
3108 |
rewrite rule; this may affect some proofs. eq_cs is gone but can be put back |
|
3109 |
as ZF_cs addSIs [equalityI]; |
|
2553 | 3110 |
|
2554 | 3111 |
|
2732 | 3112 |
|
2553 | 3113 |
New in Isabelle94-7 (November 96) |
3114 |
--------------------------------- |
|
3115 |
||
3116 |
* allowing negative levels (as offsets) in prlev and choplev; |
|
3117 |
||
2554 | 3118 |
* super-linear speedup for large simplifications; |
3119 |
||
3120 |
* FOL, ZF and HOL now use miniscoping: rewriting pushes |
|
3121 |
quantifications in as far as possible (COULD MAKE EXISTING PROOFS |
|
3122 |
FAIL); can suppress it using the command Delsimps (ex_simps @ |
|
3123 |
all_simps); De Morgan laws are also now included, by default; |
|
3124 |
||
3125 |
* improved printing of ==> : ~: |
|
3126 |
||
3127 |
* new object-logic "Sequents" adds linear logic, while replacing LK |
|
3128 |
and Modal (thanks to Sara Kalvala); |
|
3129 |
||
3130 |
* HOL/Auth: correctness proofs for authentication protocols; |
|
3131 |
||
3132 |
* HOL: new auto_tac combines rewriting and classical reasoning (many |
|
3133 |
examples on HOL/Auth); |
|
3134 |
||
3135 |
* HOL: new command AddIffs for declaring theorems of the form P=Q to |
|
3136 |
the rewriter and classical reasoner simultaneously; |
|
3137 |
||
3138 |
* function uresult no longer returns theorems in "standard" format; |
|
3139 |
regain previous version by: val uresult = standard o uresult; |
|
3140 |
||
3141 |
||
3142 |
||
3143 |
New in Isabelle94-6 |
|
3144 |
------------------- |
|
3145 |
||
3146 |
* oracles -- these establish an interface between Isabelle and trusted |
|
3147 |
external reasoners, which may deliver results as theorems; |
|
3148 |
||
3149 |
* proof objects (in particular record all uses of oracles); |
|
3150 |
||
3151 |
* Simp_tac, Fast_tac, etc. that refer to implicit simpset / claset; |
|
3152 |
||
3153 |
* "constdefs" section in theory files; |
|
3154 |
||
3155 |
* "primrec" section (HOL) no longer requires names; |
|
3156 |
||
3157 |
* internal type "tactic" now simply "thm -> thm Sequence.seq"; |
|
3158 |
||
3159 |
||
3160 |
||
3161 |
New in Isabelle94-5 |
|
3162 |
------------------- |
|
3163 |
||
3164 |
* reduced space requirements; |
|
3165 |
||
3166 |
* automatic HTML generation from theories; |
|
3167 |
||
3168 |
* theory files no longer require "..." (quotes) around most types; |
|
3169 |
||
3170 |
* new examples, including two proofs of the Church-Rosser theorem; |
|
3171 |
||
3172 |
* non-curried (1994) version of HOL is no longer distributed; |
|
3173 |
||
2553 | 3174 |
|
2557 | 3175 |
|
3176 |
New in Isabelle94-4 |
|
3177 |
------------------- |
|
3178 |
||
2747 | 3179 |
* greatly reduced space requirements; |
2557 | 3180 |
|
3181 |
* theory files (.thy) no longer require \...\ escapes at line breaks; |
|
3182 |
||
5726 | 3183 |
* searchable theorem database (see the section "Retrieving theorems" on |
2557 | 3184 |
page 8 of the Reference Manual); |
3185 |
||
3186 |
* new examples, including Grabczewski's monumental case study of the |
|
3187 |
Axiom of Choice; |
|
3188 |
||
3189 |
* The previous version of HOL renamed to Old_HOL; |
|
3190 |
||
5726 | 3191 |
* The new version of HOL (previously called CHOL) uses a curried syntax |
2557 | 3192 |
for functions. Application looks like f a b instead of f(a,b); |
3193 |
||
3194 |
* Mutually recursive inductive definitions finally work in HOL; |
|
3195 |
||
3196 |
* In ZF, pattern-matching on tuples is now available in all abstractions and |
|
3197 |
translates to the operator "split"; |
|
3198 |
||
3199 |
||
3200 |
||
3201 |
New in Isabelle94-3 |
|
3202 |
------------------- |
|
3203 |
||
5726 | 3204 |
* new infix operator, addss, allowing the classical reasoner to |
2557 | 3205 |
perform simplification at each step of its search. Example: |
5726 | 3206 |
fast_tac (cs addss ss) |
2557 | 3207 |
|
5726 | 3208 |
* a new logic, CHOL, the same as HOL, but with a curried syntax |
3209 |
for functions. Application looks like f a b instead of f(a,b). Also pairs |
|
2557 | 3210 |
look like (a,b) instead of <a,b>; |
3211 |
||
3212 |
* PLEASE NOTE: CHOL will eventually replace HOL! |
|
3213 |
||
3214 |
* In CHOL, pattern-matching on tuples is now available in all abstractions. |
|
3215 |
It translates to the operator "split". A new theory of integers is available; |
|
3216 |
||
3217 |
* In ZF, integer numerals now denote two's-complement binary integers. |
|
3218 |
Arithmetic operations can be performed by rewriting. See ZF/ex/Bin.ML; |
|
3219 |
||
5726 | 3220 |
* Many new examples: I/O automata, Church-Rosser theorem, equivalents |
2557 | 3221 |
of the Axiom of Choice; |
3222 |
||
3223 |
||
3224 |
||
3225 |
New in Isabelle94-2 |
|
3226 |
------------------- |
|
3227 |
||
5726 | 3228 |
* Significantly faster resolution; |
2557 | 3229 |
|
3230 |
* the different sections in a .thy file can now be mixed and repeated |
|
3231 |
freely; |
|
3232 |
||
3233 |
* Database of theorems for FOL, HOL and ZF. New |
|
3234 |
commands including qed, qed_goal and bind_thm store theorems in the database. |
|
3235 |
||
3236 |
* Simple database queries: return a named theorem (get_thm) or all theorems of |
|
3237 |
a given theory (thms_of), or find out what theory a theorem was proved in |
|
3238 |
(theory_of_thm); |
|
3239 |
||
3240 |
* Bugs fixed in the inductive definition and datatype packages; |
|
3241 |
||
3242 |
* The classical reasoner provides deepen_tac and depth_tac, making FOL_dup_cs |
|
3243 |
and HOL_dup_cs obsolete; |
|
3244 |
||
3245 |
* Syntactic ambiguities caused by the new treatment of syntax in Isabelle94-1 |
|
3246 |
have been removed; |
|
3247 |
||
3248 |
* Simpler definition of function space in ZF; |
|
3249 |
||
3250 |
* new results about cardinal and ordinal arithmetic in ZF; |
|
3251 |
||
3252 |
* 'subtype' facility in HOL for introducing new types as subsets of existing |
|
3253 |
types; |
|
3254 |
||
3255 |
||
2553 | 3256 |
$Id$ |