author | wenzelm |
Wed, 10 Mar 1999 13:44:55 +0100 | |
changeset 6342 | 13424bbc2d8b |
parent 6278 | 37b76155a49e |
child 6343 | 97c697a32b73 |
permissions | -rw-r--r-- |
6269 | 1 |
|
5363 | 2 |
Isabelle NEWS -- history user-relevant changes |
3 |
============================================== |
|
2553 | 4 |
|
4981 | 5 |
New in this Isabelle version |
6 |
---------------------------- |
|
4649 | 7 |
|
5931 | 8 |
*** Overview of INCOMPATIBILITIES (see below for more details) *** |
9 |
||
6269 | 10 |
* HOL: Removed the obsolete syntax "Compl A"; use -A for set |
11 |
complement; |
|
5931 | 12 |
|
6269 | 13 |
* HOL: the predicate "inj" is now defined by translation to "inj_on"; |
6174 | 14 |
|
6269 | 15 |
* ZF: The con_defs part of an inductive definition may no longer refer |
16 |
to constants declared in the same theory; |
|
6057 | 17 |
|
6269 | 18 |
* HOL, ZF: the function mk_cases, generated by the inductive |
19 |
definition package, has lost an argument. To simplify its result, it |
|
20 |
uses the default simpset instead of a supplied list of theorems. |
|
6141 | 21 |
|
6057 | 22 |
|
6069 | 23 |
*** Proof tools *** |
24 |
||
25 |
* Provers/Arith/fast_lin_arith.ML contains a functor for creating a decision |
|
26 |
procedure for linear arithmetic. Currently it is used for types `nat' and |
|
27 |
`int' in HOL (see below) but can, should and will be instantiated for other |
|
28 |
types and logics as well. |
|
29 |
||
30 |
||
6014 | 31 |
*** General *** |
32 |
||
33 |
* in locales, the "assumes" and "defines" parts may be omitted if empty; |
|
5973 | 34 |
|
6269 | 35 |
* new print_mode "xsymbols" for extended symbol support (e.g. genuine |
36 |
long arrows); |
|
6259
488bdc1bd11a
path element specification '~~' refers to '$ISABELLE_HOME';
wenzelm
parents:
6174
diff
changeset
|
37 |
|
488bdc1bd11a
path element specification '~~' refers to '$ISABELLE_HOME';
wenzelm
parents:
6174
diff
changeset
|
38 |
* path element specification '~~' refers to '$ISABELLE_HOME'; |
488bdc1bd11a
path element specification '~~' refers to '$ISABELLE_HOME';
wenzelm
parents:
6174
diff
changeset
|
39 |
|
6028 | 40 |
|
6057 | 41 |
*** HOL *** |
42 |
||
6063 | 43 |
* There are now decision procedures for linear arithmetic over nat and int: |
6131 | 44 |
|
45 |
1. arith_tac copes with arbitrary formulae involving `=', `<', `<=', `+', |
|
6157 | 46 |
`-', `Suc', `min', `max' and numerical constants; other subterms are treated |
47 |
as atomic; subformulae not involving type `nat' or `int' are ignored; |
|
48 |
quantified subformulae are ignored unless they are positive universal or |
|
49 |
negative existential. The tactic has to be invoked by hand and can be a |
|
50 |
little bit slow. In particular, the running time is exponential in the number |
|
51 |
of occurrences of `min' and `max', and `-' on `nat'. |
|
6131 | 52 |
|
53 |
2. fast_arith_tac is a cut-down version of arith_tac: it only takes (negated) |
|
54 |
(in)equalities among the premises and the conclusion into account (i.e. no |
|
6157 | 55 |
compound formulae) and does not know about `min' and `max', and `-' on |
56 |
`nat'. It is fast and is used automatically by the simplifier. |
|
6131 | 57 |
|
6063 | 58 |
NB: At the moment, these decision procedures do not cope with mixed nat/int |
6131 | 59 |
formulae where the two parts interact, such as `m < n ==> int(m) < int(n)'. |
6028 | 60 |
|
6278 | 61 |
* HOL/TLA (Lamport's Temporal Logic of Actions): major reorganization |
62 |
-- avoids syntactic ambiguities and treats state, transition, and |
|
63 |
temporal levels more uniformly; introduces INCOMPATIBILITIES due to |
|
64 |
changed syntax and (many) tactics; |
|
65 |
||
6269 | 66 |
|
5973 | 67 |
*** Internal programming interfaces *** |
5781 | 68 |
|
69 |
* tuned current_goals_markers semantics: begin / end goal avoids |
|
70 |
printing empty lines; |
|
71 |
||
5973 | 72 |
* removed prs and prs_fn hook, which was broken because it did not |
73 |
include \n in its semantics, forcing writeln to add one |
|
74 |
uncoditionally; replaced prs_fn by writeln_fn; consider std_output: |
|
75 |
string -> unit if you really want to output text without newline; |
|
76 |
||
6278 | 77 |
* Symbol.output subject to print mode; INCOMPATIBILITY: defaults to |
78 |
plain output, interface builders may have to enable 'isabelle_font' |
|
79 |
mode to get Isabelle font glyphs as before; |
|
6269 | 80 |
|
5781 | 81 |
|
6064 | 82 |
*** ZF *** |
83 |
||
84 |
* new primrec section allows primitive recursive functions to be given |
|
6269 | 85 |
directly (as in HOL) over datatypes and the natural numbers; |
6064 | 86 |
|
6269 | 87 |
* new tactics induct_tac and exhaust_tac for induction (or case |
88 |
analysis) over datatypes and the natural numbers; |
|
6064 | 89 |
|
90 |
* the datatype declaration of type T now defines the recursor T_rec; |
|
91 |
||
6141 | 92 |
* simplification automatically does freeness reasoning for datatype |
6269 | 93 |
constructors; |
6141 | 94 |
|
6269 | 95 |
* automatic type-inference, with AddTCs command to insert new |
96 |
type-checking rules; |
|
6155 | 97 |
|
6269 | 98 |
* datatype introduction rules are now added as Safe Introduction rules |
99 |
to the claset; |
|
6155 | 100 |
|
6269 | 101 |
* the syntax "if P then x else y" is now available in addition to |
102 |
if(P,x,y); |
|
103 |
||
6069 | 104 |
|
6064 | 105 |
|
5781 | 106 |
New in Isabelle98-1 (October 1998) |
107 |
---------------------------------- |
|
108 |
||
5127 | 109 |
*** Overview of INCOMPATIBILITIES (see below for more details) *** |
4842 | 110 |
|
5726 | 111 |
* several changes of automated proof tools; |
5373 | 112 |
|
5726 | 113 |
* HOL: major changes to the inductive and datatype packages, including |
114 |
some minor incompatibilities of theory syntax; |
|
5214 | 115 |
|
5726 | 116 |
* HOL: renamed r^-1 to 'converse' from 'inverse'; 'inj_onto' is now |
5217 | 117 |
called `inj_on'; |
5160 | 118 |
|
5275 | 119 |
* HOL: removed duplicate thms in Arith: |
120 |
less_imp_add_less should be replaced by trans_less_add1 |
|
121 |
le_imp_add_le should be replaced by trans_le_add1 |
|
5160 | 122 |
|
5726 | 123 |
* HOL: unary minus is now overloaded (new type constraints may be |
124 |
required); |
|
5490 | 125 |
|
5726 | 126 |
* HOL and ZF: unary minus for integers is now #- instead of #~. In |
127 |
ZF, expressions such as n#-1 must be changed to n#- 1, since #-1 is |
|
128 |
now taken as an integer constant. |
|
5541 | 129 |
|
5726 | 130 |
* Pure: ML function 'theory_of' renamed to 'theory'; |
5397
034ed25535b9
* Pure: ML function 'theory_of' replaced by 'theory';
wenzelm
parents:
5373
diff
changeset
|
131 |
|
5363 | 132 |
|
5127 | 133 |
*** Proof tools *** |
4880 | 134 |
|
5657
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
135 |
* Simplifier: |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
136 |
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
|
137 |
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
|
138 |
simplify. |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
139 |
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
|
140 |
rotate premises to achieve further simplification. |
1a6c9c6a3f8e
2. The simplifier now knows a little bit about nat-arithmetic.
nipkow
parents:
5651
diff
changeset
|
141 |
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
|
142 |
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
|
143 |
2. The simplifier now knows a little bit about nat-arithmetic. |
4880 | 144 |
|
5127 | 145 |
* Classical reasoner: wrapper mechanism for the classical reasoner now |
146 |
allows for selected deletion of wrappers, by introduction of names for |
|
147 |
wrapper functionals. This implies that addbefore, addSbefore, |
|
148 |
addaltern, and addSaltern now take a pair (name, tactic) as argument, |
|
149 |
and that adding two tactics with the same name overwrites the first |
|
150 |
one (emitting a warning). |
|
4824 | 151 |
type wrapper = (int -> tactic) -> (int -> tactic) |
4649 | 152 |
setWrapper, setSWrapper, compWrapper and compSWrapper are replaced by |
4824 | 153 |
addWrapper, addSWrapper: claset * (string * wrapper) -> claset |
154 |
delWrapper, delSWrapper: claset * string -> claset |
|
4649 | 155 |
getWrapper is renamed to appWrappers, getSWrapper to appSWrappers; |
156 |
||
5705
56f2030c46c6
tuned (all proofs are INSTABLE by David's definition of instability);
wenzelm
parents:
5671
diff
changeset
|
157 |
* Classical reasoner: addbefore/addSbefore now have APPEND/ORELSE |
5726 | 158 |
semantics; addbefore now affects only the unsafe part of step_tac |
159 |
etc.; this affects addss/auto_tac/force_tac, so EXISTING PROOFS MAY |
|
160 |
FAIL, but proofs should be fixable easily, e.g. by replacing Auto_tac |
|
161 |
by Force_tac; |
|
5524 | 162 |
|
5726 | 163 |
* Classical reasoner: setwrapper to setWrapper and compwrapper to |
164 |
compWrapper; added safe wrapper (and access functions for it); |
|
5524 | 165 |
|
5127 | 166 |
* HOL/split_all_tac is now much faster and fails if there is nothing |
5726 | 167 |
to split. Some EXISTING PROOFS MAY REQUIRE ADAPTION because the order |
168 |
and the names of the automatically generated variables have changed. |
|
169 |
split_all_tac has moved within claset() from unsafe wrappers to safe |
|
170 |
wrappers, which means that !!-bound variables are split much more |
|
171 |
aggressively, and safe_tac and clarify_tac now split such variables. |
|
172 |
If this splitting is not appropriate, use delSWrapper "split_all_tac". |
|
173 |
Note: the same holds for record_split_tac, which does the job of |
|
174 |
split_all_tac for record fields. |
|
5127 | 175 |
|
5726 | 176 |
* HOL/Simplifier: Rewrite rules for case distinctions can now be added |
177 |
permanently to the default simpset using Addsplits just like |
|
178 |
Addsimps. They can be removed via Delsplits just like |
|
179 |
Delsimps. Lower-case versions are also available. |
|
5127 | 180 |
|
5726 | 181 |
* HOL/Simplifier: The rule split_if is now part of the default |
182 |
simpset. This means that the simplifier will eliminate all occurrences |
|
183 |
of if-then-else in the conclusion of a goal. To prevent this, you can |
|
184 |
either remove split_if completely from the default simpset by |
|
185 |
`Delsplits [split_if]' or remove it in a specific call of the |
|
186 |
simplifier using `... delsplits [split_if]'. You can also add/delete |
|
187 |
other case splitting rules to/from the default simpset: every datatype |
|
188 |
generates suitable rules `split_t_case' and `split_t_case_asm' (where |
|
189 |
t is the name of the datatype). |
|
5127 | 190 |
|
5726 | 191 |
* Classical reasoner / Simplifier combination: new force_tac (and |
5127 | 192 |
derivatives Force_tac, force) combines rewriting and classical |
193 |
reasoning (and whatever other tools) similarly to auto_tac, but is |
|
5726 | 194 |
aimed to solve the given subgoal completely. |
5127 | 195 |
|
196 |
||
197 |
*** General *** |
|
198 |
||
5217 | 199 |
* new top-level commands `Goal' and `Goalw' that improve upon `goal' |
5127 | 200 |
and `goalw': the theory is no longer needed as an explicit argument - |
201 |
the current theory context is used; assumptions are no longer returned |
|
202 |
at the ML-level unless one of them starts with ==> or !!; it is |
|
5217 | 203 |
recommended to convert to these new commands using isatool fixgoal |
204 |
(backup your sources first!); |
|
4842 | 205 |
|
5217 | 206 |
* new top-level commands 'thm' and 'thms' for retrieving theorems from |
5207 | 207 |
the current theory context, and 'theory' to lookup stored theories; |
4806 | 208 |
|
5722 | 209 |
* new theory section 'locale' for declaring constants, assumptions and |
210 |
definitions that have local scope; |
|
211 |
||
5127 | 212 |
* new theory section 'nonterminals' for purely syntactic types; |
4858 | 213 |
|
5127 | 214 |
* new theory section 'setup' for generic ML setup functions |
215 |
(e.g. package initialization); |
|
4869 | 216 |
|
5131 | 217 |
* the distribution now includes Isabelle icons: see |
218 |
lib/logo/isabelle-{small,tiny}.xpm; |
|
219 |
||
5363 | 220 |
* isatool install - install binaries with absolute references to |
221 |
ISABELLE_HOME/bin; |
|
222 |
||
5572 | 223 |
* isatool logo -- create instances of the Isabelle logo (as EPS); |
224 |
||
5407 | 225 |
* print mode 'emacs' reserved for Isamode; |
226 |
||
5726 | 227 |
* support multiple print (ast) translations per constant name; |
228 |
||
4711 | 229 |
|
4661 | 230 |
*** HOL *** |
231 |
||
5710 | 232 |
* there is now a tutorial on Isabelle/HOL (do 'isatool doc tutorial'); |
5709 | 233 |
|
5217 | 234 |
* HOL/inductive package reorganized and improved: now supports mutual |
5267 | 235 |
definitions such as |
5217 | 236 |
|
237 |
inductive EVEN ODD |
|
238 |
intrs |
|
239 |
null "0 : EVEN" |
|
240 |
oddI "n : EVEN ==> Suc n : ODD" |
|
241 |
evenI "n : ODD ==> Suc n : EVEN" |
|
242 |
||
243 |
new theorem list "elims" contains an elimination rule for each of the |
|
244 |
recursive sets; inductive definitions now handle disjunctive premises |
|
245 |
correctly (also ZF); |
|
5214 | 246 |
|
5217 | 247 |
INCOMPATIBILITIES: requires Inductive as an ancestor; component |
248 |
"mutual_induct" no longer exists - the induction rule is always |
|
249 |
contained in "induct"; |
|
250 |
||
251 |
||
252 |
* HOL/datatype package re-implemented and greatly improved: now |
|
5267 | 253 |
supports mutually recursive datatypes such as |
5217 | 254 |
|
255 |
datatype |
|
256 |
'a aexp = IF_THEN_ELSE ('a bexp) ('a aexp) ('a aexp) |
|
257 |
| SUM ('a aexp) ('a aexp) |
|
258 |
| DIFF ('a aexp) ('a aexp) |
|
259 |
| NUM 'a |
|
260 |
and |
|
261 |
'a bexp = LESS ('a aexp) ('a aexp) |
|
262 |
| AND ('a bexp) ('a bexp) |
|
263 |
| OR ('a bexp) ('a bexp) |
|
264 |
||
5267 | 265 |
as well as indirectly recursive datatypes such as |
5214 | 266 |
|
5217 | 267 |
datatype |
268 |
('a, 'b) term = Var 'a |
|
269 |
| App 'b ((('a, 'b) term) list) |
|
5214 | 270 |
|
5217 | 271 |
The new tactic mutual_induct_tac [<var_1>, ..., <var_n>] i performs |
272 |
induction on mutually / indirectly recursive datatypes. |
|
273 |
||
274 |
Primrec equations are now stored in theory and can be accessed via |
|
275 |
<function_name>.simps. |
|
276 |
||
277 |
INCOMPATIBILITIES: |
|
5214 | 278 |
|
5217 | 279 |
- Theories using datatypes must now have theory Datatype as an |
280 |
ancestor. |
|
281 |
- The specific <typename>.induct_tac no longer exists - use the |
|
282 |
generic induct_tac instead. |
|
5226 | 283 |
- natE has been renamed to nat.exhaust - use exhaust_tac |
5217 | 284 |
instead of res_inst_tac ... natE. Note that the variable |
5226 | 285 |
names in nat.exhaust differ from the names in natE, this |
5217 | 286 |
may cause some "fragile" proofs to fail. |
287 |
- The theorems split_<typename>_case and split_<typename>_case_asm |
|
288 |
have been renamed to <typename>.split and <typename>.split_asm. |
|
289 |
- Since default sorts of type variables are now handled correctly, |
|
290 |
some datatype definitions may have to be annotated with explicit |
|
291 |
sort constraints. |
|
292 |
- Primrec definitions no longer require function name and type |
|
293 |
of recursive argument. |
|
5214 | 294 |
|
5217 | 295 |
Consider using isatool fixdatatype to adapt your theories and proof |
296 |
scripts to the new package (backup your sources first!). |
|
297 |
||
298 |
||
5726 | 299 |
* HOL/record package: considerably improved implementation; now |
300 |
includes concrete syntax for record types, terms, updates; theorems |
|
301 |
for surjective pairing and splitting !!-bound record variables; proof |
|
302 |
support is as follows: |
|
303 |
||
304 |
1) standard conversions (selectors or updates applied to record |
|
305 |
constructor terms) are part of the standard simpset; |
|
306 |
||
307 |
2) inject equations of the form ((x, y) = (x', y')) == x=x' & y=y' are |
|
308 |
made part of standard simpset and claset via addIffs; |
|
309 |
||
310 |
3) a tactic for record field splitting (record_split_tac) is part of |
|
311 |
the standard claset (addSWrapper); |
|
312 |
||
313 |
To get a better idea about these rules you may retrieve them via |
|
314 |
something like 'thms "foo.simps"' or 'thms "foo.iffs"', where "foo" is |
|
315 |
the name of your record type. |
|
316 |
||
317 |
The split tactic 3) conceptually simplifies by the following rule: |
|
318 |
||
319 |
"(!!x. PROP ?P x) == (!!a b. PROP ?P (a, b))" |
|
320 |
||
321 |
Thus any record variable that is bound by meta-all will automatically |
|
322 |
blow up into some record constructor term, consequently the |
|
323 |
simplifications of 1), 2) apply. Thus force_tac, auto_tac etc. shall |
|
324 |
solve record problems automatically. |
|
325 |
||
5214 | 326 |
|
5125 | 327 |
* reorganized the main HOL image: HOL/Integ and String loaded by |
328 |
default; theory Main includes everything; |
|
329 |
||
5650 | 330 |
* automatic simplification of integer sums and comparisons, using cancellation; |
331 |
||
5526 | 332 |
* added option_map_eq_Some and not_Some_eq to the default simpset and claset; |
5127 | 333 |
|
334 |
* added disj_not1 = "(~P | Q) = (P --> Q)" to the default simpset; |
|
335 |
||
336 |
* many new identities for unions, intersections, set difference, etc.; |
|
337 |
||
338 |
* expand_if, expand_split, expand_sum_case and expand_nat_case are now |
|
339 |
called split_if, split_split, split_sum_case and split_nat_case (to go |
|
340 |
with add/delsplits); |
|
5125 | 341 |
|
5127 | 342 |
* HOL/Prod introduces simplification procedure unit_eq_proc rewriting |
343 |
(?x::unit) = (); this is made part of the default simpset, which COULD |
|
344 |
MAKE EXISTING PROOFS FAIL under rare circumstances (consider |
|
5207 | 345 |
'Delsimprocs [unit_eq_proc];' as last resort); also note that |
346 |
unit_abs_eta_conv is added in order to counter the effect of |
|
347 |
unit_eq_proc on (%u::unit. f u), replacing it by f rather than by |
|
348 |
%u.f(); |
|
5125 | 349 |
|
5217 | 350 |
* HOL/Fun INCOMPATIBILITY: `inj_onto' is now called `inj_on' (which |
351 |
makes more sense); |
|
5109 | 352 |
|
5475 | 353 |
* HOL/Set INCOMPATIBILITY: rule `equals0D' is now a well-formed destruct rule; |
354 |
It and 'sym RS equals0D' are now in the default claset, giving automatic |
|
355 |
disjointness reasoning but breaking a few old proofs. |
|
5267 | 356 |
|
5217 | 357 |
* HOL/Relation INCOMPATIBILITY: renamed the relational operator r^-1 |
358 |
to 'converse' from 'inverse' (for compatibility with ZF and some |
|
359 |
literature); |
|
5085
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
wenzelm
parents:
5077
diff
changeset
|
360 |
|
5127 | 361 |
* HOL/recdef can now declare non-recursive functions, with {} supplied as |
362 |
the well-founded relation; |
|
4838 | 363 |
|
5490 | 364 |
* HOL/Set INCOMPATIBILITY: the complement of set A is now written -A instead of |
365 |
Compl A. The "Compl" syntax remains available as input syntax for this |
|
366 |
release ONLY. |
|
367 |
||
5127 | 368 |
* HOL/Update: new theory of function updates: |
369 |
f(a:=b) == %x. if x=a then b else f x |
|
370 |
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
|
371 |
|
5127 | 372 |
* HOL/Vimage: new theory for inverse image of a function, syntax f-``B; |
4899 | 373 |
|
5282 | 374 |
* HOL/List: |
375 |
- new function list_update written xs[i:=v] that updates the i-th |
|
376 |
list position. May also be iterated as in xs[i:=a,j:=b,...]. |
|
5428 | 377 |
- new function `upt' written [i..j(] which generates the list |
378 |
[i,i+1,...,j-1], i.e. the upper bound is excluded. To include the upper |
|
379 |
bound write [i..j], which is a shorthand for [i..j+1(]. |
|
5282 | 380 |
- new lexicographic orderings and corresponding wellfoundedness theorems. |
4779 | 381 |
|
5127 | 382 |
* HOL/Arith: |
383 |
- removed 'pred' (predecessor) function; |
|
384 |
- generalized some theorems about n-1; |
|
385 |
- many new laws about "div" and "mod"; |
|
386 |
- new laws about greatest common divisors (see theory ex/Primes); |
|
4766 | 387 |
|
5127 | 388 |
* HOL/Relation: renamed the relational operator r^-1 "converse" |
4842 | 389 |
instead of "inverse"; |
4711 | 390 |
|
5651 | 391 |
* HOL/Induct/Multiset: a theory of multisets, including the wellfoundedness |
392 |
of the multiset ordering; |
|
393 |
||
5127 | 394 |
* directory HOL/Real: a construction of the reals using Dedekind cuts |
5651 | 395 |
(not included by default); |
4835 | 396 |
|
5127 | 397 |
* directory HOL/UNITY: Chandy and Misra's UNITY formalism; |
4711 | 398 |
|
5651 | 399 |
* directory HOL/Hoare: a new version of Hoare logic which permits many-sorted |
400 |
programs, i.e. different program variables may have different types. |
|
401 |
||
5142 | 402 |
* calling (stac rew i) now fails if "rew" has no effect on the goal |
403 |
[previously, this check worked only if the rewrite rule was unconditional] |
|
5308 | 404 |
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
|
405 |
|
5363 | 406 |
|
4879
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
paulson
parents:
4869
diff
changeset
|
407 |
*** ZF *** |
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
paulson
parents:
4869
diff
changeset
|
408 |
|
5332 | 409 |
* theory Main includes everything; INCOMPATIBILITY: theory ZF.thy contains |
410 |
only the theorems proved on ZF.ML; |
|
5160 | 411 |
|
5475 | 412 |
* ZF INCOMPATIBILITY: rule `equals0D' is now a well-formed destruct rule; |
413 |
It and 'sym RS equals0D' are now in the default claset, giving automatic |
|
414 |
disjointness reasoning but breaking a few old proofs. |
|
5267 | 415 |
|
5160 | 416 |
* ZF/Update: new theory of function updates |
417 |
with default rewrite rule f(x:=y) ` z = if(z=x, y, f`z) |
|
418 |
may also be iterated as in f(a:=b,c:=d,...); |
|
419 |
||
4879
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
paulson
parents:
4869
diff
changeset
|
420 |
* in let x=t in u(x), neither t nor u(x) has to be an FOL term. |
4649 | 421 |
|
5142 | 422 |
* calling (stac rew i) now fails if "rew" has no effect on the goal |
423 |
[previously, this check worked only if the rewrite rule was unconditional] |
|
5308 | 424 |
Now rew can involve either definitions or equalities (either == or =). |
5142 | 425 |
|
5160 | 426 |
* case_tac provided for compatibility with HOL |
427 |
(like the old excluded_middle_tac, but with subgoals swapped) |
|
428 |
||
4842 | 429 |
|
5127 | 430 |
*** Internal programming interfaces *** |
5002
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
wenzelm
parents:
4981
diff
changeset
|
431 |
|
5251 | 432 |
* Pure: several new basic modules made available for general use, see |
433 |
also src/Pure/README; |
|
5207 | 434 |
|
5008 | 435 |
* improved the theory data mechanism to support encapsulation (data |
436 |
kind name replaced by private Object.kind, acting as authorization |
|
5373 | 437 |
key); new type-safe user interface via functor TheoryDataFun; generic |
438 |
print_data function becomes basically useless; |
|
5002
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
wenzelm
parents:
4981
diff
changeset
|
439 |
|
5251 | 440 |
* removed global_names compatibility flag -- all theory declarations |
441 |
are qualified by default; |
|
442 |
||
5085
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
wenzelm
parents:
5077
diff
changeset
|
443 |
* module Pure/Syntax now offers quote / antiquote translation |
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
wenzelm
parents:
5077
diff
changeset
|
444 |
functions (useful for Hoare logic etc. with implicit dependencies); |
5373 | 445 |
see HOL/ex/Antiquote for an example use; |
5085
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
wenzelm
parents:
5077
diff
changeset
|
446 |
|
5127 | 447 |
* Simplifier now offers conversions (asm_)(full_)rewrite: simpset -> |
448 |
cterm -> thm; |
|
449 |
||
5207 | 450 |
* new tactical CHANGED_GOAL for checking that a tactic modifies a |
451 |
subgoal; |
|
5142 | 452 |
|
5251 | 453 |
* Display.print_goals function moved to Locale.print_goals; |
454 |
||
5731 | 455 |
* standard print function for goals supports current_goals_markers |
456 |
variable for marking begin of proof, end of proof, start of goal; the |
|
457 |
default is ("", "", ""); setting current_goals_markers := ("<proof>", |
|
458 |
"</proof>", "<goal>") causes SGML like tagged proof state printing, |
|
459 |
for example; |
|
460 |
||
5002
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
wenzelm
parents:
4981
diff
changeset
|
461 |
|
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
wenzelm
parents:
4981
diff
changeset
|
462 |
|
4410 | 463 |
New in Isabelle98 (January 1998) |
464 |
-------------------------------- |
|
465 |
||
466 |
*** Overview of INCOMPATIBILITIES (see below for more details) *** |
|
467 |
||
468 |
* changed lexical syntax of terms / types: dots made part of long |
|
469 |
identifiers, e.g. "%x.x" no longer possible, should be "%x. x"; |
|
470 |
||
471 |
* simpset (and claset) reference variable replaced by functions |
|
472 |
simpset / simpset_ref; |
|
473 |
||
474 |
* no longer supports theory aliases (via merge) and non-trivial |
|
475 |
implicit merge of thms' signatures; |
|
476 |
||
477 |
* most internal names of constants changed due to qualified names; |
|
478 |
||
479 |
* changed Pure/Sequence interface (see Pure/seq.ML); |
|
480 |
||
3454 | 481 |
|
3715 | 482 |
*** General Changes *** |
483 |
||
4174 | 484 |
* hierachically structured name spaces (for consts, types, axms, thms |
3943 | 485 |
etc.); new lexical class 'longid' (e.g. Foo.bar.x) may render much of |
4108 | 486 |
old input syntactically incorrect (e.g. "%x.x"); COMPATIBILITY: |
487 |
isatool fixdots ensures space after dots (e.g. "%x. x"); set |
|
4174 | 488 |
long_names for fully qualified output names; NOTE: ML programs |
489 |
(special tactics, packages etc.) referring to internal names may have |
|
490 |
to be adapted to cope with fully qualified names; in case of severe |
|
491 |
backward campatibility problems try setting 'global_names' at compile |
|
492 |
time to have enrything declared within a flat name space; one may also |
|
493 |
fine tune name declarations in theories via the 'global' and 'local' |
|
494 |
section; |
|
4108 | 495 |
|
496 |
* reimplemented the implicit simpset and claset using the new anytype |
|
497 |
data filed in signatures; references simpset:simpset ref etc. are |
|
498 |
replaced by functions simpset:unit->simpset and |
|
499 |
simpset_ref:unit->simpset ref; COMPATIBILITY: use isatool fixclasimp |
|
500 |
to patch your ML files accordingly; |
|
3856 | 501 |
|
3857 | 502 |
* HTML output now includes theory graph data for display with Java |
503 |
applet or isatool browser; data generated automatically via isatool |
|
3901 | 504 |
usedir (see -i option, ISABELLE_USEDIR_OPTIONS); |
3857 | 505 |
|
3856 | 506 |
* defs may now be conditional; improved rewrite_goals_tac to handle |
507 |
conditional equations; |
|
508 |
||
4174 | 509 |
* defs now admits additional type arguments, using TYPE('a) syntax; |
510 |
||
3901 | 511 |
* theory aliases via merge (e.g. M=A+B+C) no longer supported, always |
512 |
creates a new theory node; implicit merge of thms' signatures is |
|
4112 | 513 |
restricted to 'trivial' ones; COMPATIBILITY: one may have to use |
3901 | 514 |
transfer:theory->thm->thm in (rare) cases; |
515 |
||
3968
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
516 |
* improved handling of draft signatures / theories; draft thms (and |
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
517 |
ctyps, cterms) are automatically promoted to real ones; |
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
518 |
|
3901 | 519 |
* slightly changed interfaces for oracles: admit many per theory, named |
520 |
(e.g. oracle foo = mlfun), additional name argument for invoke_oracle; |
|
521 |
||
522 |
* print_goals: optional output of const types (set show_consts and |
|
523 |
show_types); |
|
3851
fe9932a7cd46
print_goals: optional output of const types (set show_consts);
wenzelm
parents:
3846
diff
changeset
|
524 |
|
4388 | 525 |
* improved output of warnings (###) and errors (***); |
3697
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
wenzelm
parents:
3671
diff
changeset
|
526 |
|
4178
e64ff1c1bc70
subgoal_tac displays a warning if the new subgoal has type variables
paulson
parents:
4174
diff
changeset
|
527 |
* 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
|
528 |
|
3715 | 529 |
* removed old README and Makefiles; |
3697
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
wenzelm
parents:
3671
diff
changeset
|
530 |
|
3856 | 531 |
* 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
|
532 |
|
3715 | 533 |
* removed obsolete init_pps and init_database; |
534 |
||
535 |
* deleted the obsolete tactical STATE, which was declared by |
|
536 |
fun STATE tacfun st = tacfun st st; |
|
537 |
||
4388 | 538 |
* cd and use now support path variables, e.g. $ISABELLE_HOME, or ~ |
539 |
(which abbreviates $HOME); |
|
4269 | 540 |
|
541 |
* changed Pure/Sequence interface (see Pure/seq.ML); COMPATIBILITY: |
|
542 |
use isatool fixseq to adapt your ML programs (this works for fully |
|
543 |
qualified references to the Sequence structure only!); |
|
544 |
||
4381 | 545 |
* use_thy no longer requires writable current directory; it always |
546 |
reloads .ML *and* .thy file, if either one is out of date; |
|
4269 | 547 |
|
3715 | 548 |
|
549 |
*** Classical Reasoner *** |
|
550 |
||
3744 | 551 |
* Clarify_tac, clarify_tac, clarify_step_tac, Clarify_step_tac: new |
552 |
tactics that use classical reasoning to simplify a subgoal without |
|
553 |
splitting it into several subgoals; |
|
3715 | 554 |
|
3719 | 555 |
* Safe_tac: like safe_tac but uses the default claset; |
556 |
||
3715 | 557 |
|
558 |
*** Simplifier *** |
|
559 |
||
560 |
* added simplification meta rules: |
|
561 |
(asm_)(full_)simplify: simpset -> thm -> thm; |
|
562 |
||
563 |
* simplifier.ML no longer part of Pure -- has to be loaded by object |
|
564 |
logics (again); |
|
565 |
||
566 |
* added prems argument to simplification procedures; |
|
567 |
||
4325 | 568 |
* HOL, FOL, ZF: added infix function `addsplits': |
569 |
instead of `<simpset> setloop (split_tac <thms>)' |
|
570 |
you can simply write `<simpset> addsplits <thms>' |
|
571 |
||
3715 | 572 |
|
573 |
*** Syntax *** |
|
574 |
||
4174 | 575 |
* TYPE('a) syntax for type reflection terms; |
576 |
||
3985 | 577 |
* no longer handles consts with name "" -- declare as 'syntax' instead; |
3856 | 578 |
|
579 |
* pretty printer: changed order of mixfix annotation preference (again!); |
|
3846 | 580 |
|
3715 | 581 |
* Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories; |
582 |
||
583 |
||
584 |
*** HOL *** |
|
585 |
||
5726 | 586 |
* HOL: there is a new splitter `split_asm_tac' that can be used e.g. |
4189 | 587 |
with `addloop' of the simplifier to faciliate case splitting in premises. |
588 |
||
4035 | 589 |
* HOL/TLA: Stephan Merz's formalization of Lamport's Temporal Logic of Actions; |
3985 | 590 |
|
591 |
* HOL/Auth: new protocol proofs including some for the Internet |
|
4035 | 592 |
protocol TLS; |
3985 | 593 |
|
4125 | 594 |
* HOL/Map: new theory of `maps' a la VDM; |
3982 | 595 |
|
4335 | 596 |
* HOL/simplifier: simplification procedures nat_cancel_sums for |
597 |
cancelling out common nat summands from =, <, <= (in)equalities, or |
|
598 |
differences; simplification procedures nat_cancel_factor for |
|
599 |
cancelling common factor from =, <, <= (in)equalities over natural |
|
4373 | 600 |
sums; nat_cancel contains both kinds of procedures, it is installed by |
601 |
default in Arith.thy -- this COULD MAKE EXISTING PROOFS FAIL; |
|
4335 | 602 |
|
3580 | 603 |
* HOL/simplifier: terms of the form |
4325 | 604 |
`? x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x)' (or t=x) |
3580 | 605 |
are rewritten to |
4035 | 606 |
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t)', |
607 |
and those of the form |
|
4325 | 608 |
`! x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x) --> R(x)' (or t=x) |
4035 | 609 |
are rewritten to |
610 |
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t) --> R(t)', |
|
611 |
||
612 |
* HOL/datatype |
|
613 |
Each datatype `t' now comes with a theorem `split_t_case' of the form |
|
3580 | 614 |
|
4035 | 615 |
P(t_case f1 ... fn x) = |
616 |
( (!y1 ... ym1. x = C1 y1 ... ym1 --> P(f1 y1 ... ym1)) & |
|
617 |
... |
|
4189 | 618 |
(!y1 ... ymn. x = Cn y1 ... ymn --> P(f1 y1 ... ymn)) |
4035 | 619 |
) |
620 |
||
4930
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
oheimb
parents:
4915
diff
changeset
|
621 |
and a theorem `split_t_case_asm' of the form |
4189 | 622 |
|
623 |
P(t_case f1 ... fn x) = |
|
624 |
~( (? y1 ... ym1. x = C1 y1 ... ym1 & ~P(f1 y1 ... ym1)) | |
|
625 |
... |
|
626 |
(? y1 ... ymn. x = Cn y1 ... ymn & ~P(f1 y1 ... ymn)) |
|
627 |
) |
|
4930
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
oheimb
parents:
4915
diff
changeset
|
628 |
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
|
629 |
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
|
630 |
split_list_case and split_option_case. |
4189 | 631 |
|
4361 | 632 |
* HOL/Arithmetic: |
633 |
- `pred n' is automatically converted to `n-1'. |
|
634 |
Users are strongly encouraged not to use `pred' any longer, |
|
635 |
because it will disappear altogether at some point. |
|
636 |
- Users are strongly encouraged to write "0 < n" rather than |
|
637 |
"n ~= 0". Theorems and proof tools have been modified towards this |
|
638 |
`standard'. |
|
4357 | 639 |
|
4502 | 640 |
* HOL/Lists: |
641 |
the function "set_of_list" has been renamed "set" (and its theorems too); |
|
642 |
the function "nth" now takes its arguments in the reverse order and |
|
643 |
has acquired the infix notation "!" as in "xs!n". |
|
3570 | 644 |
|
4154 | 645 |
* HOL/Set: UNIV is now a constant and is no longer translated to Compl{}; |
646 |
||
647 |
* HOL/Set: The operator (UN x.B x) now abbreviates (UN x:UNIV. B x) and its |
|
648 |
specialist theorems (like UN1_I) are gone. Similarly for (INT x.B x); |
|
649 |
||
4575 | 650 |
* HOL/record: extensible records with schematic structural subtyping |
651 |
(single inheritance); EXPERIMENTAL version demonstrating the encoding, |
|
652 |
still lacks various theorems and concrete record syntax; |
|
653 |
||
4125 | 654 |
|
3715 | 655 |
*** HOLCF *** |
3535 | 656 |
|
4125 | 657 |
* removed "axioms" and "generated by" sections; |
658 |
||
4123 | 659 |
* replaced "ops" section by extended "consts" section, which is capable of |
4125 | 660 |
handling the continuous function space "->" directly; |
661 |
||
662 |
* domain package: |
|
663 |
. proves theorems immediately and stores them in the theory, |
|
664 |
. creates hierachical name space, |
|
665 |
. now uses normal mixfix annotations (instead of cinfix...), |
|
666 |
. minor changes to some names and values (for consistency), |
|
667 |
. e.g. cases -> casedist, dists_eq -> dist_eqs, [take_lemma] -> take_lemmas, |
|
668 |
. separator between mutual domain defs: changed "," to "and", |
|
669 |
. improved handling of sort constraints; now they have to |
|
670 |
appear on the left-hand side of the equations only; |
|
4123 | 671 |
|
672 |
* fixed LAM <x,y,zs>.b syntax; |
|
3567 | 673 |
|
3744 | 674 |
* added extended adm_tac to simplifier in HOLCF -- can now discharge |
675 |
adm (%x. P (t x)), where P is chainfinite and t continuous; |
|
3579 | 676 |
|
677 |
||
3719 | 678 |
*** FOL and ZF *** |
679 |
||
5726 | 680 |
* FOL: there is a new splitter `split_asm_tac' that can be used e.g. |
4189 | 681 |
with `addloop' of the simplifier to faciliate case splitting in premises. |
682 |
||
3744 | 683 |
* qed_spec_mp, qed_goal_spec_mp, qed_goalw_spec_mp are available, as |
684 |
in HOL, they strip ALL and --> from proved theorems; |
|
685 |
||
3719 | 686 |
|
3579 | 687 |
|
3006 | 688 |
New in Isabelle94-8 (May 1997) |
689 |
------------------------------ |
|
2654 | 690 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
691 |
*** General Changes *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
692 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
693 |
* 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
|
694 |
still somewhat experimental); old Makefiles etc. still functional; |
2971 | 695 |
|
3205 | 696 |
* new 'Isabelle System Manual'; |
697 |
||
2825 | 698 |
* INSTALL text, together with ./configure and ./build scripts; |
2773 | 699 |
|
3006 | 700 |
* reimplemented type inference for greater efficiency, better error |
701 |
messages and clean internal interface; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
702 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
703 |
* 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
|
704 |
setting goals_limit); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
705 |
|
3006 | 706 |
|
707 |
*** Syntax *** |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
708 |
|
3116 | 709 |
* supports alternative (named) syntax tables (parser and pretty |
710 |
printer); internal interface is provided by add_modesyntax(_i); |
|
711 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
712 |
* 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
|
713 |
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
|
714 |
"symbols" syntax table; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
715 |
|
2705 | 716 |
* added token_translation interface (may translate name tokens in |
2756 | 717 |
arbitrary ways, dependent on their type (free, bound, tfree, ...) and |
3116 | 718 |
the current print_mode); IMPORTANT: user print translation functions |
719 |
are responsible for marking newly introduced bounds |
|
720 |
(Syntax.mark_boundT); |
|
2705 | 721 |
|
2730 | 722 |
* token translations for modes "xterm" and "xterm_color" that display |
3006 | 723 |
names in bold, underline etc. or colors (which requires a color |
724 |
version of xterm); |
|
2730 | 725 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
726 |
* 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
|
727 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
728 |
* added typed_print_translation (like print_translation, but may |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
729 |
access type of constant); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
730 |
|
3006 | 731 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
732 |
*** Classical Reasoner *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
733 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
734 |
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
|
735 |
some limitations. Blast_tac... |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
736 |
+ ignores addss, addbefore, addafter; this restriction is intrinsic |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
737 |
+ ignores elimination rules that don't have the correct format |
5726 | 738 |
(the conclusion MUST be a formula variable) |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
739 |
+ ignores types, which can make HOL proofs fail |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
740 |
+ 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
|
741 |
[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
|
742 |
+ 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
|
743 |
|
3107 | 744 |
* substitution with equality assumptions no longer permutes other |
745 |
assumptions; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
746 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
747 |
* 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
|
748 |
setwrapper to setWrapper and compwrapper to compWrapper; added safe wrapper |
3107 | 749 |
(and access functions for it); |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
750 |
|
5726 | 751 |
* improved combination of classical reasoner and simplifier: |
3317 | 752 |
+ functions for handling clasimpsets |
753 |
+ improvement of addss: now the simplifier is called _after_ the |
|
754 |
safe steps. |
|
755 |
+ safe variant of addss called addSss: uses safe simplifications |
|
5726 | 756 |
_during_ the safe steps. It is more complete as it allows multiple |
3317 | 757 |
instantiations of unknowns (e.g. with slow_tac). |
3006 | 758 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
759 |
*** Simplifier *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
760 |
|
3006 | 761 |
* added interface for simplification procedures (functions that |
762 |
produce *proven* rewrite rules on the fly, depending on current |
|
763 |
redex); |
|
764 |
||
765 |
* ordering on terms as parameter (used for ordered rewriting); |
|
766 |
||
3107 | 767 |
* 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
|
768 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
769 |
* 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
|
770 |
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
|
771 |
functions setsolver and addsolver have been renamed to setSolver and |
3107 | 772 |
addSolver; added safe_asm_full_simp_tac; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
773 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
774 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
775 |
*** HOL *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
776 |
|
3042 | 777 |
* a generic induction tactic `induct_tac' which works for all datatypes and |
3107 | 778 |
also for type `nat'; |
3042 | 779 |
|
3316 | 780 |
* a generic case distinction tactic `exhaust_tac' which works for all |
781 |
datatypes and also for type `nat'; |
|
782 |
||
783 |
* each datatype comes with a function `size'; |
|
784 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
785 |
* patterns in case expressions allow tuple patterns as arguments to |
3107 | 786 |
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
|
787 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
788 |
* primrec now also works with type nat; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
789 |
|
3338 | 790 |
* recdef: a new declaration form, allows general recursive functions to be |
791 |
defined in theory files. See HOL/ex/Fib, HOL/ex/Primes, HOL/Subst/Unify. |
|
792 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
793 |
* the constant for negation has been renamed from "not" to "Not" to |
3107 | 794 |
harmonize with FOL, ZF, LK, etc.; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
795 |
|
3107 | 796 |
* HOL/ex/LFilter theory of a corecursive "filter" functional for |
797 |
infinite lists; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
798 |
|
3227 | 799 |
* HOL/Modelcheck demonstrates invocation of model checker oracle; |
800 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
801 |
* 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
|
802 |
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
|
803 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
804 |
* more examples in HOL/MiniML and HOL/Auth; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
805 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
806 |
* more default rewrite rules for quantifiers, union/intersection; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
807 |
|
3321 | 808 |
* a new constant `arbitrary == @x.False'; |
809 |
||
3107 | 810 |
* HOLCF/IOA replaces old HOL/IOA; |
811 |
||
5726 | 812 |
* HOLCF changes: derived all rules and arities |
813 |
+ axiomatic type classes instead of classes |
|
2653
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
814 |
+ typedef instead of faking type definitions |
2747 | 815 |
+ eliminated the internal constants less_fun, less_cfun, UU_fun, UU_cfun etc. |
2730 | 816 |
+ 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
|
817 |
+ eliminated the types void, one, tr |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
818 |
+ 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
|
819 |
+ eliminated blift from Lift3.thy (use Def instead of blift) |
3107 | 820 |
all eliminated rules are derived as theorems --> no visible changes ; |
2649 | 821 |
|
3006 | 822 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
823 |
*** ZF *** |
2553 | 824 |
|
2865 | 825 |
* ZF now has Fast_tac, Simp_tac and Auto_tac. Union_iff is a now a default |
826 |
rewrite rule; this may affect some proofs. eq_cs is gone but can be put back |
|
827 |
as ZF_cs addSIs [equalityI]; |
|
2553 | 828 |
|
2554 | 829 |
|
2732 | 830 |
|
2553 | 831 |
New in Isabelle94-7 (November 96) |
832 |
--------------------------------- |
|
833 |
||
834 |
* allowing negative levels (as offsets) in prlev and choplev; |
|
835 |
||
2554 | 836 |
* super-linear speedup for large simplifications; |
837 |
||
838 |
* FOL, ZF and HOL now use miniscoping: rewriting pushes |
|
839 |
quantifications in as far as possible (COULD MAKE EXISTING PROOFS |
|
840 |
FAIL); can suppress it using the command Delsimps (ex_simps @ |
|
841 |
all_simps); De Morgan laws are also now included, by default; |
|
842 |
||
843 |
* improved printing of ==> : ~: |
|
844 |
||
845 |
* new object-logic "Sequents" adds linear logic, while replacing LK |
|
846 |
and Modal (thanks to Sara Kalvala); |
|
847 |
||
848 |
* HOL/Auth: correctness proofs for authentication protocols; |
|
849 |
||
850 |
* HOL: new auto_tac combines rewriting and classical reasoning (many |
|
851 |
examples on HOL/Auth); |
|
852 |
||
853 |
* HOL: new command AddIffs for declaring theorems of the form P=Q to |
|
854 |
the rewriter and classical reasoner simultaneously; |
|
855 |
||
856 |
* function uresult no longer returns theorems in "standard" format; |
|
857 |
regain previous version by: val uresult = standard o uresult; |
|
858 |
||
859 |
||
860 |
||
861 |
New in Isabelle94-6 |
|
862 |
------------------- |
|
863 |
||
864 |
* oracles -- these establish an interface between Isabelle and trusted |
|
865 |
external reasoners, which may deliver results as theorems; |
|
866 |
||
867 |
* proof objects (in particular record all uses of oracles); |
|
868 |
||
869 |
* Simp_tac, Fast_tac, etc. that refer to implicit simpset / claset; |
|
870 |
||
871 |
* "constdefs" section in theory files; |
|
872 |
||
873 |
* "primrec" section (HOL) no longer requires names; |
|
874 |
||
875 |
* internal type "tactic" now simply "thm -> thm Sequence.seq"; |
|
876 |
||
877 |
||
878 |
||
879 |
New in Isabelle94-5 |
|
880 |
------------------- |
|
881 |
||
882 |
* reduced space requirements; |
|
883 |
||
884 |
* automatic HTML generation from theories; |
|
885 |
||
886 |
* theory files no longer require "..." (quotes) around most types; |
|
887 |
||
888 |
* new examples, including two proofs of the Church-Rosser theorem; |
|
889 |
||
890 |
* non-curried (1994) version of HOL is no longer distributed; |
|
891 |
||
2553 | 892 |
|
2557 | 893 |
|
894 |
New in Isabelle94-4 |
|
895 |
------------------- |
|
896 |
||
2747 | 897 |
* greatly reduced space requirements; |
2557 | 898 |
|
899 |
* theory files (.thy) no longer require \...\ escapes at line breaks; |
|
900 |
||
5726 | 901 |
* searchable theorem database (see the section "Retrieving theorems" on |
2557 | 902 |
page 8 of the Reference Manual); |
903 |
||
904 |
* new examples, including Grabczewski's monumental case study of the |
|
905 |
Axiom of Choice; |
|
906 |
||
907 |
* The previous version of HOL renamed to Old_HOL; |
|
908 |
||
5726 | 909 |
* The new version of HOL (previously called CHOL) uses a curried syntax |
2557 | 910 |
for functions. Application looks like f a b instead of f(a,b); |
911 |
||
912 |
* Mutually recursive inductive definitions finally work in HOL; |
|
913 |
||
914 |
* In ZF, pattern-matching on tuples is now available in all abstractions and |
|
915 |
translates to the operator "split"; |
|
916 |
||
917 |
||
918 |
||
919 |
New in Isabelle94-3 |
|
920 |
------------------- |
|
921 |
||
5726 | 922 |
* new infix operator, addss, allowing the classical reasoner to |
2557 | 923 |
perform simplification at each step of its search. Example: |
5726 | 924 |
fast_tac (cs addss ss) |
2557 | 925 |
|
5726 | 926 |
* a new logic, CHOL, the same as HOL, but with a curried syntax |
927 |
for functions. Application looks like f a b instead of f(a,b). Also pairs |
|
2557 | 928 |
look like (a,b) instead of <a,b>; |
929 |
||
930 |
* PLEASE NOTE: CHOL will eventually replace HOL! |
|
931 |
||
932 |
* In CHOL, pattern-matching on tuples is now available in all abstractions. |
|
933 |
It translates to the operator "split". A new theory of integers is available; |
|
934 |
||
935 |
* In ZF, integer numerals now denote two's-complement binary integers. |
|
936 |
Arithmetic operations can be performed by rewriting. See ZF/ex/Bin.ML; |
|
937 |
||
5726 | 938 |
* Many new examples: I/O automata, Church-Rosser theorem, equivalents |
2557 | 939 |
of the Axiom of Choice; |
940 |
||
941 |
||
942 |
||
943 |
New in Isabelle94-2 |
|
944 |
------------------- |
|
945 |
||
5726 | 946 |
* Significantly faster resolution; |
2557 | 947 |
|
948 |
* the different sections in a .thy file can now be mixed and repeated |
|
949 |
freely; |
|
950 |
||
951 |
* Database of theorems for FOL, HOL and ZF. New |
|
952 |
commands including qed, qed_goal and bind_thm store theorems in the database. |
|
953 |
||
954 |
* Simple database queries: return a named theorem (get_thm) or all theorems of |
|
955 |
a given theory (thms_of), or find out what theory a theorem was proved in |
|
956 |
(theory_of_thm); |
|
957 |
||
958 |
* Bugs fixed in the inductive definition and datatype packages; |
|
959 |
||
960 |
* The classical reasoner provides deepen_tac and depth_tac, making FOL_dup_cs |
|
961 |
and HOL_dup_cs obsolete; |
|
962 |
||
963 |
* Syntactic ambiguities caused by the new treatment of syntax in Isabelle94-1 |
|
964 |
have been removed; |
|
965 |
||
966 |
* Simpler definition of function space in ZF; |
|
967 |
||
968 |
* new results about cardinal and ordinal arithmetic in ZF; |
|
969 |
||
970 |
* 'subtype' facility in HOL for introducing new types as subsets of existing |
|
971 |
types; |
|
972 |
||
973 |
||
2553 | 974 |
$Id$ |