author | nipkow |
Mon, 03 Nov 1997 08:16:35 +0100 | |
changeset 4070 | 3a6e1e562aed |
parent 4035 | 6ffbc7b11abd |
child 4108 | 1610602a2964 |
permissions | -rw-r--r-- |
3943 | 1 |
|
2553 | 2 |
Isabelle NEWS -- history of user-visible changes |
3 |
================================================ |
|
4 |
||
3454 | 5 |
New in Isabelle???? (DATE ????) |
6 |
------------------------------- |
|
7 |
||
3715 | 8 |
*** General Changes *** |
9 |
||
3901 | 10 |
* hierachically structured name spaces (for consts, types, axms, |
3943 | 11 |
etc.); new lexical class 'longid' (e.g. Foo.bar.x) may render much of |
12 |
old input syntactically incorrect (e.g. "%x.x"); isatool fixdots |
|
13 |
ensures space after dots (e.g. "%x. x"); set long_names for fully |
|
14 |
qualified output names; NOTE: in case of severe problems with backward |
|
3985 | 15 |
campatibility try setting 'global_names' at compile time to disable |
3943 | 16 |
qualified names for theories; may also fine tune theories via 'global' |
17 |
and 'local' section; |
|
3856 | 18 |
|
3857 | 19 |
* HTML output now includes theory graph data for display with Java |
20 |
applet or isatool browser; data generated automatically via isatool |
|
3901 | 21 |
usedir (see -i option, ISABELLE_USEDIR_OPTIONS); |
3857 | 22 |
|
3856 | 23 |
* defs may now be conditional; improved rewrite_goals_tac to handle |
24 |
conditional equations; |
|
25 |
||
3901 | 26 |
* theory aliases via merge (e.g. M=A+B+C) no longer supported, always |
27 |
creates a new theory node; implicit merge of thms' signatures is |
|
28 |
restricted to 'trivial' ones, thus one may have to use |
|
29 |
transfer:theory->thm->thm in (rare) cases; |
|
30 |
||
3968
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
31 |
* improved handling of draft signatures / theories; draft thms (and |
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
32 |
ctyps, cterms) are automatically promoted to real ones; |
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
wenzelm
parents:
3964
diff
changeset
|
33 |
|
3901 | 34 |
* slightly changed interfaces for oracles: admit many per theory, named |
35 |
(e.g. oracle foo = mlfun), additional name argument for invoke_oracle; |
|
36 |
||
37 |
* print_goals: optional output of const types (set show_consts and |
|
38 |
show_types); |
|
3851
fe9932a7cd46
print_goals: optional output of const types (set show_consts);
wenzelm
parents:
3846
diff
changeset
|
39 |
|
3744 | 40 |
* improved output of warnings (###) / errors (***); |
3697
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
wenzelm
parents:
3671
diff
changeset
|
41 |
|
3715 | 42 |
* removed old README and Makefiles; |
3697
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
wenzelm
parents:
3671
diff
changeset
|
43 |
|
3856 | 44 |
* 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
|
45 |
|
3715 | 46 |
* removed obsolete init_pps and init_database; |
47 |
||
48 |
* deleted the obsolete tactical STATE, which was declared by |
|
49 |
fun STATE tacfun st = tacfun st st; |
|
50 |
||
51 |
||
52 |
*** Classical Reasoner *** |
|
53 |
||
3744 | 54 |
* Clarify_tac, clarify_tac, clarify_step_tac, Clarify_step_tac: new |
55 |
tactics that use classical reasoning to simplify a subgoal without |
|
56 |
splitting it into several subgoals; |
|
3715 | 57 |
|
3719 | 58 |
* Safe_tac: like safe_tac but uses the default claset; |
59 |
||
3715 | 60 |
|
61 |
*** Simplifier *** |
|
62 |
||
63 |
* added simplification meta rules: |
|
64 |
(asm_)(full_)simplify: simpset -> thm -> thm; |
|
65 |
||
66 |
* simplifier.ML no longer part of Pure -- has to be loaded by object |
|
67 |
logics (again); |
|
68 |
||
69 |
* added prems argument to simplification procedures; |
|
70 |
||
71 |
||
72 |
*** Syntax *** |
|
73 |
||
3985 | 74 |
* no longer handles consts with name "" -- declare as 'syntax' instead; |
3856 | 75 |
|
76 |
* pretty printer: changed order of mixfix annotation preference (again!); |
|
3846 | 77 |
|
3715 | 78 |
* Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories; |
79 |
||
80 |
||
81 |
*** HOL *** |
|
82 |
||
4035 | 83 |
* HOL/TLA: Stephan Merz's formalization of Lamport's Temporal Logic of Actions; |
3985 | 84 |
|
85 |
* HOL/Auth: new protocol proofs including some for the Internet |
|
4035 | 86 |
protocol TLS; |
3985 | 87 |
|
3982 | 88 |
* HOL/Map: new theory of `maps' a la VDM. |
89 |
||
3930 | 90 |
* HOL/simplifier: added infix function `addsplits': |
91 |
instead of `<simpset> setloop (split_tac <thms>)' |
|
3964 | 92 |
you can simply write `<simpset> addsplits <thms>' |
3930 | 93 |
|
3580 | 94 |
* HOL/simplifier: terms of the form |
95 |
`? x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x)' (or t=x) |
|
96 |
are rewritten to |
|
4035 | 97 |
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t)', |
98 |
and those of the form |
|
99 |
`! x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x) --> R(x)' (or t=x) |
|
100 |
are rewritten to |
|
101 |
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t) --> R(t)', |
|
102 |
||
103 |
* HOL/datatype |
|
104 |
Each datatype `t' now comes with a theorem `split_t_case' of the form |
|
3580 | 105 |
|
4035 | 106 |
P(t_case f1 ... fn x) = |
107 |
( (!y1 ... ym1. x = C1 y1 ... ym1 --> P(f1 y1 ... ym1)) & |
|
108 |
... |
|
109 |
(!y1 ... ymn. x = Cn y1 ... ymn --> P(f1 y1 ... ymn)) |
|
110 |
) |
|
111 |
||
4070 | 112 |
which can be added to a simpset via `addsplits'. The existing theorems |
113 |
expand_list_case and expand_option_case have been renamed to |
|
114 |
split_list_case and split_option_case. |
|
4035 | 115 |
|
116 |
* HOL/Lists: the function "set_of_list" has been renamed "set" |
|
117 |
(and its theorems too); |
|
3570 | 118 |
|
3454 | 119 |
|
3715 | 120 |
*** HOLCF *** |
3535 | 121 |
|
3985 | 122 |
* HOLCF: fixed LAM <x,y,zs>.b syntax; |
3567 | 123 |
|
3744 | 124 |
* added extended adm_tac to simplifier in HOLCF -- can now discharge |
125 |
adm (%x. P (t x)), where P is chainfinite and t continuous; |
|
3579 | 126 |
|
127 |
||
3719 | 128 |
*** FOL and ZF *** |
129 |
||
3744 | 130 |
* qed_spec_mp, qed_goal_spec_mp, qed_goalw_spec_mp are available, as |
131 |
in HOL, they strip ALL and --> from proved theorems; |
|
132 |
||
3719 | 133 |
|
3579 | 134 |
|
3006 | 135 |
New in Isabelle94-8 (May 1997) |
136 |
------------------------------ |
|
2654 | 137 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
138 |
*** General Changes *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
139 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
140 |
* 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
|
141 |
still somewhat experimental); old Makefiles etc. still functional; |
2971 | 142 |
|
3205 | 143 |
* new 'Isabelle System Manual'; |
144 |
||
2825 | 145 |
* INSTALL text, together with ./configure and ./build scripts; |
2773 | 146 |
|
3006 | 147 |
* reimplemented type inference for greater efficiency, better error |
148 |
messages and clean internal interface; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
149 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
150 |
* 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
|
151 |
setting goals_limit); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
152 |
|
3006 | 153 |
|
154 |
*** Syntax *** |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
155 |
|
3116 | 156 |
* supports alternative (named) syntax tables (parser and pretty |
157 |
printer); internal interface is provided by add_modesyntax(_i); |
|
158 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
159 |
* 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
|
160 |
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
|
161 |
"symbols" syntax table; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
162 |
|
2705 | 163 |
* added token_translation interface (may translate name tokens in |
2756 | 164 |
arbitrary ways, dependent on their type (free, bound, tfree, ...) and |
3116 | 165 |
the current print_mode); IMPORTANT: user print translation functions |
166 |
are responsible for marking newly introduced bounds |
|
167 |
(Syntax.mark_boundT); |
|
2705 | 168 |
|
2730 | 169 |
* token translations for modes "xterm" and "xterm_color" that display |
3006 | 170 |
names in bold, underline etc. or colors (which requires a color |
171 |
version of xterm); |
|
2730 | 172 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
173 |
* 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
|
174 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
175 |
* added typed_print_translation (like print_translation, but may |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
176 |
access type of constant); |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
177 |
|
3006 | 178 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
179 |
*** Classical Reasoner *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
180 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
181 |
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
|
182 |
some limitations. Blast_tac... |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
183 |
+ ignores addss, addbefore, addafter; this restriction is intrinsic |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
184 |
+ 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
|
185 |
(the conclusion MUST be a formula variable) |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
186 |
+ ignores types, which can make HOL proofs fail |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
187 |
+ 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
|
188 |
[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
|
189 |
+ 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
|
190 |
|
3107 | 191 |
* substitution with equality assumptions no longer permutes other |
192 |
assumptions; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
193 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
194 |
* 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
|
195 |
setwrapper to setWrapper and compwrapper to compWrapper; added safe wrapper |
3107 | 196 |
(and access functions for it); |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
197 |
|
3317 | 198 |
* improved combination of classical reasoner and simplifier: |
199 |
+ functions for handling clasimpsets |
|
200 |
+ improvement of addss: now the simplifier is called _after_ the |
|
201 |
safe steps. |
|
202 |
+ safe variant of addss called addSss: uses safe simplifications |
|
203 |
_during_ the safe steps. It is more complete as it allows multiple |
|
204 |
instantiations of unknowns (e.g. with slow_tac). |
|
3006 | 205 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
206 |
*** Simplifier *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
207 |
|
3006 | 208 |
* added interface for simplification procedures (functions that |
209 |
produce *proven* rewrite rules on the fly, depending on current |
|
210 |
redex); |
|
211 |
||
212 |
* ordering on terms as parameter (used for ordered rewriting); |
|
213 |
||
3107 | 214 |
* 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
|
215 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
216 |
* 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
|
217 |
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
|
218 |
functions setsolver and addsolver have been renamed to setSolver and |
3107 | 219 |
addSolver; added safe_asm_full_simp_tac; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
220 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
221 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
222 |
*** HOL *** |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
223 |
|
3042 | 224 |
* a generic induction tactic `induct_tac' which works for all datatypes and |
3107 | 225 |
also for type `nat'; |
3042 | 226 |
|
3316 | 227 |
* a generic case distinction tactic `exhaust_tac' which works for all |
228 |
datatypes and also for type `nat'; |
|
229 |
||
230 |
* each datatype comes with a function `size'; |
|
231 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
232 |
* patterns in case expressions allow tuple patterns as arguments to |
3107 | 233 |
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
|
234 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
235 |
* primrec now also works with type nat; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
236 |
|
3338 | 237 |
* recdef: a new declaration form, allows general recursive functions to be |
238 |
defined in theory files. See HOL/ex/Fib, HOL/ex/Primes, HOL/Subst/Unify. |
|
239 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
240 |
* the constant for negation has been renamed from "not" to "Not" to |
3107 | 241 |
harmonize with FOL, ZF, LK, etc.; |
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
242 |
|
3107 | 243 |
* HOL/ex/LFilter theory of a corecursive "filter" functional for |
244 |
infinite lists; |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
245 |
|
3227 | 246 |
* HOL/Modelcheck demonstrates invocation of model checker oracle; |
247 |
||
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
248 |
* 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
|
249 |
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
|
250 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
251 |
* more examples in HOL/MiniML and HOL/Auth; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
252 |
|
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
253 |
* more default rewrite rules for quantifiers, union/intersection; |
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
254 |
|
3321 | 255 |
* a new constant `arbitrary == @x.False'; |
256 |
||
3107 | 257 |
* HOLCF/IOA replaces old HOL/IOA; |
258 |
||
2653
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
259 |
* HOLCF changes: derived all rules and arities |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
260 |
+ axiomatic type classes instead of classes |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
261 |
+ typedef instead of faking type definitions |
2747 | 262 |
+ eliminated the internal constants less_fun, less_cfun, UU_fun, UU_cfun etc. |
2730 | 263 |
+ 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
|
264 |
+ eliminated the types void, one, tr |
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
slotosch
parents:
2649
diff
changeset
|
265 |
+ 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
|
266 |
+ eliminated blift from Lift3.thy (use Def instead of blift) |
3107 | 267 |
all eliminated rules are derived as theorems --> no visible changes ; |
2649 | 268 |
|
3006 | 269 |
|
3002
223e5d65faaa
Reorganized under headings. Also documented Blast_tac and LFilter
paulson
parents:
2993
diff
changeset
|
270 |
*** ZF *** |
2553 | 271 |
|
2865 | 272 |
* ZF now has Fast_tac, Simp_tac and Auto_tac. Union_iff is a now a default |
273 |
rewrite rule; this may affect some proofs. eq_cs is gone but can be put back |
|
274 |
as ZF_cs addSIs [equalityI]; |
|
2553 | 275 |
|
2554 | 276 |
|
2732 | 277 |
|
2553 | 278 |
New in Isabelle94-7 (November 96) |
279 |
--------------------------------- |
|
280 |
||
281 |
* allowing negative levels (as offsets) in prlev and choplev; |
|
282 |
||
2554 | 283 |
* super-linear speedup for large simplifications; |
284 |
||
285 |
* FOL, ZF and HOL now use miniscoping: rewriting pushes |
|
286 |
quantifications in as far as possible (COULD MAKE EXISTING PROOFS |
|
287 |
FAIL); can suppress it using the command Delsimps (ex_simps @ |
|
288 |
all_simps); De Morgan laws are also now included, by default; |
|
289 |
||
290 |
* improved printing of ==> : ~: |
|
291 |
||
292 |
* new object-logic "Sequents" adds linear logic, while replacing LK |
|
293 |
and Modal (thanks to Sara Kalvala); |
|
294 |
||
295 |
* HOL/Auth: correctness proofs for authentication protocols; |
|
296 |
||
297 |
* HOL: new auto_tac combines rewriting and classical reasoning (many |
|
298 |
examples on HOL/Auth); |
|
299 |
||
300 |
* HOL: new command AddIffs for declaring theorems of the form P=Q to |
|
301 |
the rewriter and classical reasoner simultaneously; |
|
302 |
||
303 |
* function uresult no longer returns theorems in "standard" format; |
|
304 |
regain previous version by: val uresult = standard o uresult; |
|
305 |
||
306 |
||
307 |
||
308 |
New in Isabelle94-6 |
|
309 |
------------------- |
|
310 |
||
311 |
* oracles -- these establish an interface between Isabelle and trusted |
|
312 |
external reasoners, which may deliver results as theorems; |
|
313 |
||
314 |
* proof objects (in particular record all uses of oracles); |
|
315 |
||
316 |
* Simp_tac, Fast_tac, etc. that refer to implicit simpset / claset; |
|
317 |
||
318 |
* "constdefs" section in theory files; |
|
319 |
||
320 |
* "primrec" section (HOL) no longer requires names; |
|
321 |
||
322 |
* internal type "tactic" now simply "thm -> thm Sequence.seq"; |
|
323 |
||
324 |
||
325 |
||
326 |
New in Isabelle94-5 |
|
327 |
------------------- |
|
328 |
||
329 |
* reduced space requirements; |
|
330 |
||
331 |
* automatic HTML generation from theories; |
|
332 |
||
333 |
* theory files no longer require "..." (quotes) around most types; |
|
334 |
||
335 |
* new examples, including two proofs of the Church-Rosser theorem; |
|
336 |
||
337 |
* non-curried (1994) version of HOL is no longer distributed; |
|
338 |
||
2553 | 339 |
|
2557 | 340 |
|
341 |
New in Isabelle94-4 |
|
342 |
------------------- |
|
343 |
||
2747 | 344 |
* greatly reduced space requirements; |
2557 | 345 |
|
346 |
* theory files (.thy) no longer require \...\ escapes at line breaks; |
|
347 |
||
348 |
* searchable theorem database (see the section "Retrieving theorems" on |
|
349 |
page 8 of the Reference Manual); |
|
350 |
||
351 |
* new examples, including Grabczewski's monumental case study of the |
|
352 |
Axiom of Choice; |
|
353 |
||
354 |
* The previous version of HOL renamed to Old_HOL; |
|
355 |
||
356 |
* The new version of HOL (previously called CHOL) uses a curried syntax |
|
357 |
for functions. Application looks like f a b instead of f(a,b); |
|
358 |
||
359 |
* Mutually recursive inductive definitions finally work in HOL; |
|
360 |
||
361 |
* In ZF, pattern-matching on tuples is now available in all abstractions and |
|
362 |
translates to the operator "split"; |
|
363 |
||
364 |
||
365 |
||
366 |
New in Isabelle94-3 |
|
367 |
------------------- |
|
368 |
||
369 |
* new infix operator, addss, allowing the classical reasoner to |
|
370 |
perform simplification at each step of its search. Example: |
|
371 |
fast_tac (cs addss ss) |
|
372 |
||
373 |
* a new logic, CHOL, the same as HOL, but with a curried syntax |
|
374 |
for functions. Application looks like f a b instead of f(a,b). Also pairs |
|
375 |
look like (a,b) instead of <a,b>; |
|
376 |
||
377 |
* PLEASE NOTE: CHOL will eventually replace HOL! |
|
378 |
||
379 |
* In CHOL, pattern-matching on tuples is now available in all abstractions. |
|
380 |
It translates to the operator "split". A new theory of integers is available; |
|
381 |
||
382 |
* In ZF, integer numerals now denote two's-complement binary integers. |
|
383 |
Arithmetic operations can be performed by rewriting. See ZF/ex/Bin.ML; |
|
384 |
||
385 |
* Many new examples: I/O automata, Church-Rosser theorem, equivalents |
|
386 |
of the Axiom of Choice; |
|
387 |
||
388 |
||
389 |
||
390 |
New in Isabelle94-2 |
|
391 |
------------------- |
|
392 |
||
393 |
* Significantly faster resolution; |
|
394 |
||
395 |
* the different sections in a .thy file can now be mixed and repeated |
|
396 |
freely; |
|
397 |
||
398 |
* Database of theorems for FOL, HOL and ZF. New |
|
399 |
commands including qed, qed_goal and bind_thm store theorems in the database. |
|
400 |
||
401 |
* Simple database queries: return a named theorem (get_thm) or all theorems of |
|
402 |
a given theory (thms_of), or find out what theory a theorem was proved in |
|
403 |
(theory_of_thm); |
|
404 |
||
405 |
* Bugs fixed in the inductive definition and datatype packages; |
|
406 |
||
407 |
* The classical reasoner provides deepen_tac and depth_tac, making FOL_dup_cs |
|
408 |
and HOL_dup_cs obsolete; |
|
409 |
||
410 |
* Syntactic ambiguities caused by the new treatment of syntax in Isabelle94-1 |
|
411 |
have been removed; |
|
412 |
||
413 |
* Simpler definition of function space in ZF; |
|
414 |
||
415 |
* new results about cardinal and ordinal arithmetic in ZF; |
|
416 |
||
417 |
* 'subtype' facility in HOL for introducing new types as subsets of existing |
|
418 |
types; |
|
419 |
||
420 |
||
2553 | 421 |
$Id$ |