author | wenzelm |
Thu, 11 Sep 1997 16:20:56 +0200 | |
changeset 3670 | 9fea3562f8c7 |
parent 3658 | f87dd7b68d8c |
child 3671 | 8326f03d667c |
permissions | -rw-r--r-- |
2553 | 1 |
|
2 |
Isabelle NEWS -- history of user-visible changes |
|
3 |
================================================ |
|
4 |
||
3454 | 5 |
New in Isabelle???? (DATE ????) |
6 |
------------------------------- |
|
7 |
||
3670
9fea3562f8c7
replaced print_goals_ref hook by print_current_goals_fn and
wenzelm
parents:
3658
diff
changeset
|
8 |
* replaced print_goals_ref hook by print_current_goals_fn and |
9fea3562f8c7
replaced print_goals_ref hook by print_current_goals_fn and
wenzelm
parents:
3658
diff
changeset
|
9 |
result_error_fn; |
9fea3562f8c7
replaced print_goals_ref hook by print_current_goals_fn and
wenzelm
parents:
3658
diff
changeset
|
10 |
|
3580 | 11 |
* HOL/simplifier: terms of the form |
12 |
`? x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x)' (or t=x) |
|
13 |
are rewritten to |
|
14 |
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t)' |
|
15 |
||
3658 | 16 |
* HOL/Lists: the function "set_of_list" has been renamed "set" (and its |
3670
9fea3562f8c7
replaced print_goals_ref hook by print_current_goals_fn and
wenzelm
parents:
3658
diff
changeset
|
17 |
theorems too); |
3570 | 18 |
|
3454 | 19 |
* removed old README and Makefiles; |
20 |
||
3511 | 21 |
* removed obsolete init_pps and init_database; |
22 |
||
3579 | 23 |
* defs may now be conditional; improved rewrite_goals_tac to handle |
24 |
conditional equations; |
|
3535 | 25 |
|
26 |
* improved output of warnings / errors; |
|
27 |
||
3579 | 28 |
* deleted the obsolete tactical STATE, which was declared by: |
3567 | 29 |
fun STATE tacfun st = tacfun st st; |
30 |
||
3579 | 31 |
* added simplification meta rules: |
3567 | 32 |
(asm_)(full_)simplify: simpset -> thm -> thm; |
3561 | 33 |
|
3579 | 34 |
* simplifier.ML no longer part of Pure -- has to be loaded by object |
35 |
logics (again); |
|
36 |
||
37 |
* added prems argument to simplification procedures; |
|
38 |
||
39 |
||
40 |
||
3006 | 41 |
New in Isabelle94-8 (May 1997) |
42 |
------------------------------ |
|
2654 | 43 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
44 |
*** General Changes *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
45 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
46 |
* 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
|
47 |
still somewhat experimental); old Makefiles etc. still functional; |
2971 | 48 |
|
3205 | 49 |
* new 'Isabelle System Manual'; |
50 |
||
2825 | 51 |
* INSTALL text, together with ./configure and ./build scripts; |
2773 | 52 |
|
3006 | 53 |
* reimplemented type inference for greater efficiency, better error |
54 |
messages and clean internal interface; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
55 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
56 |
* 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
|
57 |
setting goals_limit); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
58 |
|
3006 | 59 |
|
60 |
*** Syntax *** |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
61 |
|
3116 | 62 |
* supports alternative (named) syntax tables (parser and pretty |
63 |
printer); internal interface is provided by add_modesyntax(_i); |
|
64 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
65 |
* 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
|
66 |
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
|
67 |
"symbols" syntax table; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
68 |
|
2705 | 69 |
* added token_translation interface (may translate name tokens in |
2756 | 70 |
arbitrary ways, dependent on their type (free, bound, tfree, ...) and |
3116 | 71 |
the current print_mode); IMPORTANT: user print translation functions |
72 |
are responsible for marking newly introduced bounds |
|
73 |
(Syntax.mark_boundT); |
|
2705 | 74 |
|
2730 | 75 |
* token translations for modes "xterm" and "xterm_color" that display |
3006 | 76 |
names in bold, underline etc. or colors (which requires a color |
77 |
version of xterm); |
|
2730 | 78 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
79 |
* 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
|
80 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
81 |
* added typed_print_translation (like print_translation, but may |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
82 |
access type of constant); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
83 |
|
3006 | 84 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
85 |
*** Classical Reasoner *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
86 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
87 |
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
|
88 |
some limitations. Blast_tac... |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
89 |
+ ignores addss, addbefore, addafter; this restriction is intrinsic |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
90 |
+ 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
|
91 |
(the conclusion MUST be a formula variable) |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
92 |
+ ignores types, which can make HOL proofs fail |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
93 |
+ 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
|
94 |
[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
|
95 |
+ 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
|
96 |
|
3107 | 97 |
* substitution with equality assumptions no longer permutes other |
98 |
assumptions; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
99 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
100 |
* 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
|
101 |
setwrapper to setWrapper and compwrapper to compWrapper; added safe wrapper |
3107 | 102 |
(and access functions for it); |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
103 |
|
3317 | 104 |
* improved combination of classical reasoner and simplifier: |
105 |
+ functions for handling clasimpsets |
|
106 |
+ improvement of addss: now the simplifier is called _after_ the |
|
107 |
safe steps. |
|
108 |
+ safe variant of addss called addSss: uses safe simplifications |
|
109 |
_during_ the safe steps. It is more complete as it allows multiple |
|
110 |
instantiations of unknowns (e.g. with slow_tac). |
|
3006 | 111 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
112 |
*** Simplifier *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
113 |
|
3006 | 114 |
* added interface for simplification procedures (functions that |
115 |
produce *proven* rewrite rules on the fly, depending on current |
|
116 |
redex); |
|
117 |
||
118 |
* ordering on terms as parameter (used for ordered rewriting); |
|
119 |
||
3107 | 120 |
* 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
|
121 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
122 |
* 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
|
123 |
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
|
124 |
functions setsolver and addsolver have been renamed to setSolver and |
3107 | 125 |
addSolver; added safe_asm_full_simp_tac; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
126 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
127 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
128 |
*** HOL *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
129 |
|
3042 | 130 |
* a generic induction tactic `induct_tac' which works for all datatypes and |
3107 | 131 |
also for type `nat'; |
3042 | 132 |
|
3316 | 133 |
* a generic case distinction tactic `exhaust_tac' which works for all |
134 |
datatypes and also for type `nat'; |
|
135 |
||
136 |
* each datatype comes with a function `size'; |
|
137 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
138 |
* patterns in case expressions allow tuple patterns as arguments to |
3107 | 139 |
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
|
140 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
141 |
* primrec now also works with type nat; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
142 |
|
3338 | 143 |
* recdef: a new declaration form, allows general recursive functions to be |
144 |
defined in theory files. See HOL/ex/Fib, HOL/ex/Primes, HOL/Subst/Unify. |
|
145 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
146 |
* the constant for negation has been renamed from "not" to "Not" to |
3107 | 147 |
harmonize with FOL, ZF, LK, etc.; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
148 |
|
3107 | 149 |
* HOL/ex/LFilter theory of a corecursive "filter" functional for |
150 |
infinite lists; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
151 |
|
3227 | 152 |
* HOL/Modelcheck demonstrates invocation of model checker oracle; |
153 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
154 |
* 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
|
155 |
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
|
156 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
157 |
* more examples in HOL/MiniML and HOL/Auth; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
158 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
159 |
* more default rewrite rules for quantifiers, union/intersection; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
160 |
|
3321 | 161 |
* a new constant `arbitrary == @x.False'; |
162 |
||
3107 | 163 |
* HOLCF/IOA replaces old HOL/IOA; |
164 |
||
2653
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
165 |
* HOLCF changes: derived all rules and arities |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
166 |
+ axiomatic type classes instead of classes |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
167 |
+ typedef instead of faking type definitions |
2747 | 168 |
+ eliminated the internal constants less_fun, less_cfun, UU_fun, UU_cfun etc. |
2730 | 169 |
+ 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
|
170 |
+ eliminated the types void, one, tr |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
171 |
+ 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
|
172 |
+ eliminated blift from Lift3.thy (use Def instead of blift) |
3107 | 173 |
all eliminated rules are derived as theorems --> no visible changes ; |
2649 | 174 |
|
3006 | 175 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
176 |
*** ZF *** |
2553 | 177 |
|
2865 | 178 |
* ZF now has Fast_tac, Simp_tac and Auto_tac. Union_iff is a now a default |
179 |
rewrite rule; this may affect some proofs. eq_cs is gone but can be put back |
|
180 |
as ZF_cs addSIs [equalityI]; |
|
2553 | 181 |
|
2554 | 182 |
|
2732 | 183 |
|
2553 | 184 |
New in Isabelle94-7 (November 96) |
185 |
--------------------------------- |
|
186 |
||
187 |
* allowing negative levels (as offsets) in prlev and choplev; |
|
188 |
||
2554 | 189 |
* super-linear speedup for large simplifications; |
190 |
||
191 |
* FOL, ZF and HOL now use miniscoping: rewriting pushes |
|
192 |
quantifications in as far as possible (COULD MAKE EXISTING PROOFS |
|
193 |
FAIL); can suppress it using the command Delsimps (ex_simps @ |
|
194 |
all_simps); De Morgan laws are also now included, by default; |
|
195 |
||
196 |
* improved printing of ==> : ~: |
|
197 |
||
198 |
* new object-logic "Sequents" adds linear logic, while replacing LK |
|
199 |
and Modal (thanks to Sara Kalvala); |
|
200 |
||
201 |
* HOL/Auth: correctness proofs for authentication protocols; |
|
202 |
||
203 |
* HOL: new auto_tac combines rewriting and classical reasoning (many |
|
204 |
examples on HOL/Auth); |
|
205 |
||
206 |
* HOL: new command AddIffs for declaring theorems of the form P=Q to |
|
207 |
the rewriter and classical reasoner simultaneously; |
|
208 |
||
209 |
* function uresult no longer returns theorems in "standard" format; |
|
210 |
regain previous version by: val uresult = standard o uresult; |
|
211 |
||
212 |
||
213 |
||
214 |
New in Isabelle94-6 |
|
215 |
------------------- |
|
216 |
||
217 |
* oracles -- these establish an interface between Isabelle and trusted |
|
218 |
external reasoners, which may deliver results as theorems; |
|
219 |
||
220 |
* proof objects (in particular record all uses of oracles); |
|
221 |
||
222 |
* Simp_tac, Fast_tac, etc. that refer to implicit simpset / claset; |
|
223 |
||
224 |
* "constdefs" section in theory files; |
|
225 |
||
226 |
* "primrec" section (HOL) no longer requires names; |
|
227 |
||
228 |
* internal type "tactic" now simply "thm -> thm Sequence.seq"; |
|
229 |
||
230 |
||
231 |
||
232 |
New in Isabelle94-5 |
|
233 |
------------------- |
|
234 |
||
235 |
* reduced space requirements; |
|
236 |
||
237 |
* automatic HTML generation from theories; |
|
238 |
||
239 |
* theory files no longer require "..." (quotes) around most types; |
|
240 |
||
241 |
* new examples, including two proofs of the Church-Rosser theorem; |
|
242 |
||
243 |
* non-curried (1994) version of HOL is no longer distributed; |
|
244 |
||
2553 | 245 |
|
2557 | 246 |
|
247 |
New in Isabelle94-4 |
|
248 |
------------------- |
|
249 |
||
2747 | 250 |
* greatly reduced space requirements; |
2557 | 251 |
|
252 |
* theory files (.thy) no longer require \...\ escapes at line breaks; |
|
253 |
||
254 |
* searchable theorem database (see the section "Retrieving theorems" on |
|
255 |
page 8 of the Reference Manual); |
|
256 |
||
257 |
* new examples, including Grabczewski's monumental case study of the |
|
258 |
Axiom of Choice; |
|
259 |
||
260 |
* The previous version of HOL renamed to Old_HOL; |
|
261 |
||
262 |
* The new version of HOL (previously called CHOL) uses a curried syntax |
|
263 |
for functions. Application looks like f a b instead of f(a,b); |
|
264 |
||
265 |
* Mutually recursive inductive definitions finally work in HOL; |
|
266 |
||
267 |
* In ZF, pattern-matching on tuples is now available in all abstractions and |
|
268 |
translates to the operator "split"; |
|
269 |
||
270 |
||
271 |
||
272 |
New in Isabelle94-3 |
|
273 |
------------------- |
|
274 |
||
275 |
* new infix operator, addss, allowing the classical reasoner to |
|
276 |
perform simplification at each step of its search. Example: |
|
277 |
fast_tac (cs addss ss) |
|
278 |
||
279 |
* a new logic, CHOL, the same as HOL, but with a curried syntax |
|
280 |
for functions. Application looks like f a b instead of f(a,b). Also pairs |
|
281 |
look like (a,b) instead of <a,b>; |
|
282 |
||
283 |
* PLEASE NOTE: CHOL will eventually replace HOL! |
|
284 |
||
285 |
* In CHOL, pattern-matching on tuples is now available in all abstractions. |
|
286 |
It translates to the operator "split". A new theory of integers is available; |
|
287 |
||
288 |
* In ZF, integer numerals now denote two's-complement binary integers. |
|
289 |
Arithmetic operations can be performed by rewriting. See ZF/ex/Bin.ML; |
|
290 |
||
291 |
* Many new examples: I/O automata, Church-Rosser theorem, equivalents |
|
292 |
of the Axiom of Choice; |
|
293 |
||
294 |
||
295 |
||
296 |
New in Isabelle94-2 |
|
297 |
------------------- |
|
298 |
||
299 |
* Significantly faster resolution; |
|
300 |
||
301 |
* the different sections in a .thy file can now be mixed and repeated |
|
302 |
freely; |
|
303 |
||
304 |
* Database of theorems for FOL, HOL and ZF. New |
|
305 |
commands including qed, qed_goal and bind_thm store theorems in the database. |
|
306 |
||
307 |
* Simple database queries: return a named theorem (get_thm) or all theorems of |
|
308 |
a given theory (thms_of), or find out what theory a theorem was proved in |
|
309 |
(theory_of_thm); |
|
310 |
||
311 |
* Bugs fixed in the inductive definition and datatype packages; |
|
312 |
||
313 |
* The classical reasoner provides deepen_tac and depth_tac, making FOL_dup_cs |
|
314 |
and HOL_dup_cs obsolete; |
|
315 |
||
316 |
* Syntactic ambiguities caused by the new treatment of syntax in Isabelle94-1 |
|
317 |
have been removed; |
|
318 |
||
319 |
* Simpler definition of function space in ZF; |
|
320 |
||
321 |
* new results about cardinal and ordinal arithmetic in ZF; |
|
322 |
||
323 |
* 'subtype' facility in HOL for introducing new types as subsets of existing |
|
324 |
types; |
|
325 |
||
326 |
||
2553 | 327 |
$Id$ |