| author | webertj | 
| Wed, 26 May 2004 18:03:52 +0200 | |
| changeset 14807 | e8ccb13d7774 | 
| parent 14795 | b702848de41f | 
| child 14816 | b77cebcd7e6e | 
| permissions | -rw-r--r-- | 
| 5363 | 1  | 
Isabelle NEWS -- history user-relevant changes  | 
2  | 
==============================================  | 
|
| 2553 | 3  | 
|
| 
14655
 
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
 
wenzelm 
parents: 
14624 
diff
changeset
 | 
4  | 
New in this Isabelle release  | 
| 
 
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
 
wenzelm 
parents: 
14624 
diff
changeset
 | 
5  | 
----------------------------  | 
| 
 
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
 
wenzelm 
parents: 
14624 
diff
changeset
 | 
6  | 
|
| 
 
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
 
wenzelm 
parents: 
14624 
diff
changeset
 | 
7  | 
*** General ***  | 
| 
 
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
 
wenzelm 
parents: 
14624 
diff
changeset
 | 
8  | 
|
| 
 
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
 
wenzelm 
parents: 
14624 
diff
changeset
 | 
9  | 
* Pure: considerably improved version of 'constdefs' command. Now  | 
| 14731 | 10  | 
performs automatic type-inference of declared constants; additional  | 
11  | 
support for local structure declarations (cf. locales and HOL  | 
|
12  | 
records), see also isar-ref manual. Potential INCOMPATIBILITY: need  | 
|
13  | 
to observe strictly sequential dependencies of definitions within a  | 
|
14  | 
single 'constdefs' section; moreover, the declared name needs to be  | 
|
15  | 
an identifier. If all fails, consider to fall back on 'consts' and  | 
|
16  | 
'defs' separately.  | 
|
| 
14655
 
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
 
wenzelm 
parents: 
14624 
diff
changeset
 | 
17  | 
|
| 
14698
 
7e4dec3fd515
improvd indexed syntax and implicit structures; tuned renaming of symbolic identifiers
 
wenzelm 
parents: 
14682 
diff
changeset
 | 
18  | 
* Pure: improved indexed syntax and implicit structures. First of  | 
| 14731 | 19  | 
all, indexed syntax provides a notational device for subscripted  | 
20  | 
application, using the new syntax \<^bsub>term\<^esub> for arbitrary  | 
|
21  | 
expressions. Secondly, in a local context with structure  | 
|
22  | 
declarations, number indexes \<^sub>n or the empty index (default  | 
|
23  | 
number 1) refer to a certain fixed variable implicitly; option  | 
|
24  | 
show_structs controls printing of implicit structures. Typical  | 
|
25  | 
applications of these concepts involve record types and locales.  | 
|
26  | 
||
27  | 
* Pure: syntax of terms, types etc. includes (*(*nested*) comments*).  | 
|
| 
14698
 
7e4dec3fd515
improvd indexed syntax and implicit structures; tuned renaming of symbolic identifiers
 
wenzelm 
parents: 
14682 
diff
changeset
 | 
28  | 
|
| 14707 | 29  | 
* Pure: 'advanced' translation functions (parse_translation etc.) may  | 
| 14731 | 30  | 
depend on the signature of the theory context being presently used  | 
31  | 
for parsing/printing, see also isar-ref manual.  | 
|
| 14707 | 32  | 
|
| 
14698
 
7e4dec3fd515
improvd indexed syntax and implicit structures; tuned renaming of symbolic identifiers
 
wenzelm 
parents: 
14682 
diff
changeset
 | 
33  | 
* Pure: tuned internal renaming of symbolic identifiers -- attach  | 
| 14731 | 34  | 
primes instead of base 26 numbers.  | 
| 
14698
 
7e4dec3fd515
improvd indexed syntax and implicit structures; tuned renaming of symbolic identifiers
 
wenzelm 
parents: 
14682 
diff
changeset
 | 
35  | 
|
| 
14795
 
b702848de41f
Pure: clear separation of logical types and nonterminals;
 
wenzelm 
parents: 
14731 
diff
changeset
 | 
36  | 
* Pure: clear separation of logical types and nonterminals, where the  | 
| 
 
b702848de41f
Pure: clear separation of logical types and nonterminals;
 
wenzelm 
parents: 
14731 
diff
changeset
 | 
37  | 
latter may only occur in 'syntax' specifications or type  | 
| 
 
b702848de41f
Pure: clear separation of logical types and nonterminals;
 
wenzelm 
parents: 
14731 
diff
changeset
 | 
38  | 
abbreviations. Before that distinction was only partially  | 
| 
 
b702848de41f
Pure: clear separation of logical types and nonterminals;
 
wenzelm 
parents: 
14731 
diff
changeset
 | 
39  | 
  implemented via type class "logic" vs. "{}".  Potential
 | 
| 
 
b702848de41f
Pure: clear separation of logical types and nonterminals;
 
wenzelm 
parents: 
14731 
diff
changeset
 | 
40  | 
INCOMPATIBILITY in rare cases of improper use of 'types'/'consts'  | 
| 
 
b702848de41f
Pure: clear separation of logical types and nonterminals;
 
wenzelm 
parents: 
14731 
diff
changeset
 | 
41  | 
instead of 'nonterminals'/'syntax'. Some very exotic syntax  | 
| 
 
b702848de41f
Pure: clear separation of logical types and nonterminals;
 
wenzelm 
parents: 
14731 
diff
changeset
 | 
42  | 
specifications requiring additional non-logical non-syntactic types  | 
| 
 
b702848de41f
Pure: clear separation of logical types and nonterminals;
 
wenzelm 
parents: 
14731 
diff
changeset
 | 
43  | 
(apart from 'prop' vs. 'logic') may need to be reformulated with  | 
| 
 
b702848de41f
Pure: clear separation of logical types and nonterminals;
 
wenzelm 
parents: 
14731 
diff
changeset
 | 
44  | 
duplicated 'consts'/'syntax' declarations (e.g. see Cube/Base.thy).  | 
| 
 
b702848de41f
Pure: clear separation of logical types and nonterminals;
 
wenzelm 
parents: 
14731 
diff
changeset
 | 
45  | 
|
| 14707 | 46  | 
|
| 
14700
 
2f885b7e5ba7
reimplementation of HOL records; only one type is created for
 
schirmer 
parents: 
14699 
diff
changeset
 | 
47  | 
*** HOL ***  | 
| 
 
2f885b7e5ba7
reimplementation of HOL records; only one type is created for
 
schirmer 
parents: 
14699 
diff
changeset
 | 
48  | 
|
| 14731 | 49  | 
* HOL/record: reimplementation of records. Improved scalability for  | 
50  | 
records with many fields, avoiding performance problems for type  | 
|
51  | 
inference. Records are no longer composed of nested field types, but  | 
|
52  | 
of nested extension types. Therefore the record type only grows  | 
|
53  | 
linear in the number of extensions and not in the number of fields.  | 
|
54  | 
The top-level (users) view on records is preserved. Potential  | 
|
55  | 
INCOMPATIBILITY only in strange cases, where the theory depends on  | 
|
56  | 
the old record representation. The type generated for a record is  | 
|
57  | 
called <record_name>_ext_type.  | 
|
58  | 
||
59  | 
* Simplifier: "record_upd_simproc" for simplification of multiple  | 
|
60  | 
record updates enabled by default. INCOMPATIBILITY: old proofs  | 
|
61  | 
break occasionally, since simplification is more powerful by  | 
|
62  | 
default.  | 
|
63  | 
||
| 
14655
 
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
 
wenzelm 
parents: 
14624 
diff
changeset
 | 
64  | 
|
| 
14682
 
a5072752114c
HOLCF: discontinued special version of 'constdefs';
 
wenzelm 
parents: 
14655 
diff
changeset
 | 
65  | 
*** HOLCF ***  | 
| 
 
a5072752114c
HOLCF: discontinued special version of 'constdefs';
 
wenzelm 
parents: 
14655 
diff
changeset
 | 
66  | 
|
| 
 
a5072752114c
HOLCF: discontinued special version of 'constdefs';
 
wenzelm 
parents: 
14655 
diff
changeset
 | 
67  | 
* HOLCF: discontinued special version of 'constdefs' (which used to  | 
| 14731 | 68  | 
support continuous functions) in favor of the general Pure one with  | 
69  | 
full type-inference.  | 
|
| 
14682
 
a5072752114c
HOLCF: discontinued special version of 'constdefs';
 
wenzelm 
parents: 
14655 
diff
changeset
 | 
70  | 
|
| 
 
a5072752114c
HOLCF: discontinued special version of 'constdefs';
 
wenzelm 
parents: 
14655 
diff
changeset
 | 
71  | 
|
| 
14655
 
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
 
wenzelm 
parents: 
14624 
diff
changeset
 | 
72  | 
|
| 14606 | 73  | 
New in Isabelle2004 (April 2004)  | 
74  | 
--------------------------------  | 
|
| 
13280
 
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
 
wenzelm 
parents: 
13190 
diff
changeset
 | 
75  | 
|
| 
14171
 
0cab06e3bbd0
Extended the notion of letter and digit, such that now one may use greek,
 
skalberg 
parents: 
14136 
diff
changeset
 | 
76  | 
*** General ***  | 
| 
 
0cab06e3bbd0
Extended the notion of letter and digit, such that now one may use greek,
 
skalberg 
parents: 
14136 
diff
changeset
 | 
77  | 
|
| 
14398
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
78  | 
* Provers/order.ML: new efficient reasoner for partial and linear orders.  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
79  | 
Replaces linorder.ML.  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
80  | 
|
| 14606 | 81  | 
* Pure: Greek letters (except small lambda, \<lambda>), as well as Gothic  | 
82  | 
(\<aa>...\<zz>\<AA>...\<ZZ>), calligraphic (\<A>...\<Z>), and Euler  | 
|
| 14173 | 83  | 
(\<a>...\<z>), are now considered normal letters, and can therefore  | 
84  | 
be used anywhere where an ASCII letter (a...zA...Z) has until  | 
|
85  | 
now. COMPATIBILITY: This obviously changes the parsing of some  | 
|
86  | 
terms, especially where a symbol has been used as a binder, say  | 
|
87  | 
'\<Pi>x. ...', which is now a type error since \<Pi>x will be parsed  | 
|
88  | 
as an identifier. Fix it by inserting a space around former  | 
|
89  | 
symbols. Call 'isatool fixgreek' to try to fix parsing errors in  | 
|
90  | 
existing theory and ML files.  | 
|
| 
14171
 
0cab06e3bbd0
Extended the notion of letter and digit, such that now one may use greek,
 
skalberg 
parents: 
14136 
diff
changeset
 | 
91  | 
|
| 14237 | 92  | 
* Pure: Macintosh and Windows line-breaks are now allowed in theory files.  | 
93  | 
||
| 14731 | 94  | 
* Pure: single letter sub/superscripts (\<^isub> and \<^isup>) are now  | 
95  | 
allowed in identifiers. Similar to Greek letters \<^isub> is now considered  | 
|
96  | 
a normal (but invisible) letter. For multiple letter subscripts repeat  | 
|
97  | 
\<^isub> like this: x\<^isub>1\<^isub>2.  | 
|
| 14233 | 98  | 
|
| 14333 | 99  | 
* Pure: There are now sub-/superscripts that can span more than one  | 
100  | 
character. Text between \<^bsub> and \<^esub> is set in subscript in  | 
|
| 14606 | 101  | 
ProofGeneral and LaTeX, text between \<^bsup> and \<^esup> in  | 
102  | 
superscript. The new control characters are not identifier parts.  | 
|
| 14333 | 103  | 
|
| 
14561
 
c53396af770e
* raw control symbols are of the form \<^raw:...> now.
 
schirmer 
parents: 
14556 
diff
changeset
 | 
104  | 
* Pure: Control-symbols of the form \<^raw:...> will literally print the  | 
| 14606 | 105  | 
content of "..." to the latex file instead of \isacntrl... . The "..."  | 
106  | 
may consist of any printable characters excluding the end bracket >.  | 
|
| 
14361
 
ad2f5da643b4
* Support for raw latex output in control symbols: \<^raw...>
 
schirmer 
parents: 
14333 
diff
changeset
 | 
107  | 
|
| 14237 | 108  | 
* Pure: Using new Isar command "finalconsts" (or the ML functions  | 
109  | 
Theory.add_finals or Theory.add_finals_i) it is now possible to  | 
|
110  | 
declare constants "final", which prevents their being given a definition  | 
|
111  | 
later. It is useful for constants whose behaviour is fixed axiomatically  | 
|
| 14224 | 112  | 
rather than definitionally, such as the meta-logic connectives.  | 
113  | 
||
| 14606 | 114  | 
* Pure: 'instance' now handles general arities with general sorts  | 
115  | 
(i.e. intersections of classes),  | 
|
| 
14503
 
255ad604e08e
Added check that Theory.ML does not occur in the files section of the theory
 
skalberg 
parents: 
14480 
diff
changeset
 | 
116  | 
|
| 14547 | 117  | 
* Presentation: generated HTML now uses a CSS style sheet to make layout  | 
| 14731 | 118  | 
(somewhat) independent of content. It is copied from lib/html/isabelle.css.  | 
| 14547 | 119  | 
It can be changed to alter the colors/layout of generated pages.  | 
120  | 
||
| 
14556
 
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
 
wenzelm 
parents: 
14551 
diff
changeset
 | 
121  | 
|
| 
14175
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
122  | 
*** Isar ***  | 
| 
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
123  | 
|
| 
14508
 
859b11514537
Experimental command for instantiation of locales in proof contexts:
 
ballarin 
parents: 
14503 
diff
changeset
 | 
124  | 
* Tactic emulation methods rule_tac, erule_tac, drule_tac, frule_tac,  | 
| 
 
859b11514537
Experimental command for instantiation of locales in proof contexts:
 
ballarin 
parents: 
14503 
diff
changeset
 | 
125  | 
cut_tac, subgoal_tac and thin_tac:  | 
| 
14175
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
126  | 
- Now understand static (Isar) contexts. As a consequence, users of Isar  | 
| 
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
127  | 
locales are no longer forced to write Isar proof scripts.  | 
| 
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
128  | 
For details see Isar Reference Manual, paragraph 4.3.2: Further tactic  | 
| 
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
129  | 
emulations.  | 
| 
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
130  | 
- INCOMPATIBILITY: names of variables to be instantiated may no  | 
| 
14211
 
7286c187596d
Improvements to Isar/Locales:  premises generated by "includes" elements
 
ballarin 
parents: 
14199 
diff
changeset
 | 
131  | 
longer be enclosed in quotes. Instead, precede variable name with `?'.  | 
| 
 
7286c187596d
Improvements to Isar/Locales:  premises generated by "includes" elements
 
ballarin 
parents: 
14199 
diff
changeset
 | 
132  | 
This is consistent with the instantiation attribute "where".  | 
| 
 
7286c187596d
Improvements to Isar/Locales:  premises generated by "includes" elements
 
ballarin 
parents: 
14199 
diff
changeset
 | 
133  | 
|
| 
14257
 
a7ef3f7588c5
Type inference bug in Isar attributes "where" and "of" fixed.
 
ballarin 
parents: 
14255 
diff
changeset
 | 
134  | 
* Attributes "where" and "of":  | 
| 
14285
 
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
 
ballarin 
parents: 
14283 
diff
changeset
 | 
135  | 
- Now take type variables of instantiated theorem into account when reading  | 
| 
 
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
 
ballarin 
parents: 
14283 
diff
changeset
 | 
136  | 
the instantiation string. This fixes a bug that caused instantiated  | 
| 
 
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
 
ballarin 
parents: 
14283 
diff
changeset
 | 
137  | 
theorems to have too special types in some circumstances.  | 
| 
 
92ed032e83a1
Isar: where attribute supports instantiation of type vars.
 
ballarin 
parents: 
14283 
diff
changeset
 | 
138  | 
- "where" permits explicit instantiations of type variables.  | 
| 
14257
 
a7ef3f7588c5
Type inference bug in Isar attributes "where" and "of" fixed.
 
ballarin 
parents: 
14255 
diff
changeset
 | 
139  | 
|
| 
14556
 
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
 
wenzelm 
parents: 
14551 
diff
changeset
 | 
140  | 
* Calculation commands "moreover" and "also" no longer interfere with  | 
| 
 
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
 
wenzelm 
parents: 
14551 
diff
changeset
 | 
141  | 
  current facts ("this"), admitting arbitrary combinations with "then"
 | 
| 
 
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
 
wenzelm 
parents: 
14551 
diff
changeset
 | 
142  | 
and derived forms.  | 
| 14283 | 143  | 
|
| 
14211
 
7286c187596d
Improvements to Isar/Locales:  premises generated by "includes" elements
 
ballarin 
parents: 
14199 
diff
changeset
 | 
144  | 
* Locales:  | 
| 
 
7286c187596d
Improvements to Isar/Locales:  premises generated by "includes" elements
 
ballarin 
parents: 
14199 
diff
changeset
 | 
145  | 
- Goal statements involving the context element "includes" no longer  | 
| 
 
7286c187596d
Improvements to Isar/Locales:  premises generated by "includes" elements
 
ballarin 
parents: 
14199 
diff
changeset
 | 
146  | 
generate theorems with internal delta predicates (those ending on  | 
| 
 
7286c187596d
Improvements to Isar/Locales:  premises generated by "includes" elements
 
ballarin 
parents: 
14199 
diff
changeset
 | 
147  | 
"_axioms") in the premise.  | 
| 
 
7286c187596d
Improvements to Isar/Locales:  premises generated by "includes" elements
 
ballarin 
parents: 
14199 
diff
changeset
 | 
148  | 
Resolve particular premise with <locale>.intro to obtain old form.  | 
| 
 
7286c187596d
Improvements to Isar/Locales:  premises generated by "includes" elements
 
ballarin 
parents: 
14199 
diff
changeset
 | 
149  | 
  - Fixed bug in type inference ("unify_frozen") that prevented mix of target
 | 
| 
 
7286c187596d
Improvements to Isar/Locales:  premises generated by "includes" elements
 
ballarin 
parents: 
14199 
diff
changeset
 | 
150  | 
specification and "includes" elements in goal statement.  | 
| 
14254
 
342634f38451
Isar/Locales: <loc>.intro and <loc>.axioms no longer intro? and elim? by
 
ballarin 
parents: 
14243 
diff
changeset
 | 
151  | 
- Rule sets <locale>.intro and <locale>.axioms no longer declared as  | 
| 
 
342634f38451
Isar/Locales: <loc>.intro and <loc>.axioms no longer intro? and elim? by
 
ballarin 
parents: 
14243 
diff
changeset
 | 
152  | 
[intro?] and [elim?] (respectively) by default.  | 
| 
14508
 
859b11514537
Experimental command for instantiation of locales in proof contexts:
 
ballarin 
parents: 
14503 
diff
changeset
 | 
153  | 
- Experimental command for instantiation of locales in proof contexts:  | 
| 14551 | 154  | 
instantiate <label>[<attrs>]: <loc>  | 
| 
14508
 
859b11514537
Experimental command for instantiation of locales in proof contexts:
 
ballarin 
parents: 
14503 
diff
changeset
 | 
155  | 
Instantiates locale <loc> and adds all its theorems to the current context  | 
| 14551 | 156  | 
taking into account their attributes. Label and attrs are optional  | 
157  | 
modifiers, like in theorem declarations. If present, names of  | 
|
158  | 
instantiated theorems are qualified with <label>, and the attributes  | 
|
159  | 
<attrs> are applied after any attributes these theorems might have already.  | 
|
160  | 
If the locale has assumptions, a chained fact of the form  | 
|
| 
14508
 
859b11514537
Experimental command for instantiation of locales in proof contexts:
 
ballarin 
parents: 
14503 
diff
changeset
 | 
161  | 
"<loc> t1 ... tn" is expected from which instantiations of the parameters  | 
| 14551 | 162  | 
are derived. The command does not support old-style locales declared  | 
163  | 
with "locale (open)".  | 
|
164  | 
A few (very simple) examples can be found in FOL/ex/LocaleInst.thy.  | 
|
| 
14175
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
165  | 
|
| 
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
166  | 
* HOL: Tactic emulation methods induct_tac and case_tac understand static  | 
| 
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
167  | 
(Isar) contexts.  | 
| 
 
dbd16ebaf907
Method rule_tac understands Isar contexts: documentation.
 
ballarin 
parents: 
14173 
diff
changeset
 | 
168  | 
|
| 
14556
 
c5078f6c99a9
* Calculation commands "moreover" and "also" no longer interfere with
 
wenzelm 
parents: 
14551 
diff
changeset
 | 
169  | 
|
| 14136 | 170  | 
*** HOL ***  | 
171  | 
||
| 14624 | 172  | 
* Proof import: new image HOL4 contains the imported library from  | 
173  | 
the HOL4 system with about 2500 theorems. It is imported by  | 
|
174  | 
replaying proof terms produced by HOL4 in Isabelle. The HOL4 image  | 
|
175  | 
can be used like any other Isabelle image. See  | 
|
176  | 
HOL/Import/HOL/README for more information.  | 
|
177  | 
||
| 
14398
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
178  | 
* Simplifier:  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
179  | 
- Much improved handling of linear and partial orders.  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
180  | 
Reasoners for linear and partial orders are set up for type classes  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
181  | 
"linorder" and "order" respectively, and are added to the default simpset  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
182  | 
as solvers. This means that the simplifier can build transitivity chains  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
183  | 
to solve goals from the assumptions.  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
184  | 
- INCOMPATIBILITY: old proofs break occasionally. Typically, applications  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
185  | 
of blast or auto after simplification become unnecessary because the goal  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
186  | 
is solved by simplification already.  | 
| 
 
c5c47703f763
Efficient, graph-based reasoner for linear and partial orders.
 
ballarin 
parents: 
14389 
diff
changeset
 | 
187  | 
|
| 14731 | 188  | 
* Numerics: new theory Ring_and_Field contains over 250 basic numerical laws,  | 
| 14389 | 189  | 
all proved in axiomatic type classes for semirings, rings and fields.  | 
190  | 
||
191  | 
* Numerics:  | 
|
192  | 
- Numeric types (nat, int, and in HOL-Complex rat, real, complex, etc.) are  | 
|
| 14731 | 193  | 
now formalized using the Ring_and_Field theory mentioned above.  | 
| 14389 | 194  | 
- INCOMPATIBILITY: simplification and arithmetic behaves somewhat differently  | 
195  | 
than before, because now they are set up once in a generic manner.  | 
|
| 14731 | 196  | 
- INCOMPATIBILITY: many type-specific arithmetic laws have gone.  | 
| 14480 | 197  | 
Look for the general versions in Ring_and_Field (and Power if they concern  | 
198  | 
exponentiation).  | 
|
| 14389 | 199  | 
|
| 14401 | 200  | 
* Type "rat" of the rational numbers is now available in HOL-Complex.  | 
| 14389 | 201  | 
|
| 14255 | 202  | 
* Records:  | 
203  | 
- Record types are now by default printed with their type abbreviation  | 
|
204  | 
instead of the list of all field types. This can be configured via  | 
|
205  | 
the reference "print_record_type_abbr".  | 
|
| 14731 | 206  | 
- Simproc "record_upd_simproc" for simplification of multiple updates added  | 
| 14255 | 207  | 
(not enabled by default).  | 
| 14427 | 208  | 
- Simproc "record_ex_sel_eq_simproc" to simplify EX x. sel r = x resp.  | 
209  | 
EX x. x = sel r to True (not enabled by default).  | 
|
| 14255 | 210  | 
- Tactic "record_split_simp_tac" to split and simplify records added.  | 
| 14731 | 211  | 
|
| 14136 | 212  | 
* 'specification' command added, allowing for definition by  | 
| 14224 | 213  | 
specification. There is also an 'ax_specification' command that  | 
214  | 
introduces the new constants axiomatically.  | 
|
| 14136 | 215  | 
|
| 14375 | 216  | 
* arith(_tac) is now able to generate counterexamples for reals as well.  | 
217  | 
||
| 
14399
 
dc677b35e54f
New lemmas about inversion of restricted functions.
 
ballarin 
parents: 
14398 
diff
changeset
 | 
218  | 
* HOL-Algebra: new locale "ring" for non-commutative rings.  | 
| 
 
dc677b35e54f
New lemmas about inversion of restricted functions.
 
ballarin 
parents: 
14398 
diff
changeset
 | 
219  | 
|
| 14243 | 220  | 
* HOL-ex: InductiveInvariant_examples illustrates advanced recursive function  | 
| 14610 | 221  | 
  definitions, thanks to Sava Krsti\'{c} and John Matthews.
 | 
222  | 
||
| 14731 | 223  | 
* HOL-Matrix: a first theory for matrices in HOL with an application of  | 
| 14610 | 224  | 
matrix theory to linear programming.  | 
| 14136 | 225  | 
|
| 14380 | 226  | 
* Unions and Intersections:  | 
227  | 
The x-symbol output syntax of UN and INT has been changed  | 
|
228  | 
from "\<Union>x \<in> A. B" to "\<Union\<^bsub>x \<in> A\<^esub> B"  | 
|
229  | 
i.e. the index formulae has become a subscript, like in normal math.  | 
|
230  | 
Similarly for "\<Union>x. B", and for \<Inter> instead of \<Union>.  | 
|
231  | 
The subscript version is also accepted as input syntax.  | 
|
232  | 
||
| 14418 | 233  | 
* Unions and Intersections over Intervals:  | 
| 14731 | 234  | 
  There is new short syntax "UN i<=n. A" for "UN i:{0..n}. A". There is
 | 
235  | 
also an x-symbol version with subscripts "\<Union>\<^bsub>i <= n\<^esub>. A"  | 
|
| 14418 | 236  | 
like in normal math, and corresponding versions for < and for intersection.  | 
237  | 
||
| 14401 | 238  | 
* ML: the legacy theory structures Int and List have been removed. They had  | 
239  | 
conflicted with ML Basis Library structures having the same names.  | 
|
| 14380 | 240  | 
|
| 14464 | 241  | 
* 'refute' command added to search for (finite) countermodels. Only works  | 
242  | 
for a fragment of HOL. The installation of an external SAT solver is  | 
|
243  | 
highly recommended. See "HOL/Refute.thy" for details.  | 
|
244  | 
||
| 14602 | 245  | 
* 'quickcheck' command: Allows to find counterexamples by evaluating  | 
246  | 
formulae under an assignment of free variables to random values.  | 
|
247  | 
In contrast to 'refute', it can deal with inductive datatypes,  | 
|
248  | 
but cannot handle quantifiers. See "HOL/ex/Quickcheck_Examples.thy"  | 
|
249  | 
for examples.  | 
|
| 14464 | 250  | 
|
| 14606 | 251  | 
|
| 14536 | 252  | 
*** HOLCF ***  | 
253  | 
||
254  | 
* Streams now come with concatenation and are part of the HOLCF image  | 
|
255  | 
||
| 14572 | 256  | 
|
257  | 
||
| 14136 | 258  | 
New in Isabelle2003 (May 2003)  | 
| 14606 | 259  | 
------------------------------  | 
| 14136 | 260  | 
|
| 
13280
 
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
 
wenzelm 
parents: 
13190 
diff
changeset
 | 
261  | 
*** General ***  | 
| 
 
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
 
wenzelm 
parents: 
13190 
diff
changeset
 | 
262  | 
|
| 13618 | 263  | 
* Provers/simplifier:  | 
264  | 
||
| 13781 | 265  | 
- Completely reimplemented method simp (ML: Asm_full_simp_tac):  | 
| 13618 | 266  | 
Assumptions are now subject to complete mutual simplification,  | 
267  | 
not just from left to right. The simplifier now preserves  | 
|
268  | 
the order of assumptions.  | 
|
269  | 
||
270  | 
Potential INCOMPATIBILITY:  | 
|
271  | 
||
| 13781 | 272  | 
-- simp sometimes diverges where the old version did  | 
273  | 
not, e.g. invoking simp on the goal  | 
|
| 13618 | 274  | 
|
275  | 
[| P (f x); y = x; f x = f y |] ==> Q  | 
|
276  | 
||
| 13781 | 277  | 
now gives rise to the infinite reduction sequence  | 
278  | 
||
279  | 
P(f x) --(f x = f y)--> P(f y) --(y = x)--> P(f x) --(f x = f y)--> ...  | 
|
280  | 
||
281  | 
Using "simp (asm_lr)" (ML: Asm_lr_simp_tac) instead often solves this  | 
|
282  | 
kind of problem.  | 
|
283  | 
||
284  | 
-- Tactics combining classical reasoner and simplification (such as auto)  | 
|
285  | 
are also affected by this change, because many of them rely on  | 
|
286  | 
simp. They may sometimes diverge as well or yield a different numbers  | 
|
287  | 
of subgoals. Try to use e.g. force, fastsimp, or safe instead of auto  | 
|
288  | 
in case of problems. Sometimes subsequent calls to the classical  | 
|
289  | 
reasoner will fail because a preceeding call to the simplifier too  | 
|
290  | 
eagerly simplified the goal, e.g. deleted redundant premises.  | 
|
| 13618 | 291  | 
|
292  | 
- The simplifier trace now shows the names of the applied rewrite rules  | 
|
293  | 
||
| 13829 | 294  | 
- You can limit the number of recursive invocations of the simplifier  | 
295  | 
during conditional rewriting (where the simplifie tries to solve the  | 
|
296  | 
conditions before applying the rewrite rule):  | 
|
297  | 
ML "simp_depth_limit := n"  | 
|
298  | 
where n is an integer. Thus you can force termination where previously  | 
|
299  | 
the simplifier would diverge.  | 
|
300  | 
||
| 
13835
 
12b2ffbe543a
Change to meta simplifier: congruence rules may now have frees as head of term.
 
ballarin 
parents: 
13829 
diff
changeset
 | 
301  | 
- Accepts free variables as head terms in congruence rules. Useful in Isar.  | 
| 13829 | 302  | 
|
| 13938 | 303  | 
- No longer aborts on failed congruence proof. Instead, the  | 
304  | 
congruence is ignored.  | 
|
305  | 
||
| 14008 | 306  | 
* Pure: New generic framework for extracting programs from constructive  | 
307  | 
proofs. See HOL/Extraction.thy for an example instantiation, as well  | 
|
308  | 
as HOL/Extraction for some case studies.  | 
|
309  | 
||
| 13868 | 310  | 
* Pure: The main goal of the proof state is no longer shown by default, only  | 
311  | 
the subgoals. This behaviour is controlled by a new flag.  | 
|
| 
13835
 
12b2ffbe543a
Change to meta simplifier: congruence rules may now have frees as head of term.
 
ballarin 
parents: 
13829 
diff
changeset
 | 
312  | 
PG menu: Isabelle/Isar -> Settings -> Show Main Goal  | 
| 13815 | 313  | 
(ML: Proof.show_main_goal).  | 
314  | 
||
315  | 
* Pure: You can find all matching introduction rules for subgoal 1, i.e. all  | 
|
316  | 
rules whose conclusion matches subgoal 1:  | 
|
317  | 
PG menu: Isabelle/Isar -> Show me -> matching rules  | 
|
318  | 
The rules are ordered by how closely they match the subgoal.  | 
|
319  | 
In particular, rules that solve a subgoal outright are displayed first  | 
|
320  | 
(or rather last, the way they are printed).  | 
|
321  | 
(ML: ProofGeneral.print_intros())  | 
|
322  | 
||
323  | 
* Pure: New flag trace_unify_fail causes unification to print  | 
|
| 13781 | 324  | 
diagnostic information (PG: in trace buffer) when it fails. This is  | 
325  | 
useful for figuring out why single step proofs like rule, erule or  | 
|
326  | 
assumption failed.  | 
|
327  | 
||
| 13815 | 328  | 
* Pure: Locale specifications now produce predicate definitions  | 
| 
13410
 
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
 
wenzelm 
parents: 
13344 
diff
changeset
 | 
329  | 
according to the body of text (covering assumptions modulo local  | 
| 
 
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
 
wenzelm 
parents: 
13344 
diff
changeset
 | 
330  | 
definitions); predicate "loc_axioms" covers newly introduced text,  | 
| 
 
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
 
wenzelm 
parents: 
13344 
diff
changeset
 | 
331  | 
while "loc" is cumulative wrt. all included locale expressions; the  | 
| 
 
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
 
wenzelm 
parents: 
13344 
diff
changeset
 | 
332  | 
latter view is presented only on export into the global theory  | 
| 
 
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
 
wenzelm 
parents: 
13344 
diff
changeset
 | 
333  | 
context; potential INCOMPATIBILITY, use "(open)" option to fall back  | 
| 
 
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
 
wenzelm 
parents: 
13344 
diff
changeset
 | 
334  | 
on the old view without predicates;  | 
| 
 
f2cd09766864
* Pure: locale specifications now produce predicate definitions;
 
wenzelm 
parents: 
13344 
diff
changeset
 | 
335  | 
|
| 
13459
 
83f41b047a39
* Pure: predefined locales "var" and "struct" are useful for sharing
 
wenzelm 
parents: 
13443 
diff
changeset
 | 
336  | 
* Pure: predefined locales "var" and "struct" are useful for sharing  | 
| 
 
83f41b047a39
* Pure: predefined locales "var" and "struct" are useful for sharing
 
wenzelm 
parents: 
13443 
diff
changeset
 | 
337  | 
parameters (as in CASL, for example); just specify something like  | 
| 
 
83f41b047a39
* Pure: predefined locales "var" and "struct" are useful for sharing
 
wenzelm 
parents: 
13443 
diff
changeset
 | 
338  | 
``var x + var y + struct M'' as import;  | 
| 
 
83f41b047a39
* Pure: predefined locales "var" and "struct" are useful for sharing
 
wenzelm 
parents: 
13443 
diff
changeset
 | 
339  | 
|
| 
13463
 
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
 
wenzelm 
parents: 
13459 
diff
changeset
 | 
340  | 
* Pure: improved thms_containing: proper indexing of facts instead of  | 
| 
 
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
 
wenzelm 
parents: 
13459 
diff
changeset
 | 
341  | 
raw theorems; check validity of results wrt. current name space;  | 
| 
 
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
 
wenzelm 
parents: 
13459 
diff
changeset
 | 
342  | 
include local facts of proof configuration (also covers active  | 
| 13541 | 343  | 
locales), cover fixed variables in index; may use "_" in term  | 
344  | 
specification; an optional limit for the number of printed facts may  | 
|
345  | 
be given (the default is 40);  | 
|
346  | 
||
347  | 
* Pure: disallow duplicate fact bindings within new-style theory files  | 
|
348  | 
(batch-mode only);  | 
|
| 
13540
 
aede0306e214
* Pure: disallow duplicate fact bindings within new-style theory files;
 
wenzelm 
parents: 
13522 
diff
changeset
 | 
349  | 
|
| 
13463
 
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
 
wenzelm 
parents: 
13459 
diff
changeset
 | 
350  | 
* Provers: improved induct method: assumptions introduced by case  | 
| 
 
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
 
wenzelm 
parents: 
13459 
diff
changeset
 | 
351  | 
"foo" are split into "foo.hyps" (from the rule) and "foo.prems" (from  | 
| 
 
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
 
wenzelm 
parents: 
13459 
diff
changeset
 | 
352  | 
the goal statement); "foo" still refers to all facts collectively;  | 
| 
 
07747943c626
* Provers: Simplifier.simproc(_i) now provide sane interface for
 
wenzelm 
parents: 
13459 
diff
changeset
 | 
353  | 
|
| 13550 | 354  | 
* Provers: the function blast.overloaded has been removed: all constants  | 
355  | 
are regarded as potentially overloaded, which improves robustness in exchange  | 
|
356  | 
for slight decrease in efficiency;  | 
|
357  | 
||
| 13781 | 358  | 
* Provers/linorder: New generic prover for transitivity reasoning over  | 
359  | 
linear orders. Note: this prover is not efficient!  | 
|
360  | 
||
| 
13522
 
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
 
wenzelm 
parents: 
13518 
diff
changeset
 | 
361  | 
* Isar: preview of problems to finish 'show' now produce an error  | 
| 
 
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
 
wenzelm 
parents: 
13518 
diff
changeset
 | 
362  | 
rather than just a warning (in interactive mode);  | 
| 
 
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
 
wenzelm 
parents: 
13518 
diff
changeset
 | 
363  | 
|
| 
13280
 
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
 
wenzelm 
parents: 
13190 
diff
changeset
 | 
364  | 
|
| 13158 | 365  | 
*** HOL ***  | 
366  | 
||
| 13899 | 367  | 
* arith(_tac)  | 
368  | 
||
369  | 
- Produces a counter example if it cannot prove a goal.  | 
|
370  | 
Note that the counter example may be spurious if the goal is not a formula  | 
|
371  | 
of quantifier-free linear arithmetic.  | 
|
372  | 
In ProofGeneral the counter example appears in the trace buffer.  | 
|
373  | 
||
374  | 
- Knows about div k and mod k where k is a numeral of type nat or int.  | 
|
375  | 
||
376  | 
- Calls full Presburger arithmetic (by Amine Chaieb) if quantifier-free  | 
|
377  | 
linear arithmetic fails. This takes account of quantifiers and divisibility.  | 
|
| 14731 | 378  | 
Presburger arithmetic can also be called explicitly via presburger(_tac).  | 
| 13899 | 379  | 
|
380  | 
* simp's arithmetic capabilities have been enhanced a bit: it now  | 
|
381  | 
takes ~= in premises into account (by performing a case split);  | 
|
382  | 
||
383  | 
* simp reduces "m*(n div m) + n mod m" to n, even if the two summands  | 
|
384  | 
are distributed over a sum of terms;  | 
|
385  | 
||
| 13735 | 386  | 
* New tactic "trans_tac" and method "trans" instantiate  | 
387  | 
Provers/linorder.ML for axclasses "order" and "linorder" (predicates  | 
|
| 14731 | 388  | 
"<=", "<" and "=").  | 
389  | 
||
390  | 
* function INCOMPATIBILITIES: Pi-sets have been redefined and moved from main  | 
|
| 13587 | 391  | 
HOL to Library/FuncSet; constant "Fun.op o" is now called "Fun.comp";  | 
392  | 
||
| 13443 | 393  | 
* 'typedef' command has new option "open" to suppress the set  | 
394  | 
definition;  | 
|
395  | 
||
| 
13522
 
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
 
wenzelm 
parents: 
13518 
diff
changeset
 | 
396  | 
* functions Min and Max on finite sets have been introduced (theory  | 
| 
 
934fffeb6f38
* Isar: preview of problems to finish 'show' now produce an error
 
wenzelm 
parents: 
13518 
diff
changeset
 | 
397  | 
Finite_Set);  | 
| 13492 | 398  | 
|
| 13443 | 399  | 
* attribute [symmetric] now works for relations as well; it turns  | 
400  | 
(x,y) : R^-1 into (y,x) : R, and vice versa;  | 
|
401  | 
||
| 13613 | 402  | 
* induct over a !!-quantified statement (say !!x1..xn):  | 
403  | 
each "case" automatically performs "fix x1 .. xn" with exactly those names.  | 
|
404  | 
||
| 13899 | 405  | 
* Map: `empty' is no longer a constant but a syntactic abbreviation for  | 
406  | 
%x. None. Warning: empty_def now refers to the previously hidden definition  | 
|
407  | 
of the empty set.  | 
|
408  | 
||
| 14018 | 409  | 
* Algebra: formalization of classical algebra. Intended as base for  | 
410  | 
any algebraic development in Isabelle. Currently covers group theory  | 
|
411  | 
(up to Sylow's theorem) and ring theory (Universal Property of  | 
|
412  | 
Univariate Polynomials). Contributions welcome;  | 
|
| 13960 | 413  | 
|
414  | 
* GroupTheory: deleted, since its material has been moved to Algebra;  | 
|
415  | 
||
| 14731 | 416  | 
* Complex: new directory of the complex numbers with numeric constants,  | 
417  | 
nonstandard complex numbers, and some complex analysis, standard and  | 
|
| 
13966
 
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
 
paulson 
parents: 
13960 
diff
changeset
 | 
418  | 
nonstandard (Jacques Fleuriot);  | 
| 
 
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
 
paulson 
parents: 
13960 
diff
changeset
 | 
419  | 
|
| 
 
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
 
paulson 
parents: 
13960 
diff
changeset
 | 
420  | 
* HOL-Complex: new image for analysis, replacing HOL-Real and HOL-Hyperreal;  | 
| 
 
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
 
paulson 
parents: 
13960 
diff
changeset
 | 
421  | 
|
| 14731 | 422  | 
* Hyperreal: introduced Gauge integration and hyperreal logarithms (Jacques  | 
| 
13966
 
2160abf7cfe7
removal of the image HOL-Real and merging of HOL-Real-ex with HOL-Complex-ex
 
paulson 
parents: 
13960 
diff
changeset
 | 
423  | 
Fleuriot);  | 
| 13960 | 424  | 
|
| 13549 | 425  | 
* Real/HahnBanach: updated and adapted to locales;  | 
426  | 
||
| 13995 | 427  | 
* NumberTheory: added Gauss's law of quadratic reciprocity (by Avigad,  | 
428  | 
Gray and Kramer);  | 
|
| 13872 | 429  | 
|
430  | 
* UNITY: added the Meier-Sanders theory of progress sets;  | 
|
431  | 
||
| 14011 | 432  | 
* MicroJava: bytecode verifier and lightweight bytecode verifier  | 
433  | 
as abstract algorithms, instantiated to the JVM;  | 
|
434  | 
||
| 14010 | 435  | 
* Bali: Java source language formalization. Type system, operational  | 
436  | 
semantics, axiomatic semantics. Supported language features:  | 
|
437  | 
classes, interfaces, objects,virtual methods, static methods,  | 
|
438  | 
static/instance fields, arrays, access modifiers, definite  | 
|
439  | 
assignment, exceptions.  | 
|
| 13549 | 440  | 
|
| 14011 | 441  | 
|
| 13549 | 442  | 
*** ZF ***  | 
443  | 
||
444  | 
* ZF/Constructible: consistency proof for AC (Gödel's constructible  | 
|
445  | 
universe, etc.);  | 
|
446  | 
||
| 13872 | 447  | 
* Main ZF: virtually all theories converted to new-style format;  | 
| 13518 | 448  | 
|
| 
13280
 
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
 
wenzelm 
parents: 
13190 
diff
changeset
 | 
449  | 
|
| 13478 | 450  | 
*** ML ***  | 
451  | 
||
452  | 
* Pure: Tactic.prove provides sane interface for internal proofs;  | 
|
453  | 
omits the infamous "standard" operation, so this is more appropriate  | 
|
454  | 
than prove_goalw_cterm in many situations (e.g. in simprocs);  | 
|
455  | 
||
456  | 
* Pure: improved error reporting of simprocs;  | 
|
457  | 
||
458  | 
* Provers: Simplifier.simproc(_i) provides sane interface for setting  | 
|
459  | 
up simprocs;  | 
|
460  | 
||
461  | 
||
| 13953 | 462  | 
*** Document preparation ***  | 
463  | 
||
464  | 
* uses \par instead of \\ for line breaks in theory text. This may  | 
|
465  | 
shift some page breaks in large documents. To get the old behaviour  | 
|
466  | 
use \renewcommand{\isanewline}{\mbox{}\\\mbox{}} in root.tex.
 | 
|
467  | 
||
| 14731 | 468  | 
* minimized dependencies of isabelle.sty and isabellesym.sty on  | 
| 13953 | 469  | 
other packages  | 
470  | 
||
471  | 
* \<euro> now needs package babel/greek instead of marvosym (which  | 
|
472  | 
broke \Rightarrow)  | 
|
473  | 
||
| 14731 | 474  | 
* normal size for \<zero>...\<nine> (uses \mathbf instead of  | 
| 13954 | 475  | 
textcomp package)  | 
| 13953 | 476  | 
|
| 
13280
 
306ef3aef61b
* improved thms_containing: proper indexing of facts instead of raw
 
wenzelm 
parents: 
13190 
diff
changeset
 | 
477  | 
|
| 14572 | 478  | 
|
| 12984 | 479  | 
New in Isabelle2002 (March 2002)  | 
480  | 
--------------------------------  | 
|
| 11474 | 481  | 
|
| 11572 | 482  | 
*** Document preparation ***  | 
483  | 
||
| 
11842
 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 
wenzelm 
parents: 
11817 
diff
changeset
 | 
484  | 
* greatly simplified document preparation setup, including more  | 
| 
 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 
wenzelm 
parents: 
11817 
diff
changeset
 | 
485  | 
graceful interpretation of isatool usedir -i/-d/-D options, and more  | 
| 
 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 
wenzelm 
parents: 
11817 
diff
changeset
 | 
486  | 
instructive isatool mkdir; users should basically be able to get  | 
| 
12899
 
7d5b690253ee
"isatool usedir -D output HOL Test && isatool document Test/output";
 
wenzelm 
parents: 
12889 
diff
changeset
 | 
487  | 
started with "isatool mkdir HOL Test && isatool make"; alternatively,  | 
| 
 
7d5b690253ee
"isatool usedir -D output HOL Test && isatool document Test/output";
 
wenzelm 
parents: 
12889 
diff
changeset
 | 
488  | 
users may run a separate document processing stage manually like this:  | 
| 
 
7d5b690253ee
"isatool usedir -D output HOL Test && isatool document Test/output";
 
wenzelm 
parents: 
12889 
diff
changeset
 | 
489  | 
"isatool usedir -D output HOL Test && isatool document Test/output";  | 
| 
11842
 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 
wenzelm 
parents: 
11817 
diff
changeset
 | 
490  | 
|
| 
 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 
wenzelm 
parents: 
11817 
diff
changeset
 | 
491  | 
* theory dependency graph may now be incorporated into documents;  | 
| 
 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 
wenzelm 
parents: 
11817 
diff
changeset
 | 
492  | 
isatool usedir -g true will produce session_graph.eps/.pdf for use  | 
| 
 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 
wenzelm 
parents: 
11817 
diff
changeset
 | 
493  | 
with \includegraphics of LaTeX;  | 
| 
 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 
wenzelm 
parents: 
11817 
diff
changeset
 | 
494  | 
|
| 
11864
 
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
 
wenzelm 
parents: 
11842 
diff
changeset
 | 
495  | 
* proper spacing of consecutive markup elements, especially text  | 
| 
 
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
 
wenzelm 
parents: 
11842 
diff
changeset
 | 
496  | 
blocks after section headings;  | 
| 
 
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
 
wenzelm 
parents: 
11842 
diff
changeset
 | 
497  | 
|
| 11572 | 498  | 
* support bold style (for single symbols only), input syntax is like  | 
499  | 
this: "\<^bold>\<alpha>" or "\<^bold>A";  | 
|
500  | 
||
| 11814 | 501  | 
* \<bullet> is now output as bold \cdot by default, which looks much  | 
| 11572 | 502  | 
better in printed text;  | 
503  | 
||
| 
11712
 
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
 
wenzelm 
parents: 
11702 
diff
changeset
 | 
504  | 
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;  | 
| 
 
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
 
wenzelm 
parents: 
11702 
diff
changeset
 | 
505  | 
note that these symbols are currently unavailable in Proof General /  | 
| 12769 | 506  | 
X-Symbol; new symbols \<zero>, \<one>, ..., \<nine>, and \<euro>;  | 
| 12690 | 507  | 
|
508  | 
* isatool latex no longer depends on changed TEXINPUTS, instead  | 
|
509  | 
isatool document copies the Isabelle style files to the target  | 
|
510  | 
location;  | 
|
| 
11712
 
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
 
wenzelm 
parents: 
11702 
diff
changeset
 | 
511  | 
|
| 11572 | 512  | 
|
| 11633 | 513  | 
*** Isar ***  | 
514  | 
||
| 
12312
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
515  | 
* Pure/Provers: improved proof by cases and induction;  | 
| 12280 | 516  | 
- 'case' command admits impromptu naming of parameters (such as  | 
517  | 
"case (Suc n)");  | 
|
518  | 
- 'induct' method divinates rule instantiation from the inductive  | 
|
519  | 
claim; no longer requires excessive ?P bindings for proper  | 
|
520  | 
instantiation of cases;  | 
|
521  | 
- 'induct' method properly enumerates all possibilities of set/type  | 
|
522  | 
rules; as a consequence facts may be also passed through *type*  | 
|
523  | 
rules without further ado;  | 
|
524  | 
- 'induct' method now derives symbolic cases from the *rulified*  | 
|
525  | 
rule (before it used to rulify cases stemming from the internal  | 
|
526  | 
atomized version); this means that the context of a non-atomic  | 
|
527  | 
statement becomes is included in the hypothesis, avoiding the  | 
|
528  | 
slightly cumbersome show "PROP ?case" form;  | 
|
529  | 
- 'induct' may now use elim-style induction rules without chaining  | 
|
530  | 
facts, using ``missing'' premises from the goal state; this allows  | 
|
531  | 
rules stemming from inductive sets to be applied in unstructured  | 
|
532  | 
scripts, while still benefitting from proper handling of non-atomic  | 
|
533  | 
statements; NB: major inductive premises need to be put first, all  | 
|
534  | 
the rest of the goal is passed through the induction;  | 
|
535  | 
- 'induct' proper support for mutual induction involving non-atomic  | 
|
536  | 
rule statements (uses the new concept of simultaneous goals, see  | 
|
537  | 
below);  | 
|
| 12853 | 538  | 
- append all possible rule selections, but only use the first  | 
539  | 
success (no backtracking);  | 
|
| 
11995
 
4a622f5fb164
  - 'induct' may now use elim-style induction rules without chaining
 
wenzelm 
parents: 
11986 
diff
changeset
 | 
540  | 
- removed obsolete "(simplified)" and "(stripped)" options of methods;  | 
| 
12754
 
044a59921f3b
Isar: undeclared rule case names default to numbers 1, 2, 3, ...;
 
wenzelm 
parents: 
12753 
diff
changeset
 | 
541  | 
- undeclared rule case names default to numbers 1, 2, 3, ...;  | 
| 
 
044a59921f3b
Isar: undeclared rule case names default to numbers 1, 2, 3, ...;
 
wenzelm 
parents: 
12753 
diff
changeset
 | 
542  | 
- added 'print_induct_rules' (covered by help item in recent Proof  | 
| 
 
044a59921f3b
Isar: undeclared rule case names default to numbers 1, 2, 3, ...;
 
wenzelm 
parents: 
12753 
diff
changeset
 | 
543  | 
General versions);  | 
| 
11995
 
4a622f5fb164
  - 'induct' may now use elim-style induction rules without chaining
 
wenzelm 
parents: 
11986 
diff
changeset
 | 
544  | 
- moved induct/cases attributes to Pure, methods to Provers;  | 
| 
 
4a622f5fb164
  - 'induct' may now use elim-style induction rules without chaining
 
wenzelm 
parents: 
11986 
diff
changeset
 | 
545  | 
- generic method setup instantiated for FOL and HOL;  | 
| 
11986
 
26b95a6f3f79
- 'induct' method now derives symbolic cases from the *rulified* rule
 
wenzelm 
parents: 
11965 
diff
changeset
 | 
546  | 
|
| 
12163
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
547  | 
* Pure: support multiple simultaneous goal statements, for example  | 
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
548  | 
"have a: A and b: B" (same for 'theorem' etc.); being a pure  | 
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
549  | 
meta-level mechanism, this acts as if several individual goals had  | 
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
550  | 
been stated separately; in particular common proof methods need to be  | 
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
551  | 
repeated in order to cover all claims; note that a single elimination  | 
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
552  | 
step is *not* sufficient to establish the two conjunctions, so this  | 
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
553  | 
fails:  | 
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
554  | 
|
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
555  | 
assume "A & B" then have A and B .. (*".." fails*)  | 
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
556  | 
|
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
557  | 
better use "obtain" in situations as above; alternative refer to  | 
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
558  | 
multi-step methods like 'auto', 'simp_all', 'blast+' etc.;  | 
| 
 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 
wenzelm 
parents: 
12159 
diff
changeset
 | 
559  | 
|
| 
12078
 
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
 
wenzelm 
parents: 
12034 
diff
changeset
 | 
560  | 
* Pure: proper integration with ``locales''; unlike the original  | 
| 
12210
 
2f510d8d8291
* ZF: new-style theory commands '(co)inductive', '(co)datatype',
 
wenzelm 
parents: 
12177 
diff
changeset
 | 
561  | 
version by Florian Kammüller, Isar locales package high-level proof  | 
| 
12078
 
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
 
wenzelm 
parents: 
12034 
diff
changeset
 | 
562  | 
contexts rather than raw logical ones (e.g. we admit to include  | 
| 12280 | 563  | 
attributes everywhere); operations on locales include merge and  | 
| 12964 | 564  | 
rename; support for implicit arguments (``structures''); simultaneous  | 
565  | 
type-inference over imports and text; see also HOL/ex/Locales.thy for  | 
|
566  | 
some examples;  | 
|
| 
12078
 
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
 
wenzelm 
parents: 
12034 
diff
changeset
 | 
567  | 
|
| 
12707
 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 
wenzelm 
parents: 
12690 
diff
changeset
 | 
568  | 
* Pure: the following commands have been ``localized'', supporting a  | 
| 
 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 
wenzelm 
parents: 
12690 
diff
changeset
 | 
569  | 
target locale specification "(in name)": 'lemma', 'theorem',  | 
| 
 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 
wenzelm 
parents: 
12690 
diff
changeset
 | 
570  | 
'corollary', 'lemmas', 'theorems', 'declare'; the results will be  | 
| 
 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 
wenzelm 
parents: 
12690 
diff
changeset
 | 
571  | 
stored both within the locale and at the theory level (exported and  | 
| 
 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 
wenzelm 
parents: 
12690 
diff
changeset
 | 
572  | 
qualified by the locale name);  | 
| 
 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 
wenzelm 
parents: 
12690 
diff
changeset
 | 
573  | 
|
| 12964 | 574  | 
* Pure: theory goals may now be specified in ``long'' form, with  | 
575  | 
ad-hoc contexts consisting of arbitrary locale elements. for example  | 
|
576  | 
``lemma foo: fixes x assumes "A x" shows "B x"'' (local syntax and  | 
|
577  | 
definitions may be given, too); the result is a meta-level rule with  | 
|
578  | 
the context elements being discharged in the obvious way;  | 
|
579  | 
||
580  | 
* Pure: new proof command 'using' allows to augment currently used  | 
|
581  | 
facts after a goal statement ('using' is syntactically analogous to
 | 
|
582  | 
'apply', but acts on the goal's facts only); this allows chained facts  | 
|
583  | 
to be separated into parts given before and after a claim, as in  | 
|
584  | 
``from a and b have C using d and e <proof>'';  | 
|
| 
12078
 
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
 
wenzelm 
parents: 
12034 
diff
changeset
 | 
585  | 
|
| 11722 | 586  | 
* Pure: renamed "antecedent" case to "rule_context";  | 
587  | 
||
| 12964 | 588  | 
* Pure: new 'judgment' command records explicit information about the  | 
589  | 
object-logic embedding (used by several tools internally); no longer  | 
|
590  | 
use hard-wired "Trueprop";  | 
|
591  | 
||
| 11738 | 592  | 
* Pure: added 'corollary' command;  | 
593  | 
||
| 11722 | 594  | 
* Pure: fixed 'token_translation' command;  | 
595  | 
||
| 11899 | 596  | 
* Pure: removed obsolete 'exported' attribute;  | 
597  | 
||
| 11933 | 598  | 
* Pure: dummy pattern "_" in is/let is now automatically lifted over  | 
599  | 
bound variables: "ALL x. P x --> Q x" (is "ALL x. _ --> ?C x")  | 
|
| 11899 | 600  | 
supersedes more cumbersome ... (is "ALL x. _ x --> ?C x");  | 
601  | 
||
| 
11952
 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 
wenzelm 
parents: 
11937 
diff
changeset
 | 
602  | 
* Pure: method 'atomize' presents local goal premises as object-level  | 
| 
 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 
wenzelm 
parents: 
11937 
diff
changeset
 | 
603  | 
statements (atomic meta-level propositions); setup controlled via  | 
| 
 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 
wenzelm 
parents: 
11937 
diff
changeset
 | 
604  | 
rewrite rules declarations of 'atomize' attribute; example  | 
| 
 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 
wenzelm 
parents: 
11937 
diff
changeset
 | 
605  | 
application: 'induct' method with proper rule statements in improper  | 
| 
 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 
wenzelm 
parents: 
11937 
diff
changeset
 | 
606  | 
proof *scripts*;  | 
| 
 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 
wenzelm 
parents: 
11937 
diff
changeset
 | 
607  | 
|
| 
12106
 
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
 
wenzelm 
parents: 
12078 
diff
changeset
 | 
608  | 
* Pure: emulation of instantiation tactics (rule_tac, cut_tac, etc.)  | 
| 
 
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
 
wenzelm 
parents: 
12078 
diff
changeset
 | 
609  | 
now consider the syntactic context of assumptions, giving a better  | 
| 
 
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
 
wenzelm 
parents: 
12078 
diff
changeset
 | 
610  | 
chance to get type-inference of the arguments right (this is  | 
| 
 
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
 
wenzelm 
parents: 
12078 
diff
changeset
 | 
611  | 
especially important for locales);  | 
| 
 
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
 
wenzelm 
parents: 
12078 
diff
changeset
 | 
612  | 
|
| 
12312
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
613  | 
* Pure: "sorry" no longer requires quick_and_dirty in interactive  | 
| 
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
614  | 
mode;  | 
| 
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
615  | 
|
| 
12405
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
616  | 
* Pure/obtain: the formal conclusion "thesis", being marked as  | 
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
617  | 
``internal'', may no longer be reference directly in the text;  | 
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
618  | 
potential INCOMPATIBILITY, may need to use "?thesis" in rare  | 
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
619  | 
situations;  | 
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
620  | 
|
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
621  | 
* Pure: generic 'sym' attribute which declares a rule both as pure  | 
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
622  | 
'elim?' and for the 'symmetric' operation;  | 
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
623  | 
|
| 
12877
 
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
 
wenzelm 
parents: 
12853 
diff
changeset
 | 
624  | 
* Pure: marginal comments ``--'' may now occur just anywhere in the  | 
| 
 
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
 
wenzelm 
parents: 
12853 
diff
changeset
 | 
625  | 
text; the fixed correlation with particular command syntax has been  | 
| 
 
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
 
wenzelm 
parents: 
12853 
diff
changeset
 | 
626  | 
discontinued;  | 
| 
 
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
 
wenzelm 
parents: 
12853 
diff
changeset
 | 
627  | 
|
| 
13023
 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 
berghofe 
parents: 
12984 
diff
changeset
 | 
628  | 
* Pure: new method 'rules' is particularly well-suited for proof  | 
| 
 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 
berghofe 
parents: 
12984 
diff
changeset
 | 
629  | 
search in intuitionistic logic; a bit slower than 'blast' or 'fast',  | 
| 
 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 
berghofe 
parents: 
12984 
diff
changeset
 | 
630  | 
but often produces more compact proof terms with less detours;  | 
| 
 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 
berghofe 
parents: 
12984 
diff
changeset
 | 
631  | 
|
| 
12364
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
632  | 
* Pure/Provers/classical: simplified integration with pure rule  | 
| 
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
633  | 
attributes and methods; the classical "intro?/elim?/dest?"  | 
| 
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
634  | 
declarations coincide with the pure ones; the "rule" method no longer  | 
| 
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
635  | 
includes classically swapped intros; "intro" and "elim" methods no  | 
| 
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
636  | 
longer pick rules from the context; also got rid of ML declarations  | 
| 
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
637  | 
AddXIs/AddXEs/AddXDs; all of this has some potential for  | 
| 
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
638  | 
INCOMPATIBILITY;  | 
| 
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
639  | 
|
| 
12405
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
640  | 
* Provers/classical: attribute 'swapped' produces classical inversions  | 
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
641  | 
of introduction rules;  | 
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
642  | 
|
| 
12364
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
643  | 
* Provers/simplifier: 'simplified' attribute may refer to explicit  | 
| 
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
644  | 
rules instead of full simplifier context; 'iff' attribute handles  | 
| 
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
645  | 
conditional rules;  | 
| 
11936
 
fef099613354
* Provers: 'simplified' attribute may refer to explicit rules instead
 
wenzelm 
parents: 
11933 
diff
changeset
 | 
646  | 
|
| 
11745
 
06cd8c3b5487
* HOL: 'typedef' now allows alternative names for Rep/Abs morphisms;
 
wenzelm 
parents: 
11738 
diff
changeset
 | 
647  | 
* HOL: 'typedef' now allows alternative names for Rep/Abs morphisms;  | 
| 
 
06cd8c3b5487
* HOL: 'typedef' now allows alternative names for Rep/Abs morphisms;
 
wenzelm 
parents: 
11738 
diff
changeset
 | 
648  | 
|
| 11690 | 649  | 
* HOL: 'recdef' now fails on unfinished automated proofs, use  | 
| 11633 | 650  | 
"(permissive)" option to recover old behavior;  | 
651  | 
||
| 11933 | 652  | 
* HOL: 'inductive' no longer features separate (collective) attributes  | 
653  | 
for 'intros' (was found too confusing);  | 
|
654  | 
||
| 
12405
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
655  | 
* HOL: properly declared induction rules less_induct and  | 
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
656  | 
wf_induct_rule;  | 
| 
 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 
wenzelm 
parents: 
12364 
diff
changeset
 | 
657  | 
|
| 
11788
 
60054fee3c16
canonical 'cases'/'induct' rules for n-tuples (n=3..7)
 
kleing 
parents: 
11745 
diff
changeset
 | 
658  | 
|
| 11474 | 659  | 
*** HOL ***  | 
660  | 
||
| 11702 | 661  | 
* HOL: moved over to sane numeral syntax; the new policy is as  | 
662  | 
follows:  | 
|
663  | 
||
664  | 
- 0 and 1 are polymorphic constants, which are defined on any  | 
|
665  | 
numeric type (nat, int, real etc.);  | 
|
666  | 
||
667  | 
- 2, 3, 4, ... and -1, -2, -3, ... are polymorphic numerals, based  | 
|
668  | 
binary representation internally;  | 
|
669  | 
||
670  | 
- type nat has special constructor Suc, and generally prefers Suc 0  | 
|
671  | 
over 1::nat and Suc (Suc 0) over 2::nat;  | 
|
672  | 
||
| 
12364
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
673  | 
This change may cause significant problems of INCOMPATIBILITY; here  | 
| 
 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 
wenzelm 
parents: 
12335 
diff
changeset
 | 
674  | 
are some hints on converting existing sources:  | 
| 11702 | 675  | 
|
676  | 
- due to the new "num" token, "-0" and "-1" etc. are now atomic  | 
|
677  | 
entities, so expressions involving "-" (unary or binary minus) need  | 
|
678  | 
to be spaced properly;  | 
|
679  | 
||
680  | 
- existing occurrences of "1" may need to be constraint "1::nat" or  | 
|
681  | 
even replaced by Suc 0; similar for old "2";  | 
|
682  | 
||
683  | 
- replace "#nnn" by "nnn", and "#-nnn" by "-nnn";  | 
|
684  | 
||
685  | 
- remove all special provisions on numerals in proofs;  | 
|
686  | 
||
| 13042 | 687  | 
* HOL: simp rules nat_number expand numerals on nat to Suc/0  | 
| 12837 | 688  | 
representation (depends on bin_arith_simps in the default context);  | 
689  | 
||
| 12736 | 690  | 
* HOL: symbolic syntax for x^2 (numeral 2);  | 
691  | 
||
| 
12335
 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 
wenzelm 
parents: 
12312 
diff
changeset
 | 
692  | 
* HOL: the class of all HOL types is now called "type" rather than  | 
| 
 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 
wenzelm 
parents: 
12312 
diff
changeset
 | 
693  | 
"term"; INCOMPATIBILITY, need to adapt references to this type class  | 
| 
 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 
wenzelm 
parents: 
12312 
diff
changeset
 | 
694  | 
in axclass/classes, instance/arities, and (usually rare) occurrences  | 
| 
 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 
wenzelm 
parents: 
12312 
diff
changeset
 | 
695  | 
in typings (of consts etc.); internally the class is called  | 
| 
 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 
wenzelm 
parents: 
12312 
diff
changeset
 | 
696  | 
"HOL.type", ML programs should refer to HOLogic.typeS;  | 
| 
 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 
wenzelm 
parents: 
12312 
diff
changeset
 | 
697  | 
|
| 12280 | 698  | 
* HOL/record package improvements:  | 
699  | 
- new derived operations "fields" to build a partial record section,  | 
|
700  | 
"extend" to promote a fixed record to a record scheme, and  | 
|
701  | 
"truncate" for the reverse; cf. theorems "xxx.defs", which are *not*  | 
|
702  | 
declared as simp by default;  | 
|
| 
12587
 
3f3d2ffb5df5
HOL/record: shared operations ("more", "fields", etc.) now need to be
 
wenzelm 
parents: 
12564 
diff
changeset
 | 
703  | 
  - shared operations ("more", "fields", etc.) now need to be always
 | 
| 
 
3f3d2ffb5df5
HOL/record: shared operations ("more", "fields", etc.) now need to be
 
wenzelm 
parents: 
12564 
diff
changeset
 | 
704  | 
qualified) --- potential INCOMPATIBILITY;  | 
| 12280 | 705  | 
- removed "make_scheme" operations (use "make" with "extend") --  | 
706  | 
INCOMPATIBILITY;  | 
|
| 11937 | 707  | 
- removed "more" class (simply use "term") -- INCOMPATIBILITY;  | 
| 12253 | 708  | 
- provides cases/induct rules for use with corresponding Isar  | 
709  | 
methods (for concrete records, record schemes, concrete more  | 
|
| 12280 | 710  | 
parts, and schematic more parts -- in that order);  | 
| 11930 | 711  | 
- internal definitions directly based on a light-weight abstract  | 
712  | 
theory of product types over typedef rather than datatype;  | 
|
713  | 
||
| 
13023
 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 
berghofe 
parents: 
12984 
diff
changeset
 | 
714  | 
* HOL: generic code generator for generating executable ML code from  | 
| 
 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 
berghofe 
parents: 
12984 
diff
changeset
 | 
715  | 
specifications; specific support for HOL constructs such as inductive  | 
| 
 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 
berghofe 
parents: 
12984 
diff
changeset
 | 
716  | 
datatypes and sets, as well as recursive functions; can be invoked  | 
| 
 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 
berghofe 
parents: 
12984 
diff
changeset
 | 
717  | 
via 'generate_code' theory section;  | 
| 
 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 
berghofe 
parents: 
12984 
diff
changeset
 | 
718  | 
|
| 11933 | 719  | 
* HOL: canonical cases/induct rules for n-tuples (n = 3..7);  | 
720  | 
||
| 13824 | 721  | 
* HOL: consolidated and renamed several theories. In particular:  | 
| 14731 | 722  | 
Ord.thy has been absorbed into HOL.thy  | 
723  | 
String.thy has been absorbed into List.thy  | 
|
724  | 
||
| 
11802
 
1d5f5d2427d2
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
 
wenzelm 
parents: 
11797 
diff
changeset
 | 
725  | 
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"  | 
| 
 
1d5f5d2427d2
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
 
wenzelm 
parents: 
11797 
diff
changeset
 | 
726  | 
(beware of argument permutation!);  | 
| 
 
1d5f5d2427d2
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
 
wenzelm 
parents: 
11797 
diff
changeset
 | 
727  | 
|
| 11657 | 728  | 
* HOL: linorder_less_split superseded by linorder_cases;  | 
729  | 
||
| 12917 | 730  | 
* HOL/List: "nodups" renamed to "distinct";  | 
| 12889 | 731  | 
|
| 11633 | 732  | 
* HOL: added "The" definite description operator; move Hilbert's "Eps"  | 
| 13824 | 733  | 
to peripheral theory "Hilbert_Choice"; some INCOMPATIBILITIES:  | 
734  | 
- Ex_def has changed, now need to use some_eq_ex  | 
|
| 11437 | 735  | 
|
| 11572 | 736  | 
* HOL: made split_all_tac safe; EXISTING PROOFS MAY FAIL OR LOOP, so  | 
737  | 
in this (rare) case use:  | 
|
738  | 
||
739  | 
delSWrapper "split_all_tac"  | 
|
740  | 
  addSbefore ("unsafe_split_all_tac", unsafe_split_all_tac)
 | 
|
741  | 
||
742  | 
* HOL: added safe wrapper "split_conv_tac" to claset; EXISTING PROOFS  | 
|
| 11474 | 743  | 
MAY FAIL;  | 
| 11361 | 744  | 
|
| 11572 | 745  | 
* HOL: introduced f^n = f o ... o f; warning: due to the limits of  | 
746  | 
Isabelle's type classes, ^ on functions and relations has too general  | 
|
747  | 
a domain, namely ('a * 'b) set and 'a => 'b; this means that it may be
 | 
|
748  | 
necessary to attach explicit type constraints;  | 
|
| 11307 | 749  | 
|
| 12917 | 750  | 
* HOL/Relation: the prefix name of the infix "O" has been changed from  | 
751  | 
"comp" to "rel_comp"; INCOMPATIBILITY: a few theorems have been  | 
|
752  | 
renamed accordingly (eg "compI" -> "rel_compI").  | 
|
| 12489 | 753  | 
|
| 
11487
 
95071c9e85a3
* HOL: syntax translations now work properly with numerals and records
 
wenzelm 
parents: 
11475 
diff
changeset
 | 
754  | 
* HOL: syntax translations now work properly with numerals and records  | 
| 
 
95071c9e85a3
* HOL: syntax translations now work properly with numerals and records
 
wenzelm 
parents: 
11475 
diff
changeset
 | 
755  | 
expressions;  | 
| 11474 | 756  | 
|
| 
12457
 
cbfc53e45476
* HOL: bounded abstraction now uses syntax "%" / "\<lambda>" instead
 
wenzelm 
parents: 
12405 
diff
changeset
 | 
757  | 
* HOL: bounded abstraction now uses syntax "%" / "\<lambda>" instead  | 
| 
 
cbfc53e45476
* HOL: bounded abstraction now uses syntax "%" / "\<lambda>" instead
 
wenzelm 
parents: 
12405 
diff
changeset
 | 
758  | 
of "lam" -- INCOMPATIBILITY;  | 
| 11474 | 759  | 
|
| 11933 | 760  | 
* HOL: got rid of some global declarations (potential INCOMPATIBILITY  | 
761  | 
for ML tools): const "()" renamed "Product_Type.Unity", type "unit"  | 
|
762  | 
renamed "Product_Type.unit";  | 
|
| 11611 | 763  | 
|
| 12564 | 764  | 
* HOL: renamed rtrancl_into_rtrancl2 to converse_rtrancl_into_rtrancl  | 
765  | 
||
| 12924 | 766  | 
* HOL: removed obsolete theorem "optionE" (use "option.exhaust", or  | 
767  | 
the "cases" method);  | 
|
768  | 
||
| 
12597
 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 
wenzelm 
parents: 
12587 
diff
changeset
 | 
769  | 
* HOL/GroupTheory: group theory examples including Sylow's theorem (by  | 
| 
 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 
wenzelm 
parents: 
12587 
diff
changeset
 | 
770  | 
Florian Kammüller);  | 
| 
 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 
wenzelm 
parents: 
12587 
diff
changeset
 | 
771  | 
|
| 
12608
 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 
wenzelm 
parents: 
12597 
diff
changeset
 | 
772  | 
* HOL/IMP: updated and converted to new-style theory format; several  | 
| 
 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 
wenzelm 
parents: 
12597 
diff
changeset
 | 
773  | 
parts turned into readable document, with proper Isar proof texts and  | 
| 
 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 
wenzelm 
parents: 
12597 
diff
changeset
 | 
774  | 
some explanations (by Gerwin Klein);  | 
| 
12597
 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 
wenzelm 
parents: 
12587 
diff
changeset
 | 
775  | 
|
| 12734 | 776  | 
* HOL-Real: added Complex_Numbers (by Gertrud Bauer);  | 
777  | 
||
| 12690 | 778  | 
* HOL-Hyperreal is now a logic image;  | 
779  | 
||
| 11611 | 780  | 
|
| 
12022
 
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
 
wenzelm 
parents: 
11995 
diff
changeset
 | 
781  | 
*** HOLCF ***  | 
| 
 
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
 
wenzelm 
parents: 
11995 
diff
changeset
 | 
782  | 
|
| 12622 | 783  | 
* Isar: consts/constdefs supports mixfix syntax for continuous  | 
784  | 
operations;  | 
|
785  | 
||
786  | 
* Isar: domain package adapted to new-style theory format, e.g. see  | 
|
787  | 
HOLCF/ex/Dnat.thy;  | 
|
788  | 
||
789  | 
* theory Lift: proper use of rep_datatype lift instead of ML hacks --  | 
|
| 12280 | 790  | 
potential INCOMPATIBILITY; now use plain induct_tac instead of former  | 
791  | 
lift.induct_tac, always use UU instead of Undef;  | 
|
| 
12022
 
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
 
wenzelm 
parents: 
11995 
diff
changeset
 | 
792  | 
|
| 
12597
 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 
wenzelm 
parents: 
12587 
diff
changeset
 | 
793  | 
* HOLCF/IMP: updated and converted to new-style theory;  | 
| 
 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 
wenzelm 
parents: 
12587 
diff
changeset
 | 
794  | 
|
| 
12022
 
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
 
wenzelm 
parents: 
11995 
diff
changeset
 | 
795  | 
|
| 11474 | 796  | 
*** ZF ***  | 
797  | 
||
| 12622 | 798  | 
* Isar: proper integration of logic-specific tools and packages,  | 
799  | 
including theory commands '(co)inductive', '(co)datatype',  | 
|
800  | 
'rep_datatype', 'inductive_cases', as well as methods 'ind_cases',  | 
|
801  | 
'induct_tac', 'case_tac', and 'typecheck' (with attribute 'TC');  | 
|
802  | 
||
803  | 
* theory Main no longer includes AC; for the Axiom of Choice, base  | 
|
804  | 
your theory on Main_ZFC;  | 
|
805  | 
||
806  | 
* the integer library now covers quotients and remainders, with many  | 
|
807  | 
laws relating division to addition, multiplication, etc.;  | 
|
| 12563 | 808  | 
|
| 12280 | 809  | 
* ZF/UNITY: Chandy and Misra's UNITY is now available in ZF, giving a  | 
810  | 
typeless version of the formalism;  | 
|
811  | 
||
| 13025 | 812  | 
* ZF/AC, Coind, IMP, Resid: updated and converted to new-style theory  | 
813  | 
format;  | 
|
| 
12608
 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 
wenzelm 
parents: 
12597 
diff
changeset
 | 
814  | 
|
| 12280 | 815  | 
* ZF/Induct: new directory for examples of inductive definitions,  | 
| 
12608
 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 
wenzelm 
parents: 
12597 
diff
changeset
 | 
816  | 
including theory Multiset for multiset orderings; converted to  | 
| 
 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 
wenzelm 
parents: 
12597 
diff
changeset
 | 
817  | 
new-style theory format;  | 
| 
12177
 
b1c16d685a99
* ZF: new-style theory commands 'inductive', 'inductive_cases', and
 
wenzelm 
parents: 
12163 
diff
changeset
 | 
818  | 
|
| 13025 | 819  | 
* ZF: many new theorems about lists, ordinals, etc.;  | 
| 12850 | 820  | 
|
| 11474 | 821  | 
|
822  | 
*** General ***  | 
|
823  | 
||
| 12280 | 824  | 
* Pure/kernel: meta-level proof terms (by Stefan Berghofer); reference  | 
825  | 
variable proof controls level of detail: 0 = no proofs (only oracle  | 
|
826  | 
dependencies), 1 = lemma dependencies, 2 = compact proof terms; see  | 
|
827  | 
also ref manual for further ML interfaces;  | 
|
828  | 
||
829  | 
* Pure/axclass: removed obsolete ML interface  | 
|
830  | 
goal_subclass/goal_arity;  | 
|
831  | 
||
832  | 
* Pure/syntax: new token syntax "num" for plain numerals (without "#"  | 
|
833  | 
of "xnum"); potential INCOMPATIBILITY, since -0, -1 etc. are now  | 
|
834  | 
separate tokens, so expressions involving minus need to be spaced  | 
|
835  | 
properly;  | 
|
836  | 
||
| 
12312
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
837  | 
* Pure/syntax: support non-oriented infixes, using keyword "infix"  | 
| 
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
838  | 
rather than "infixl" or "infixr";  | 
| 
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
839  | 
|
| 
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
840  | 
* Pure/syntax: concrete syntax for dummy type variables admits genuine  | 
| 
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
841  | 
sort constraint specifications in type inference; e.g. "x::_::foo"  | 
| 
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
842  | 
ensures that the type of "x" is of sort "foo" (but not necessarily a  | 
| 
 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 
wenzelm 
parents: 
12280 
diff
changeset
 | 
843  | 
type variable);  | 
| 12280 | 844  | 
|
845  | 
* Pure/syntax: print modes "type_brackets" and "no_type_brackets"  | 
|
846  | 
control output of nested => (types); the default behavior is  | 
|
847  | 
"type_brackets";  | 
|
848  | 
||
849  | 
* Pure/syntax: builtin parse translation for "_constify" turns valued  | 
|
| 11817 | 850  | 
tokens into AST constants;  | 
| 11474 | 851  | 
|
| 12280 | 852  | 
* Pure/syntax: prefer later declarations of translations and print  | 
853  | 
translation functions; potential INCOMPATIBILITY: need to reverse  | 
|
854  | 
multiple declarations for same syntax element constant;  | 
|
855  | 
||
| 
12832
 
c31b44286a8a
* Pure/show_hyps reset by default (in accordance to existing Isar practice);
 
wenzelm 
parents: 
12777 
diff
changeset
 | 
856  | 
* Pure/show_hyps reset by default (in accordance to existing Isar  | 
| 
 
c31b44286a8a
* Pure/show_hyps reset by default (in accordance to existing Isar practice);
 
wenzelm 
parents: 
12777 
diff
changeset
 | 
857  | 
practice);  | 
| 
 
c31b44286a8a
* Pure/show_hyps reset by default (in accordance to existing Isar practice);
 
wenzelm 
parents: 
12777 
diff
changeset
 | 
858  | 
|
| 12280 | 859  | 
* Provers/classical: renamed addaltern to addafter, addSaltern to  | 
860  | 
addSafter;  | 
|
861  | 
||
862  | 
* Provers/clasimp: ``iff'' declarations now handle conditional rules  | 
|
863  | 
as well;  | 
|
| 12253 | 864  | 
|
| 12538 | 865  | 
* system: tested support for MacOS X; should be able to get Isabelle +  | 
866  | 
Proof General to work in a plain Terminal after installing Poly/ML  | 
|
867  | 
(e.g. from the Isabelle distribution area) and GNU bash alone  | 
|
868  | 
(e.g. from http://www.apple.com); full X11, XEmacs and X-Symbol  | 
|
869  | 
support requires further installations, e.g. from  | 
|
870  | 
http://fink.sourceforge.net/);  | 
|
871  | 
||
| 12280 | 872  | 
* system: support Poly/ML 4.1.1 (able to manage larger heaps);  | 
| 11551 | 873  | 
|
| 
12753
 
3a62df7ae926
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead
 
wenzelm 
parents: 
12736 
diff
changeset
 | 
874  | 
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead  | 
| 
 
3a62df7ae926
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead
 
wenzelm 
parents: 
12736 
diff
changeset
 | 
875  | 
of 40 MB), cf. ML_OPTIONS;  | 
| 
 
3a62df7ae926
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead
 
wenzelm 
parents: 
12736 
diff
changeset
 | 
876  | 
|
| 11633 | 877  | 
* system: Proof General keywords specification is now part of the  | 
878  | 
Isabelle distribution (see etc/isar-keywords.el);  | 
|
879  | 
||
| 12728 | 880  | 
* system: support for persistent Proof General sessions (refrain from  | 
881  | 
outdating all loaded theories on startup); user may create writable  | 
|
882  | 
logic images like this: ``isabelle -q HOL Test'';  | 
|
| 
12597
 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 
wenzelm 
parents: 
12587 
diff
changeset
 | 
883  | 
|
| 11551 | 884  | 
* system: smart selection of Isabelle process versus Isabelle  | 
| 11572 | 885  | 
interface, accommodates case-insensitive file systems (e.g. HFS+); may  | 
886  | 
run both "isabelle" and "Isabelle" even if file names are badly  | 
|
887  | 
damaged (executable inspects the case of the first letter of its own  | 
|
888  | 
name); added separate "isabelle-process" and "isabelle-interface";  | 
|
| 11551 | 889  | 
|
| 12472 | 890  | 
* system: refrain from any attempt at filtering input streams; no  | 
891  | 
longer support ``8bit'' encoding of old isabelle font, instead proper  | 
|
892  | 
iso-latin characters may now be used; the related isatools  | 
|
893  | 
"symbolinput" and "nonascii" have disappeared as well;  | 
|
894  | 
||
895  | 
* system: removed old "xterm" interface (the print modes "xterm" and  | 
|
896  | 
"xterm_color" are still available for direct use in a suitable  | 
|
897  | 
terminal);  | 
|
898  | 
||
| 11314 | 899  | 
|
| 
11169
 
98c2f741e32b
made split_all_tac safe introducing safe_full_simp_tac, EXISTING PROOFS MAY FAIL
 
oheimb 
parents: 
11130 
diff
changeset
 | 
900  | 
|
| 11062 | 901  | 
New in Isabelle99-2 (February 2001)  | 
902  | 
-----------------------------------  | 
|
903  | 
||
| 10224 | 904  | 
*** Overview of INCOMPATIBILITIES ***  | 
905  | 
||
| 11241 | 906  | 
* HOL: please note that theories in the Library and elsewhere often use the  | 
907  | 
new-style (Isar) format; to refer to their theorems in an ML script you must  | 
|
| 12622 | 908  | 
bind them to ML identifers by e.g. val thm_name = thm "thm_name";  | 
| 11241 | 909  | 
|
| 
11043
 
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
 
wenzelm 
parents: 
11016 
diff
changeset
 | 
910  | 
* HOL: inductive package no longer splits induction rule aggressively,  | 
| 
 
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
 
wenzelm 
parents: 
11016 
diff
changeset
 | 
911  | 
but only as far as specified by the introductions given; the old  | 
| 11130 | 912  | 
format may be recovered via ML function complete_split_rule or attribute  | 
| 
11043
 
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
 
wenzelm 
parents: 
11016 
diff
changeset
 | 
913  | 
'split_rule (complete)';  | 
| 
 
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
 
wenzelm 
parents: 
11016 
diff
changeset
 | 
914  | 
|
| 10998 | 915  | 
* HOL: induct renamed to lfp_induct, lfp_Tarski to lfp_unfold,  | 
916  | 
gfp_Tarski to gfp_unfold;  | 
|
| 10224 | 917  | 
|
| 10288 | 918  | 
* HOL: contrapos, contrapos2 renamed to contrapos_nn, contrapos_pp;  | 
919  | 
||
| 10858 | 920  | 
* HOL: infix "dvd" now has priority 50 rather than 70 (because it is a  | 
921  | 
relation); infix "^^" has been renamed "``"; infix "``" has been  | 
|
922  | 
renamed "`"; "univalent" has been renamed "single_valued";  | 
|
| 10793 | 923  | 
|
| 10998 | 924  | 
* HOL/Real: "rinv" and "hrinv" replaced by overloaded "inverse"  | 
925  | 
operation;  | 
|
926  | 
||
| 10868 | 927  | 
* HOLCF: infix "`" has been renamed "$"; the symbol syntax is \<cdot>;  | 
| 10856 | 928  | 
|
| 10391 | 929  | 
* Isar: 'obtain' no longer declares "that" fact as simp/intro;  | 
930  | 
||
| 
10401
 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 
wenzelm 
parents: 
10391 
diff
changeset
 | 
931  | 
* Isar/HOL: method 'induct' now handles non-atomic goals; as a  | 
| 
 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 
wenzelm 
parents: 
10391 
diff
changeset
 | 
932  | 
consequence, it is no longer monotonic wrt. the local goal context  | 
| 
 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 
wenzelm 
parents: 
10391 
diff
changeset
 | 
933  | 
(which is now passed through the inductive cases);  | 
| 
 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 
wenzelm 
parents: 
10391 
diff
changeset
 | 
934  | 
|
| 
10976
 
0e7cf6f9fa29
* Document preparation: renamed standard symbols \<ll> to \<lless> and
 
wenzelm 
parents: 
10966 
diff
changeset
 | 
935  | 
* Document preparation: renamed standard symbols \<ll> to \<lless> and  | 
| 
 
0e7cf6f9fa29
* Document preparation: renamed standard symbols \<ll> to \<lless> and
 
wenzelm 
parents: 
10966 
diff
changeset
 | 
936  | 
\<gg> to \<ggreater>;  | 
| 
 
0e7cf6f9fa29
* Document preparation: renamed standard symbols \<ll> to \<lless> and
 
wenzelm 
parents: 
10966 
diff
changeset
 | 
937  | 
|
| 10224 | 938  | 
|
| 
10245
 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 
wenzelm 
parents: 
10224 
diff
changeset
 | 
939  | 
*** Document preparation ***  | 
| 
 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 
wenzelm 
parents: 
10224 
diff
changeset
 | 
940  | 
|
| 10858 | 941  | 
* \isabellestyle{NAME} selects version of Isabelle output (currently
 | 
942  | 
available: are "it" for near math-mode best-style output, "sl" for  | 
|
943  | 
slanted text style, and "tt" for plain type-writer; if no  | 
|
944  | 
\isabellestyle command is given, output is according to slanted  | 
|
945  | 
type-writer);  | 
|
946  | 
||
| 
10322
 
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
 
wenzelm 
parents: 
10306 
diff
changeset
 | 
947  | 
* support sub/super scripts (for single symbols only), input syntax is  | 
| 
 
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
 
wenzelm 
parents: 
10306 
diff
changeset
 | 
948  | 
like this: "A\<^sup>*" or "A\<^sup>\<star>";  | 
| 
 
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
 
wenzelm 
parents: 
10306 
diff
changeset
 | 
949  | 
|
| 10858 | 950  | 
* some more standard symbols; see Appendix A of the system manual for  | 
| 11062 | 951  | 
the complete list of symbols defined in isabellesym.sty;  | 
| 10858 | 952  | 
|
| 10998 | 953  | 
* improved isabelle style files; more abstract symbol implementation  | 
954  | 
(should now use \isamath{...} and \isatext{...} in custom symbol
 | 
|
955  | 
definitions);  | 
|
956  | 
||
| 10634 | 957  | 
* antiquotation @{goals} and @{subgoals} for output of *dynamic* goals
 | 
958  | 
state; Note that presentation of goal states does not conform to  | 
|
959  | 
actual human-readable proof documents. Please do not include goal  | 
|
960  | 
states into document output unless you really know what you are doing!  | 
|
| 
10322
 
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
 
wenzelm 
parents: 
10306 
diff
changeset
 | 
961  | 
|
| 11062 | 962  | 
* proper indentation of antiquoted output with proportional LaTeX  | 
963  | 
fonts;  | 
|
| 10862 | 964  | 
|
| 
11050
 
ac5709ac50b9
* no_document ML operator temporarily disables LaTeX document
 
wenzelm 
parents: 
11043 
diff
changeset
 | 
965  | 
* no_document ML operator temporarily disables LaTeX document  | 
| 
 
ac5709ac50b9
* no_document ML operator temporarily disables LaTeX document
 
wenzelm 
parents: 
11043 
diff
changeset
 | 
966  | 
generation;  | 
| 
 
ac5709ac50b9
* no_document ML operator temporarily disables LaTeX document
 
wenzelm 
parents: 
11043 
diff
changeset
 | 
967  | 
|
| 11062 | 968  | 
* isatool unsymbolize tunes sources for plain ASCII communication;  | 
969  | 
||
| 
10322
 
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
 
wenzelm 
parents: 
10306 
diff
changeset
 | 
970  | 
|
| 
10306
 
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
 
wenzelm 
parents: 
10288 
diff
changeset
 | 
971  | 
*** Isar ***  | 
| 
 
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
 
wenzelm 
parents: 
10288 
diff
changeset
 | 
972  | 
|
| 10547 | 973  | 
* Pure: Isar now suffers initial goal statements to contain unbound  | 
974  | 
schematic variables (this does not conform to actual readable proof  | 
|
975  | 
documents, due to unpredictable outcome and non-compositional proof  | 
|
976  | 
checking); users who know what they are doing may use schematic goals  | 
|
977  | 
for Prolog-style synthesis of proven results;  | 
|
978  | 
||
| 10391 | 979  | 
* Pure: assumption method (an implicit finishing) now handles actual  | 
980  | 
rules as well;  | 
|
981  | 
||
982  | 
* Pure: improved 'obtain' --- moved to Pure, insert "that" into  | 
|
983  | 
initial goal, declare "that" only as Pure intro (only for single  | 
|
984  | 
steps); the "that" rule assumption may now be involved in implicit  | 
|
985  | 
finishing, thus ".." becomes a feasible for trivial obtains;  | 
|
986  | 
||
987  | 
* Pure: default proof step now includes 'intro_classes'; thus trivial  | 
|
988  | 
instance proofs may be performed by "..";  | 
|
989  | 
||
990  | 
* Pure: ?thesis / ?this / "..." now work for pure meta-level  | 
|
991  | 
statements as well;  | 
|
| 
10306
 
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
 
wenzelm 
parents: 
10288 
diff
changeset
 | 
992  | 
|
| 11097 | 993  | 
* Pure: more robust selection of calculational rules;  | 
994  | 
||
| 10858 | 995  | 
* Pure: the builtin notion of 'finished' goal now includes the ==-refl  | 
996  | 
rule (as well as the assumption rule);  | 
|
997  | 
||
998  | 
* Pure: 'thm_deps' command visualizes dependencies of theorems and  | 
|
999  | 
lemmas, using the graph browser tool;  | 
|
1000  | 
||
| 10944 | 1001  | 
* Pure: predict failure of "show" in interactive mode;  | 
1002  | 
||
| 
11016
 
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
 
wenzelm 
parents: 
10998 
diff
changeset
 | 
1003  | 
* Pure: 'thms_containing' now takes actual terms as arguments;  | 
| 
 
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
 
wenzelm 
parents: 
10998 
diff
changeset
 | 
1004  | 
|
| 
10401
 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 
wenzelm 
parents: 
10391 
diff
changeset
 | 
1005  | 
* HOL: improved method 'induct' --- now handles non-atomic goals  | 
| 
 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 
wenzelm 
parents: 
10391 
diff
changeset
 | 
1006  | 
(potential INCOMPATIBILITY); tuned error handling;  | 
| 
 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 
wenzelm 
parents: 
10391 
diff
changeset
 | 
1007  | 
|
| 10557 | 1008  | 
* HOL: cases and induct rules now provide explicit hints about the  | 
| 10547 | 1009  | 
number of facts to be consumed (0 for "type" and 1 for "set" rules);  | 
1010  | 
any remaining facts are inserted into the goal verbatim;  | 
|
1011  | 
||
| 10858 | 1012  | 
* HOL: local contexts (aka cases) may now contain term bindings as  | 
1013  | 
well; the 'cases' and 'induct' methods new provide a ?case binding for  | 
|
1014  | 
the result to be shown in each case;  | 
|
1015  | 
||
| 10770 | 1016  | 
* HOL: added 'recdef_tc' command;  | 
1017  | 
||
| 
11016
 
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
 
wenzelm 
parents: 
10998 
diff
changeset
 | 
1018  | 
* isatool convert assists in eliminating legacy ML scripts;  | 
| 
 
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
 
wenzelm 
parents: 
10998 
diff
changeset
 | 
1019  | 
|
| 
10306
 
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
 
wenzelm 
parents: 
10288 
diff
changeset
 | 
1020  | 
|
| 
10245
 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 
wenzelm 
parents: 
10224 
diff
changeset
 | 
1021  | 
*** HOL ***  | 
| 
 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 
wenzelm 
parents: 
10224 
diff
changeset
 | 
1022  | 
|
| 
 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 
wenzelm 
parents: 
10224 
diff
changeset
 | 
1023  | 
* HOL/Library: a collection of generic theories to be used together  | 
| 
 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 
wenzelm 
parents: 
10224 
diff
changeset
 | 
1024  | 
with main HOL; the theory loader path already includes this directory  | 
| 
 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 
wenzelm 
parents: 
10224 
diff
changeset
 | 
1025  | 
by default; the following existing theories have been moved here:  | 
| 
 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 
wenzelm 
parents: 
10224 
diff
changeset
 | 
1026  | 
HOL/Induct/Multiset, HOL/Induct/Acc (as Accessible_Part), HOL/While  | 
| 10337 | 1027  | 
(as While_Combinator), HOL/Lex/Prefix (as List_Prefix);  | 
| 
10245
 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 
wenzelm 
parents: 
10224 
diff
changeset
 | 
1028  | 
|
| 10966 | 1029  | 
* HOL/Unix: "Some aspects of Unix file-system security", a typical  | 
1030  | 
modelling and verification task performed in Isabelle/HOL +  | 
|
1031  | 
Isabelle/Isar + Isabelle document preparation (by Markus Wenzel).  | 
|
1032  | 
||
| 11094 | 1033  | 
* HOL/Algebra: special summation operator SUM no longer exists, it has  | 
1034  | 
been replaced by setsum; infix 'assoc' now has priority 50 (like  | 
|
1035  | 
'dvd'); axiom 'one_not_zero' has been moved from axclass 'ring' to  | 
|
1036  | 
'domain', this makes the theory consistent with mathematical  | 
|
1037  | 
literature;  | 
|
1038  | 
||
| 10514 | 1039  | 
* HOL basics: added overloaded operations "inverse" and "divide"  | 
| 10726 | 1040  | 
(infix "/"), syntax for generic "abs" operation, generic summation  | 
| 11094 | 1041  | 
operator \<Sum>;  | 
| 
10452
 
abeefb0a79ae
* added overloaded operations "inverse" and "divide" (infix "/");
 
wenzelm 
parents: 
10428 
diff
changeset
 | 
1042  | 
|
| 10391 | 1043  | 
* HOL/typedef: simplified package, provide more useful rules (see also  | 
1044  | 
HOL/subset.thy);  | 
|
1045  | 
||
| 
10915
 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 
wenzelm 
parents: 
10868 
diff
changeset
 | 
1046  | 
* HOL/datatype: induction rule for arbitrarily branching datatypes is  | 
| 
 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 
wenzelm 
parents: 
10868 
diff
changeset
 | 
1047  | 
now expressed as a proper nested rule (old-style tactic scripts may  | 
| 
 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 
wenzelm 
parents: 
10868 
diff
changeset
 | 
1048  | 
require atomize_strip_tac to cope with non-atomic premises);  | 
| 
 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 
wenzelm 
parents: 
10868 
diff
changeset
 | 
1049  | 
|
| 
 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 
wenzelm 
parents: 
10868 
diff
changeset
 | 
1050  | 
* HOL: renamed theory "Prod" to "Product_Type", renamed "split" rule  | 
| 
 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 
wenzelm 
parents: 
10868 
diff
changeset
 | 
1051  | 
to "split_conv" (old name still available for compatibility);  | 
| 
 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 
wenzelm 
parents: 
10868 
diff
changeset
 | 
1052  | 
|
| 
 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 
wenzelm 
parents: 
10868 
diff
changeset
 | 
1053  | 
* HOL: improved concrete syntax for strings (e.g. allows translation  | 
| 
 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 
wenzelm 
parents: 
10868 
diff
changeset
 | 
1054  | 
rules with string literals);  | 
| 
 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 
wenzelm 
parents: 
10868 
diff
changeset
 | 
1055  | 
|
| 12245 | 1056  | 
* HOL-Real-Hyperreal: this extends HOL-Real with the hyperreals  | 
1057  | 
and Fleuriot's mechanization of analysis, including the transcendental  | 
|
1058  | 
functions for the reals;  | 
|
| 10756 | 1059  | 
|
| 11094 | 1060  | 
* HOL/Real, HOL/Hyperreal: improved arithmetic simplification;  | 
| 10391 | 1061  | 
|
| 10858 | 1062  | 
|
| 10474 | 1063  | 
*** CTT ***  | 
1064  | 
||
| 10547 | 1065  | 
* CTT: x-symbol support for Pi, Sigma, -->, : (membership); note that  | 
1066  | 
"lam" is displayed as TWO lambda-symbols  | 
|
| 10474 | 1067  | 
|
| 10547 | 1068  | 
* CTT: theory Main now available, containing everything (that is, Bool  | 
1069  | 
and Arith);  | 
|
1070  | 
||
| 10474 | 1071  | 
|
| 10391 | 1072  | 
*** General ***  | 
1073  | 
||
| 10547 | 1074  | 
* Pure: the Simplifier has been implemented properly as a derived rule  | 
1075  | 
outside of the actual kernel (at last!); the overall performance  | 
|
1076  | 
penalty in practical applications is about 50%, while reliability of  | 
|
1077  | 
the Isabelle inference kernel has been greatly improved;  | 
|
1078  | 
||
| 11112 | 1079  | 
* print modes "brackets" and "no_brackets" control output of nested =>  | 
1080  | 
(types) and ==> (props); the default behaviour is "brackets";  | 
|
1081  | 
||
| 10391 | 1082  | 
* Provers: fast_tac (and friends) now handle actual object-logic rules  | 
1083  | 
as assumptions as well;  | 
|
1084  | 
||
| 11124 | 1085  | 
* system: support Poly/ML 4.0;  | 
1086  | 
||
1087  | 
* system: isatool install handles KDE version 1 or 2;  | 
|
1088  | 
||
| 10391 | 1089  | 
|
| 
10245
 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 
wenzelm 
parents: 
10224 
diff
changeset
 | 
1090  | 
|
| 10103 | 1091  | 
New in Isabelle99-1 (October 2000)  | 
1092  | 
----------------------------------  | 
|
| 8015 | 1093  | 
|
| 10003 | 1094  | 
*** Overview of INCOMPATIBILITIES ***  | 
| 8014 | 1095  | 
|
| 8848 | 1096  | 
* HOL: simplification of natural numbers is much changed; to partly  | 
1097  | 
recover the old behaviour (e.g. to prevent n+n rewriting to #2*n)  | 
|
1098  | 
issue the following ML commands:  | 
|
1099  | 
||
1100  | 
Delsimprocs Nat_Numeral_Simprocs.cancel_numerals;  | 
|
1101  | 
Delsimprocs [Nat_Numeral_Simprocs.combine_numerals];  | 
|
| 8788 | 1102  | 
|
| 10129 | 1103  | 
* HOL: simplification no longer dives into case-expressions; this is  | 
1104  | 
controlled by "t.weak_case_cong" for each datatype t;  | 
|
| 10003 | 1105  | 
|
1106  | 
* HOL: nat_less_induct renamed to less_induct;  | 
|
1107  | 
||
1108  | 
* HOL: systematic renaming of the SOME (Eps) rules, may use isatool  | 
|
1109  | 
fixsome to patch .thy and .ML sources automatically;  | 
|
| 8967 | 1110  | 
|
| 10003 | 1111  | 
select_equality -> some_equality  | 
1112  | 
select_eq_Ex -> some_eq_ex  | 
|
1113  | 
selectI2EX -> someI2_ex  | 
|
1114  | 
selectI2 -> someI2  | 
|
1115  | 
selectI -> someI  | 
|
1116  | 
select1_equality -> some1_equality  | 
|
1117  | 
Eps_sym_eq -> some_sym_eq_trivial  | 
|
1118  | 
Eps_eq -> some_eq_trivial  | 
|
1119  | 
||
1120  | 
* HOL: exhaust_tac on datatypes superceded by new generic case_tac;  | 
|
1121  | 
||
1122  | 
* HOL: removed obsolete theorem binding expand_if (refer to split_if  | 
|
1123  | 
instead);  | 
|
1124  | 
||
1125  | 
* HOL: the recursion equations generated by 'recdef' are now called  | 
|
1126  | 
f.simps instead of f.rules;  | 
|
1127  | 
||
1128  | 
* HOL: qed_spec_mp now also handles bounded ALL as well;  | 
|
1129  | 
||
1130  | 
* HOL: 0 is now overloaded, so the type constraint ":: nat" may  | 
|
1131  | 
sometimes be needed;  | 
|
1132  | 
||
1133  | 
* HOL: the constant for "f``x" is now "image" rather than "op ``";  | 
|
| 8014 | 1134  | 
|
| 10065 | 1135  | 
* HOL: the constant for "f-``x" is now "vimage" rather than "op -``";  | 
1136  | 
||
| 
9330
 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 
wenzelm 
parents: 
9288 
diff
changeset
 | 
1137  | 
* HOL: the disjoint sum is now "<+>" instead of "Plus"; the cartesian  | 
| 
 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 
wenzelm 
parents: 
9288 
diff
changeset
 | 
1138  | 
product is now "<*>" instead of "Times"; the lexicographic product is  | 
| 
 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 
wenzelm 
parents: 
9288 
diff
changeset
 | 
1139  | 
now "<*lex*>" instead of "**";  | 
| 8705 | 1140  | 
|
| 10003 | 1141  | 
* HOL: theory Sexp is now in HOL/Induct examples (it used to be part  | 
1142  | 
of main HOL, but was unused); better use HOL's datatype package;  | 
|
| 9971 | 1143  | 
|
| 
10137
 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 
wenzelm 
parents: 
10129 
diff
changeset
 | 
1144  | 
* HOL: removed "symbols" syntax for constant "override" of theory Map;  | 
| 
 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 
wenzelm 
parents: 
10129 
diff
changeset
 | 
1145  | 
the old syntax may be recovered as follows:  | 
| 
 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 
wenzelm 
parents: 
10129 
diff
changeset
 | 
1146  | 
|
| 
 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 
wenzelm 
parents: 
10129 
diff
changeset
 | 
1147  | 
syntax (symbols)  | 
| 
 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 
wenzelm 
parents: 
10129 
diff
changeset
 | 
1148  | 
    override  :: "('a ~=> 'b) => ('a ~=> 'b) => ('a ~=> 'b)"
 | 
| 
 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 
wenzelm 
parents: 
10129 
diff
changeset
 | 
1149  | 
(infixl "\\<oplus>" 100)  | 
| 
 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 
wenzelm 
parents: 
10129 
diff
changeset
 | 
1150  | 
|
| 8848 | 1151  | 
* HOL/Real: "rabs" replaced by overloaded "abs" function;  | 
1152  | 
||
| 
8887
 
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
 
wenzelm 
parents: 
8848 
diff
changeset
 | 
1153  | 
* HOL/ML: even fewer consts are declared as global (see theories Ord,  | 
| 
 
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
 
wenzelm 
parents: 
8848 
diff
changeset
 | 
1154  | 
Lfp, Gfp, WF); this only affects ML packages that refer to const names  | 
| 
 
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
 
wenzelm 
parents: 
8848 
diff
changeset
 | 
1155  | 
internally;  | 
| 
 
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
 
wenzelm 
parents: 
8848 
diff
changeset
 | 
1156  | 
|
| 10003 | 1157  | 
* HOL and ZF: syntax for quotienting wrt an equivalence relation  | 
1158  | 
changed from A/r to A//r;  | 
|
| 9908 | 1159  | 
|
| 10003 | 1160  | 
* ZF: new treatment of arithmetic (nat & int) may break some old  | 
1161  | 
proofs;  | 
|
| 
8921
 
7c04c98132c4
* Pure: changed syntax of local blocks from {{ }} to { };
 
wenzelm 
parents: 
8887 
diff
changeset
 | 
1162  | 
|
| 10003 | 1163  | 
* Isar: renamed some attributes (RS -> THEN, simplify -> simplified,  | 
1164  | 
rulify -> rule_format, elimify -> elim_format, ...);  | 
|
| 9542 | 1165  | 
|
| 
9941
 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 
wenzelm 
parents: 
9937 
diff
changeset
 | 
1166  | 
* Isar/Provers: intro/elim/dest attributes changed; renamed  | 
| 
 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 
wenzelm 
parents: 
9937 
diff
changeset
 | 
1167  | 
intro/intro!/intro!! flags to intro!/intro/intro? (in most cases, one  | 
| 9937 | 1168  | 
should have to change intro!! to intro? only); replaced "delrule" by  | 
1169  | 
"rule del";  | 
|
| 
9437
 
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
 
wenzelm 
parents: 
9402 
diff
changeset
 | 
1170  | 
|
| 9612 | 1171  | 
* Isar/HOL: renamed "intrs" to "intros" in inductive definitions;  | 
1172  | 
||
| 
9437
 
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
 
wenzelm 
parents: 
9402 
diff
changeset
 | 
1173  | 
* Provers: strengthened force_tac by using new first_best_tac;  | 
| 9402 | 1174  | 
|
| 10003 | 1175  | 
* LaTeX document preparation: several changes of isabelle.sty (see  | 
1176  | 
lib/texinputs);  | 
|
| 
8729
 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 
wenzelm 
parents: 
8705 
diff
changeset
 | 
1177  | 
|
| 8014 | 1178  | 
|
| 8487 | 1179  | 
*** Document preparation ***  | 
| 
8358
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1180  | 
|
| 
9198
 
0ab3c81e9425
* formal comments (text blocks etc.) in new-style theories may now
 
wenzelm 
parents: 
9185 
diff
changeset
 | 
1181  | 
* formal comments (text blocks etc.) in new-style theories may now  | 
| 9753 | 1182  | 
contain antiquotations of thm/prop/term/typ/text to be presented  | 
1183  | 
according to latex print mode; concrete syntax is like this:  | 
|
1184  | 
@{term[show_types] "f(x) = a + x"};
 | 
|
| 
9198
 
0ab3c81e9425
* formal comments (text blocks etc.) in new-style theories may now
 
wenzelm 
parents: 
9185 
diff
changeset
 | 
1185  | 
|
| 
8358
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1186  | 
* isatool mkdir provides easy setup of Isabelle session directories,  | 
| 8518 | 1187  | 
including proper document sources;  | 
| 
8358
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1188  | 
|
| 
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1189  | 
* generated LaTeX sources are now deleted after successful run  | 
| 
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1190  | 
(isatool document -c); may retain a copy somewhere else via -D option  | 
| 
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1191  | 
of isatool usedir;  | 
| 
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1192  | 
|
| 8566 | 1193  | 
* isatool usedir -D now lets isatool latex -o sty update the Isabelle  | 
| 10003 | 1194  | 
style files, achieving self-contained LaTeX sources and simplifying  | 
1195  | 
LaTeX debugging;  | 
|
| 8566 | 1196  | 
|
| 8518 | 1197  | 
* old-style theories now produce (crude) LaTeX output as well;  | 
| 
8358
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1198  | 
|
| 
9057
 
af1ca1acf292
* browser info session directories are now self-contained (may be put
 
wenzelm 
parents: 
9052 
diff
changeset
 | 
1199  | 
* browser info session directories are now self-contained (may be put  | 
| 
9437
 
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
 
wenzelm 
parents: 
9402 
diff
changeset
 | 
1200  | 
on WWW server seperately); improved graphs of nested sessions; removed  | 
| 
 
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
 
wenzelm 
parents: 
9402 
diff
changeset
 | 
1201  | 
graph for 'all sessions';  | 
| 
9057
 
af1ca1acf292
* browser info session directories are now self-contained (may be put
 
wenzelm 
parents: 
9052 
diff
changeset
 | 
1202  | 
|
| 10003 | 1203  | 
* several improvements in isabelle style files; \isabellestyle{it}
 | 
1204  | 
produces fake math mode output; \isamarkupheader is now \section by  | 
|
1205  | 
default; see lib/texinputs/isabelle.sty etc.;  | 
|
| 
9489
 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 
wenzelm 
parents: 
9457 
diff
changeset
 | 
1206  | 
|
| 
8358
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1207  | 
|
| 8184 | 1208  | 
*** Isar ***  | 
1209  | 
||
| 10003 | 1210  | 
* Isar/Pure: local results and corresponding term bindings are now  | 
1211  | 
subject to Hindley-Milner polymorphism (similar to ML); this  | 
|
1212  | 
accommodates incremental type-inference very nicely;  | 
|
| 
8283
 
0a319c5746eb
* Pure now provides its own version of intro/elim/dest attributes;
 
wenzelm 
parents: 
8271 
diff
changeset
 | 
1213  | 
|
| 10003 | 1214  | 
* Isar/Pure: new derived language element 'obtain' supports  | 
1215  | 
generalized existence reasoning;  | 
|
| 
8621
 
8ba0f90f6f35
* Isar/Pure: local results and corresponding term bindings are now
 
wenzelm 
parents: 
8603 
diff
changeset
 | 
1216  | 
|
| 10003 | 1217  | 
* Isar/Pure: new calculational elements 'moreover' and 'ultimately'  | 
1218  | 
support accumulation of results, without applying any rules yet;  | 
|
1219  | 
useful to collect intermediate results without explicit name  | 
|
1220  | 
references, and for use with transitivity rules with more than 2  | 
|
1221  | 
premises;  | 
|
| 8184 | 1222  | 
|
| 10003 | 1223  | 
* Isar/Pure: scalable support for case-analysis type proofs: new  | 
1224  | 
'case' language element refers to local contexts symbolically, as  | 
|
1225  | 
produced by certain proof methods; internally, case names are attached  | 
|
1226  | 
to theorems as "tags";  | 
|
| 
8440
 
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
 
wenzelm 
parents: 
8425 
diff
changeset
 | 
1227  | 
|
| 10003 | 1228  | 
* Isar/Pure: theory command 'hide' removes declarations from  | 
| 
9330
 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 
wenzelm 
parents: 
9288 
diff
changeset
 | 
1229  | 
class/type/const name spaces;  | 
| 
 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 
wenzelm 
parents: 
9288 
diff
changeset
 | 
1230  | 
|
| 10003 | 1231  | 
* Isar/Pure: theory command 'defs' supports option "(overloaded)" to  | 
| 
9330
 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 
wenzelm 
parents: 
9288 
diff
changeset
 | 
1232  | 
indicate potential overloading;  | 
| 
 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 
wenzelm 
parents: 
9288 
diff
changeset
 | 
1233  | 
|
| 10003 | 1234  | 
* Isar/Pure: changed syntax of local blocks from {{ }} to { };
 | 
| 
8621
 
8ba0f90f6f35
* Isar/Pure: local results and corresponding term bindings are now
 
wenzelm 
parents: 
8603 
diff
changeset
 | 
1235  | 
|
| 10003 | 1236  | 
* Isar/Pure: syntax of sorts made 'inner', i.e. have to write  | 
1237  | 
"{a,b,c}" instead of {a,b,c};
 | 
|
| 
9011
 
0cfc347f8d19
Isar/Pure: removed obsolete 'transfer' attribute (transfer of thms to
 
wenzelm 
parents: 
8994 
diff
changeset
 | 
1238  | 
|
| 10003 | 1239  | 
* Isar/Pure now provides its own version of intro/elim/dest  | 
1240  | 
attributes; useful for building new logics, but beware of confusion  | 
|
1241  | 
with the version in Provers/classical;  | 
|
| 9612 | 1242  | 
|
| 10003 | 1243  | 
* Isar/Pure: the local context of (non-atomic) goals is provided via  | 
1244  | 
case name 'antecedent';  | 
|
| 
8440
 
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
 
wenzelm 
parents: 
8425 
diff
changeset
 | 
1245  | 
|
| 10003 | 1246  | 
* Isar/Pure: removed obsolete 'transfer' attribute (transfer of thms  | 
1247  | 
to the current context is now done automatically);  | 
|
| 
9383
 
c21fa1c48de0
* HOL: removed obsolete expand_if = split_if; theorems if_splits =
 
wenzelm 
parents: 
9349 
diff
changeset
 | 
1248  | 
|
| 10003 | 1249  | 
* Isar/Pure: theory command 'method_setup' provides a simple interface  | 
1250  | 
for definining proof methods in ML;  | 
|
| 9612 | 1251  | 
|
| 10003 | 1252  | 
* Isar/Provers: intro/elim/dest attributes changed; renamed  | 
| 
9941
 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 
wenzelm 
parents: 
9937 
diff
changeset
 | 
1253  | 
intro/intro!/intro!! flags to intro!/intro/intro? (INCOMPATIBILITY, in  | 
| 
 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 
wenzelm 
parents: 
9937 
diff
changeset
 | 
1254  | 
most cases, one should have to change intro!! to intro? only);  | 
| 
 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 
wenzelm 
parents: 
9937 
diff
changeset
 | 
1255  | 
replaced "delrule" by "rule del";  | 
| 
8283
 
0a319c5746eb
* Pure now provides its own version of intro/elim/dest attributes;
 
wenzelm 
parents: 
8271 
diff
changeset
 | 
1256  | 
|
| 10003 | 1257  | 
* Isar/Provers: new 'hypsubst' method, plain 'subst' method and  | 
1258  | 
'symmetric' attribute (the latter supercedes [RS sym]);  | 
|
1259  | 
||
1260  | 
* Isar/Provers: splitter support (via 'split' attribute and 'simp'  | 
|
1261  | 
method modifier); 'simp' method: 'only:' modifier removes loopers as  | 
|
1262  | 
well (including splits);  | 
|
1263  | 
||
1264  | 
* Isar/Provers: Simplifier and Classical methods now support all kind  | 
|
1265  | 
of modifiers used in the past, including 'cong', 'iff', etc.  | 
|
1266  | 
||
1267  | 
* Isar/Provers: added 'fastsimp' and 'clarsimp' methods (combination  | 
|
1268  | 
of Simplifier and Classical reasoner);  | 
|
1269  | 
||
1270  | 
* Isar/HOL: new proof method 'cases' and improved version of 'induct'  | 
|
1271  | 
now support named cases; major packages (inductive, datatype, primrec,  | 
|
1272  | 
recdef) support case names and properly name parameters;  | 
|
| 9612 | 1273  | 
|
| 10003 | 1274  | 
* Isar/HOL: new transitivity rules for substitution in inequalities --  | 
1275  | 
monotonicity conditions are extracted to be proven at end of  | 
|
1276  | 
calculations;  | 
|
1277  | 
||
1278  | 
* Isar/HOL: removed 'case_split' thm binding, should use 'cases' proof  | 
|
1279  | 
method anyway;  | 
|
1280  | 
||
1281  | 
* Isar/HOL: removed old expand_if = split_if; theorems if_splits =  | 
|
1282  | 
split_if split_if_asm; datatype package provides theorems foo.splits =  | 
|
1283  | 
foo.split foo.split_asm for each datatype;  | 
|
1284  | 
||
1285  | 
* Isar/HOL: tuned inductive package, rename "intrs" to "intros"  | 
|
1286  | 
(potential INCOMPATIBILITY), emulation of mk_cases feature for proof  | 
|
1287  | 
scripts: new 'inductive_cases' command and 'ind_cases' method; (Note:  | 
|
1288  | 
use "(cases (simplified))" method in proper proof texts);  | 
|
1289  | 
||
1290  | 
* Isar/HOL: added global 'arith_split' attribute for 'arith' method;  | 
|
1291  | 
||
1292  | 
* Isar: names of theorems etc. may be natural numbers as well;  | 
|
1293  | 
||
1294  | 
* Isar: 'pr' command: optional arguments for goals_limit and  | 
|
| 
9724
 
2030c5d63741
* 'pr' command: optional argument for ProofContext.prems_limit;
 
wenzelm 
parents: 
9709 
diff
changeset
 | 
1295  | 
ProofContext.prems_limit; no longer prints theory contexts, but only  | 
| 
 
2030c5d63741
* 'pr' command: optional argument for ProofContext.prems_limit;
 
wenzelm 
parents: 
9709 
diff
changeset
 | 
1296  | 
proof states;  | 
| 8487 | 1297  | 
|
| 10003 | 1298  | 
* Isar: diagnostic commands 'pr', 'thm', 'prop', 'term', 'typ' admit  | 
| 8518 | 1299  | 
additional print modes to be specified; e.g. "pr(latex)" will print  | 
1300  | 
proof state according to the Isabelle LaTeX style;  | 
|
| 8487 | 1301  | 
|
| 10003 | 1302  | 
* Isar: improved support for emulating tactic scripts, including proof  | 
| 9612 | 1303  | 
methods 'rule_tac' etc., 'cut_tac', 'thin_tac', 'subgoal_tac',  | 
1304  | 
'rename_tac', 'rotate_tac', 'tactic', and 'case_tac' / 'induct_tac'  | 
|
1305  | 
(for HOL datatypes);  | 
|
| 8534 | 1306  | 
|
| 10003 | 1307  | 
* Isar: simplified (more robust) goal selection of proof methods: 1st  | 
1308  | 
goal, all goals, or explicit goal specifier (tactic emulation); thus  | 
|
1309  | 
'proof method scripts' have to be in depth-first order;  | 
|
| 
8673
 
987ea1a559d0
Isar: simplified (more robust) goal selection of proof methods;
 
wenzelm 
parents: 
8655 
diff
changeset
 | 
1310  | 
|
| 10003 | 1311  | 
* Isar: tuned 'let' syntax: replaced 'as' keyword by 'and';  | 
| 
8729
 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 
wenzelm 
parents: 
8705 
diff
changeset
 | 
1312  | 
|
| 10003 | 1313  | 
* Isar: removed 'help' command, which hasn't been too helpful anyway;  | 
1314  | 
should instead use individual commands for printing items  | 
|
1315  | 
(print_commands, print_methods etc.);  | 
|
| 
9224
 
0da360494917
* Isar: removed 'help' command, which hasn't been too helpful anyway;
 
wenzelm 
parents: 
9198 
diff
changeset
 | 
1316  | 
|
| 10003 | 1317  | 
* Isar: added 'nothing' --- the empty list of theorems;  | 
| 9239 | 1318  | 
|
| 8184 | 1319  | 
|
| 8014 | 1320  | 
*** HOL ***  | 
1321  | 
||
| 10080 | 1322  | 
* HOL/MicroJava: formalization of a fragment of Java, together with a  | 
1323  | 
corresponding virtual machine and a specification of its bytecode  | 
|
1324  | 
verifier and a lightweight bytecode verifier, including proofs of  | 
|
1325  | 
type-safety; by Gerwin Klein, Tobias Nipkow, David von Oheimb, and  | 
|
1326  | 
Cornelia Pusch (see also the homepage of project Bali at  | 
|
1327  | 
http://isabelle.in.tum.de/Bali/);  | 
|
1328  | 
||
| 8518 | 1329  | 
* HOL/Algebra: new theory of rings and univariate polynomials, by  | 
1330  | 
Clemens Ballarin;  | 
|
| 8014 | 1331  | 
|
| 
10157
 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 
wenzelm 
parents: 
10137 
diff
changeset
 | 
1332  | 
* HOL/NumberTheory: fundamental Theorem of Arithmetic, Chinese  | 
| 10003 | 1333  | 
Remainder Theorem, Fermat/Euler Theorem, Wilson's Theorem, by Thomas M  | 
1334  | 
Rasmussen;  | 
|
| 8570 | 1335  | 
|
| 
10157
 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 
wenzelm 
parents: 
10137 
diff
changeset
 | 
1336  | 
* HOL/Lattice: fundamental concepts of lattice theory and order  | 
| 
 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 
wenzelm 
parents: 
10137 
diff
changeset
 | 
1337  | 
structures, including duals, properties of bounds versus algebraic  | 
| 
 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 
wenzelm 
parents: 
10137 
diff
changeset
 | 
1338  | 
laws, lattice operations versus set-theoretic ones, the Knaster-Tarski  | 
| 
 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 
wenzelm 
parents: 
10137 
diff
changeset
 | 
1339  | 
Theorem for complete lattices etc.; may also serve as a demonstration  | 
| 
 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 
wenzelm 
parents: 
10137 
diff
changeset
 | 
1340  | 
for abstract algebraic reasoning using axiomatic type classes, and  | 
| 
 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 
wenzelm 
parents: 
10137 
diff
changeset
 | 
1341  | 
mathematics-style proof in Isabelle/Isar; by Markus Wenzel;  | 
| 
 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 
wenzelm 
parents: 
10137 
diff
changeset
 | 
1342  | 
|
| 10003 | 1343  | 
* HOL/Prolog: a (bare-bones) implementation of Lambda-Prolog, by David  | 
1344  | 
von Oheimb;  | 
|
| 9542 | 1345  | 
|
| 
10164
 
c240747082aa
* HOL/IMPP: extension of IMP with local variables and mutually
 
wenzelm 
parents: 
10157 
diff
changeset
 | 
1346  | 
* HOL/IMPP: extension of IMP with local variables and mutually  | 
| 
 
c240747082aa
* HOL/IMPP: extension of IMP with local variables and mutually
 
wenzelm 
parents: 
10157 
diff
changeset
 | 
1347  | 
recursive procedures, by David von Oheimb;  | 
| 
 
c240747082aa
* HOL/IMPP: extension of IMP with local variables and mutually
 
wenzelm 
parents: 
10157 
diff
changeset
 | 
1348  | 
|
| 10003 | 1349  | 
* HOL/Lambda: converted into new-style theory and document;  | 
| 9542 | 1350  | 
|
| 10003 | 1351  | 
* HOL/ex/Multiquote: example of multiple nested quotations and  | 
1352  | 
anti-quotations -- basically a generalized version of de-Bruijn  | 
|
1353  | 
representation; very useful in avoiding lifting of operations;  | 
|
| 8848 | 1354  | 
|
| 9612 | 1355  | 
* HOL/record: added general record equality rule to simpset; fixed  | 
1356  | 
select-update simplification procedure to handle extended records as  | 
|
1357  | 
well; admit "r" as field name;  | 
|
| 9542 | 1358  | 
|
| 8967 | 1359  | 
* HOL: 0 is now overloaded over the new sort "zero", allowing its use with  | 
1360  | 
other numeric types and also as the identity of groups, rings, etc.;  | 
|
1361  | 
||
1362  | 
* HOL: new axclass plus_ac0 for addition with the AC-laws and 0 as identity.  | 
|
1363  | 
Types nat and int belong to this axclass;  | 
|
1364  | 
||
| 10003 | 1365  | 
* HOL: greatly improved simplification involving numerals of type nat, int, real:  | 
| 8788 | 1366  | 
(i + #8 + j) = Suc k simplifies to #7 + (i + j) = k  | 
| 8832 | 1367  | 
i*j + k + j*#3*i simplifies to #4*(i*j) + k  | 
1368  | 
two terms #m*u and #n*u are replaced by #(m+n)*u  | 
|
1369  | 
(where #m, #n and u can implicitly be 1; this is simproc combine_numerals)  | 
|
1370  | 
and the term/formula #m*u+x ~~ #n*u+y simplifies simplifies to #(m-n)+x ~~ y  | 
|
1371  | 
or x ~~ #(n-m)+y, where ~~ is one of = < <= or - (simproc cancel_numerals);  | 
|
| 8736 | 1372  | 
|
| 10003 | 1373  | 
* HOL: meson_tac is available (previously in ex/meson.ML); it is a  | 
1374  | 
powerful prover for predicate logic but knows nothing of clasets; see  | 
|
1375  | 
ex/mesontest.ML and ex/mesontest2.ML for example applications;  | 
|
| 9835 | 1376  | 
|
| 8848 | 1377  | 
* HOL: new version of "case_tac" subsumes both boolean case split and  | 
| 
8440
 
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
 
wenzelm 
parents: 
8425 
diff
changeset
 | 
1378  | 
"exhaust_tac" on datatypes; INCOMPATIBILITY: exhaust_tac no longer  | 
| 8518 | 1379  | 
exists, may define val exhaust_tac = case_tac for ad-hoc portability;  | 
| 
8440
 
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
 
wenzelm 
parents: 
8425 
diff
changeset
 | 
1380  | 
|
| 8848 | 1381  | 
* HOL: simplification no longer dives into case-expressions: only the  | 
| 10129 | 1382  | 
selector expression is simplified, but not the remaining arms; to  | 
1383  | 
enable full simplification of case-expressions for datatype t, you may  | 
|
1384  | 
remove t.weak_case_cong from the simpset, either globally (Delcongs  | 
|
1385  | 
[thm"t.weak_case_cong"];) or locally (delcongs [...]).  | 
|
| 8603 | 1386  | 
|
| 8848 | 1387  | 
* HOL/recdef: the recursion equations generated by 'recdef' for  | 
1388  | 
function 'f' are now called f.simps instead of f.rules; if all  | 
|
1389  | 
termination conditions are proved automatically, these simplification  | 
|
1390  | 
rules are added to the simpset, as in primrec; rules may be named  | 
|
1391  | 
individually as well, resulting in a separate list of theorems for  | 
|
1392  | 
each equation;  | 
|
1393  | 
||
| 
9489
 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 
wenzelm 
parents: 
9457 
diff
changeset
 | 
1394  | 
* HOL/While is a new theory that provides a while-combinator. It  | 
| 
 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 
wenzelm 
parents: 
9457 
diff
changeset
 | 
1395  | 
permits the definition of tail-recursive functions without the  | 
| 
 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 
wenzelm 
parents: 
9457 
diff
changeset
 | 
1396  | 
provision of a termination measure. The latter is necessary once the  | 
| 
 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 
wenzelm 
parents: 
9457 
diff
changeset
 | 
1397  | 
invariant proof rule for while is applied.  | 
| 9457 | 1398  | 
|
| 10003 | 1399  | 
* HOL: new (overloaded) notation for the set of elements below/above  | 
1400  | 
some element: {..u}, {..u(}, {l..}, {)l..}. See theory SetInterval.
 | 
|
| 8925 | 1401  | 
|
| 8848 | 1402  | 
* HOL: theorems impI, allI, ballI bound as "strip";  | 
1403  | 
||
| 10003 | 1404  | 
* HOL: new tactic induct_thm_tac: thm -> string -> int -> tactic  | 
| 9746 | 1405  | 
induct_tac th "x1 ... xn" expects th to have a conclusion of the form  | 
1406  | 
P v1 ... vn and abbreviates res_inst_tac [("v1","x1"),...,("vn","xn")] th;
 | 
|
1407  | 
||
| 10003 | 1408  | 
* HOL/Real: "rabs" replaced by overloaded "abs" function;  | 
| 9737 | 1409  | 
|
| 10003 | 1410  | 
* HOL: theory Sexp now in HOL/Induct examples (it used to be part of  | 
1411  | 
main HOL, but was unused);  | 
|
| 8626 | 1412  | 
|
| 10003 | 1413  | 
* HOL: fewer consts declared as global (e.g. have to refer to  | 
1414  | 
"Lfp.lfp" instead of "lfp" internally; affects ML packages only);  | 
|
| 
8887
 
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
 
wenzelm 
parents: 
8848 
diff
changeset
 | 
1415  | 
|
| 10003 | 1416  | 
* HOL: tuned AST representation of nested pairs, avoiding bogus output  | 
1417  | 
in case of overlap with user translations (e.g. judgements over  | 
|
1418  | 
tuples); (note that the underlying logical represenation is still  | 
|
1419  | 
bogus);  | 
|
| 
9349
 
d43669fb423d
* tuned AST representation of nested pairs, avoiding bogus output in
 
wenzelm 
parents: 
9335 
diff
changeset
 | 
1420  | 
|
| 8412 | 1421  | 
|
| 9542 | 1422  | 
*** ZF ***  | 
1423  | 
||
| 10003 | 1424  | 
* ZF: simplification automatically cancels common terms in arithmetic  | 
1425  | 
expressions over nat and int;  | 
|
| 9542 | 1426  | 
|
| 10003 | 1427  | 
* ZF: new treatment of nat to minimize type-checking: all operators  | 
1428  | 
coerce their operands to a natural number using the function natify,  | 
|
1429  | 
making the algebraic laws unconditional;  | 
|
| 9542 | 1430  | 
|
| 10003 | 1431  | 
* ZF: as above, for int: operators coerce their operands to an integer  | 
1432  | 
using the function intify;  | 
|
| 9542 | 1433  | 
|
| 10003 | 1434  | 
* ZF: the integer library now contains many of the usual laws for the  | 
1435  | 
orderings, including $<=, and monotonicity laws for $+ and $*;  | 
|
| 9542 | 1436  | 
|
| 10003 | 1437  | 
* ZF: new example ZF/ex/NatSum to demonstrate integer arithmetic  | 
1438  | 
simplification;  | 
|
| 9388 | 1439  | 
|
| 10003 | 1440  | 
* FOL and ZF: AddIffs now available, giving theorems of the form P<->Q  | 
1441  | 
to the simplifier and classical reasoner simultaneously;  | 
|
| 9388 | 1442  | 
|
1443  | 
||
| 
8358
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1444  | 
*** General ***  | 
| 
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1445  | 
|
| 10003 | 1446  | 
* Provers: blast_tac now handles actual object-logic rules as  | 
1447  | 
assumptions; note that auto_tac uses blast_tac internally as well;  | 
|
1448  | 
||
1449  | 
* Provers: new functions rulify/rulify_no_asm: thm -> thm for turning  | 
|
1450  | 
outer -->/All/Ball into ==>/!!; qed_spec_mp now uses rulify_no_asm;  | 
|
1451  | 
||
| 
9941
 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 
wenzelm 
parents: 
9937 
diff
changeset
 | 
1452  | 
* Provers: delrules now handles destruct rules as well (no longer need  | 
| 
 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 
wenzelm 
parents: 
9937 
diff
changeset
 | 
1453  | 
explicit make_elim);  | 
| 
 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 
wenzelm 
parents: 
9937 
diff
changeset
 | 
1454  | 
|
| 10003 | 1455  | 
* Provers: Blast_tac now warns of and ignores "weak elimination rules" e.g.  | 
1456  | 
[| inj ?f; ?f ?x = ?f ?y; ?x = ?y ==> ?W |] ==> ?W  | 
|
1457  | 
use instead the strong form,  | 
|
1458  | 
[| inj ?f; ~ ?W ==> ?f ?x = ?f ?y; ?x = ?y ==> ?W |] ==> ?W  | 
|
1459  | 
in HOL, FOL and ZF the function cla_make_elim will create such rules  | 
|
1460  | 
from destruct-rules;  | 
|
| 
9489
 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 
wenzelm 
parents: 
9457 
diff
changeset
 | 
1461  | 
|
| 
9709
 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 
wenzelm 
parents: 
9701 
diff
changeset
 | 
1462  | 
* Provers: Simplifier.easy_setup provides a fast path to basic  | 
| 
 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 
wenzelm 
parents: 
9701 
diff
changeset
 | 
1463  | 
Simplifier setup for new object-logics;  | 
| 
 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 
wenzelm 
parents: 
9701 
diff
changeset
 | 
1464  | 
|
| 
 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 
wenzelm 
parents: 
9701 
diff
changeset
 | 
1465  | 
* Pure: AST translation rules no longer require constant head on LHS;  | 
| 
9349
 
d43669fb423d
* tuned AST representation of nested pairs, avoiding bogus output in
 
wenzelm 
parents: 
9335 
diff
changeset
 | 
1466  | 
|
| 
9709
 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 
wenzelm 
parents: 
9701 
diff
changeset
 | 
1467  | 
* Pure: improved name spaces: ambiguous output is qualified; support  | 
| 
 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 
wenzelm 
parents: 
9701 
diff
changeset
 | 
1468  | 
for hiding of names;  | 
| 
8729
 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 
wenzelm 
parents: 
8705 
diff
changeset
 | 
1469  | 
|
| 10003 | 1470  | 
* system: smart setup of canonical ML_HOME, ISABELLE_INTERFACE, and  | 
1471  | 
XSYMBOL_HOME; no longer need to do manual configuration in most  | 
|
1472  | 
situations;  | 
|
1473  | 
||
| 
9709
 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 
wenzelm 
parents: 
9701 
diff
changeset
 | 
1474  | 
* system: compression of ML heaps images may now be controlled via -c  | 
| 
 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 
wenzelm 
parents: 
9701 
diff
changeset
 | 
1475  | 
option of isabelle and isatool usedir (currently only observed by  | 
| 
 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 
wenzelm 
parents: 
9701 
diff
changeset
 | 
1476  | 
Poly/ML);  | 
| 
8358
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1477  | 
|
| 
9981
 
01a0c4772c18
system: isatool installfonts may handle X-Symbol fonts as well;
 
wenzelm 
parents: 
9971 
diff
changeset
 | 
1478  | 
* system: isatool installfonts may handle X-Symbol fonts as well (very  | 
| 
 
01a0c4772c18
system: isatool installfonts may handle X-Symbol fonts as well;
 
wenzelm 
parents: 
9971 
diff
changeset
 | 
1479  | 
useful for remote X11);  | 
| 
 
01a0c4772c18
system: isatool installfonts may handle X-Symbol fonts as well;
 
wenzelm 
parents: 
9971 
diff
changeset
 | 
1480  | 
|
| 
9709
 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 
wenzelm 
parents: 
9701 
diff
changeset
 | 
1481  | 
* system: provide TAGS file for Isabelle sources;  | 
| 9052 | 1482  | 
|
| 
9288
 
06a55195741b
infix 'OF' is a version of 'MRS' with more appropriate argument order;
 
wenzelm 
parents: 
9239 
diff
changeset
 | 
1483  | 
* ML: infix 'OF' is a version of 'MRS' with more appropriate argument  | 
| 
 
06a55195741b
infix 'OF' is a version of 'MRS' with more appropriate argument order;
 
wenzelm 
parents: 
9239 
diff
changeset
 | 
1484  | 
order;  | 
| 
 
06a55195741b
infix 'OF' is a version of 'MRS' with more appropriate argument order;
 
wenzelm 
parents: 
9239 
diff
changeset
 | 
1485  | 
|
| 
8994
 
803533fbb3ec
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
 
wenzelm 
parents: 
8991 
diff
changeset
 | 
1486  | 
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global  | 
| 
 
803533fbb3ec
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
 
wenzelm 
parents: 
8991 
diff
changeset
 | 
1487  | 
timing flag supersedes proof_timing and Toplevel.trace;  | 
| 
 
803533fbb3ec
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
 
wenzelm 
parents: 
8991 
diff
changeset
 | 
1488  | 
|
| 10003 | 1489  | 
* ML: new combinators |>> and |>>> for incremental transformations  | 
1490  | 
with secondary results (e.g. certain theory extensions):  | 
|
1491  | 
||
| 
9330
 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 
wenzelm 
parents: 
9288 
diff
changeset
 | 
1492  | 
* ML: PureThy.add_defs gets additional argument to indicate potential  | 
| 
 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 
wenzelm 
parents: 
9288 
diff
changeset
 | 
1493  | 
overloading (usually false);  | 
| 
 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 
wenzelm 
parents: 
9288 
diff
changeset
 | 
1494  | 
|
| 10003 | 1495  | 
* ML: PureThy.add_thms/add_axioms/add_defs now return theorems as  | 
1496  | 
results;  | 
|
| 
8440
 
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
 
wenzelm 
parents: 
8425 
diff
changeset
 | 
1497  | 
|
| 
8358
 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 
wenzelm 
parents: 
8283 
diff
changeset
 | 
1498  | 
|
| 8015 | 1499  | 
|
| 7986 | 1500  | 
New in Isabelle99 (October 1999)  | 
1501  | 
--------------------------------  | 
|
| 4649 | 1502  | 
|
| 5931 | 1503  | 
*** Overview of INCOMPATIBILITIES (see below for more details) ***  | 
1504  | 
||
| 6922 | 1505  | 
* HOL: The THEN and ELSE parts of conditional expressions (if P then x else y)  | 
1506  | 
are no longer simplified. (This allows the simplifier to unfold recursive  | 
|
1507  | 
functional programs.) To restore the old behaviour, declare  | 
|
| 7215 | 1508  | 
|
1509  | 
Delcongs [if_weak_cong];  | 
|
| 6922 | 1510  | 
|
| 6269 | 1511  | 
* HOL: Removed the obsolete syntax "Compl A"; use -A for set  | 
1512  | 
complement;  | 
|
| 5931 | 1513  | 
|
| 6269 | 1514  | 
* HOL: the predicate "inj" is now defined by translation to "inj_on";  | 
| 6174 | 1515  | 
|
| 7847 | 1516  | 
* HOL/datatype: mutual_induct_tac no longer exists --  | 
1517  | 
use induct_tac "x_1 ... x_n" instead of mutual_induct_tac ["x_1", ..., "x_n"]  | 
|
1518  | 
||
| 
6386
 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 
wenzelm 
parents: 
6343 
diff
changeset
 | 
1519  | 
* HOL/typedef: fixed type inference for representing set; type  | 
| 
 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 
wenzelm 
parents: 
6343 
diff
changeset
 | 
1520  | 
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
 | 
1521  | 
|
| 6269 | 1522  | 
* ZF: The con_defs part of an inductive definition may no longer refer  | 
1523  | 
to constants declared in the same theory;  | 
|
| 6057 | 1524  | 
|
| 6269 | 1525  | 
* HOL, ZF: the function mk_cases, generated by the inductive  | 
1526  | 
definition package, has lost an argument. To simplify its result, it  | 
|
1527  | 
uses the default simpset instead of a supplied list of theorems.  | 
|
| 6141 | 1528  | 
|
| 7215 | 1529  | 
* HOL/List: the constructors of type list are now Nil and Cons;  | 
1530  | 
||
| 7619 | 1531  | 
* Simplifier: the type of the infix ML functions  | 
| 
8729
 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 
wenzelm 
parents: 
8705 
diff
changeset
 | 
1532  | 
setSSolver addSSolver setSolver addSolver  | 
| 7619 | 1533  | 
is now simpset * solver -> simpset where `solver' is a new abstract type  | 
1534  | 
for packaging solvers. A solver is created via  | 
|
| 
8729
 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 
wenzelm 
parents: 
8705 
diff
changeset
 | 
1535  | 
mk_solver: string -> (thm list -> int -> tactic) -> solver  | 
| 7619 | 1536  | 
where the string argument is only a comment.  | 
| 6057 | 1537  | 
|
| 
7647
 
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
 
wenzelm 
parents: 
7619 
diff
changeset
 | 
1538  | 
|
| 6069 | 1539  | 
*** Proof tools ***  | 
1540  | 
||
| 6343 | 1541  | 
* Provers/Arith/fast_lin_arith.ML contains a functor for creating a  | 
1542  | 
decision procedure for linear arithmetic. Currently it is used for  | 
|
| 7593 | 1543  | 
types `nat', `int', and `real' in HOL (see below); it can, should and  | 
1544  | 
will be instantiated for other types and logics as well.  | 
|
| 6069 | 1545  | 
|
| 7324 | 1546  | 
* The simplifier now accepts rewrite rules with flexible heads, eg  | 
1547  | 
hom ?f ==> ?f(?x+?y) = ?f ?x + ?f ?y  | 
|
1548  | 
They are applied like any rule with a non-pattern lhs, i.e. by first-order  | 
|
1549  | 
matching.  | 
|
| 6069 | 1550  | 
|
| 7593 | 1551  | 
|
| 6014 | 1552  | 
*** General ***  | 
1553  | 
||
| 7986 | 1554  | 
* New Isabelle/Isar subsystem provides an alternative to traditional  | 
| 7215 | 1555  | 
tactical theorem proving; together with the ProofGeneral/isar user  | 
1556  | 
interface it offers an interactive environment for developing human  | 
|
1557  | 
readable proof documents (Isar == Intelligible semi-automated  | 
|
| 
7886
 
8fa551e22e52
the settings environment is now statically scoped;
 
wenzelm 
parents: 
7863 
diff
changeset
 | 
1558  | 
reasoning); for further information see isatool doc isar-ref,  | 
| 7986 | 1559  | 
src/HOL/Isar_examples and http://isabelle.in.tum.de/Isar/  | 
| 
7886
 
8fa551e22e52
the settings environment is now statically scoped;
 
wenzelm 
parents: 
7863 
diff
changeset
 | 
1560  | 
|
| 9612 | 1561  | 
* improved and simplified presentation of theories: better HTML markup  | 
1562  | 
(including colors), graph views in several sizes; isatool usedir now  | 
|
1563  | 
provides a proper interface for user theories (via -P option); actual  | 
|
1564  | 
document preparation based on (PDF)LaTeX is available as well (for  | 
|
1565  | 
new-style theories only); see isatool doc system for more information;  | 
|
| 7215 | 1566  | 
|
| 7252 | 1567  | 
* native support for Proof General, both for classic Isabelle and  | 
| 7986 | 1568  | 
Isabelle/Isar;  | 
| 7215 | 1569  | 
|
| 7791 | 1570  | 
* ML function thm_deps visualizes dependencies of theorems and lemmas,  | 
1571  | 
using the graph browser tool;  | 
|
1572  | 
||
| 6751 | 1573  | 
* Isabelle manuals now also available as PDF;  | 
1574  | 
||
| 6449 | 1575  | 
* theory loader rewritten from scratch (may not be fully  | 
1576  | 
bug-compatible); old loadpath variable has been replaced by show_path,  | 
|
| 6671 | 1577  | 
add_path, del_path, reset_path functions; new operations such as  | 
| 7593 | 1578  | 
update_thy, touch_thy, remove_thy, use/update_thy_only (see also  | 
1579  | 
isatool doc ref);  | 
|
| 6449 | 1580  | 
|
| 7215 | 1581  | 
* improved isatool install: option -k creates KDE application icon,  | 
1582  | 
option -p DIR installs standalone binaries;  | 
|
1583  | 
||
1584  | 
* added ML_PLATFORM setting (useful for cross-platform installations);  | 
|
1585  | 
more robust handling of platform specific ML images for SML/NJ;  | 
|
1586  | 
||
| 
7886
 
8fa551e22e52
the settings environment is now statically scoped;
 
wenzelm 
parents: 
7863 
diff
changeset
 | 
1587  | 
* the settings environment is now statically scoped, i.e. it is never  | 
| 7986 | 1588  | 
created again in sub-processes invoked from isabelle, isatool, or  | 
| 
7886
 
8fa551e22e52
the settings environment is now statically scoped;
 
wenzelm 
parents: 
7863 
diff
changeset
 | 
1589  | 
Isabelle;  | 
| 
 
8fa551e22e52
the settings environment is now statically scoped;
 
wenzelm 
parents: 
7863 
diff
changeset
 | 
1590  | 
|
| 7215 | 1591  | 
* path element specification '~~' refers to '$ISABELLE_HOME';  | 
1592  | 
||
| 6343 | 1593  | 
* in locales, the "assumes" and "defines" parts may be omitted if  | 
1594  | 
empty;  | 
|
| 5973 | 1595  | 
|
| 6269 | 1596  | 
* new print_mode "xsymbols" for extended symbol support (e.g. genuine  | 
1597  | 
long arrows);  | 
|
| 
6259
 
488bdc1bd11a
path element specification '~~' refers to '$ISABELLE_HOME';
 
wenzelm 
parents: 
6174 
diff
changeset
 | 
1598  | 
|
| 6343 | 1599  | 
* new print_mode "HTML";  | 
1600  | 
||
1601  | 
* new flag show_tags controls display of tags of theorems (which are  | 
|
1602  | 
basically just comments that may be attached by some tools);  | 
|
1603  | 
||
| 6461 | 1604  | 
* Isamode 2.6 requires patch to accomodate change of Isabelle font  | 
1605  | 
mode and goal output format:  | 
|
1606  | 
||
1607  | 
diff -r Isamode-2.6/elisp/isa-load.el Isamode/elisp/isa-load.el  | 
|
1608  | 
244c244  | 
|
1609  | 
< (list (isa-getenv "ISABELLE") "-msymbols" logic-name)  | 
|
1610  | 
---  | 
|
| 6533 | 1611  | 
> (list (isa-getenv "ISABELLE") "-misabelle_font" "-msymbols" logic-name)  | 
| 6461 | 1612  | 
diff -r Isabelle-2.6/elisp/isa-proofstate.el Isamode/elisp/isa-proofstate.el  | 
1613  | 
181c181  | 
|
1614  | 
< (defconst proofstate-proofstart-regexp "^Level [0-9]+$"  | 
|
1615  | 
---  | 
|
1616  | 
> (defconst proofstate-proofstart-regexp "^Level [0-9]+"  | 
|
1617  | 
||
| 7450 | 1618  | 
* function bind_thms stores lists of theorems (cf. bind_thm);  | 
1619  | 
||
| 7593 | 1620  | 
* new shorthand tactics ftac, eatac, datac, fatac;  | 
1621  | 
||
1622  | 
* qed (and friends) now accept "" as result name; in that case the  | 
|
| 7986 | 1623  | 
theorem is not stored, but proper checks and presentation of the  | 
1624  | 
result still apply;  | 
|
| 7593 | 1625  | 
|
| 
7805
 
0ae9ddc36fe0
theorem database now also indexes constants "Trueprop", "all",
 
wenzelm 
parents: 
7791 
diff
changeset
 | 
1626  | 
* theorem database now also indexes constants "Trueprop", "all",  | 
| 
 
0ae9ddc36fe0
theorem database now also indexes constants "Trueprop", "all",
 
wenzelm 
parents: 
7791 
diff
changeset
 | 
1627  | 
"==>", "=="; thus thms_containing, findI etc. may retrieve more rules;  | 
| 
 
0ae9ddc36fe0
theorem database now also indexes constants "Trueprop", "all",
 
wenzelm 
parents: 
7791 
diff
changeset
 | 
1628  | 
|
| 6028 | 1629  | 
|
| 6057 | 1630  | 
*** HOL ***  | 
1631  | 
||
| 7215 | 1632  | 
** HOL arithmetic **  | 
1633  | 
||
| 6343 | 1634  | 
* There are now decision procedures for linear arithmetic over nat and  | 
1635  | 
int:  | 
|
| 6131 | 1636  | 
|
| 6343 | 1637  | 
1. arith_tac copes with arbitrary formulae involving `=', `<', `<=',  | 
1638  | 
`+', `-', `Suc', `min', `max' and numerical constants; other subterms  | 
|
1639  | 
are treated as atomic; subformulae not involving type `nat' or `int'  | 
|
1640  | 
are ignored; quantified subformulae are ignored unless they are  | 
|
1641  | 
positive universal or negative existential. The tactic has to be  | 
|
1642  | 
invoked by hand and can be a little bit slow. In particular, the  | 
|
1643  | 
running time is exponential in the number of occurrences of `min' and  | 
|
1644  | 
`max', and `-' on `nat'.  | 
|
| 6131 | 1645  | 
|
| 6343 | 1646  | 
2. fast_arith_tac is a cut-down version of arith_tac: it only takes  | 
1647  | 
(negated) (in)equalities among the premises and the conclusion into  | 
|
1648  | 
account (i.e. no compound formulae) and does not know about `min' and  | 
|
1649  | 
`max', and `-' on `nat'. It is fast and is used automatically by the  | 
|
1650  | 
simplifier.  | 
|
| 6131 | 1651  | 
|
| 6343 | 1652  | 
NB: At the moment, these decision procedures do not cope with mixed  | 
1653  | 
nat/int formulae where the two parts interact, such as `m < n ==>  | 
|
1654  | 
int(m) < int(n)'.  | 
|
| 6028 | 1655  | 
|
| 7215 | 1656  | 
* HOL/Numeral provides a generic theory of numerals (encoded  | 
| 7313 | 1657  | 
efficiently as bit strings); setup for types nat/int/real is in place;  | 
| 7215 | 1658  | 
INCOMPATIBILITY: since numeral syntax is now polymorphic, rather than  | 
1659  | 
int, existing theories and proof scripts may require a few additional  | 
|
1660  | 
type constraints;  | 
|
1661  | 
||
1662  | 
* integer division and remainder can now be performed on constant  | 
|
1663  | 
arguments;  | 
|
| 7157 | 1664  | 
|
| 7215 | 1665  | 
* many properties of integer multiplication, division and remainder  | 
1666  | 
are now available;  | 
|
| 6922 | 1667  | 
|
| 7287 | 1668  | 
* An interface to the Stanford Validity Checker (SVC) is available through the  | 
1669  | 
tactic svc_tac. Propositional tautologies and theorems of linear arithmetic  | 
|
1670  | 
are proved automatically. SVC must be installed separately, and its results  | 
|
1671  | 
must be TAKEN ON TRUST (Isabelle does not check the proofs, but tags any  | 
|
1672  | 
invocation of the underlying oracle). For SVC see  | 
|
| 7444 | 1673  | 
http://verify.stanford.edu/SVC  | 
| 6922 | 1674  | 
|
| 7125 | 1675  | 
* IsaMakefile: the HOL-Real target now builds an actual image;  | 
1676  | 
||
| 7215 | 1677  | 
|
1678  | 
** HOL misc **  | 
|
1679  | 
||
| 
7595
 
5f5d575ddac3
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces
 
wenzelm 
parents: 
7593 
diff
changeset
 | 
1680  | 
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces  | 
| 
 
5f5d575ddac3
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces
 
wenzelm 
parents: 
7593 
diff
changeset
 | 
1681  | 
(in Isabelle/Isar) -- by Gertrud Bauer;  | 
| 
 
5f5d575ddac3
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces
 
wenzelm 
parents: 
7593 
diff
changeset
 | 
1682  | 
|
| 7691 | 1683  | 
* HOL/BCV: generic model of bytecode verification, i.e. data-flow  | 
1684  | 
analysis for assembly languages with subtypes;  | 
|
1685  | 
||
| 6278 | 1686  | 
* HOL/TLA (Lamport's Temporal Logic of Actions): major reorganization  | 
1687  | 
-- avoids syntactic ambiguities and treats state, transition, and  | 
|
1688  | 
temporal levels more uniformly; introduces INCOMPATIBILITIES due to  | 
|
1689  | 
changed syntax and (many) tactics;  | 
|
1690  | 
||
| 7791 | 1691  | 
* HOL/inductive: Now also handles more general introduction rules such  | 
1692  | 
as "ALL y. (y, x) : r --> y : acc r ==> x : acc r"; monotonicity  | 
|
1693  | 
theorems are now maintained within the theory (maintained via the  | 
|
1694  | 
"mono" attribute);  | 
|
| 
7780
 
099742c562aa
Documented changes to HOL/inductive and function thm_deps.
 
berghofe 
parents: 
7691 
diff
changeset
 | 
1695  | 
|
| 
7238
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1696  | 
* HOL/datatype: Now also handles arbitrarily branching datatypes  | 
| 
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1697  | 
(using function types) such as  | 
| 
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1698  | 
|
| 
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1699  | 
datatype 'a tree = Atom 'a | Branch "nat => 'a tree"  | 
| 
7047
 
d103b875ef1d
Datatype package now handles arbitrarily branching datatypes.
 
berghofe 
parents: 
6925 
diff
changeset
 | 
1700  | 
|
| 7326 | 1701  | 
* HOL/record: record_simproc (part of the default simpset) takes care  | 
1702  | 
of selectors applied to updated records; record_split_tac is no longer  | 
|
| 7327 | 1703  | 
part of the default claset; update_defs may now be removed from the  | 
1704  | 
simpset in many cases; COMPATIBILITY: old behavior achieved by  | 
|
| 7326 | 1705  | 
|
1706  | 
claset_ref () := claset() addSWrapper record_split_wrapper;  | 
|
1707  | 
Delsimprocs [record_simproc]  | 
|
1708  | 
||
| 
6386
 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 
wenzelm 
parents: 
6343 
diff
changeset
 | 
1709  | 
* HOL/typedef: fixed type inference for representing set; type  | 
| 
 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 
wenzelm 
parents: 
6343 
diff
changeset
 | 
1710  | 
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
 | 
1711  | 
|
| 7287 | 1712  | 
* HOL/recdef (TFL): 'congs' syntax now expects comma separated list of theorem  | 
1713  | 
names rather than an ML expression;  | 
|
1714  | 
||
1715  | 
* HOL/defer_recdef (TFL): like recdef but the well-founded relation can be  | 
|
1716  | 
supplied later. Program schemes can be defined, such as  | 
|
1717  | 
"While B C s = (if B s then While B C (C s) else s)"  | 
|
1718  | 
where the well-founded relation can be chosen after B and C have been given.  | 
|
| 6563 | 1719  | 
|
| 7215 | 1720  | 
* HOL/List: the constructors of type list are now Nil and Cons;  | 
1721  | 
INCOMPATIBILITY: while [] and infix # syntax is still there, of  | 
|
1722  | 
course, ML tools referring to List.list.op # etc. have to be adapted;  | 
|
1723  | 
||
| 
7238
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1724  | 
* HOL_quantifiers flag superseded by "HOL" print mode, which is  | 
| 
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1725  | 
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
 | 
1726  | 
the original Gordon/HOL-style output;  | 
| 
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1727  | 
|
| 
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1728  | 
* 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
 | 
1729  | 
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
 | 
1730  | 
|
| 
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1731  | 
* HOL basic syntax simplified (more orthogonal): all variants of  | 
| 
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1732  | 
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
 | 
1733  | 
Eps operator is provided as well: "SOME x. P[x]";  | 
| 
 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 
wenzelm 
parents: 
7216 
diff
changeset
 | 
1734  | 
|
| 7320 | 1735  | 
* HOL/Sum.thy: sum_case has been moved to HOL/Datatype;  | 
| 7261 | 1736  | 
|
| 7280 | 1737  | 
* HOL/Univ.thy: infix syntax <*>, <+>, <**>, <+> eliminated and made  | 
1738  | 
thus available for user theories;  | 
|
1739  | 
||
| 
7300
 
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
 
wenzelm 
parents: 
7287 
diff
changeset
 | 
1740  | 
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with  | 
| 
 
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
 
wenzelm 
parents: 
7287 
diff
changeset
 | 
1741  | 
HOL/List; hardly an INCOMPATIBILITY since '>>' syntax is used all the  | 
| 
 
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
 
wenzelm 
parents: 
7287 
diff
changeset
 | 
1742  | 
time;  | 
| 
 
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
 
wenzelm 
parents: 
7287 
diff
changeset
 | 
1743  | 
|
| 7986 | 1744  | 
* HOL: new tactic smp_tac: int -> int -> tactic, which applies spec  | 
1745  | 
several times and then mp;  | 
|
| 7492 | 1746  | 
|
| 7215 | 1747  | 
|
| 7113 | 1748  | 
*** LK ***  | 
1749  | 
||
| 7215 | 1750  | 
* the notation <<...>> is now available as a notation for sequences of  | 
1751  | 
formulas;  | 
|
| 7113 | 1752  | 
|
1753  | 
* the simplifier is now installed  | 
|
1754  | 
||
| 
8729
 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 
wenzelm 
parents: 
8705 
diff
changeset
 | 
1755  | 
* the axiom system has been generalized (thanks to Soren Heilmann)  | 
| 7113 | 1756  | 
|
1757  | 
* the classical reasoner now has a default rule database  | 
|
1758  | 
||
1759  | 
||
| 6064 | 1760  | 
*** ZF ***  | 
1761  | 
||
1762  | 
* new primrec section allows primitive recursive functions to be given  | 
|
| 6269 | 1763  | 
directly (as in HOL) over datatypes and the natural numbers;  | 
| 6064 | 1764  | 
|
| 6269 | 1765  | 
* new tactics induct_tac and exhaust_tac for induction (or case  | 
1766  | 
analysis) over datatypes and the natural numbers;  | 
|
| 6064 | 1767  | 
|
1768  | 
* the datatype declaration of type T now defines the recursor T_rec;  | 
|
1769  | 
||
| 6141 | 1770  | 
* simplification automatically does freeness reasoning for datatype  | 
| 6269 | 1771  | 
constructors;  | 
| 6141 | 1772  | 
|
| 6269 | 1773  | 
* automatic type-inference, with AddTCs command to insert new  | 
1774  | 
type-checking rules;  | 
|
| 6155 | 1775  | 
|
| 6269 | 1776  | 
* datatype introduction rules are now added as Safe Introduction rules  | 
1777  | 
to the claset;  | 
|
| 6155 | 1778  | 
|
| 6269 | 1779  | 
* the syntax "if P then x else y" is now available in addition to  | 
1780  | 
if(P,x,y);  | 
|
1781  | 
||
| 6069 | 1782  | 
|
| 6343 | 1783  | 
*** Internal programming interfaces ***  | 
1784  | 
||
| 
7919
 
35c18affc1d8
tuned simplifier trace output;  new flag debug_simp
 
wenzelm 
parents: 
7886 
diff
changeset
 | 
1785  | 
* tuned simplifier trace output; new flag debug_simp;  | 
| 
 
35c18affc1d8
tuned simplifier trace output;  new flag debug_simp
 
wenzelm 
parents: 
7886 
diff
changeset
 | 
1786  | 
|
| 
7420
 
cba45c114f3b
structures Vartab / Termtab (instances of TableFun);
 
wenzelm 
parents: 
7327 
diff
changeset
 | 
1787  | 
* structures Vartab / Termtab (instances of TableFun) offer efficient  | 
| 
 
cba45c114f3b
structures Vartab / Termtab (instances of TableFun);
 
wenzelm 
parents: 
7327 
diff
changeset
 | 
1788  | 
tables indexed by indexname_ord / term_ord (compatible with aconv);  | 
| 
 
cba45c114f3b
structures Vartab / Termtab (instances of TableFun);
 
wenzelm 
parents: 
7327 
diff
changeset
 | 
1789  | 
|
| 
6386
 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 
wenzelm 
parents: 
6343 
diff
changeset
 | 
1790  | 
* AxClass.axclass_tac lost the theory argument;  | 
| 
 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 
wenzelm 
parents: 
6343 
diff
changeset
 | 
1791  | 
|
| 6343 | 1792  | 
* tuned current_goals_markers semantics: begin / end goal avoids  | 
1793  | 
printing empty lines;  | 
|
1794  | 
||
1795  | 
* removed prs and prs_fn hook, which was broken because it did not  | 
|
1796  | 
include \n in its semantics, forcing writeln to add one  | 
|
1797  | 
uncoditionally; replaced prs_fn by writeln_fn; consider std_output:  | 
|
1798  | 
string -> unit if you really want to output text without newline;  | 
|
1799  | 
||
1800  | 
* Symbol.output subject to print mode; INCOMPATIBILITY: defaults to  | 
|
1801  | 
plain output, interface builders may have to enable 'isabelle_font'  | 
|
1802  | 
mode to get Isabelle font glyphs as before;  | 
|
1803  | 
||
1804  | 
* refined token_translation interface; INCOMPATIBILITY: output length  | 
|
1805  | 
now of type real instead of int;  | 
|
1806  | 
||
| 7196 | 1807  | 
* theory loader actions may be traced via new ThyInfo.add_hook  | 
1808  | 
interface (see src/Pure/Thy/thy_info.ML); example application: keep  | 
|
1809  | 
your own database of information attached to *whole* theories -- as  | 
|
1810  | 
opposed to intra-theory data slots offered via TheoryDataFun;  | 
|
1811  | 
||
| 
7647
 
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
 
wenzelm 
parents: 
7619 
diff
changeset
 | 
1812  | 
* proper handling of dangling sort hypotheses (at last!);  | 
| 
 
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
 
wenzelm 
parents: 
7619 
diff
changeset
 | 
1813  | 
Thm.strip_shyps and Drule.strip_shyps_warning take care of removing  | 
| 
 
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
 
wenzelm 
parents: 
7619 
diff
changeset
 | 
1814  | 
extra sort hypotheses that can be witnessed from the type signature;  | 
| 7986 | 1815  | 
the force_strip_shyps flag is gone, any remaining shyps are simply  | 
1816  | 
left in the theorem (with a warning issued by strip_shyps_warning);  | 
|
| 
7647
 
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
 
wenzelm 
parents: 
7619 
diff
changeset
 | 
1817  | 
|
| 6343 | 1818  | 
|
| 6064 | 1819  | 
|
| 5781 | 1820  | 
New in Isabelle98-1 (October 1998)  | 
1821  | 
----------------------------------  | 
|
1822  | 
||
| 5127 | 1823  | 
*** Overview of INCOMPATIBILITIES (see below for more details) ***  | 
| 4842 | 1824  | 
|
| 5726 | 1825  | 
* several changes of automated proof tools;  | 
| 5373 | 1826  | 
|
| 5726 | 1827  | 
* HOL: major changes to the inductive and datatype packages, including  | 
1828  | 
some minor incompatibilities of theory syntax;  | 
|
| 5214 | 1829  | 
|
| 5726 | 1830  | 
* HOL: renamed r^-1 to 'converse' from 'inverse'; 'inj_onto' is now  | 
| 5217 | 1831  | 
called `inj_on';  | 
| 5160 | 1832  | 
|
| 5275 | 1833  | 
* HOL: removed duplicate thms in Arith:  | 
1834  | 
less_imp_add_less should be replaced by trans_less_add1  | 
|
1835  | 
le_imp_add_le should be replaced by trans_le_add1  | 
|
| 5160 | 1836  | 
|
| 5726 | 1837  | 
* HOL: unary minus is now overloaded (new type constraints may be  | 
1838  | 
required);  | 
|
| 5490 | 1839  | 
|
| 5726 | 1840  | 
* HOL and ZF: unary minus for integers is now #- instead of #~. In  | 
1841  | 
ZF, expressions such as n#-1 must be changed to n#- 1, since #-1 is  | 
|
1842  | 
now taken as an integer constant.  | 
|
| 5541 | 1843  | 
|
| 5726 | 1844  | 
* Pure: ML function 'theory_of' renamed to 'theory';  | 
| 
5397
 
034ed25535b9
* Pure: ML function 'theory_of' replaced by 'theory';
 
wenzelm 
parents: 
5373 
diff
changeset
 | 
1845  | 
|
| 5363 | 1846  | 
|
| 5127 | 1847  | 
*** Proof tools ***  | 
| 4880 | 1848  | 
|
| 
5657
 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 
nipkow 
parents: 
5651 
diff
changeset
 | 
1849  | 
* Simplifier:  | 
| 
 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 
nipkow 
parents: 
5651 
diff
changeset
 | 
1850  | 
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
 | 
1851  | 
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
 | 
1852  | 
simplify.  | 
| 
 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 
nipkow 
parents: 
5651 
diff
changeset
 | 
1853  | 
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
 | 
1854  | 
rotate premises to achieve further simplification.  | 
| 
 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 
nipkow 
parents: 
5651 
diff
changeset
 | 
1855  | 
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
 | 
1856  | 
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
 | 
1857  | 
2. The simplifier now knows a little bit about nat-arithmetic.  | 
| 4880 | 1858  | 
|
| 5127 | 1859  | 
* Classical reasoner: wrapper mechanism for the classical reasoner now  | 
1860  | 
allows for selected deletion of wrappers, by introduction of names for  | 
|
1861  | 
wrapper functionals. This implies that addbefore, addSbefore,  | 
|
1862  | 
addaltern, and addSaltern now take a pair (name, tactic) as argument,  | 
|
1863  | 
and that adding two tactics with the same name overwrites the first  | 
|
1864  | 
one (emitting a warning).  | 
|
| 4824 | 1865  | 
type wrapper = (int -> tactic) -> (int -> tactic)  | 
| 4649 | 1866  | 
setWrapper, setSWrapper, compWrapper and compSWrapper are replaced by  | 
| 4824 | 1867  | 
addWrapper, addSWrapper: claset * (string * wrapper) -> claset  | 
1868  | 
delWrapper, delSWrapper: claset * string -> claset  | 
|
| 4649 | 1869  | 
getWrapper is renamed to appWrappers, getSWrapper to appSWrappers;  | 
1870  | 
||
| 
5705
 
56f2030c46c6
tuned (all proofs are INSTABLE by David's definition of instability);
 
wenzelm 
parents: 
5671 
diff
changeset
 | 
1871  | 
* Classical reasoner: addbefore/addSbefore now have APPEND/ORELSE  | 
| 5726 | 1872  | 
semantics; addbefore now affects only the unsafe part of step_tac  | 
1873  | 
etc.; this affects addss/auto_tac/force_tac, so EXISTING PROOFS MAY  | 
|
1874  | 
FAIL, but proofs should be fixable easily, e.g. by replacing Auto_tac  | 
|
1875  | 
by Force_tac;  | 
|
| 5524 | 1876  | 
|
| 5726 | 1877  | 
* Classical reasoner: setwrapper to setWrapper and compwrapper to  | 
1878  | 
compWrapper; added safe wrapper (and access functions for it);  | 
|
| 5524 | 1879  | 
|
| 5127 | 1880  | 
* HOL/split_all_tac is now much faster and fails if there is nothing  | 
| 5726 | 1881  | 
to split. Some EXISTING PROOFS MAY REQUIRE ADAPTION because the order  | 
1882  | 
and the names of the automatically generated variables have changed.  | 
|
1883  | 
split_all_tac has moved within claset() from unsafe wrappers to safe  | 
|
1884  | 
wrappers, which means that !!-bound variables are split much more  | 
|
1885  | 
aggressively, and safe_tac and clarify_tac now split such variables.  | 
|
1886  | 
If this splitting is not appropriate, use delSWrapper "split_all_tac".  | 
|
1887  | 
Note: the same holds for record_split_tac, which does the job of  | 
|
1888  | 
split_all_tac for record fields.  | 
|
| 5127 | 1889  | 
|
| 5726 | 1890  | 
* HOL/Simplifier: Rewrite rules for case distinctions can now be added  | 
1891  | 
permanently to the default simpset using Addsplits just like  | 
|
1892  | 
Addsimps. They can be removed via Delsplits just like  | 
|
1893  | 
Delsimps. Lower-case versions are also available.  | 
|
| 5127 | 1894  | 
|
| 5726 | 1895  | 
* HOL/Simplifier: The rule split_if is now part of the default  | 
1896  | 
simpset. This means that the simplifier will eliminate all occurrences  | 
|
1897  | 
of if-then-else in the conclusion of a goal. To prevent this, you can  | 
|
1898  | 
either remove split_if completely from the default simpset by  | 
|
1899  | 
`Delsplits [split_if]' or remove it in a specific call of the  | 
|
1900  | 
simplifier using `... delsplits [split_if]'. You can also add/delete  | 
|
1901  | 
other case splitting rules to/from the default simpset: every datatype  | 
|
1902  | 
generates suitable rules `split_t_case' and `split_t_case_asm' (where  | 
|
1903  | 
t is the name of the datatype).  | 
|
| 5127 | 1904  | 
|
| 5726 | 1905  | 
* Classical reasoner / Simplifier combination: new force_tac (and  | 
| 5127 | 1906  | 
derivatives Force_tac, force) combines rewriting and classical  | 
1907  | 
reasoning (and whatever other tools) similarly to auto_tac, but is  | 
|
| 5726 | 1908  | 
aimed to solve the given subgoal completely.  | 
| 5127 | 1909  | 
|
1910  | 
||
1911  | 
*** General ***  | 
|
1912  | 
||
| 5217 | 1913  | 
* new top-level commands `Goal' and `Goalw' that improve upon `goal'  | 
| 5127 | 1914  | 
and `goalw': the theory is no longer needed as an explicit argument -  | 
1915  | 
the current theory context is used; assumptions are no longer returned  | 
|
1916  | 
at the ML-level unless one of them starts with ==> or !!; it is  | 
|
| 5217 | 1917  | 
recommended to convert to these new commands using isatool fixgoal  | 
1918  | 
(backup your sources first!);  | 
|
| 4842 | 1919  | 
|
| 5217 | 1920  | 
* new top-level commands 'thm' and 'thms' for retrieving theorems from  | 
| 5207 | 1921  | 
the current theory context, and 'theory' to lookup stored theories;  | 
| 4806 | 1922  | 
|
| 5722 | 1923  | 
* new theory section 'locale' for declaring constants, assumptions and  | 
1924  | 
definitions that have local scope;  | 
|
1925  | 
||
| 5127 | 1926  | 
* new theory section 'nonterminals' for purely syntactic types;  | 
| 4858 | 1927  | 
|
| 5127 | 1928  | 
* new theory section 'setup' for generic ML setup functions  | 
1929  | 
(e.g. package initialization);  | 
|
| 4869 | 1930  | 
|
| 5131 | 1931  | 
* the distribution now includes Isabelle icons: see  | 
1932  | 
lib/logo/isabelle-{small,tiny}.xpm;
 | 
|
1933  | 
||
| 5363 | 1934  | 
* isatool install - install binaries with absolute references to  | 
1935  | 
ISABELLE_HOME/bin;  | 
|
1936  | 
||
| 5572 | 1937  | 
* isatool logo -- create instances of the Isabelle logo (as EPS);  | 
1938  | 
||
| 5407 | 1939  | 
* print mode 'emacs' reserved for Isamode;  | 
1940  | 
||
| 5726 | 1941  | 
* support multiple print (ast) translations per constant name;  | 
1942  | 
||
| 
6925
 
8d4d45ec6a3d
theorems involving oracles are now printed with a suffixed [!];
 
wenzelm 
parents: 
6922 
diff
changeset
 | 
1943  | 
* theorems involving oracles are now printed with a suffixed [!];  | 
| 
 
8d4d45ec6a3d
theorems involving oracles are now printed with a suffixed [!];
 
wenzelm 
parents: 
6922 
diff
changeset
 | 
1944  | 
|
| 4711 | 1945  | 
|
| 4661 | 1946  | 
*** HOL ***  | 
1947  | 
||
| 5710 | 1948  | 
* there is now a tutorial on Isabelle/HOL (do 'isatool doc tutorial');  | 
| 5709 | 1949  | 
|
| 5217 | 1950  | 
* HOL/inductive package reorganized and improved: now supports mutual  | 
| 5267 | 1951  | 
definitions such as  | 
| 5217 | 1952  | 
|
1953  | 
inductive EVEN ODD  | 
|
1954  | 
intrs  | 
|
1955  | 
null "0 : EVEN"  | 
|
1956  | 
oddI "n : EVEN ==> Suc n : ODD"  | 
|
1957  | 
evenI "n : ODD ==> Suc n : EVEN"  | 
|
1958  | 
||
1959  | 
new theorem list "elims" contains an elimination rule for each of the  | 
|
1960  | 
recursive sets; inductive definitions now handle disjunctive premises  | 
|
1961  | 
correctly (also ZF);  | 
|
| 5214 | 1962  | 
|
| 5217 | 1963  | 
INCOMPATIBILITIES: requires Inductive as an ancestor; component  | 
1964  | 
"mutual_induct" no longer exists - the induction rule is always  | 
|
1965  | 
contained in "induct";  | 
|
1966  | 
||
1967  | 
||
1968  | 
* HOL/datatype package re-implemented and greatly improved: now  | 
|
| 5267 | 1969  | 
supports mutually recursive datatypes such as  | 
| 5217 | 1970  | 
|
1971  | 
datatype  | 
|
1972  | 
    'a aexp = IF_THEN_ELSE ('a bexp) ('a aexp) ('a aexp)
 | 
|
1973  | 
            | SUM ('a aexp) ('a aexp)
 | 
|
1974  | 
            | DIFF ('a aexp) ('a aexp)
 | 
|
1975  | 
| NUM 'a  | 
|
1976  | 
and  | 
|
1977  | 
    'a bexp = LESS ('a aexp) ('a aexp)
 | 
|
1978  | 
            | AND ('a bexp) ('a bexp)
 | 
|
1979  | 
            | OR ('a bexp) ('a bexp)
 | 
|
1980  | 
||
| 5267 | 1981  | 
as well as indirectly recursive datatypes such as  | 
| 5214 | 1982  | 
|
| 5217 | 1983  | 
datatype  | 
1984  | 
    ('a, 'b) term = Var 'a
 | 
|
1985  | 
                  | App 'b ((('a, 'b) term) list)
 | 
|
| 5214 | 1986  | 
|
| 5217 | 1987  | 
The new tactic mutual_induct_tac [<var_1>, ..., <var_n>] i performs  | 
1988  | 
induction on mutually / indirectly recursive datatypes.  | 
|
1989  | 
||
1990  | 
Primrec equations are now stored in theory and can be accessed via  | 
|
1991  | 
<function_name>.simps.  | 
|
1992  | 
||
1993  | 
INCOMPATIBILITIES:  | 
|
| 5214 | 1994  | 
|
| 5217 | 1995  | 
- Theories using datatypes must now have theory Datatype as an  | 
1996  | 
ancestor.  | 
|
1997  | 
- The specific <typename>.induct_tac no longer exists - use the  | 
|
1998  | 
generic induct_tac instead.  | 
|
| 5226 | 1999  | 
- natE has been renamed to nat.exhaust - use exhaust_tac  | 
| 5217 | 2000  | 
instead of res_inst_tac ... natE. Note that the variable  | 
| 5226 | 2001  | 
names in nat.exhaust differ from the names in natE, this  | 
| 5217 | 2002  | 
may cause some "fragile" proofs to fail.  | 
2003  | 
- The theorems split_<typename>_case and split_<typename>_case_asm  | 
|
2004  | 
have been renamed to <typename>.split and <typename>.split_asm.  | 
|
2005  | 
- Since default sorts of type variables are now handled correctly,  | 
|
2006  | 
some datatype definitions may have to be annotated with explicit  | 
|
2007  | 
sort constraints.  | 
|
2008  | 
- Primrec definitions no longer require function name and type  | 
|
2009  | 
of recursive argument.  | 
|
| 5214 | 2010  | 
|
| 5217 | 2011  | 
Consider using isatool fixdatatype to adapt your theories and proof  | 
2012  | 
scripts to the new package (backup your sources first!).  | 
|
2013  | 
||
2014  | 
||
| 5726 | 2015  | 
* HOL/record package: considerably improved implementation; now  | 
2016  | 
includes concrete syntax for record types, terms, updates; theorems  | 
|
2017  | 
for surjective pairing and splitting !!-bound record variables; proof  | 
|
2018  | 
support is as follows:  | 
|
2019  | 
||
2020  | 
1) standard conversions (selectors or updates applied to record  | 
|
2021  | 
constructor terms) are part of the standard simpset;  | 
|
2022  | 
||
2023  | 
2) inject equations of the form ((x, y) = (x', y')) == x=x' & y=y' are  | 
|
2024  | 
made part of standard simpset and claset via addIffs;  | 
|
2025  | 
||
2026  | 
3) a tactic for record field splitting (record_split_tac) is part of  | 
|
2027  | 
the standard claset (addSWrapper);  | 
|
2028  | 
||
2029  | 
To get a better idea about these rules you may retrieve them via  | 
|
2030  | 
something like 'thms "foo.simps"' or 'thms "foo.iffs"', where "foo" is  | 
|
2031  | 
the name of your record type.  | 
|
2032  | 
||
2033  | 
The split tactic 3) conceptually simplifies by the following rule:  | 
|
2034  | 
||
2035  | 
"(!!x. PROP ?P x) == (!!a b. PROP ?P (a, b))"  | 
|
2036  | 
||
2037  | 
Thus any record variable that is bound by meta-all will automatically  | 
|
2038  | 
blow up into some record constructor term, consequently the  | 
|
2039  | 
simplifications of 1), 2) apply. Thus force_tac, auto_tac etc. shall  | 
|
2040  | 
solve record problems automatically.  | 
|
2041  | 
||
| 5214 | 2042  | 
|
| 5125 | 2043  | 
* reorganized the main HOL image: HOL/Integ and String loaded by  | 
2044  | 
default; theory Main includes everything;  | 
|
2045  | 
||
| 5650 | 2046  | 
* automatic simplification of integer sums and comparisons, using cancellation;  | 
2047  | 
||
| 5526 | 2048  | 
* added option_map_eq_Some and not_Some_eq to the default simpset and claset;  | 
| 5127 | 2049  | 
|
2050  | 
* added disj_not1 = "(~P | Q) = (P --> Q)" to the default simpset;  | 
|
2051  | 
||
2052  | 
* many new identities for unions, intersections, set difference, etc.;  | 
|
2053  | 
||
2054  | 
* expand_if, expand_split, expand_sum_case and expand_nat_case are now  | 
|
2055  | 
called split_if, split_split, split_sum_case and split_nat_case (to go  | 
|
2056  | 
with add/delsplits);  | 
|
| 5125 | 2057  | 
|
| 5127 | 2058  | 
* HOL/Prod introduces simplification procedure unit_eq_proc rewriting  | 
2059  | 
(?x::unit) = (); this is made part of the default simpset, which COULD  | 
|
2060  | 
MAKE EXISTING PROOFS FAIL under rare circumstances (consider  | 
|
| 5207 | 2061  | 
'Delsimprocs [unit_eq_proc];' as last resort); also note that  | 
2062  | 
unit_abs_eta_conv is added in order to counter the effect of  | 
|
2063  | 
unit_eq_proc on (%u::unit. f u), replacing it by f rather than by  | 
|
2064  | 
%u.f();  | 
|
| 5125 | 2065  | 
|
| 5217 | 2066  | 
* HOL/Fun INCOMPATIBILITY: `inj_onto' is now called `inj_on' (which  | 
2067  | 
makes more sense);  | 
|
| 5109 | 2068  | 
|
| 5475 | 2069  | 
* HOL/Set INCOMPATIBILITY: rule `equals0D' is now a well-formed destruct rule;  | 
2070  | 
It and 'sym RS equals0D' are now in the default claset, giving automatic  | 
|
2071  | 
disjointness reasoning but breaking a few old proofs.  | 
|
| 5267 | 2072  | 
|
| 5217 | 2073  | 
* HOL/Relation INCOMPATIBILITY: renamed the relational operator r^-1  | 
2074  | 
to 'converse' from 'inverse' (for compatibility with ZF and some  | 
|
2075  | 
literature);  | 
|
| 
5085
 
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
 
wenzelm 
parents: 
5077 
diff
changeset
 | 
2076  | 
|
| 5127 | 2077  | 
* HOL/recdef can now declare non-recursive functions, with {} supplied as
 | 
2078  | 
the well-founded relation;  | 
|
| 4838 | 2079  | 
|
| 5490 | 2080  | 
* HOL/Set INCOMPATIBILITY: the complement of set A is now written -A instead of  | 
2081  | 
Compl A. The "Compl" syntax remains available as input syntax for this  | 
|
2082  | 
release ONLY.  | 
|
2083  | 
||
| 5127 | 2084  | 
* HOL/Update: new theory of function updates:  | 
2085  | 
f(a:=b) == %x. if x=a then b else f x  | 
|
2086  | 
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
 | 
2087  | 
|
| 5127 | 2088  | 
* HOL/Vimage: new theory for inverse image of a function, syntax f-``B;  | 
| 4899 | 2089  | 
|
| 5282 | 2090  | 
* HOL/List:  | 
2091  | 
- new function list_update written xs[i:=v] that updates the i-th  | 
|
2092  | 
list position. May also be iterated as in xs[i:=a,j:=b,...].  | 
|
| 5428 | 2093  | 
- new function `upt' written [i..j(] which generates the list  | 
2094  | 
[i,i+1,...,j-1], i.e. the upper bound is excluded. To include the upper  | 
|
2095  | 
bound write [i..j], which is a shorthand for [i..j+1(].  | 
|
| 5282 | 2096  | 
- new lexicographic orderings and corresponding wellfoundedness theorems.  | 
| 4779 | 2097  | 
|
| 5127 | 2098  | 
* HOL/Arith:  | 
2099  | 
- removed 'pred' (predecessor) function;  | 
|
2100  | 
- generalized some theorems about n-1;  | 
|
2101  | 
- many new laws about "div" and "mod";  | 
|
2102  | 
- new laws about greatest common divisors (see theory ex/Primes);  | 
|
| 4766 | 2103  | 
|
| 5127 | 2104  | 
* HOL/Relation: renamed the relational operator r^-1 "converse"  | 
| 4842 | 2105  | 
instead of "inverse";  | 
| 4711 | 2106  | 
|
| 5651 | 2107  | 
* HOL/Induct/Multiset: a theory of multisets, including the wellfoundedness  | 
2108  | 
of the multiset ordering;  | 
|
2109  | 
||
| 5127 | 2110  | 
* directory HOL/Real: a construction of the reals using Dedekind cuts  | 
| 5651 | 2111  | 
(not included by default);  | 
| 4835 | 2112  | 
|
| 5127 | 2113  | 
* directory HOL/UNITY: Chandy and Misra's UNITY formalism;  | 
| 4711 | 2114  | 
|
| 5651 | 2115  | 
* directory HOL/Hoare: a new version of Hoare logic which permits many-sorted  | 
2116  | 
programs, i.e. different program variables may have different types.  | 
|
2117  | 
||
| 5142 | 2118  | 
* calling (stac rew i) now fails if "rew" has no effect on the goal  | 
2119  | 
[previously, this check worked only if the rewrite rule was unconditional]  | 
|
| 5308 | 2120  | 
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
 | 
2121  | 
|
| 5363 | 2122  | 
|
| 
4879
 
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
 
paulson 
parents: 
4869 
diff
changeset
 | 
2123  | 
*** ZF ***  | 
| 
 
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
 
paulson 
parents: 
4869 
diff
changeset
 | 
2124  | 
|
| 5332 | 2125  | 
* theory Main includes everything; INCOMPATIBILITY: theory ZF.thy contains  | 
2126  | 
only the theorems proved on ZF.ML;  | 
|
| 5160 | 2127  | 
|
| 5475 | 2128  | 
* ZF INCOMPATIBILITY: rule `equals0D' is now a well-formed destruct rule;  | 
2129  | 
It and 'sym RS equals0D' are now in the default claset, giving automatic  | 
|
2130  | 
disjointness reasoning but breaking a few old proofs.  | 
|
| 5267 | 2131  | 
|
| 5160 | 2132  | 
* ZF/Update: new theory of function updates  | 
2133  | 
with default rewrite rule f(x:=y) ` z = if(z=x, y, f`z)  | 
|
2134  | 
may also be iterated as in f(a:=b,c:=d,...);  | 
|
2135  | 
||
| 
4879
 
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
 
paulson 
parents: 
4869 
diff
changeset
 | 
2136  | 
* in let x=t in u(x), neither t nor u(x) has to be an FOL term.  | 
| 4649 | 2137  | 
|
| 5142 | 2138  | 
* calling (stac rew i) now fails if "rew" has no effect on the goal  | 
2139  | 
[previously, this check worked only if the rewrite rule was unconditional]  | 
|
| 5308 | 2140  | 
Now rew can involve either definitions or equalities (either == or =).  | 
| 5142 | 2141  | 
|
| 5160 | 2142  | 
* case_tac provided for compatibility with HOL  | 
2143  | 
(like the old excluded_middle_tac, but with subgoals swapped)  | 
|
2144  | 
||
| 4842 | 2145  | 
|
| 5127 | 2146  | 
*** Internal programming interfaces ***  | 
| 
5002
 
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
 
wenzelm 
parents: 
4981 
diff
changeset
 | 
2147  | 
|
| 5251 | 2148  | 
* Pure: several new basic modules made available for general use, see  | 
2149  | 
also src/Pure/README;  | 
|
| 5207 | 2150  | 
|
| 5008 | 2151  | 
* improved the theory data mechanism to support encapsulation (data  | 
2152  | 
kind name replaced by private Object.kind, acting as authorization  | 
|
| 5373 | 2153  | 
key); new type-safe user interface via functor TheoryDataFun; generic  | 
2154  | 
print_data function becomes basically useless;  | 
|
| 
5002
 
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
 
wenzelm 
parents: 
4981 
diff
changeset
 | 
2155  | 
|
| 5251 | 2156  | 
* removed global_names compatibility flag -- all theory declarations  | 
2157  | 
are qualified by default;  | 
|
2158  | 
||
| 
5085
 
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
 
wenzelm 
parents: 
5077 
diff
changeset
 | 
2159  | 
* module Pure/Syntax now offers quote / antiquote translation  | 
| 
 
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
 
wenzelm 
parents: 
5077 
diff
changeset
 | 
2160  | 
functions (useful for Hoare logic etc. with implicit dependencies);  | 
| 5373 | 2161  | 
see HOL/ex/Antiquote for an example use;  | 
| 
5085
 
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
 
wenzelm 
parents: 
5077 
diff
changeset
 | 
2162  | 
|
| 5127 | 2163  | 
* Simplifier now offers conversions (asm_)(full_)rewrite: simpset ->  | 
2164  | 
cterm -> thm;  | 
|
2165  | 
||
| 5207 | 2166  | 
* new tactical CHANGED_GOAL for checking that a tactic modifies a  | 
2167  | 
subgoal;  | 
|
| 5142 | 2168  | 
|
| 5251 | 2169  | 
* Display.print_goals function moved to Locale.print_goals;  | 
2170  | 
||
| 5731 | 2171  | 
* standard print function for goals supports current_goals_markers  | 
2172  | 
variable for marking begin of proof, end of proof, start of goal; the  | 
|
2173  | 
default is ("", "", ""); setting current_goals_markers := ("<proof>",
 | 
|
2174  | 
"</proof>", "<goal>") causes SGML like tagged proof state printing,  | 
|
2175  | 
for example;  | 
|
2176  | 
||
| 
5002
 
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
 
wenzelm 
parents: 
4981 
diff
changeset
 | 
2177  | 
|
| 
 
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
 
wenzelm 
parents: 
4981 
diff
changeset
 | 
2178  | 
|
| 4410 | 2179  | 
New in Isabelle98 (January 1998)  | 
2180  | 
--------------------------------  | 
|
2181  | 
||
2182  | 
*** Overview of INCOMPATIBILITIES (see below for more details) ***  | 
|
2183  | 
||
2184  | 
* changed lexical syntax of terms / types: dots made part of long  | 
|
2185  | 
identifiers, e.g. "%x.x" no longer possible, should be "%x. x";  | 
|
2186  | 
||
2187  | 
* simpset (and claset) reference variable replaced by functions  | 
|
2188  | 
simpset / simpset_ref;  | 
|
2189  | 
||
2190  | 
* no longer supports theory aliases (via merge) and non-trivial  | 
|
2191  | 
implicit merge of thms' signatures;  | 
|
2192  | 
||
2193  | 
* most internal names of constants changed due to qualified names;  | 
|
2194  | 
||
2195  | 
* changed Pure/Sequence interface (see Pure/seq.ML);  | 
|
2196  | 
||
| 3454 | 2197  | 
|
| 3715 | 2198  | 
*** General Changes ***  | 
2199  | 
||
| 4174 | 2200  | 
* hierachically structured name spaces (for consts, types, axms, thms  | 
| 3943 | 2201  | 
etc.); new lexical class 'longid' (e.g. Foo.bar.x) may render much of  | 
| 4108 | 2202  | 
old input syntactically incorrect (e.g. "%x.x"); COMPATIBILITY:  | 
2203  | 
isatool fixdots ensures space after dots (e.g. "%x. x"); set  | 
|
| 4174 | 2204  | 
long_names for fully qualified output names; NOTE: ML programs  | 
2205  | 
(special tactics, packages etc.) referring to internal names may have  | 
|
2206  | 
to be adapted to cope with fully qualified names; in case of severe  | 
|
2207  | 
backward campatibility problems try setting 'global_names' at compile  | 
|
2208  | 
time to have enrything declared within a flat name space; one may also  | 
|
2209  | 
fine tune name declarations in theories via the 'global' and 'local'  | 
|
2210  | 
section;  | 
|
| 4108 | 2211  | 
|
2212  | 
* reimplemented the implicit simpset and claset using the new anytype  | 
|
2213  | 
data filed in signatures; references simpset:simpset ref etc. are  | 
|
2214  | 
replaced by functions simpset:unit->simpset and  | 
|
2215  | 
simpset_ref:unit->simpset ref; COMPATIBILITY: use isatool fixclasimp  | 
|
2216  | 
to patch your ML files accordingly;  | 
|
| 3856 | 2217  | 
|
| 3857 | 2218  | 
* HTML output now includes theory graph data for display with Java  | 
2219  | 
applet or isatool browser; data generated automatically via isatool  | 
|
| 3901 | 2220  | 
usedir (see -i option, ISABELLE_USEDIR_OPTIONS);  | 
| 3857 | 2221  | 
|
| 3856 | 2222  | 
* defs may now be conditional; improved rewrite_goals_tac to handle  | 
2223  | 
conditional equations;  | 
|
2224  | 
||
| 4174 | 2225  | 
* defs now admits additional type arguments, using TYPE('a) syntax;
 | 
2226  | 
||
| 3901 | 2227  | 
* theory aliases via merge (e.g. M=A+B+C) no longer supported, always  | 
2228  | 
creates a new theory node; implicit merge of thms' signatures is  | 
|
| 4112 | 2229  | 
restricted to 'trivial' ones; COMPATIBILITY: one may have to use  | 
| 3901 | 2230  | 
transfer:theory->thm->thm in (rare) cases;  | 
2231  | 
||
| 
3968
 
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
 
wenzelm 
parents: 
3964 
diff
changeset
 | 
2232  | 
* improved handling of draft signatures / theories; draft thms (and  | 
| 
 
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
 
wenzelm 
parents: 
3964 
diff
changeset
 | 
2233  | 
ctyps, cterms) are automatically promoted to real ones;  | 
| 
 
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
 
wenzelm 
parents: 
3964 
diff
changeset
 | 
2234  | 
|
| 3901 | 2235  | 
* slightly changed interfaces for oracles: admit many per theory, named  | 
2236  | 
(e.g. oracle foo = mlfun), additional name argument for invoke_oracle;  | 
|
2237  | 
||
2238  | 
* print_goals: optional output of const types (set show_consts and  | 
|
2239  | 
show_types);  | 
|
| 
3851
 
fe9932a7cd46
print_goals: optional output of const types (set show_consts);
 
wenzelm 
parents: 
3846 
diff
changeset
 | 
2240  | 
|
| 4388 | 2241  | 
* improved output of warnings (###) and errors (***);  | 
| 
3697
 
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
 
wenzelm 
parents: 
3671 
diff
changeset
 | 
2242  | 
|
| 
4178
 
e64ff1c1bc70
subgoal_tac displays a warning if the new subgoal has type variables
 
paulson 
parents: 
4174 
diff
changeset
 | 
2243  | 
* 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
 | 
2244  | 
|
| 3715 | 2245  | 
* removed old README and Makefiles;  | 
| 
3697
 
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
 
wenzelm 
parents: 
3671 
diff
changeset
 | 
2246  | 
|
| 3856 | 2247  | 
* 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
 | 
2248  | 
|
| 3715 | 2249  | 
* removed obsolete init_pps and init_database;  | 
2250  | 
||
2251  | 
* deleted the obsolete tactical STATE, which was declared by  | 
|
2252  | 
fun STATE tacfun st = tacfun st st;  | 
|
2253  | 
||
| 4388 | 2254  | 
* cd and use now support path variables, e.g. $ISABELLE_HOME, or ~  | 
2255  | 
(which abbreviates $HOME);  | 
|
| 4269 | 2256  | 
|
2257  | 
* changed Pure/Sequence interface (see Pure/seq.ML); COMPATIBILITY:  | 
|
2258  | 
use isatool fixseq to adapt your ML programs (this works for fully  | 
|
2259  | 
qualified references to the Sequence structure only!);  | 
|
2260  | 
||
| 4381 | 2261  | 
* use_thy no longer requires writable current directory; it always  | 
2262  | 
reloads .ML *and* .thy file, if either one is out of date;  | 
|
| 4269 | 2263  | 
|
| 3715 | 2264  | 
|
2265  | 
*** Classical Reasoner ***  | 
|
2266  | 
||
| 3744 | 2267  | 
* Clarify_tac, clarify_tac, clarify_step_tac, Clarify_step_tac: new  | 
2268  | 
tactics that use classical reasoning to simplify a subgoal without  | 
|
2269  | 
splitting it into several subgoals;  | 
|
| 3715 | 2270  | 
|
| 3719 | 2271  | 
* Safe_tac: like safe_tac but uses the default claset;  | 
2272  | 
||
| 3715 | 2273  | 
|
2274  | 
*** Simplifier ***  | 
|
2275  | 
||
2276  | 
* added simplification meta rules:  | 
|
2277  | 
(asm_)(full_)simplify: simpset -> thm -> thm;  | 
|
2278  | 
||
2279  | 
* simplifier.ML no longer part of Pure -- has to be loaded by object  | 
|
2280  | 
logics (again);  | 
|
2281  | 
||
2282  | 
* added prems argument to simplification procedures;  | 
|
2283  | 
||
| 4325 | 2284  | 
* HOL, FOL, ZF: added infix function `addsplits':  | 
2285  | 
instead of `<simpset> setloop (split_tac <thms>)'  | 
|
2286  | 
you can simply write `<simpset> addsplits <thms>'  | 
|
2287  | 
||
| 3715 | 2288  | 
|
2289  | 
*** Syntax ***  | 
|
2290  | 
||
| 4174 | 2291  | 
* TYPE('a) syntax for type reflection terms;
 | 
2292  | 
||
| 3985 | 2293  | 
* no longer handles consts with name "" -- declare as 'syntax' instead;  | 
| 3856 | 2294  | 
|
2295  | 
* pretty printer: changed order of mixfix annotation preference (again!);  | 
|
| 3846 | 2296  | 
|
| 3715 | 2297  | 
* Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;  | 
2298  | 
||
2299  | 
||
2300  | 
*** HOL ***  | 
|
2301  | 
||
| 5726 | 2302  | 
* HOL: there is a new splitter `split_asm_tac' that can be used e.g.  | 
| 4189 | 2303  | 
with `addloop' of the simplifier to faciliate case splitting in premises.  | 
2304  | 
||
| 4035 | 2305  | 
* HOL/TLA: Stephan Merz's formalization of Lamport's Temporal Logic of Actions;  | 
| 3985 | 2306  | 
|
2307  | 
* HOL/Auth: new protocol proofs including some for the Internet  | 
|
| 4035 | 2308  | 
protocol TLS;  | 
| 3985 | 2309  | 
|
| 4125 | 2310  | 
* HOL/Map: new theory of `maps' a la VDM;  | 
| 3982 | 2311  | 
|
| 4335 | 2312  | 
* HOL/simplifier: simplification procedures nat_cancel_sums for  | 
2313  | 
cancelling out common nat summands from =, <, <= (in)equalities, or  | 
|
2314  | 
differences; simplification procedures nat_cancel_factor for  | 
|
2315  | 
cancelling common factor from =, <, <= (in)equalities over natural  | 
|
| 4373 | 2316  | 
sums; nat_cancel contains both kinds of procedures, it is installed by  | 
2317  | 
default in Arith.thy -- this COULD MAKE EXISTING PROOFS FAIL;  | 
|
| 4335 | 2318  | 
|
| 3580 | 2319  | 
* HOL/simplifier: terms of the form  | 
| 4325 | 2320  | 
`? x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x)' (or t=x)  | 
| 3580 | 2321  | 
are rewritten to  | 
| 4035 | 2322  | 
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t)',  | 
2323  | 
and those of the form  | 
|
| 4325 | 2324  | 
`! x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x) --> R(x)' (or t=x)  | 
| 4035 | 2325  | 
are rewritten to  | 
2326  | 
`P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t) --> R(t)',  | 
|
2327  | 
||
2328  | 
* HOL/datatype  | 
|
2329  | 
Each datatype `t' now comes with a theorem `split_t_case' of the form  | 
|
| 3580 | 2330  | 
|
| 4035 | 2331  | 
P(t_case f1 ... fn x) =  | 
2332  | 
( (!y1 ... ym1. x = C1 y1 ... ym1 --> P(f1 y1 ... ym1)) &  | 
|
2333  | 
...  | 
|
| 4189 | 2334  | 
(!y1 ... ymn. x = Cn y1 ... ymn --> P(f1 y1 ... ymn))  | 
| 4035 | 2335  | 
)  | 
2336  | 
||
| 
4930
 
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
 
oheimb 
parents: 
4915 
diff
changeset
 | 
2337  | 
and a theorem `split_t_case_asm' of the form  | 
| 4189 | 2338  | 
|
2339  | 
P(t_case f1 ... fn x) =  | 
|
2340  | 
~( (? y1 ... ym1. x = C1 y1 ... ym1 & ~P(f1 y1 ... ym1)) |  | 
|
2341  | 
...  | 
|
2342  | 
(? y1 ... ymn. x = Cn y1 ... ymn & ~P(f1 y1 ... ymn))  | 
|
2343  | 
)  | 
|
| 
4930
 
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
 
oheimb 
parents: 
4915 
diff
changeset
 | 
2344  | 
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
 | 
2345  | 
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
 | 
2346  | 
split_list_case and split_option_case.  | 
| 4189 | 2347  | 
|
| 4361 | 2348  | 
* HOL/Arithmetic:  | 
2349  | 
- `pred n' is automatically converted to `n-1'.  | 
|
2350  | 
Users are strongly encouraged not to use `pred' any longer,  | 
|
2351  | 
because it will disappear altogether at some point.  | 
|
2352  | 
- Users are strongly encouraged to write "0 < n" rather than  | 
|
2353  | 
"n ~= 0". Theorems and proof tools have been modified towards this  | 
|
2354  | 
`standard'.  | 
|
| 4357 | 2355  | 
|
| 4502 | 2356  | 
* HOL/Lists:  | 
2357  | 
the function "set_of_list" has been renamed "set" (and its theorems too);  | 
|
2358  | 
the function "nth" now takes its arguments in the reverse order and  | 
|
2359  | 
has acquired the infix notation "!" as in "xs!n".  | 
|
| 3570 | 2360  | 
|
| 4154 | 2361  | 
* HOL/Set: UNIV is now a constant and is no longer translated to Compl{};
 | 
2362  | 
||
2363  | 
* HOL/Set: The operator (UN x.B x) now abbreviates (UN x:UNIV. B x) and its  | 
|
2364  | 
specialist theorems (like UN1_I) are gone. Similarly for (INT x.B x);  | 
|
2365  | 
||
| 4575 | 2366  | 
* HOL/record: extensible records with schematic structural subtyping  | 
2367  | 
(single inheritance); EXPERIMENTAL version demonstrating the encoding,  | 
|
2368  | 
still lacks various theorems and concrete record syntax;  | 
|
2369  | 
||
| 4125 | 2370  | 
|
| 3715 | 2371  | 
*** HOLCF ***  | 
| 3535 | 2372  | 
|
| 4125 | 2373  | 
* removed "axioms" and "generated by" sections;  | 
2374  | 
||
| 4123 | 2375  | 
* replaced "ops" section by extended "consts" section, which is capable of  | 
| 4125 | 2376  | 
handling the continuous function space "->" directly;  | 
2377  | 
||
2378  | 
* domain package:  | 
|
2379  | 
. proves theorems immediately and stores them in the theory,  | 
|
2380  | 
. creates hierachical name space,  | 
|
2381  | 
. now uses normal mixfix annotations (instead of cinfix...),  | 
|
2382  | 
. minor changes to some names and values (for consistency),  | 
|
2383  | 
. e.g. cases -> casedist, dists_eq -> dist_eqs, [take_lemma] -> take_lemmas,  | 
|
2384  | 
. separator between mutual domain defs: changed "," to "and",  | 
|
2385  | 
. improved handling of sort constraints; now they have to  | 
|
2386  | 
appear on the left-hand side of the equations only;  | 
|
| 4123 | 2387  | 
|
2388  | 
* fixed LAM <x,y,zs>.b syntax;  | 
|
| 3567 | 2389  | 
|
| 3744 | 2390  | 
* added extended adm_tac to simplifier in HOLCF -- can now discharge  | 
2391  | 
adm (%x. P (t x)), where P is chainfinite and t continuous;  | 
|
| 3579 | 2392  | 
|
2393  | 
||
| 3719 | 2394  | 
*** FOL and ZF ***  | 
2395  | 
||
| 5726 | 2396  | 
* FOL: there is a new splitter `split_asm_tac' that can be used e.g.  | 
| 4189 | 2397  | 
with `addloop' of the simplifier to faciliate case splitting in premises.  | 
2398  | 
||
| 3744 | 2399  | 
* qed_spec_mp, qed_goal_spec_mp, qed_goalw_spec_mp are available, as  | 
2400  | 
in HOL, they strip ALL and --> from proved theorems;  | 
|
2401  | 
||
| 3719 | 2402  | 
|
| 3579 | 2403  | 
|
| 3006 | 2404  | 
New in Isabelle94-8 (May 1997)  | 
2405  | 
------------------------------  | 
|
| 2654 | 2406  | 
|
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2407  | 
*** General Changes ***  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2408  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2409  | 
* 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
 | 
2410  | 
still somewhat experimental); old Makefiles etc. still functional;  | 
| 2971 | 2411  | 
|
| 3205 | 2412  | 
* new 'Isabelle System Manual';  | 
2413  | 
||
| 2825 | 2414  | 
* INSTALL text, together with ./configure and ./build scripts;  | 
| 2773 | 2415  | 
|
| 3006 | 2416  | 
* reimplemented type inference for greater efficiency, better error  | 
2417  | 
messages and clean internal interface;  | 
|
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2418  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2419  | 
* 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
 | 
2420  | 
setting goals_limit);  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2421  | 
|
| 3006 | 2422  | 
|
2423  | 
*** Syntax ***  | 
|
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2424  | 
|
| 3116 | 2425  | 
* supports alternative (named) syntax tables (parser and pretty  | 
2426  | 
printer); internal interface is provided by add_modesyntax(_i);  | 
|
2427  | 
||
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2428  | 
* 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
 | 
2429  | 
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
 | 
2430  | 
"symbols" syntax table;  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2431  | 
|
| 2705 | 2432  | 
* added token_translation interface (may translate name tokens in  | 
| 2756 | 2433  | 
arbitrary ways, dependent on their type (free, bound, tfree, ...) and  | 
| 3116 | 2434  | 
the current print_mode); IMPORTANT: user print translation functions  | 
2435  | 
are responsible for marking newly introduced bounds  | 
|
2436  | 
(Syntax.mark_boundT);  | 
|
| 2705 | 2437  | 
|
| 2730 | 2438  | 
* token translations for modes "xterm" and "xterm_color" that display  | 
| 3006 | 2439  | 
names in bold, underline etc. or colors (which requires a color  | 
2440  | 
version of xterm);  | 
|
| 2730 | 2441  | 
|
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2442  | 
* 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
 | 
2443  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2444  | 
* added typed_print_translation (like print_translation, but may  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2445  | 
access type of constant);  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2446  | 
|
| 3006 | 2447  | 
|
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2448  | 
*** Classical Reasoner ***  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2449  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2450  | 
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
 | 
2451  | 
some limitations. Blast_tac...  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2452  | 
+ ignores addss, addbefore, addafter; this restriction is intrinsic  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2453  | 
+ ignores elimination rules that don't have the correct format  | 
| 5726 | 2454  | 
(the conclusion MUST be a formula variable)  | 
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2455  | 
+ ignores types, which can make HOL proofs fail  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2456  | 
+ 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
 | 
2457  | 
[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
 | 
2458  | 
+ 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
 | 
2459  | 
|
| 3107 | 2460  | 
* substitution with equality assumptions no longer permutes other  | 
2461  | 
assumptions;  | 
|
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2462  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2463  | 
* 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
 | 
2464  | 
setwrapper to setWrapper and compwrapper to compWrapper; added safe wrapper  | 
| 3107 | 2465  | 
(and access functions for it);  | 
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2466  | 
|
| 5726 | 2467  | 
* improved combination of classical reasoner and simplifier:  | 
| 3317 | 2468  | 
+ functions for handling clasimpsets  | 
2469  | 
+ improvement of addss: now the simplifier is called _after_ the  | 
|
2470  | 
safe steps.  | 
|
2471  | 
+ safe variant of addss called addSss: uses safe simplifications  | 
|
| 5726 | 2472  | 
_during_ the safe steps. It is more complete as it allows multiple  | 
| 3317 | 2473  | 
instantiations of unknowns (e.g. with slow_tac).  | 
| 3006 | 2474  | 
|
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2475  | 
*** Simplifier ***  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2476  | 
|
| 3006 | 2477  | 
* added interface for simplification procedures (functions that  | 
2478  | 
produce *proven* rewrite rules on the fly, depending on current  | 
|
2479  | 
redex);  | 
|
2480  | 
||
2481  | 
* ordering on terms as parameter (used for ordered rewriting);  | 
|
2482  | 
||
| 3107 | 2483  | 
* 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
 | 
2484  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2485  | 
* 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
 | 
2486  | 
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
 | 
2487  | 
functions setsolver and addsolver have been renamed to setSolver and  | 
| 3107 | 2488  | 
addSolver; added safe_asm_full_simp_tac;  | 
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2489  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2490  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2491  | 
*** HOL ***  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2492  | 
|
| 3042 | 2493  | 
* a generic induction tactic `induct_tac' which works for all datatypes and  | 
| 3107 | 2494  | 
also for type `nat';  | 
| 3042 | 2495  | 
|
| 3316 | 2496  | 
* a generic case distinction tactic `exhaust_tac' which works for all  | 
2497  | 
datatypes and also for type `nat';  | 
|
2498  | 
||
2499  | 
* each datatype comes with a function `size';  | 
|
2500  | 
||
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2501  | 
* patterns in case expressions allow tuple patterns as arguments to  | 
| 3107 | 2502  | 
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
 | 
2503  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2504  | 
* primrec now also works with type nat;  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2505  | 
|
| 3338 | 2506  | 
* recdef: a new declaration form, allows general recursive functions to be  | 
2507  | 
defined in theory files. See HOL/ex/Fib, HOL/ex/Primes, HOL/Subst/Unify.  | 
|
2508  | 
||
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2509  | 
* the constant for negation has been renamed from "not" to "Not" to  | 
| 3107 | 2510  | 
harmonize with FOL, ZF, LK, etc.;  | 
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2511  | 
|
| 3107 | 2512  | 
* HOL/ex/LFilter theory of a corecursive "filter" functional for  | 
2513  | 
infinite lists;  | 
|
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2514  | 
|
| 3227 | 2515  | 
* HOL/Modelcheck demonstrates invocation of model checker oracle;  | 
2516  | 
||
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2517  | 
* 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
 | 
2518  | 
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
 | 
2519  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2520  | 
* more examples in HOL/MiniML and HOL/Auth;  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2521  | 
|
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2522  | 
* more default rewrite rules for quantifiers, union/intersection;  | 
| 
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2523  | 
|
| 3321 | 2524  | 
* a new constant `arbitrary == @x.False';  | 
2525  | 
||
| 3107 | 2526  | 
* HOLCF/IOA replaces old HOL/IOA;  | 
2527  | 
||
| 5726 | 2528  | 
* HOLCF changes: derived all rules and arities  | 
2529  | 
+ axiomatic type classes instead of classes  | 
|
| 
2653
 
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
 
slotosch 
parents: 
2649 
diff
changeset
 | 
2530  | 
+ typedef instead of faking type definitions  | 
| 2747 | 2531  | 
+ eliminated the internal constants less_fun, less_cfun, UU_fun, UU_cfun etc.  | 
| 2730 | 2532  | 
+ 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
 | 
2533  | 
+ eliminated the types void, one, tr  | 
| 
 
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
 
slotosch 
parents: 
2649 
diff
changeset
 | 
2534  | 
+ 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
 | 
2535  | 
+ eliminated blift from Lift3.thy (use Def instead of blift)  | 
| 3107 | 2536  | 
all eliminated rules are derived as theorems --> no visible changes ;  | 
| 2649 | 2537  | 
|
| 3006 | 2538  | 
|
| 
3002
 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 
paulson 
parents: 
2993 
diff
changeset
 | 
2539  | 
*** ZF ***  | 
| 2553 | 2540  | 
|
| 2865 | 2541  | 
* ZF now has Fast_tac, Simp_tac and Auto_tac. Union_iff is a now a default  | 
2542  | 
rewrite rule; this may affect some proofs. eq_cs is gone but can be put back  | 
|
2543  | 
as ZF_cs addSIs [equalityI];  | 
|
| 2553 | 2544  | 
|
| 2554 | 2545  | 
|
| 2732 | 2546  | 
|
| 2553 | 2547  | 
New in Isabelle94-7 (November 96)  | 
2548  | 
---------------------------------  | 
|
2549  | 
||
2550  | 
* allowing negative levels (as offsets) in prlev and choplev;  | 
|
2551  | 
||
| 2554 | 2552  | 
* super-linear speedup for large simplifications;  | 
2553  | 
||
2554  | 
* FOL, ZF and HOL now use miniscoping: rewriting pushes  | 
|
2555  | 
quantifications in as far as possible (COULD MAKE EXISTING PROOFS  | 
|
2556  | 
FAIL); can suppress it using the command Delsimps (ex_simps @  | 
|
2557  | 
all_simps); De Morgan laws are also now included, by default;  | 
|
2558  | 
||
2559  | 
* improved printing of ==> : ~:  | 
|
2560  | 
||
2561  | 
* new object-logic "Sequents" adds linear logic, while replacing LK  | 
|
2562  | 
and Modal (thanks to Sara Kalvala);  | 
|
2563  | 
||
2564  | 
* HOL/Auth: correctness proofs for authentication protocols;  | 
|
2565  | 
||
2566  | 
* HOL: new auto_tac combines rewriting and classical reasoning (many  | 
|
2567  | 
examples on HOL/Auth);  | 
|
2568  | 
||
2569  | 
* HOL: new command AddIffs for declaring theorems of the form P=Q to  | 
|
2570  | 
the rewriter and classical reasoner simultaneously;  | 
|
2571  | 
||
2572  | 
* function uresult no longer returns theorems in "standard" format;  | 
|
2573  | 
regain previous version by: val uresult = standard o uresult;  | 
|
2574  | 
||
2575  | 
||
2576  | 
||
2577  | 
New in Isabelle94-6  | 
|
2578  | 
-------------------  | 
|
2579  | 
||
2580  | 
* oracles -- these establish an interface between Isabelle and trusted  | 
|
2581  | 
external reasoners, which may deliver results as theorems;  | 
|
2582  | 
||
2583  | 
* proof objects (in particular record all uses of oracles);  | 
|
2584  | 
||
2585  | 
* Simp_tac, Fast_tac, etc. that refer to implicit simpset / claset;  | 
|
2586  | 
||
2587  | 
* "constdefs" section in theory files;  | 
|
2588  | 
||
2589  | 
* "primrec" section (HOL) no longer requires names;  | 
|
2590  | 
||
2591  | 
* internal type "tactic" now simply "thm -> thm Sequence.seq";  | 
|
2592  | 
||
2593  | 
||
2594  | 
||
2595  | 
New in Isabelle94-5  | 
|
2596  | 
-------------------  | 
|
2597  | 
||
2598  | 
* reduced space requirements;  | 
|
2599  | 
||
2600  | 
* automatic HTML generation from theories;  | 
|
2601  | 
||
2602  | 
* theory files no longer require "..." (quotes) around most types;  | 
|
2603  | 
||
2604  | 
* new examples, including two proofs of the Church-Rosser theorem;  | 
|
2605  | 
||
2606  | 
* non-curried (1994) version of HOL is no longer distributed;  | 
|
2607  | 
||
| 2553 | 2608  | 
|
| 2557 | 2609  | 
|
2610  | 
New in Isabelle94-4  | 
|
2611  | 
-------------------  | 
|
2612  | 
||
| 2747 | 2613  | 
* greatly reduced space requirements;  | 
| 2557 | 2614  | 
|
2615  | 
* theory files (.thy) no longer require \...\ escapes at line breaks;  | 
|
2616  | 
||
| 5726 | 2617  | 
* searchable theorem database (see the section "Retrieving theorems" on  | 
| 2557 | 2618  | 
page 8 of the Reference Manual);  | 
2619  | 
||
2620  | 
* new examples, including Grabczewski's monumental case study of the  | 
|
2621  | 
Axiom of Choice;  | 
|
2622  | 
||
2623  | 
* The previous version of HOL renamed to Old_HOL;  | 
|
2624  | 
||
| 5726 | 2625  | 
* The new version of HOL (previously called CHOL) uses a curried syntax  | 
| 2557 | 2626  | 
for functions. Application looks like f a b instead of f(a,b);  | 
2627  | 
||
2628  | 
* Mutually recursive inductive definitions finally work in HOL;  | 
|
2629  | 
||
2630  | 
* In ZF, pattern-matching on tuples is now available in all abstractions and  | 
|
2631  | 
translates to the operator "split";  | 
|
2632  | 
||
2633  | 
||
2634  | 
||
2635  | 
New in Isabelle94-3  | 
|
2636  | 
-------------------  | 
|
2637  | 
||
| 5726 | 2638  | 
* new infix operator, addss, allowing the classical reasoner to  | 
| 2557 | 2639  | 
perform simplification at each step of its search. Example:  | 
| 5726 | 2640  | 
fast_tac (cs addss ss)  | 
| 2557 | 2641  | 
|
| 5726 | 2642  | 
* a new logic, CHOL, the same as HOL, but with a curried syntax  | 
2643  | 
for functions. Application looks like f a b instead of f(a,b). Also pairs  | 
|
| 2557 | 2644  | 
look like (a,b) instead of <a,b>;  | 
2645  | 
||
2646  | 
* PLEASE NOTE: CHOL will eventually replace HOL!  | 
|
2647  | 
||
2648  | 
* In CHOL, pattern-matching on tuples is now available in all abstractions.  | 
|
2649  | 
It translates to the operator "split". A new theory of integers is available;  | 
|
2650  | 
||
2651  | 
* In ZF, integer numerals now denote two's-complement binary integers.  | 
|
2652  | 
Arithmetic operations can be performed by rewriting. See ZF/ex/Bin.ML;  | 
|
2653  | 
||
| 5726 | 2654  | 
* Many new examples: I/O automata, Church-Rosser theorem, equivalents  | 
| 2557 | 2655  | 
of the Axiom of Choice;  | 
2656  | 
||
2657  | 
||
2658  | 
||
2659  | 
New in Isabelle94-2  | 
|
2660  | 
-------------------  | 
|
2661  | 
||
| 5726 | 2662  | 
* Significantly faster resolution;  | 
| 2557 | 2663  | 
|
2664  | 
* the different sections in a .thy file can now be mixed and repeated  | 
|
2665  | 
freely;  | 
|
2666  | 
||
2667  | 
* Database of theorems for FOL, HOL and ZF. New  | 
|
2668  | 
commands including qed, qed_goal and bind_thm store theorems in the database.  | 
|
2669  | 
||
2670  | 
* Simple database queries: return a named theorem (get_thm) or all theorems of  | 
|
2671  | 
a given theory (thms_of), or find out what theory a theorem was proved in  | 
|
2672  | 
(theory_of_thm);  | 
|
2673  | 
||
2674  | 
* Bugs fixed in the inductive definition and datatype packages;  | 
|
2675  | 
||
2676  | 
* The classical reasoner provides deepen_tac and depth_tac, making FOL_dup_cs  | 
|
2677  | 
and HOL_dup_cs obsolete;  | 
|
2678  | 
||
2679  | 
* Syntactic ambiguities caused by the new treatment of syntax in Isabelle94-1  | 
|
2680  | 
have been removed;  | 
|
2681  | 
||
2682  | 
* Simpler definition of function space in ZF;  | 
|
2683  | 
||
2684  | 
* new results about cardinal and ordinal arithmetic in ZF;  | 
|
2685  | 
||
2686  | 
* 'subtype' facility in HOL for introducing new types as subsets of existing  | 
|
2687  | 
types;  | 
|
2688  | 
||
2689  | 
||
| 2553 | 2690  | 
$Id$  |