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