author | wenzelm |
Wed, 29 Apr 1998 11:20:53 +0200 | |
changeset 4847 | ea7d7a65e4e9 |
parent 4842 | 0afcae75b34a |
child 4858 | 4b15e9e1b3a5 |
permissions | -rw-r--r-- |
4842 | 1 |
|
2553 | 2 |
Isabelle NEWS -- history of user-visible changes |
3 |
================================================ |
|
4 |
||
4655 | 5 |
New in Isabelle??? (FIXME) |
6 |
-------------------------- |
|
4649 | 7 |
|
4842 | 8 |
*** General Changes *** |
9 |
||
10 |
* Changed wrapper mechanism for the classical reasoner now allows for |
|
11 |
selected deletion of wrappers, by introduction of names for wrapper |
|
12 |
functionals. This implies that addbefore, addSbefore, addaltern, and |
|
13 |
addSaltern now take a pair (name, tactic) as argument, and that adding |
|
14 |
two tactics with the same name overwrites the first one (emitting a |
|
15 |
warning). |
|
4824 | 16 |
type wrapper = (int -> tactic) -> (int -> tactic) |
4649 | 17 |
setWrapper, setSWrapper, compWrapper and compSWrapper are replaced by |
4824 | 18 |
addWrapper, addSWrapper: claset * (string * wrapper) -> claset |
19 |
delWrapper, delSWrapper: claset * string -> claset |
|
4649 | 20 |
getWrapper is renamed to appWrappers, getSWrapper to appSWrappers; |
21 |
||
4842 | 22 |
* inductive definitions now handle disjunctive premises correctly (HOL |
23 |
and ZF); |
|
24 |
||
25 |
* new toplevel commands 'thm' and 'thms' for retrieving theorems from |
|
26 |
the current theory context; |
|
4806 | 27 |
|
4711 | 28 |
|
4661 | 29 |
*** HOL *** |
30 |
||
4842 | 31 |
* new force_tac (and its derivations Force_tac, force): combines |
32 |
rewriting and classical reasoning (and whatever other tools) similarly |
|
33 |
to auto_tac, but is aimed to solve the given subgoal totally; |
|
4824 | 34 |
|
4838 | 35 |
* added option_map_eq_Some to simpset() and claset() |
36 |
||
4779 | 37 |
* New directory HOL/UNITY: Chandy and Misra's UNITY formalism |
38 |
||
4842 | 39 |
* split_all_tac is now much faster and fails if there is nothing to |
40 |
split. Existing (fragile) proofs may require adaption because the |
|
41 |
order and the names of the automatically generated variables have |
|
42 |
changed. split_all_tac has moved within claset() from usafe wrappers |
|
43 |
to safe wrappers, which means that !!-bound variables are splitted |
|
44 |
much more aggressively, and safe_tac and clarify_tac now split such |
|
45 |
variables. If this splitting is not appropriate, use delSWrapper |
|
46 |
"split_all_tac". |
|
4766 | 47 |
|
4842 | 48 |
* added disj_not1 = "(~P | Q) = (P --> Q)" to the default simpset; |
4743 | 49 |
|
4842 | 50 |
* HOL/Arithmetic: |
4825 | 51 |
|
52 |
- removed 'pred' (predecessor) function |
|
53 |
- generalized some theorems about n-1 |
|
54 |
- Many new laws about "div" and "mod" |
|
55 |
- New laws about greatest common divisors (see theory ex/Primes) |
|
4747 | 56 |
|
4842 | 57 |
* HOL/Relation: renamed the relational operatotr r^-1 "converse" |
58 |
instead of "inverse"; |
|
4711 | 59 |
|
4842 | 60 |
* recdef can now declare non-recursive functions, with {} supplied as |
61 |
the well-founded relation; |
|
4806 | 62 |
|
4730 | 63 |
* Simplifier: |
64 |
||
4835 | 65 |
-Rewrite rules for case distinctions can now be added permanently to the |
66 |
default simpset using Addsplits just like Addsimps. They can be removed via |
|
67 |
Delsplits just like Delsimps. Lower-case versions are also available. |
|
68 |
||
4730 | 69 |
-The rule expand_if is now part of the default simpset. This means that |
4683 | 70 |
the simplifier will eliminate all ocurrences of if-then-else in the |
71 |
conclusion of a goal. To prevent this, you can either remove expand_if |
|
72 |
completely from the default simpset by `Delsplits [expand_if]' or |
|
73 |
remove it in a specific call of the simplifier using |
|
74 |
`... delsplits [expand_if]'. |
|
75 |
You can also add/delete other case splitting rules to/from the default |
|
76 |
simpset: every datatype generates a suitable rule `split_t_case' (where t |
|
77 |
is the name of the datatype). |
|
78 |
||
4730 | 79 |
-Asm_full_simp_tac is now more aggressive: |
80 |
1. It will sometimes reorient premises if that increases their power to |
|
81 |
simplify. |
|
82 |
2. It does no longer proceed strictly from left to right but may also |
|
83 |
rotate premises to achieve further simplification. |
|
84 |
For compatibility reasons there is now Asm_lr_simp_tac which is like the |
|
85 |
old Asm_full_simp_tac in that it does not rotate premises. |
|
86 |
||
4835 | 87 |
* expand_if, expand_split, expand_sum_case and expand_nat_case are now called |
88 |
split_if, split_split, split_sum_case and split_nat_case |
|
89 |
(to go with add/delsplits). |
|
90 |
||
4711 | 91 |
* new theory Vimage (inverse image of a function, syntax f-``B); |
4661 | 92 |
|
4825 | 93 |
* many new identities for unions, intersections, set difference, etc.; |
4711 | 94 |
|
4649 | 95 |
|
4842 | 96 |
|
4410 | 97 |
New in Isabelle98 (January 1998) |
98 |
-------------------------------- |
|
99 |
||
100 |
*** Overview of INCOMPATIBILITIES (see below for more details) *** |
|
101 |
||
102 |
* changed lexical syntax of terms / types: dots made part of long |
|
103 |
identifiers, e.g. "%x.x" no longer possible, should be "%x. x"; |
|
104 |
||
105 |
* simpset (and claset) reference variable replaced by functions |
|
106 |
simpset / simpset_ref; |
|
107 |
||
108 |
* no longer supports theory aliases (via merge) and non-trivial |
|
109 |
implicit merge of thms' signatures; |
|
110 |
||
111 |
* most internal names of constants changed due to qualified names; |
|
112 |
||
113 |
* changed Pure/Sequence interface (see Pure/seq.ML); |
|
114 |
||
3454 | 115 |
|
3715 | 116 |
*** General Changes *** |
117 |
||
4174 | 118 |
* hierachically structured name spaces (for consts, types, axms, thms |
3943 | 119 |
etc.); new lexical class 'longid' (e.g. Foo.bar.x) may render much of |
4108 | 120 |
old input syntactically incorrect (e.g. "%x.x"); COMPATIBILITY: |
121 |
isatool fixdots ensures space after dots (e.g. "%x. x"); set |
|
4174 | 122 |
long_names for fully qualified output names; NOTE: ML programs |
123 |
(special tactics, packages etc.) referring to internal names may have |
|
124 |
to be adapted to cope with fully qualified names; in case of severe |
|
125 |
backward campatibility problems try setting 'global_names' at compile |
|
126 |
time to have enrything declared within a flat name space; one may also |
|
127 |
fine tune name declarations in theories via the 'global' and 'local' |
|
128 |
section; |
|
4108 | 129 |
|
130 |
* reimplemented the implicit simpset and claset using the new anytype |
|
131 |
data filed in signatures; references simpset:simpset ref etc. are |
|
132 |
replaced by functions simpset:unit->simpset and |
|
133 |
simpset_ref:unit->simpset ref; COMPATIBILITY: use isatool fixclasimp |
|
134 |
to patch your ML files accordingly; |
|
3856 | 135 |
|
3857 | 136 |
* HTML output now includes theory graph data for display with Java |
137 |
applet or isatool browser; data generated automatically via isatool |
|
3901 | 138 |
usedir (see -i option, ISABELLE_USEDIR_OPTIONS); |
3857 | 139 |
|
3856 | 140 |
* defs may now be conditional; improved rewrite_goals_tac to handle |
141 |
conditional equations; |
|
142 |
||
4174 | 143 |
* defs now admits additional type arguments, using TYPE('a) syntax; |
144 |
||
3901 | 145 |
* theory aliases via merge (e.g. M=A+B+C) no longer supported, always |
146 |
creates a new theory node; implicit merge of thms' signatures is |
|
4112 | 147 |
restricted to 'trivial' ones; COMPATIBILITY: one may have to use |
3901 | 148 |
transfer:theory->thm->thm in (rare) cases; |
149 |
||
3968
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
150 |
* improved handling of draft signatures / theories; draft thms (and |
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
151 |
ctyps, cterms) are automatically promoted to real ones; |
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
152 |
|
3901 | 153 |
* slightly changed interfaces for oracles: admit many per theory, named |
154 |
(e.g. oracle foo = mlfun), additional name argument for invoke_oracle; |
|
155 |
||
156 |
* print_goals: optional output of const types (set show_consts and |
|
157 |
show_types); |
|
3851
fe9932a7cd46
print_goals: optional output of const types (set show_consts);
wenzelm
parents:
3846
diff
changeset
|
158 |
|
4388 | 159 |
* improved output of warnings (###) and errors (***); |
3697
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
wenzelm
parents:
3671
diff
changeset
|
160 |
|
4178
e64ff1c1bc70
subgoal_tac displays a warning if the new subgoal has type variables
paulson
parents:
4174
diff
changeset
|
161 |
* 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
|
162 |
|
3715 | 163 |
* removed old README and Makefiles; |
3697
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
wenzelm
parents:
3671
diff
changeset
|
164 |
|
3856 | 165 |
* 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
|
166 |
|
3715 | 167 |
* removed obsolete init_pps and init_database; |
168 |
||
169 |
* deleted the obsolete tactical STATE, which was declared by |
|
170 |
fun STATE tacfun st = tacfun st st; |
|
171 |
||
4388 | 172 |
* cd and use now support path variables, e.g. $ISABELLE_HOME, or ~ |
173 |
(which abbreviates $HOME); |
|
4269 | 174 |
|
175 |
* changed Pure/Sequence interface (see Pure/seq.ML); COMPATIBILITY: |
|
176 |
use isatool fixseq to adapt your ML programs (this works for fully |
|
177 |
qualified references to the Sequence structure only!); |
|
178 |
||
4381 | 179 |
* use_thy no longer requires writable current directory; it always |
180 |
reloads .ML *and* .thy file, if either one is out of date; |
|
4269 | 181 |
|
3715 | 182 |
|
183 |
*** Classical Reasoner *** |
|
184 |
||
3744 | 185 |
* Clarify_tac, clarify_tac, clarify_step_tac, Clarify_step_tac: new |
186 |
tactics that use classical reasoning to simplify a subgoal without |
|
187 |
splitting it into several subgoals; |
|
3715 | 188 |
|
3719 | 189 |
* Safe_tac: like safe_tac but uses the default claset; |
190 |
||
3715 | 191 |
|
192 |
*** Simplifier *** |
|
193 |
||
194 |
* added simplification meta rules: |
|
195 |
(asm_)(full_)simplify: simpset -> thm -> thm; |
|
196 |
||
197 |
* simplifier.ML no longer part of Pure -- has to be loaded by object |
|
198 |
logics (again); |
|
199 |
||
200 |
* added prems argument to simplification procedures; |
|
201 |
||
4325 | 202 |
* HOL, FOL, ZF: added infix function `addsplits': |
203 |
instead of `<simpset> setloop (split_tac <thms>)' |
|
204 |
you can simply write `<simpset> addsplits <thms>' |
|
205 |
||
3715 | 206 |
|
207 |
*** Syntax *** |
|
208 |
||
4174 | 209 |
* TYPE('a) syntax for type reflection terms; |
210 |
||
3985 | 211 |
* no longer handles consts with name "" -- declare as 'syntax' instead; |
3856 | 212 |
|
213 |
* pretty printer: changed order of mixfix annotation preference (again!); |
|
3846 | 214 |
|
3715 | 215 |
* Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories; |
216 |
||
217 |
||
218 |
*** HOL *** |
|
219 |
||
4207 | 220 |
* HOL: there is a new splitter `split_asm_tac' that can be used e.g. |
4189 | 221 |
with `addloop' of the simplifier to faciliate case splitting in premises. |
222 |
||
4035 | 223 |
* HOL/TLA: Stephan Merz's formalization of Lamport's Temporal Logic of Actions; |
3985 | 224 |
|
225 |
* HOL/Auth: new protocol proofs including some for the Internet |
|
4035 | 226 |
protocol TLS; |
3985 | 227 |
|
4125 | 228 |
* HOL/Map: new theory of `maps' a la VDM; |
3982 | 229 |
|
4335 | 230 |
* HOL/simplifier: simplification procedures nat_cancel_sums for |
231 |
cancelling out common nat summands from =, <, <= (in)equalities, or |
|
232 |
differences; simplification procedures nat_cancel_factor for |
|
233 |
cancelling common factor from =, <, <= (in)equalities over natural |
|
4373 | 234 |
sums; nat_cancel contains both kinds of procedures, it is installed by |
235 |
default in Arith.thy -- this COULD MAKE EXISTING PROOFS FAIL; |
|
4335 | 236 |
|
3580 | 237 |
* HOL/simplifier: terms of the form |
4325 | 238 |
`? x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x)' (or t=x) |
3580 | 239 |
are rewritten to |
4035 | 240 |
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t)', |
241 |
and those of the form |
|
4325 | 242 |
`! x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x) --> R(x)' (or t=x) |
4035 | 243 |
are rewritten to |
244 |
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t) --> R(t)', |
|
245 |
||
246 |
* HOL/datatype |
|
247 |
Each datatype `t' now comes with a theorem `split_t_case' of the form |
|
3580 | 248 |
|
4035 | 249 |
P(t_case f1 ... fn x) = |
250 |
( (!y1 ... ym1. x = C1 y1 ... ym1 --> P(f1 y1 ... ym1)) & |
|
251 |
... |
|
4189 | 252 |
(!y1 ... ymn. x = Cn y1 ... ymn --> P(f1 y1 ... ymn)) |
4035 | 253 |
) |
254 |
||
4070 | 255 |
which can be added to a simpset via `addsplits'. The existing theorems |
256 |
expand_list_case and expand_option_case have been renamed to |
|
257 |
split_list_case and split_option_case. |
|
4035 | 258 |
|
4207 | 259 |
Additionally, there is a theorem `split_t_case_asm' of the form |
4189 | 260 |
|
261 |
P(t_case f1 ... fn x) = |
|
262 |
~( (? y1 ... ym1. x = C1 y1 ... ym1 & ~P(f1 y1 ... ym1)) | |
|
263 |
... |
|
264 |
(? y1 ... ymn. x = Cn y1 ... ymn & ~P(f1 y1 ... ymn)) |
|
265 |
) |
|
266 |
||
4207 | 267 |
it be used with the new `split_asm_tac'. |
4189 | 268 |
|
4361 | 269 |
* HOL/Arithmetic: |
270 |
- `pred n' is automatically converted to `n-1'. |
|
271 |
Users are strongly encouraged not to use `pred' any longer, |
|
272 |
because it will disappear altogether at some point. |
|
273 |
- Users are strongly encouraged to write "0 < n" rather than |
|
274 |
"n ~= 0". Theorems and proof tools have been modified towards this |
|
275 |
`standard'. |
|
4357 | 276 |
|
4502 | 277 |
* HOL/Lists: |
278 |
the function "set_of_list" has been renamed "set" (and its theorems too); |
|
279 |
the function "nth" now takes its arguments in the reverse order and |
|
280 |
has acquired the infix notation "!" as in "xs!n". |
|
3570 | 281 |
|
4154 | 282 |
* HOL/Set: UNIV is now a constant and is no longer translated to Compl{}; |
283 |
||
284 |
* HOL/Set: The operator (UN x.B x) now abbreviates (UN x:UNIV. B x) and its |
|
285 |
specialist theorems (like UN1_I) are gone. Similarly for (INT x.B x); |
|
286 |
||
4575 | 287 |
* HOL/record: extensible records with schematic structural subtyping |
288 |
(single inheritance); EXPERIMENTAL version demonstrating the encoding, |
|
289 |
still lacks various theorems and concrete record syntax; |
|
290 |
||
4125 | 291 |
|
3715 | 292 |
*** HOLCF *** |
3535 | 293 |
|
4125 | 294 |
* removed "axioms" and "generated by" sections; |
295 |
||
4123 | 296 |
* replaced "ops" section by extended "consts" section, which is capable of |
4125 | 297 |
handling the continuous function space "->" directly; |
298 |
||
299 |
* domain package: |
|
300 |
. proves theorems immediately and stores them in the theory, |
|
301 |
. creates hierachical name space, |
|
302 |
. now uses normal mixfix annotations (instead of cinfix...), |
|
303 |
. minor changes to some names and values (for consistency), |
|
304 |
. e.g. cases -> casedist, dists_eq -> dist_eqs, [take_lemma] -> take_lemmas, |
|
305 |
. separator between mutual domain defs: changed "," to "and", |
|
306 |
. improved handling of sort constraints; now they have to |
|
307 |
appear on the left-hand side of the equations only; |
|
4123 | 308 |
|
309 |
* fixed LAM <x,y,zs>.b syntax; |
|
3567 | 310 |
|
3744 | 311 |
* added extended adm_tac to simplifier in HOLCF -- can now discharge |
312 |
adm (%x. P (t x)), where P is chainfinite and t continuous; |
|
3579 | 313 |
|
314 |
||
3719 | 315 |
*** FOL and ZF *** |
316 |
||
4207 | 317 |
* FOL: there is a new splitter `split_asm_tac' that can be used e.g. |
4189 | 318 |
with `addloop' of the simplifier to faciliate case splitting in premises. |
319 |
||
3744 | 320 |
* qed_spec_mp, qed_goal_spec_mp, qed_goalw_spec_mp are available, as |
321 |
in HOL, they strip ALL and --> from proved theorems; |
|
322 |
||
3719 | 323 |
|
3579 | 324 |
|
3006 | 325 |
New in Isabelle94-8 (May 1997) |
326 |
------------------------------ |
|
2654 | 327 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
328 |
*** General Changes *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
329 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
330 |
* 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
|
331 |
still somewhat experimental); old Makefiles etc. still functional; |
2971 | 332 |
|
3205 | 333 |
* new 'Isabelle System Manual'; |
334 |
||
2825 | 335 |
* INSTALL text, together with ./configure and ./build scripts; |
2773 | 336 |
|
3006 | 337 |
* reimplemented type inference for greater efficiency, better error |
338 |
messages and clean internal interface; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
339 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
340 |
* 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
|
341 |
setting goals_limit); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
342 |
|
3006 | 343 |
|
344 |
*** Syntax *** |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
345 |
|
3116 | 346 |
* supports alternative (named) syntax tables (parser and pretty |
347 |
printer); internal interface is provided by add_modesyntax(_i); |
|
348 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
349 |
* 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
|
350 |
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
|
351 |
"symbols" syntax table; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
352 |
|
2705 | 353 |
* added token_translation interface (may translate name tokens in |
2756 | 354 |
arbitrary ways, dependent on their type (free, bound, tfree, ...) and |
3116 | 355 |
the current print_mode); IMPORTANT: user print translation functions |
356 |
are responsible for marking newly introduced bounds |
|
357 |
(Syntax.mark_boundT); |
|
2705 | 358 |
|
2730 | 359 |
* token translations for modes "xterm" and "xterm_color" that display |
3006 | 360 |
names in bold, underline etc. or colors (which requires a color |
361 |
version of xterm); |
|
2730 | 362 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
363 |
* 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
|
364 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
365 |
* added typed_print_translation (like print_translation, but may |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
366 |
access type of constant); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
367 |
|
3006 | 368 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
369 |
*** Classical Reasoner *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
370 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
371 |
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
|
372 |
some limitations. Blast_tac... |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
373 |
+ ignores addss, addbefore, addafter; this restriction is intrinsic |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
374 |
+ ignores elimination rules that don't have the correct format |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
375 |
(the conclusion MUST be a formula variable) |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
376 |
+ ignores types, which can make HOL proofs fail |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
377 |
+ 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
|
378 |
[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
|
379 |
+ 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
|
380 |
|
3107 | 381 |
* substitution with equality assumptions no longer permutes other |
382 |
assumptions; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
383 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
384 |
* 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
|
385 |
setwrapper to setWrapper and compwrapper to compWrapper; added safe wrapper |
3107 | 386 |
(and access functions for it); |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
387 |
|
3317 | 388 |
* improved combination of classical reasoner and simplifier: |
389 |
+ functions for handling clasimpsets |
|
390 |
+ improvement of addss: now the simplifier is called _after_ the |
|
391 |
safe steps. |
|
392 |
+ safe variant of addss called addSss: uses safe simplifications |
|
393 |
_during_ the safe steps. It is more complete as it allows multiple |
|
394 |
instantiations of unknowns (e.g. with slow_tac). |
|
3006 | 395 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
396 |
*** Simplifier *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
397 |
|
3006 | 398 |
* added interface for simplification procedures (functions that |
399 |
produce *proven* rewrite rules on the fly, depending on current |
|
400 |
redex); |
|
401 |
||
402 |
* ordering on terms as parameter (used for ordered rewriting); |
|
403 |
||
3107 | 404 |
* 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
|
405 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
406 |
* 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
|
407 |
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
|
408 |
functions setsolver and addsolver have been renamed to setSolver and |
3107 | 409 |
addSolver; added safe_asm_full_simp_tac; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
410 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
411 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
412 |
*** HOL *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
413 |
|
3042 | 414 |
* a generic induction tactic `induct_tac' which works for all datatypes and |
3107 | 415 |
also for type `nat'; |
3042 | 416 |
|
3316 | 417 |
* a generic case distinction tactic `exhaust_tac' which works for all |
418 |
datatypes and also for type `nat'; |
|
419 |
||
420 |
* each datatype comes with a function `size'; |
|
421 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
422 |
* patterns in case expressions allow tuple patterns as arguments to |
3107 | 423 |
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
|
424 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
425 |
* primrec now also works with type nat; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
426 |
|
3338 | 427 |
* recdef: a new declaration form, allows general recursive functions to be |
428 |
defined in theory files. See HOL/ex/Fib, HOL/ex/Primes, HOL/Subst/Unify. |
|
429 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
430 |
* the constant for negation has been renamed from "not" to "Not" to |
3107 | 431 |
harmonize with FOL, ZF, LK, etc.; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
432 |
|
3107 | 433 |
* HOL/ex/LFilter theory of a corecursive "filter" functional for |
434 |
infinite lists; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
435 |
|
3227 | 436 |
* HOL/Modelcheck demonstrates invocation of model checker oracle; |
437 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
438 |
* 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
|
439 |
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
|
440 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
441 |
* more examples in HOL/MiniML and HOL/Auth; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
442 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
443 |
* more default rewrite rules for quantifiers, union/intersection; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
444 |
|
3321 | 445 |
* a new constant `arbitrary == @x.False'; |
446 |
||
3107 | 447 |
* HOLCF/IOA replaces old HOL/IOA; |
448 |
||
2653
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
449 |
* HOLCF changes: derived all rules and arities |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
450 |
+ axiomatic type classes instead of classes |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
451 |
+ typedef instead of faking type definitions |
2747 | 452 |
+ eliminated the internal constants less_fun, less_cfun, UU_fun, UU_cfun etc. |
2730 | 453 |
+ 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
|
454 |
+ eliminated the types void, one, tr |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
455 |
+ 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
|
456 |
+ eliminated blift from Lift3.thy (use Def instead of blift) |
3107 | 457 |
all eliminated rules are derived as theorems --> no visible changes ; |
2649 | 458 |
|
3006 | 459 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
460 |
*** ZF *** |
2553 | 461 |
|
2865 | 462 |
* ZF now has Fast_tac, Simp_tac and Auto_tac. Union_iff is a now a default |
463 |
rewrite rule; this may affect some proofs. eq_cs is gone but can be put back |
|
464 |
as ZF_cs addSIs [equalityI]; |
|
2553 | 465 |
|
2554 | 466 |
|
2732 | 467 |
|
2553 | 468 |
New in Isabelle94-7 (November 96) |
469 |
--------------------------------- |
|
470 |
||
471 |
* allowing negative levels (as offsets) in prlev and choplev; |
|
472 |
||
2554 | 473 |
* super-linear speedup for large simplifications; |
474 |
||
475 |
* FOL, ZF and HOL now use miniscoping: rewriting pushes |
|
476 |
quantifications in as far as possible (COULD MAKE EXISTING PROOFS |
|
477 |
FAIL); can suppress it using the command Delsimps (ex_simps @ |
|
478 |
all_simps); De Morgan laws are also now included, by default; |
|
479 |
||
480 |
* improved printing of ==> : ~: |
|
481 |
||
482 |
* new object-logic "Sequents" adds linear logic, while replacing LK |
|
483 |
and Modal (thanks to Sara Kalvala); |
|
484 |
||
485 |
* HOL/Auth: correctness proofs for authentication protocols; |
|
486 |
||
487 |
* HOL: new auto_tac combines rewriting and classical reasoning (many |
|
488 |
examples on HOL/Auth); |
|
489 |
||
490 |
* HOL: new command AddIffs for declaring theorems of the form P=Q to |
|
491 |
the rewriter and classical reasoner simultaneously; |
|
492 |
||
493 |
* function uresult no longer returns theorems in "standard" format; |
|
494 |
regain previous version by: val uresult = standard o uresult; |
|
495 |
||
496 |
||
497 |
||
498 |
New in Isabelle94-6 |
|
499 |
------------------- |
|
500 |
||
501 |
* oracles -- these establish an interface between Isabelle and trusted |
|
502 |
external reasoners, which may deliver results as theorems; |
|
503 |
||
504 |
* proof objects (in particular record all uses of oracles); |
|
505 |
||
506 |
* Simp_tac, Fast_tac, etc. that refer to implicit simpset / claset; |
|
507 |
||
508 |
* "constdefs" section in theory files; |
|
509 |
||
510 |
* "primrec" section (HOL) no longer requires names; |
|
511 |
||
512 |
* internal type "tactic" now simply "thm -> thm Sequence.seq"; |
|
513 |
||
514 |
||
515 |
||
516 |
New in Isabelle94-5 |
|
517 |
------------------- |
|
518 |
||
519 |
* reduced space requirements; |
|
520 |
||
521 |
* automatic HTML generation from theories; |
|
522 |
||
523 |
* theory files no longer require "..." (quotes) around most types; |
|
524 |
||
525 |
* new examples, including two proofs of the Church-Rosser theorem; |
|
526 |
||
527 |
* non-curried (1994) version of HOL is no longer distributed; |
|
528 |
||
2553 | 529 |
|
2557 | 530 |
|
531 |
New in Isabelle94-4 |
|
532 |
------------------- |
|
533 |
||
2747 | 534 |
* greatly reduced space requirements; |
2557 | 535 |
|
536 |
* theory files (.thy) no longer require \...\ escapes at line breaks; |
|
537 |
||
538 |
* searchable theorem database (see the section "Retrieving theorems" on |
|
539 |
page 8 of the Reference Manual); |
|
540 |
||
541 |
* new examples, including Grabczewski's monumental case study of the |
|
542 |
Axiom of Choice; |
|
543 |
||
544 |
* The previous version of HOL renamed to Old_HOL; |
|
545 |
||
546 |
* The new version of HOL (previously called CHOL) uses a curried syntax |
|
547 |
for functions. Application looks like f a b instead of f(a,b); |
|
548 |
||
549 |
* Mutually recursive inductive definitions finally work in HOL; |
|
550 |
||
551 |
* In ZF, pattern-matching on tuples is now available in all abstractions and |
|
552 |
translates to the operator "split"; |
|
553 |
||
554 |
||
555 |
||
556 |
New in Isabelle94-3 |
|
557 |
------------------- |
|
558 |
||
559 |
* new infix operator, addss, allowing the classical reasoner to |
|
560 |
perform simplification at each step of its search. Example: |
|
561 |
fast_tac (cs addss ss) |
|
562 |
||
563 |
* a new logic, CHOL, the same as HOL, but with a curried syntax |
|
564 |
for functions. Application looks like f a b instead of f(a,b). Also pairs |
|
565 |
look like (a,b) instead of <a,b>; |
|
566 |
||
567 |
* PLEASE NOTE: CHOL will eventually replace HOL! |
|
568 |
||
569 |
* In CHOL, pattern-matching on tuples is now available in all abstractions. |
|
570 |
It translates to the operator "split". A new theory of integers is available; |
|
571 |
||
572 |
* In ZF, integer numerals now denote two's-complement binary integers. |
|
573 |
Arithmetic operations can be performed by rewriting. See ZF/ex/Bin.ML; |
|
574 |
||
575 |
* Many new examples: I/O automata, Church-Rosser theorem, equivalents |
|
576 |
of the Axiom of Choice; |
|
577 |
||
578 |
||
579 |
||
580 |
New in Isabelle94-2 |
|
581 |
------------------- |
|
582 |
||
583 |
* Significantly faster resolution; |
|
584 |
||
585 |
* the different sections in a .thy file can now be mixed and repeated |
|
586 |
freely; |
|
587 |
||
588 |
* Database of theorems for FOL, HOL and ZF. New |
|
589 |
commands including qed, qed_goal and bind_thm store theorems in the database. |
|
590 |
||
591 |
* Simple database queries: return a named theorem (get_thm) or all theorems of |
|
592 |
a given theory (thms_of), or find out what theory a theorem was proved in |
|
593 |
(theory_of_thm); |
|
594 |
||
595 |
* Bugs fixed in the inductive definition and datatype packages; |
|
596 |
||
597 |
* The classical reasoner provides deepen_tac and depth_tac, making FOL_dup_cs |
|
598 |
and HOL_dup_cs obsolete; |
|
599 |
||
600 |
* Syntactic ambiguities caused by the new treatment of syntax in Isabelle94-1 |
|
601 |
have been removed; |
|
602 |
||
603 |
* Simpler definition of function space in ZF; |
|
604 |
||
605 |
* new results about cardinal and ordinal arithmetic in ZF; |
|
606 |
||
607 |
* 'subtype' facility in HOL for introducing new types as subsets of existing |
|
608 |
types; |
|
609 |
||
610 |
||
2553 | 611 |
$Id$ |