author | wenzelm |
Thu, 09 Jun 2016 17:14:13 +0200 | |
changeset 63272 | 6d8a67a77bad |
parent 63260 | 0edec65d0633 |
child 63273 | 302daf918966 |
permissions | -rw-r--r-- |
57491 | 1 |
Isabelle NEWS -- history of user-relevant changes |
2 |
================================================= |
|
2553 | 3 |
|
62114
a7cf464933f7
generate HTML version of NEWS, with proper symbol rendering;
wenzelm
parents:
62111
diff
changeset
|
4 |
(Note: Isabelle/jEdit shows a tree-view of the NEWS file in Sidekick.) |
60006 | 5 |
|
60331 | 6 |
|
62216 | 7 |
New in this Isabelle version |
8 |
---------------------------- |
|
9 |
||
62440 | 10 |
*** General *** |
11 |
||
63120
629a4c5e953e
embedded content may be delimited via cartouches;
wenzelm
parents:
63113
diff
changeset
|
12 |
* Embedded content (e.g. the inner syntax of types, terms, props) may be |
629a4c5e953e
embedded content may be delimited via cartouches;
wenzelm
parents:
63113
diff
changeset
|
13 |
delimited uniformly via cartouches. This works better than old-fashioned |
629a4c5e953e
embedded content may be delimited via cartouches;
wenzelm
parents:
63113
diff
changeset
|
14 |
quotes when sub-languages are nested. |
629a4c5e953e
embedded content may be delimited via cartouches;
wenzelm
parents:
63113
diff
changeset
|
15 |
|
62958
b41c1cb5e251
Type_Infer.object_logic controls improvement of type inference result;
wenzelm
parents:
62939
diff
changeset
|
16 |
* Type-inference improves sorts of newly introduced type variables for |
b41c1cb5e251
Type_Infer.object_logic controls improvement of type inference result;
wenzelm
parents:
62939
diff
changeset
|
17 |
the object-logic, using its base sort (i.e. HOL.type for Isabelle/HOL). |
b41c1cb5e251
Type_Infer.object_logic controls improvement of type inference result;
wenzelm
parents:
62939
diff
changeset
|
18 |
Thus terms like "f x" or "\<And>x. P x" without any further syntactic context |
b41c1cb5e251
Type_Infer.object_logic controls improvement of type inference result;
wenzelm
parents:
62939
diff
changeset
|
19 |
produce x::'a::type in HOL instead of x::'a::{} in Pure. Rare |
b41c1cb5e251
Type_Infer.object_logic controls improvement of type inference result;
wenzelm
parents:
62939
diff
changeset
|
20 |
INCOMPATIBILITY, need to provide explicit type constraints for Pure |
b41c1cb5e251
Type_Infer.object_logic controls improvement of type inference result;
wenzelm
parents:
62939
diff
changeset
|
21 |
types where this is really intended. |
b41c1cb5e251
Type_Infer.object_logic controls improvement of type inference result;
wenzelm
parents:
62939
diff
changeset
|
22 |
|
62969 | 23 |
* Simplified outer syntax: uniform category "name" includes long |
24 |
identifiers. Former "xname" / "nameref" / "name reference" has been |
|
25 |
discontinued. |
|
26 |
||
62807 | 27 |
* Mixfix annotations support general block properties, with syntax |
28 |
"(\<open>x=a y=b z \<dots>\<close>". Notable property names are "indent", "consistent", |
|
29 |
"unbreakable", "markup". The existing notation "(DIGITS" is equivalent |
|
30 |
to "(\<open>indent=DIGITS\<close>". The former notation "(00" for unbreakable blocks |
|
31 |
is superseded by "(\<open>unbreabable\<close>" --- rare INCOMPATIBILITY. |
|
62789 | 32 |
|
62440 | 33 |
* New symbol \<circle>, e.g. for temporal operator. |
34 |
||
62453 | 35 |
* Old 'header' command is no longer supported (legacy since |
36 |
Isabelle2015). |
|
37 |
||
63272 | 38 |
* Command 'bundle_definition' provides a local theory target to define a |
39 |
bundle from the body of specification commands (e.g. 'declare', |
|
40 |
'declaration', 'notation', 'lemmas', 'lemma'). |
|
41 |
||
62440 | 42 |
|
62904 | 43 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
44 |
||
63135 | 45 |
* Cartouche abbreviations work both for " and ` to accomodate typical |
46 |
situations where old ASCII notation may be updated. |
|
47 |
||
63022 | 48 |
* IDE support for the Isabelle/Pure bootstrap process, with the |
49 |
following independent stages: |
|
50 |
||
51 |
src/Pure/ROOT0.ML |
|
52 |
src/Pure/ROOT.ML |
|
53 |
src/Pure/Pure.thy |
|
54 |
src/Pure/ML_Bootstrap.thy |
|
55 |
||
56 |
The ML ROOT files act like quasi-theories in the context of theory |
|
57 |
ML_Bootstrap: this allows continuous checking of all loaded ML files. |
|
58 |
The theory files are presented with a modified header to import Pure |
|
59 |
from the running Isabelle instance. Results from changed versions of |
|
60 |
each stage are *not* propagated to the next stage, and isolated from the |
|
61 |
actual Isabelle/Pure that runs the IDE itself. The sequential |
|
62 |
dependencies of the above files are only relevant for batch build. |
|
62904 | 63 |
|
62987
dc8a8a7559e7
highlighting of entity def/ref positions wrt. cursor;
wenzelm
parents:
62969
diff
changeset
|
64 |
* Highlighting of entity def/ref positions wrt. cursor. |
dc8a8a7559e7
highlighting of entity def/ref positions wrt. cursor;
wenzelm
parents:
62969
diff
changeset
|
65 |
|
63236 | 66 |
* Action "isabelle.select-entity" (shortcut CS+ENTER) selects all |
67 |
occurences of the formal entity at the caret position. This facilitates |
|
68 |
systematic renaming. |
|
69 |
||
63032
e0fa59bbc956
reactivated other_id reports (see also db929027e701, 8eda56033203);
wenzelm
parents:
63022
diff
changeset
|
70 |
* Document markup works across multiple Isar commands, e.g. the results |
e0fa59bbc956
reactivated other_id reports (see also db929027e701, 8eda56033203);
wenzelm
parents:
63022
diff
changeset
|
71 |
established at the end of a proof are properly identified in the theorem |
e0fa59bbc956
reactivated other_id reports (see also db929027e701, 8eda56033203);
wenzelm
parents:
63022
diff
changeset
|
72 |
statement. |
e0fa59bbc956
reactivated other_id reports (see also db929027e701, 8eda56033203);
wenzelm
parents:
63022
diff
changeset
|
73 |
|
62904 | 74 |
|
62312
5e5a881ebc12
command '\<proof>' is an alias for 'sorry', with different typesetting;
wenzelm
parents:
62284
diff
changeset
|
75 |
*** Isar *** |
5e5a881ebc12
command '\<proof>' is an alias for 'sorry', with different typesetting;
wenzelm
parents:
62284
diff
changeset
|
76 |
|
63178 | 77 |
* Command 'axiomatization' has become more restrictive to correspond |
78 |
better to internal axioms as singleton facts with mandatory name. Minor |
|
79 |
INCOMPATIBILITY. |
|
80 |
||
63180 | 81 |
* Many specification elements support structured statements with 'if' / |
82 |
'for' eigen-context, e.g. 'axiomatization', 'abbreviation', |
|
83 |
'definition', 'inductive', 'function'. |
|
84 |
||
63094
056ea294c256
toplevel theorem statements support 'if'/'for' eigen-context;
wenzelm
parents:
63078
diff
changeset
|
85 |
* Toplevel theorem statements support eigen-context notation with 'if' / |
056ea294c256
toplevel theorem statements support 'if'/'for' eigen-context;
wenzelm
parents:
63078
diff
changeset
|
86 |
'for' (in postix), which corresponds to 'assumes' / 'fixes' in the |
056ea294c256
toplevel theorem statements support 'if'/'for' eigen-context;
wenzelm
parents:
63078
diff
changeset
|
87 |
traditional long statement form (in prefix). Local premises are called |
056ea294c256
toplevel theorem statements support 'if'/'for' eigen-context;
wenzelm
parents:
63078
diff
changeset
|
88 |
"that" or "assms", respectively. Empty premises are *not* bound in the |
056ea294c256
toplevel theorem statements support 'if'/'for' eigen-context;
wenzelm
parents:
63078
diff
changeset
|
89 |
context: INCOMPATIBILITY. |
056ea294c256
toplevel theorem statements support 'if'/'for' eigen-context;
wenzelm
parents:
63078
diff
changeset
|
90 |
|
63039 | 91 |
* Command 'define' introduces a local (non-polymorphic) definition, with |
92 |
optional abstraction over local parameters. The syntax resembles |
|
63043 | 93 |
'definition' and 'obtain'. It fits better into the Isar language than |
94 |
old 'def', which is now a legacy feature. |
|
63039 | 95 |
|
63059
3f577308551e
'obtain' supports structured statements (similar to 'define');
wenzelm
parents:
63043
diff
changeset
|
96 |
* Command 'obtain' supports structured statements with 'if' / 'for' |
3f577308551e
'obtain' supports structured statements (similar to 'define');
wenzelm
parents:
63043
diff
changeset
|
97 |
context. |
3f577308551e
'obtain' supports structured statements (similar to 'define');
wenzelm
parents:
63043
diff
changeset
|
98 |
|
62312
5e5a881ebc12
command '\<proof>' is an alias for 'sorry', with different typesetting;
wenzelm
parents:
62284
diff
changeset
|
99 |
* Command '\<proof>' is an alias for 'sorry', with different |
5e5a881ebc12
command '\<proof>' is an alias for 'sorry', with different typesetting;
wenzelm
parents:
62284
diff
changeset
|
100 |
typesetting. E.g. to produce proof holes in examples and documentation. |
62216 | 101 |
|
62939 | 102 |
* The old proof method "default" has been removed (legacy since |
103 |
Isabelle2016). INCOMPATIBILITY, use "standard" instead. |
|
104 |
||
63259 | 105 |
* Proof methods may refer to the main facts via the dynamic fact |
106 |
"method_facts". This is particularly useful for Eisbach method |
|
107 |
definitions. |
|
108 |
||
109 |
* Eisbach provides method "use" to modify the main facts of a given |
|
110 |
method expression, e.g. |
|
111 |
||
112 |
(use facts in simp) |
|
113 |
(use facts in \<open>simp add: ...\<close>) |
|
114 |
||
62216 | 115 |
|
63165
c12845e8e80a
examples and documentation for code generator time measurements
haftmann
parents:
63161
diff
changeset
|
116 |
*** Pure *** |
c12845e8e80a
examples and documentation for code generator time measurements
haftmann
parents:
63161
diff
changeset
|
117 |
|
63166 | 118 |
* Code generator: config option "code_timing" triggers measurements of |
119 |
different phases of code generation. See src/HOL/ex/Code_Timing.thy for |
|
120 |
examples. |
|
63165
c12845e8e80a
examples and documentation for code generator time measurements
haftmann
parents:
63161
diff
changeset
|
121 |
|
c12845e8e80a
examples and documentation for code generator time measurements
haftmann
parents:
63161
diff
changeset
|
122 |
|
62327 | 123 |
*** HOL *** |
124 |
||
63237 | 125 |
* Conventional syntax "%(). t" for unit abstractions. Slight syntactic |
126 |
INCOMPATIBILITY. |
|
127 |
||
63174
57c0d60e491c
do not export abstract constructors in code_reflect
haftmann
parents:
63173
diff
changeset
|
128 |
* Command 'code_reflect' accepts empty constructor lists for datatypes, |
57c0d60e491c
do not export abstract constructors in code_reflect
haftmann
parents:
63173
diff
changeset
|
129 |
which renders those abstract effectively. |
57c0d60e491c
do not export abstract constructors in code_reflect
haftmann
parents:
63173
diff
changeset
|
130 |
|
63175
d191892b1c23
explicit check that abstract constructors cannot be part of official interface
haftmann
parents:
63174
diff
changeset
|
131 |
* Command 'export_code' checks given constants for abstraction violations: |
d191892b1c23
explicit check that abstract constructors cannot be part of official interface
haftmann
parents:
63174
diff
changeset
|
132 |
a small guarantee that given constants specify a safe interface for the |
d191892b1c23
explicit check that abstract constructors cannot be part of official interface
haftmann
parents:
63174
diff
changeset
|
133 |
generated code. |
d191892b1c23
explicit check that abstract constructors cannot be part of official interface
haftmann
parents:
63174
diff
changeset
|
134 |
|
63144 | 135 |
* Probability/Random_Permutations.thy contains some theory about |
136 |
choosing a permutation of a set uniformly at random and folding over a |
|
137 |
list in random order. |
|
138 |
||
63246 | 139 |
* Probability/SPMF formalises discrete subprobability distributions. |
140 |
||
63144 | 141 |
* Library/Set_Permutations.thy (executably) defines the set of |
142 |
permutations of a set, i.e. the set of all lists that contain every |
|
143 |
element of the carrier set exactly once. |
|
144 |
||
63161
2660ba498798
delegate inclusion of required dictionaries to user-space instead of half-working magic
haftmann
parents:
63155
diff
changeset
|
145 |
* Static evaluators (Code_Evaluation.static_* in Isabelle/ML) rely on |
2660ba498798
delegate inclusion of required dictionaries to user-space instead of half-working magic
haftmann
parents:
63155
diff
changeset
|
146 |
explicitly provided auxiliary definitions for required type class |
2660ba498798
delegate inclusion of required dictionaries to user-space instead of half-working magic
haftmann
parents:
63155
diff
changeset
|
147 |
dictionaries rather than half-working magic. INCOMPATIBILITY, see |
2660ba498798
delegate inclusion of required dictionaries to user-space instead of half-working magic
haftmann
parents:
63155
diff
changeset
|
148 |
the tutorial on code generation for details. |
2660ba498798
delegate inclusion of required dictionaries to user-space instead of half-working magic
haftmann
parents:
63155
diff
changeset
|
149 |
|
62522 | 150 |
* New abbreviations for negated existence (but not bounded existence): |
151 |
||
152 |
\<nexists>x. P x \<equiv> \<not> (\<exists>x. P x) |
|
153 |
\<nexists>!x. P x \<equiv> \<not> (\<exists>!x. P x) |
|
154 |
||
62521 | 155 |
* The print mode "HOL" for ASCII syntax of binders "!", "?", "?!", "@" |
156 |
has been removed for output. It is retained for input only, until it is |
|
157 |
eliminated altogether. |
|
158 |
||
63116 | 159 |
* Sledgehammer: |
160 |
- Produce syntactically correct Vampire 4.0 problem files. |
|
161 |
||
62327 | 162 |
* (Co)datatype package: |
62693 | 163 |
- New commands for defining corecursive functions and reasoning about |
164 |
them in "~~/src/HOL/Library/BNF_Corec.thy": 'corec', 'corecursive', |
|
165 |
'friend_of_corec', and 'corecursion_upto'; and 'corec_unique' proof |
|
62842 | 166 |
method. See 'isabelle doc corec'. |
62693 | 167 |
- The predicator :: ('a => bool) => 'a F => bool is now a first-class |
62332 | 168 |
citizen in bounded natural functors |
62693 | 169 |
- 'primrec' now allows nested calls through the predicator in addition |
62327 | 170 |
to the map function. |
62693 | 171 |
- 'bnf' automatically discharges reflexive proof obligations |
172 |
- 'bnf' outputs a slightly modified proof obligation expressing rel in |
|
62332 | 173 |
terms of map and set |
174 |
(not giving a specification for rel makes this one reflexive) |
|
62693 | 175 |
- 'bnf' outputs a new proof obligation expressing pred in terms of set |
62332 | 176 |
(not giving a specification for pred makes this one reflexive) |
62693 | 177 |
INCOMPATIBILITY: manual 'bnf' declarations may need adjustment |
62335 | 178 |
- Renamed lemmas: |
179 |
rel_prod_apply ~> rel_prod_inject |
|
180 |
pred_prod_apply ~> pred_prod_inject |
|
181 |
INCOMPATIBILITY. |
|
62536
656e9653c645
made 'size' plugin compatible with locales again (and added regression test)
blanchet
parents:
62525
diff
changeset
|
182 |
- The "size" plugin has been made compatible again with locales. |
62327 | 183 |
|
63113 | 184 |
* Removed obsolete theorem nat_less_cases. INCOMPATIBILITY, use |
185 |
linorder_cases instead. |
|
186 |
||
62407 | 187 |
* Renamed split_if -> if_split and split_if_asm -> if_split_asm to |
188 |
resemble the f.split naming convention, INCOMPATIBILITY. |
|
62396 | 189 |
|
62597 | 190 |
* Characters (type char) are modelled as finite algebraic type |
191 |
corresponding to {0..255}. |
|
192 |
||
193 |
- Logical representation: |
|
194 |
* 0 is instantiated to the ASCII zero character. |
|
62645
a2351f82bc48
eliminated spurious Unicode, which is in conflict with Isabelle symbol interpretation;
wenzelm
parents:
62642
diff
changeset
|
195 |
* All other characters are represented as "Char n" |
62597 | 196 |
with n being a raw numeral expression less than 256. |
62645
a2351f82bc48
eliminated spurious Unicode, which is in conflict with Isabelle symbol interpretation;
wenzelm
parents:
62642
diff
changeset
|
197 |
* Expressions of the form "Char n" with n greater than 255 |
62597 | 198 |
are non-canonical. |
199 |
- Printing and parsing: |
|
62645
a2351f82bc48
eliminated spurious Unicode, which is in conflict with Isabelle symbol interpretation;
wenzelm
parents:
62642
diff
changeset
|
200 |
* Printable characters are printed and parsed as "CHR ''\<dots>''" |
62597 | 201 |
(as before). |
62645
a2351f82bc48
eliminated spurious Unicode, which is in conflict with Isabelle symbol interpretation;
wenzelm
parents:
62642
diff
changeset
|
202 |
* The ASCII zero character is printed and parsed as "0". |
62678 | 203 |
* All other canonical characters are printed as "CHR 0xXX" |
204 |
with XX being the hexadecimal character code. "CHR n" |
|
62597 | 205 |
is parsable for every numeral expression n. |
62598 | 206 |
* Non-canonical characters have no special syntax and are |
62597 | 207 |
printed as their logical representation. |
208 |
- Explicit conversions from and to the natural numbers are |
|
209 |
provided as char_of_nat, nat_of_char (as before). |
|
210 |
- The auxiliary nibble type has been discontinued. |
|
211 |
||
212 |
INCOMPATIBILITY. |
|
213 |
||
62430
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
214 |
* Multiset membership is now expressed using set_mset rather than count. |
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
215 |
|
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
216 |
- Expressions "count M a > 0" and similar simplify to membership |
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
217 |
by default. |
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
218 |
|
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
219 |
- Converting between "count M a = 0" and non-membership happens using |
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
220 |
equations count_eq_zero_iff and not_in_iff. |
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
221 |
|
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
222 |
- Rules count_inI and in_countE obtain facts of the form |
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
223 |
"count M a = n" from membership. |
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
224 |
|
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
225 |
- Rules count_in_diffI and in_diff_countE obtain facts of the form |
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
226 |
"count M a = n + count N a" from membership on difference sets. |
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
227 |
|
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
228 |
INCOMPATIBILITY. |
9527ff088c15
more succint formulation of membership for multisets, similar to lists;
haftmann
parents:
62415
diff
changeset
|
229 |
|
62343
24106dc44def
prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents:
62335
diff
changeset
|
230 |
* Compound constants INFIMUM and SUPREMUM are mere abbreviations now. |
24106dc44def
prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents:
62335
diff
changeset
|
231 |
INCOMPATIBILITY. |
24106dc44def
prefer abbreviations for compound operators INFIMUM and SUPREMUM
haftmann
parents:
62335
diff
changeset
|
232 |
|
62408
86f27b264d3d
Conformal_mappings: a big development in complex analysis (+ some lemmas)
paulson <lp15@cam.ac.uk>
parents:
62407
diff
changeset
|
233 |
* More complex analysis including Cauchy's inequality, Liouville theorem, |
63078
e49dc94eb624
Theory of polyhedra: faces, extreme points, polytopes, and the Krein–Milman
paulson <lp15@cam.ac.uk>
parents:
63066
diff
changeset
|
234 |
open mapping theorem, maximum modulus principle, Residue theorem, Schwarz Lemma. |
e49dc94eb624
Theory of polyhedra: faces, extreme points, polytopes, and the Krein–Milman
paulson <lp15@cam.ac.uk>
parents:
63066
diff
changeset
|
235 |
|
e49dc94eb624
Theory of polyhedra: faces, extreme points, polytopes, and the Krein–Milman
paulson <lp15@cam.ac.uk>
parents:
63066
diff
changeset
|
236 |
* Theory of polyhedra: faces, extreme points, polytopes, and the Krein–Milman |
e49dc94eb624
Theory of polyhedra: faces, extreme points, polytopes, and the Krein–Milman
paulson <lp15@cam.ac.uk>
parents:
63066
diff
changeset
|
237 |
Minkowski theorem. |
62408
86f27b264d3d
Conformal_mappings: a big development in complex analysis (+ some lemmas)
paulson <lp15@cam.ac.uk>
parents:
62407
diff
changeset
|
238 |
|
62358 | 239 |
* "Gcd (f ` A)" and "Lcm (f ` A)" are printed with optional |
240 |
comprehension-like syntax analogously to "Inf (f ` A)" and "Sup (f ` A)". |
|
241 |
||
62345 | 242 |
* Class semiring_Lcd merged into semiring_Gcd. INCOMPATIBILITY. |
243 |
||
62376
85f38d5f8807
Rename ordered_comm_monoid_add to ordered_cancel_comm_monoid_add. Introduce ordreed_comm_monoid_add, canonically_ordered_comm_monoid and dioid. Setup nat, entat and ennreal as dioids.
hoelzl
parents:
62358
diff
changeset
|
244 |
* The type class ordered_comm_monoid_add is now called |
85f38d5f8807
Rename ordered_comm_monoid_add to ordered_cancel_comm_monoid_add. Introduce ordreed_comm_monoid_add, canonically_ordered_comm_monoid and dioid. Setup nat, entat and ennreal as dioids.
hoelzl
parents:
62358
diff
changeset
|
245 |
ordered_cancel_comm_monoid_add. A new type class ordered_comm_monoid_add is |
85f38d5f8807
Rename ordered_comm_monoid_add to ordered_cancel_comm_monoid_add. Introduce ordreed_comm_monoid_add, canonically_ordered_comm_monoid and dioid. Setup nat, entat and ennreal as dioids.
hoelzl
parents:
62358
diff
changeset
|
246 |
introduced as the combination of ordered_ab_semigroup_add + comm_monoid_add. |
85f38d5f8807
Rename ordered_comm_monoid_add to ordered_cancel_comm_monoid_add. Introduce ordreed_comm_monoid_add, canonically_ordered_comm_monoid and dioid. Setup nat, entat and ennreal as dioids.
hoelzl
parents:
62358
diff
changeset
|
247 |
INCOMPATIBILITY. |
85f38d5f8807
Rename ordered_comm_monoid_add to ordered_cancel_comm_monoid_add. Introduce ordreed_comm_monoid_add, canonically_ordered_comm_monoid and dioid. Setup nat, entat and ennreal as dioids.
hoelzl
parents:
62358
diff
changeset
|
248 |
|
85f38d5f8807
Rename ordered_comm_monoid_add to ordered_cancel_comm_monoid_add. Introduce ordreed_comm_monoid_add, canonically_ordered_comm_monoid and dioid. Setup nat, entat and ennreal as dioids.
hoelzl
parents:
62358
diff
changeset
|
249 |
* Introduced the type classes canonically_ordered_comm_monoid_add and dioid. |
85f38d5f8807
Rename ordered_comm_monoid_add to ordered_cancel_comm_monoid_add. Introduce ordreed_comm_monoid_add, canonically_ordered_comm_monoid and dioid. Setup nat, entat and ennreal as dioids.
hoelzl
parents:
62358
diff
changeset
|
250 |
|
85f38d5f8807
Rename ordered_comm_monoid_add to ordered_cancel_comm_monoid_add. Introduce ordreed_comm_monoid_add, canonically_ordered_comm_monoid and dioid. Setup nat, entat and ennreal as dioids.
hoelzl
parents:
62358
diff
changeset
|
251 |
* Added topological_monoid |
85f38d5f8807
Rename ordered_comm_monoid_add to ordered_cancel_comm_monoid_add. Introduce ordreed_comm_monoid_add, canonically_ordered_comm_monoid and dioid. Setup nat, entat and ennreal as dioids.
hoelzl
parents:
62358
diff
changeset
|
252 |
|
62652
7248d106c607
move Complete_Partial_Orders2 from AFP/Coinductive to HOL/Library
Andreas Lochbihler
parents:
62645
diff
changeset
|
253 |
* Library/Complete_Partial_Order2.thy provides reasoning support for |
7248d106c607
move Complete_Partial_Orders2 from AFP/Coinductive to HOL/Library
Andreas Lochbihler
parents:
62645
diff
changeset
|
254 |
proofs about monotonicity and continuity in chain-complete partial |
7248d106c607
move Complete_Partial_Orders2 from AFP/Coinductive to HOL/Library
Andreas Lochbihler
parents:
62645
diff
changeset
|
255 |
orders and about admissibility conditions for fixpoint inductions. |
7248d106c607
move Complete_Partial_Orders2 from AFP/Coinductive to HOL/Library
Andreas Lochbihler
parents:
62645
diff
changeset
|
256 |
|
62352
35a9e1cbb5b3
separated potentially conflicting type class instance into separate theory
haftmann
parents:
62348
diff
changeset
|
257 |
* Library/Polynomial.thy contains also derivation of polynomials |
35a9e1cbb5b3
separated potentially conflicting type class instance into separate theory
haftmann
parents:
62348
diff
changeset
|
258 |
but not gcd/lcm on polynomials over fields. This has been moved |
35a9e1cbb5b3
separated potentially conflicting type class instance into separate theory
haftmann
parents:
62348
diff
changeset
|
259 |
to a separate theory Library/Polynomial_GCD_euclidean.thy, to |
35a9e1cbb5b3
separated potentially conflicting type class instance into separate theory
haftmann
parents:
62348
diff
changeset
|
260 |
pave way for a possible future different type class instantiation |
35a9e1cbb5b3
separated potentially conflicting type class instance into separate theory
haftmann
parents:
62348
diff
changeset
|
261 |
for polynomials over factorial rings. INCOMPATIBILITY. |
35a9e1cbb5b3
separated potentially conflicting type class instance into separate theory
haftmann
parents:
62348
diff
changeset
|
262 |
|
63155 | 263 |
* Library/Sublist.thy: added function "prefixes" and renamed |
63173 | 264 |
prefixeq -> prefix |
265 |
prefix -> strict_prefix |
|
266 |
suffixeq -> suffix |
|
267 |
suffix -> strict_suffix |
|
268 |
Added theory of longest common prefixes. |
|
63117 | 269 |
|
62348 | 270 |
* Dropped various legacy fact bindings, whose replacements are often |
271 |
of a more general type also: |
|
272 |
lcm_left_commute_nat ~> lcm.left_commute |
|
273 |
lcm_left_commute_int ~> lcm.left_commute |
|
274 |
gcd_left_commute_nat ~> gcd.left_commute |
|
275 |
gcd_left_commute_int ~> gcd.left_commute |
|
276 |
gcd_greatest_iff_nat ~> gcd_greatest_iff |
|
277 |
gcd_greatest_iff_int ~> gcd_greatest_iff |
|
278 |
coprime_dvd_mult_nat ~> coprime_dvd_mult |
|
279 |
coprime_dvd_mult_int ~> coprime_dvd_mult |
|
280 |
zpower_numeral_even ~> power_numeral_even |
|
281 |
gcd_mult_cancel_nat ~> gcd_mult_cancel |
|
282 |
gcd_mult_cancel_int ~> gcd_mult_cancel |
|
283 |
div_gcd_coprime_nat ~> div_gcd_coprime |
|
284 |
div_gcd_coprime_int ~> div_gcd_coprime |
|
285 |
zpower_numeral_odd ~> power_numeral_odd |
|
286 |
zero_less_int_conv ~> of_nat_0_less_iff |
|
287 |
gcd_greatest_nat ~> gcd_greatest |
|
288 |
gcd_greatest_int ~> gcd_greatest |
|
289 |
coprime_mult_nat ~> coprime_mult |
|
290 |
coprime_mult_int ~> coprime_mult |
|
291 |
lcm_commute_nat ~> lcm.commute |
|
292 |
lcm_commute_int ~> lcm.commute |
|
293 |
int_less_0_conv ~> of_nat_less_0_iff |
|
294 |
gcd_commute_nat ~> gcd.commute |
|
295 |
gcd_commute_int ~> gcd.commute |
|
296 |
Gcd_insert_nat ~> Gcd_insert |
|
297 |
Gcd_insert_int ~> Gcd_insert |
|
298 |
of_int_int_eq ~> of_int_of_nat_eq |
|
299 |
lcm_least_nat ~> lcm_least |
|
300 |
lcm_least_int ~> lcm_least |
|
301 |
lcm_assoc_nat ~> lcm.assoc |
|
302 |
lcm_assoc_int ~> lcm.assoc |
|
303 |
int_le_0_conv ~> of_nat_le_0_iff |
|
304 |
int_eq_0_conv ~> of_nat_eq_0_iff |
|
305 |
Gcd_empty_nat ~> Gcd_empty |
|
306 |
Gcd_empty_int ~> Gcd_empty |
|
307 |
gcd_assoc_nat ~> gcd.assoc |
|
308 |
gcd_assoc_int ~> gcd.assoc |
|
309 |
zero_zle_int ~> of_nat_0_le_iff |
|
310 |
lcm_dvd2_nat ~> dvd_lcm2 |
|
311 |
lcm_dvd2_int ~> dvd_lcm2 |
|
312 |
lcm_dvd1_nat ~> dvd_lcm1 |
|
313 |
lcm_dvd1_int ~> dvd_lcm1 |
|
314 |
gcd_zero_nat ~> gcd_eq_0_iff |
|
315 |
gcd_zero_int ~> gcd_eq_0_iff |
|
316 |
gcd_dvd2_nat ~> gcd_dvd2 |
|
317 |
gcd_dvd2_int ~> gcd_dvd2 |
|
318 |
gcd_dvd1_nat ~> gcd_dvd1 |
|
319 |
gcd_dvd1_int ~> gcd_dvd1 |
|
320 |
int_numeral ~> of_nat_numeral |
|
321 |
lcm_ac_nat ~> ac_simps |
|
322 |
lcm_ac_int ~> ac_simps |
|
323 |
gcd_ac_nat ~> ac_simps |
|
324 |
gcd_ac_int ~> ac_simps |
|
325 |
abs_int_eq ~> abs_of_nat |
|
326 |
zless_int ~> of_nat_less_iff |
|
327 |
zdiff_int ~> of_nat_diff |
|
328 |
zadd_int ~> of_nat_add |
|
329 |
int_mult ~> of_nat_mult |
|
330 |
int_Suc ~> of_nat_Suc |
|
331 |
inj_int ~> inj_of_nat |
|
332 |
int_1 ~> of_nat_1 |
|
333 |
int_0 ~> of_nat_0 |
|
62353
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
334 |
Lcm_empty_nat ~> Lcm_empty |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
335 |
Lcm_empty_int ~> Lcm_empty |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
336 |
Lcm_insert_nat ~> Lcm_insert |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
337 |
Lcm_insert_int ~> Lcm_insert |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
338 |
comp_fun_idem_gcd_nat ~> comp_fun_idem_gcd |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
339 |
comp_fun_idem_gcd_int ~> comp_fun_idem_gcd |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
340 |
comp_fun_idem_lcm_nat ~> comp_fun_idem_lcm |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
341 |
comp_fun_idem_lcm_int ~> comp_fun_idem_lcm |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
342 |
Lcm_eq_0 ~> Lcm_eq_0_I |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
343 |
Lcm0_iff ~> Lcm_0_iff |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
344 |
Lcm_dvd_int ~> Lcm_least |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
345 |
divides_mult_nat ~> divides_mult |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
346 |
divides_mult_int ~> divides_mult |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
347 |
lcm_0_nat ~> lcm_0_right |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
348 |
lcm_0_int ~> lcm_0_right |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
349 |
lcm_0_left_nat ~> lcm_0_left |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
350 |
lcm_0_left_int ~> lcm_0_left |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
351 |
dvd_gcd_D1_nat ~> dvd_gcdD1 |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
352 |
dvd_gcd_D1_int ~> dvd_gcdD1 |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
353 |
dvd_gcd_D2_nat ~> dvd_gcdD2 |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
354 |
dvd_gcd_D2_int ~> dvd_gcdD2 |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
355 |
coprime_dvd_mult_iff_nat ~> coprime_dvd_mult_iff |
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
356 |
coprime_dvd_mult_iff_int ~> coprime_dvd_mult_iff |
62348 | 357 |
realpow_minus_mult ~> power_minus_mult |
358 |
realpow_Suc_le_self ~> power_Suc_le_self |
|
62353
7f927120b5a2
dropped various legacy fact bindings and tuned proofs
haftmann
parents:
62352
diff
changeset
|
359 |
dvd_Gcd, dvd_Gcd_nat, dvd_Gcd_int removed in favour of Gcd_greatest |
62347 | 360 |
INCOMPATIBILITY. |
361 |
||
62479 | 362 |
* Session HOL-NSA has been renamed to HOL-Nonstandard_Analysis. |
363 |
||
62975
1d066f6ab25d
Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents:
62969
diff
changeset
|
364 |
* In HOL-Probability the type of emeasure and nn_integral was changed |
1d066f6ab25d
Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents:
62969
diff
changeset
|
365 |
from ereal to ennreal: |
1d066f6ab25d
Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents:
62969
diff
changeset
|
366 |
emeasure :: 'a measure => 'a set => ennreal |
1d066f6ab25d
Probability: move emeasure and nn_integral from ereal to ennreal
hoelzl
parents:
62969
diff
changeset
|
367 |
nn_integral :: 'a measure => ('a => ennreal) => ennreal |
62976 | 368 |
INCOMPATIBILITY. |
62327 | 369 |
|
63198
c583ca33076a
ad-hoc overloading for standard operations on type Rat.rat;
wenzelm
parents:
63184
diff
changeset
|
370 |
|
62498 | 371 |
*** ML *** |
372 |
||
63227
d3ed7f00e818
Integer.lcm normalizes the sign as in HOL/GCD.thy;
wenzelm
parents:
63226
diff
changeset
|
373 |
* Integer.gcd and Integer.lcm use efficient operations from the Poly/ML |
63228 | 374 |
library (notably for big integers). Subtle change of semantics: |
375 |
Integer.gcd and Integer.lcm both normalize the sign, results are never |
|
376 |
negative. This coincides with the definitions in HOL/GCD.thy. |
|
377 |
INCOMPATIBILITY. |
|
63227
d3ed7f00e818
Integer.lcm normalizes the sign as in HOL/GCD.thy;
wenzelm
parents:
63226
diff
changeset
|
378 |
|
63212 | 379 |
* Structure Rat for rational numbers is now an integral part of |
63215 | 380 |
Isabelle/ML, with special notation @int/nat or @int for numerals (an |
381 |
abbreviation for antiquotation @{Pure.rat argument}) and ML pretty |
|
63212 | 382 |
printing. Standard operations on type Rat.rat are provided via ad-hoc |
63215 | 383 |
overloading of + - * / < <= > >= ~ abs. INCOMPATIBILITY, need to |
63212 | 384 |
use + instead of +/ etc. Moreover, exception Rat.DIVZERO has been |
385 |
superseded by General.Div. |
|
63198
c583ca33076a
ad-hoc overloading for standard operations on type Rat.rat;
wenzelm
parents:
63184
diff
changeset
|
386 |
|
62861 | 387 |
* The ML function "ML" provides easy access to run-time compilation. |
388 |
This is particularly useful for conditional compilation, without |
|
389 |
requiring separate files. |
|
390 |
||
62851 | 391 |
* Low-level ML system structures (like PolyML and RunCall) are no longer |
62886
72c475e03e22
simplified bootstrap: critical structures remain accessible in ML_Root context;
wenzelm
parents:
62875
diff
changeset
|
392 |
exposed to Isabelle/ML user-space. Potential INCOMPATIBILITY. |
62851 | 393 |
|
62662
291cc01f56f5
@{make_string} is available during Pure bootstrap;
wenzelm
parents:
62645
diff
changeset
|
394 |
* Antiquotation @{make_string} is available during Pure bootstrap -- |
291cc01f56f5
@{make_string} is available during Pure bootstrap;
wenzelm
parents:
62645
diff
changeset
|
395 |
with approximative output quality. |
291cc01f56f5
@{make_string} is available during Pure bootstrap;
wenzelm
parents:
62645
diff
changeset
|
396 |
|
62498 | 397 |
* Option ML_exception_debugger controls detailed exception trace via the |
398 |
Poly/ML debugger. Relevant ML modules need to be compiled beforehand |
|
399 |
with ML_file_debug, or with ML_file and option ML_debugger enabled. Note |
|
400 |
debugger information requires consirable time and space: main |
|
401 |
Isabelle/HOL with full debugger support may need ML_system_64. |
|
402 |
||
62514 | 403 |
* Local_Theory.restore has been renamed to Local_Theory.reset to |
404 |
emphasize its disruptive impact on the cumulative context, notably the |
|
405 |
scope of 'private' or 'qualified' names. Note that Local_Theory.reset is |
|
406 |
only appropriate when targets are managed, e.g. starting from a global |
|
407 |
theory and returning to it. Regular definitional packages should use |
|
408 |
balanced blocks of Local_Theory.open_target versus |
|
409 |
Local_Theory.close_target instead. Rare INCOMPATIBILITY. |
|
410 |
||
62519 | 411 |
* Structure TimeLimit (originally from the SML/NJ library) has been |
412 |
replaced by structure Timeout, with slightly different signature. |
|
413 |
INCOMPATIBILITY. |
|
414 |
||
62551 | 415 |
* Discontinued cd and pwd operations, which are not well-defined in a |
416 |
multi-threaded environment. Note that files are usually located |
|
417 |
relatively to the master directory of a theory (see also |
|
418 |
File.full_path). Potential INCOMPATIBILITY. |
|
419 |
||
62498 | 420 |
|
62354 | 421 |
*** System *** |
422 |
||
62840
d9744f41a4ec
renamed ISABELLE_BUILD_JAVA_OPTIONS to ISABELLE_TOOL_JAVA_OPTIONS;
wenzelm
parents:
62807
diff
changeset
|
423 |
* Many Isabelle tools that require a Java runtime system refer to the |
d9744f41a4ec
renamed ISABELLE_BUILD_JAVA_OPTIONS to ISABELLE_TOOL_JAVA_OPTIONS;
wenzelm
parents:
62807
diff
changeset
|
424 |
settings ISABELLE_TOOL_JAVA_OPTIONS32 / ISABELLE_TOOL_JAVA_OPTIONS64, |
d9744f41a4ec
renamed ISABELLE_BUILD_JAVA_OPTIONS to ISABELLE_TOOL_JAVA_OPTIONS;
wenzelm
parents:
62807
diff
changeset
|
425 |
depending on the underlying platform. The settings for "isabelle build" |
d9744f41a4ec
renamed ISABELLE_BUILD_JAVA_OPTIONS to ISABELLE_TOOL_JAVA_OPTIONS;
wenzelm
parents:
62807
diff
changeset
|
426 |
ISABELLE_BUILD_JAVA_OPTIONS32 / ISABELLE_BUILD_JAVA_OPTIONS64 have been |
d9744f41a4ec
renamed ISABELLE_BUILD_JAVA_OPTIONS to ISABELLE_TOOL_JAVA_OPTIONS;
wenzelm
parents:
62807
diff
changeset
|
427 |
discontinued. Potential INCOMPATIBILITY. |
d9744f41a4ec
renamed ISABELLE_BUILD_JAVA_OPTIONS to ISABELLE_TOOL_JAVA_OPTIONS;
wenzelm
parents:
62807
diff
changeset
|
428 |
|
62591 | 429 |
* The Isabelle system environment always ensures that the main |
430 |
executables are found within the shell search $PATH: "isabelle" and |
|
431 |
"isabelle_scala_script". |
|
432 |
||
63226 | 433 |
* Isabelle tools may consist of .scala files: the Scala compiler is |
434 |
invoked on the spot. The source needs to define some object that extends |
|
435 |
Isabelle_Tool.Body. |
|
436 |
||
62591 | 437 |
* The Isabelle ML process is now managed directly by Isabelle/Scala, and |
438 |
shell scripts merely provide optional command-line access. In |
|
439 |
particular: |
|
440 |
||
441 |
. Scala module ML_Process to connect to the raw ML process, |
|
442 |
with interaction via stdin/stdout/stderr or in batch mode; |
|
443 |
. command-line tool "isabelle console" as interactive wrapper; |
|
444 |
. command-line tool "isabelle process" as batch mode wrapper. |
|
62588
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
445 |
|
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
446 |
* The executable "isabelle_process" has been discontinued. Tools and |
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
447 |
prover front-ends should use ML_Process or Isabelle_Process in |
62591 | 448 |
Isabelle/Scala. INCOMPATIBILITY. |
62588
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
449 |
|
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
450 |
* New command-line tool "isabelle process" supports ML evaluation of |
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
451 |
literal expressions (option -e) or files (option -f) in the context of a |
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
452 |
given heap image. Errors lead to premature exit of the ML process with |
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
453 |
return code 1. |
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
454 |
|
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
455 |
* Command-line tool "isabelle console" provides option -r to help to |
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
456 |
bootstrapping Isabelle/Pure interactively. |
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
457 |
|
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
458 |
* Command-line tool "isabelle yxml" has been discontinued. |
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
459 |
INCOMPATIBILITY, use operations from the modules "XML" and "YXML" in |
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
460 |
Isabelle/ML or Isabelle/Scala. |
cd266473b81b
isabelle_process is superseded by "isabelle process" tool;
wenzelm
parents:
62579
diff
changeset
|
461 |
|
62549
9498623b27f0
File.bash_string operations in ML as in Scala -- exclusively for GNU bash, not perl and not user output;
wenzelm
parents:
62525
diff
changeset
|
462 |
* File.bash_string, File.bash_path etc. represent Isabelle/ML and |
9498623b27f0
File.bash_string operations in ML as in Scala -- exclusively for GNU bash, not perl and not user output;
wenzelm
parents:
62525
diff
changeset
|
463 |
Isabelle/Scala strings authentically within GNU bash. This is useful to |
9498623b27f0
File.bash_string operations in ML as in Scala -- exclusively for GNU bash, not perl and not user output;
wenzelm
parents:
62525
diff
changeset
|
464 |
produce robust shell scripts under program control, without worrying |
9498623b27f0
File.bash_string operations in ML as in Scala -- exclusively for GNU bash, not perl and not user output;
wenzelm
parents:
62525
diff
changeset
|
465 |
about spaces or special characters. Note that user output works via |
9498623b27f0
File.bash_string operations in ML as in Scala -- exclusively for GNU bash, not perl and not user output;
wenzelm
parents:
62525
diff
changeset
|
466 |
Path.print (ML) or Path.toString (Scala). INCOMPATIBILITY, the old (and |
9498623b27f0
File.bash_string operations in ML as in Scala -- exclusively for GNU bash, not perl and not user output;
wenzelm
parents:
62525
diff
changeset
|
467 |
less versatile) operations File.shell_quote, File.shell_path etc. have |
9498623b27f0
File.bash_string operations in ML as in Scala -- exclusively for GNU bash, not perl and not user output;
wenzelm
parents:
62525
diff
changeset
|
468 |
been discontinued. |
9498623b27f0
File.bash_string operations in ML as in Scala -- exclusively for GNU bash, not perl and not user output;
wenzelm
parents:
62525
diff
changeset
|
469 |
|
62591 | 470 |
* SML/NJ and old versions of Poly/ML are no longer supported. |
471 |
||
62642 | 472 |
* Poly/ML heaps now follow the hierarchy of sessions, and thus require |
473 |
much less disk space. |
|
474 |
||
62354 | 475 |
|
476 |
||
62031 | 477 |
New in Isabelle2016 (February 2016) |
62016 | 478 |
----------------------------------- |
60138 | 479 |
|
61337 | 480 |
*** General *** |
481 |
||
62168
e97452d79102
Eisbach works for other object-logics, e.g. Eisbach_FOL.thy;
wenzelm
parents:
62163
diff
changeset
|
482 |
* Eisbach is now based on Pure instead of HOL. Objects-logics may import |
e97452d79102
Eisbach works for other object-logics, e.g. Eisbach_FOL.thy;
wenzelm
parents:
62163
diff
changeset
|
483 |
either the theory ~~/src/HOL/Eisbach/Eisbach (for HOL etc.) or |
e97452d79102
Eisbach works for other object-logics, e.g. Eisbach_FOL.thy;
wenzelm
parents:
62163
diff
changeset
|
484 |
~~/src/HOL/Eisbach/Eisbach_Old_Appl_Syntax (for FOL, ZF etc.). Note that |
e97452d79102
Eisbach works for other object-logics, e.g. Eisbach_FOL.thy;
wenzelm
parents:
62163
diff
changeset
|
485 |
the HOL-Eisbach session located in ~~/src/HOL/Eisbach/ contains further |
e97452d79102
Eisbach works for other object-logics, e.g. Eisbach_FOL.thy;
wenzelm
parents:
62163
diff
changeset
|
486 |
examples that do require HOL. |
e97452d79102
Eisbach works for other object-logics, e.g. Eisbach_FOL.thy;
wenzelm
parents:
62163
diff
changeset
|
487 |
|
62157 | 488 |
* Better resource usage on all platforms (Linux, Windows, Mac OS X) for |
489 |
both Isabelle/ML and Isabelle/Scala. Slightly reduced heap space usage. |
|
490 |
||
62017 | 491 |
* Former "xsymbols" syntax with Isabelle symbols is used by default, |
492 |
without any special print mode. Important ASCII replacement syntax |
|
493 |
remains available under print mode "ASCII", but less important syntax |
|
494 |
has been removed (see below). |
|
495 |
||
62109 | 496 |
* Support for more arrow symbols, with rendering in LaTeX and Isabelle |
497 |
fonts: \<Lleftarrow> \<Rrightarrow> \<longlongleftarrow> \<longlongrightarrow> \<longlonglongleftarrow> \<longlonglongrightarrow>. |
|
62017 | 498 |
|
62108
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
499 |
* Special notation \<struct> for the first implicit 'structure' in the |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
500 |
context has been discontinued. Rare INCOMPATIBILITY, use explicit |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
501 |
structure name instead, notably in indexed notation with block-subscript |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
502 |
(e.g. \<odot>\<^bsub>A\<^esub>). |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
503 |
|
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
504 |
* The glyph for \<diamond> in the IsabelleText font now corresponds better to its |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
505 |
counterpart \<box> as quantifier-like symbol. A small diamond is available as |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
506 |
\<diamondop>; the old symbol \<struct> loses this rendering and any special |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
507 |
meaning. |
0046bacc5f5b
\<struct> loses its rendering and is superseded by \<diamondop>;
wenzelm
parents:
62107
diff
changeset
|
508 |
|
62017 | 509 |
* Syntax for formal comments "-- text" now also supports the symbolic |
510 |
form "\<comment> text". Command-line tool "isabelle update_cartouches -c" helps |
|
511 |
to update old sources. |
|
512 |
||
61337 | 513 |
* Toplevel theorem statements have been simplified as follows: |
514 |
||
515 |
theorems ~> lemmas |
|
516 |
schematic_lemma ~> schematic_goal |
|
517 |
schematic_theorem ~> schematic_goal |
|
518 |
schematic_corollary ~> schematic_goal |
|
519 |
||
520 |
Command-line tool "isabelle update_theorems" updates theory sources |
|
521 |
accordingly. |
|
522 |
||
61338 | 523 |
* Toplevel theorem statement 'proposition' is another alias for |
524 |
'theorem'. |
|
525 |
||
62169 | 526 |
* The old 'defs' command has been removed (legacy since Isabelle2014). |
527 |
INCOMPATIBILITY, use regular 'definition' instead. Overloaded and/or |
|
528 |
deferred definitions require a surrounding 'overloading' block. |
|
529 |
||
61337 | 530 |
|
60610
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
531 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
532 |
|
60986 | 533 |
* IDE support for the source-level debugger of Poly/ML, to work with |
62253 | 534 |
Isabelle/ML and official Standard ML. Option "ML_debugger" and commands |
535 |
'ML_file_debug', 'ML_file_no_debug', 'SML_file_debug', |
|
536 |
'SML_file_no_debug' control compilation of sources with or without |
|
537 |
debugging information. The Debugger panel allows to set breakpoints (via |
|
538 |
context menu), step through stopped threads, evaluate local ML |
|
539 |
expressions etc. At least one Debugger view needs to be active to have |
|
540 |
any effect on the running ML program. |
|
60984 | 541 |
|
61803 | 542 |
* The State panel manages explicit proof state output, with dynamic |
543 |
auto-update according to cursor movement. Alternatively, the jEdit |
|
544 |
action "isabelle.update-state" (shortcut S+ENTER) triggers manual |
|
545 |
update. |
|
61729 | 546 |
|
547 |
* The Output panel no longer shows proof state output by default, to |
|
548 |
avoid GUI overcrowding. INCOMPATIBILITY, use the State panel instead or |
|
549 |
enable option "editor_output_state". |
|
61215 | 550 |
|
61803 | 551 |
* The text overview column (status of errors, warnings etc.) is updated |
552 |
asynchronously, leading to much better editor reactivity. Moreover, the |
|
553 |
full document node content is taken into account. The width of the |
|
554 |
column is scaled according to the main text area font, for improved |
|
555 |
visibility. |
|
556 |
||
557 |
* The main text area no longer changes its color hue in outdated |
|
558 |
situations. The text overview column takes over the role to indicate |
|
559 |
unfinished edits in the PIDE pipeline. This avoids flashing text display |
|
560 |
due to ad-hoc updates by auxiliary GUI components, such as the State |
|
561 |
panel. |
|
562 |
||
62254
81cbea2babd9
tuned NEWS: long-running tasks can still prevent urgent tasks from being started, due to start_execution pri = 0;
wenzelm
parents:
62253
diff
changeset
|
563 |
* Slightly improved scheduling for urgent print tasks (e.g. command |
81cbea2babd9
tuned NEWS: long-running tasks can still prevent urgent tasks from being started, due to start_execution pri = 0;
wenzelm
parents:
62253
diff
changeset
|
564 |
state output, interactive queries) wrt. long-running background tasks. |
62017 | 565 |
|
566 |
* Completion of symbols via prefix of \<name> or \<^name> or \name is |
|
567 |
always possible, independently of the language context. It is never |
|
568 |
implicit: a popup will show up unconditionally. |
|
569 |
||
570 |
* Additional abbreviations for syntactic completion may be specified in |
|
571 |
$ISABELLE_HOME/etc/abbrevs and $ISABELLE_HOME_USER/etc/abbrevs, with |
|
572 |
support for simple templates using ASCII 007 (bell) as placeholder. |
|
573 |
||
62234
7cc9d7b822ae
discontinued irregular abbrevs: ".o" counts as word, "+o", "*o", "-o" are occasionally used as ASCII notation, "*o" is in conflict with "(*o" in comments;
wenzelm
parents:
62231
diff
changeset
|
574 |
* Symbols \<oplus>, \<Oplus>, \<otimes>, \<Otimes>, \<odot>, \<Odot>, \<ominus>, \<oslash> no longer provide abbreviations for |
7cc9d7b822ae
discontinued irregular abbrevs: ".o" counts as word, "+o", "*o", "-o" are occasionally used as ASCII notation, "*o" is in conflict with "(*o" in comments;
wenzelm
parents:
62231
diff
changeset
|
575 |
completion like "+o", "*o", ".o" etc. -- due to conflicts with other |
7cc9d7b822ae
discontinued irregular abbrevs: ".o" counts as word, "+o", "*o", "-o" are occasionally used as ASCII notation, "*o" is in conflict with "(*o" in comments;
wenzelm
parents:
62231
diff
changeset
|
576 |
ASCII syntax. INCOMPATIBILITY, use plain backslash-completion or define |
7cc9d7b822ae
discontinued irregular abbrevs: ".o" counts as word, "+o", "*o", "-o" are occasionally used as ASCII notation, "*o" is in conflict with "(*o" in comments;
wenzelm
parents:
62231
diff
changeset
|
577 |
suitable abbreviations in $ISABELLE_HOME_USER/etc/abbrevs. |
7cc9d7b822ae
discontinued irregular abbrevs: ".o" counts as word, "+o", "*o", "-o" are occasionally used as ASCII notation, "*o" is in conflict with "(*o" in comments;
wenzelm
parents:
62231
diff
changeset
|
578 |
|
61483 | 579 |
* Action "isabelle-emph" (with keyboard shortcut C+e LEFT) controls |
580 |
emphasized text style; the effect is visible in document output, not in |
|
581 |
the editor. |
|
582 |
||
583 |
* Action "isabelle-reset" now uses keyboard shortcut C+e BACK_SPACE, |
|
584 |
instead of former C+e LEFT. |
|
585 |
||
61512
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
586 |
* The command-line tool "isabelle jedit" and the isabelle.Main |
62027 | 587 |
application wrapper treat the default $USER_HOME/Scratch.thy more |
61512
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
588 |
uniformly, and allow the dummy file argument ":" to open an empty buffer |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
589 |
instead. |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
590 |
|
62017 | 591 |
* New command-line tool "isabelle jedit_client" allows to connect to an |
592 |
already running Isabelle/jEdit process. This achieves the effect of |
|
593 |
single-instance applications seen on common GUI desktops. |
|
594 |
||
61529
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
595 |
* The default look-and-feel for Linux is the traditional "Metal", which |
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
596 |
works better with GUI scaling for very high-resolution displays (e.g. |
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
597 |
4K). Moreover, it is generally more robust than "Nimbus". |
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
598 |
|
62163 | 599 |
* Update to jedit-5.3.0, with improved GUI scaling and support of |
600 |
high-resolution displays (e.g. 4K). |
|
601 |
||
62034 | 602 |
* The main Isabelle executable is managed as single-instance Desktop |
603 |
application uniformly on all platforms: Linux, Windows, Mac OS X. |
|
604 |
||
60610
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
605 |
|
61405 | 606 |
*** Document preparation *** |
607 |
||
62017 | 608 |
* Commands 'paragraph' and 'subparagraph' provide additional section |
609 |
headings. Thus there are 6 levels of standard headings, as in HTML. |
|
610 |
||
611 |
* Command 'text_raw' has been clarified: input text is processed as in |
|
612 |
'text' (with antiquotations and control symbols). The key difference is |
|
613 |
the lack of the surrounding isabelle markup environment in output. |
|
614 |
||
615 |
* Text is structured in paragraphs and nested lists, using notation that |
|
616 |
is similar to Markdown. The control symbols for list items are as |
|
617 |
follows: |
|
618 |
||
619 |
\<^item> itemize |
|
620 |
\<^enum> enumerate |
|
621 |
\<^descr> description |
|
622 |
||
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
623 |
* There is a new short form for antiquotations with a single argument |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
624 |
that is a cartouche: \<^name>\<open>...\<close> is equivalent to @{name \<open>...\<close>} and |
61595 | 625 |
\<open>...\<close> without control symbol is equivalent to @{cartouche \<open>...\<close>}. |
626 |
\<^name> without following cartouche is equivalent to @{name}. The |
|
61501 | 627 |
standard Isabelle fonts provide glyphs to render important control |
628 |
symbols, e.g. "\<^verbatim>", "\<^emph>", "\<^bold>". |
|
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
629 |
|
61595 | 630 |
* Antiquotations @{noindent}, @{smallskip}, @{medskip}, @{bigskip} with |
631 |
corresponding control symbols \<^noindent>, \<^smallskip>, \<^medskip>, \<^bigskip> specify spacing formally, using |
|
632 |
standard LaTeX macros of the same names. |
|
633 |
||
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
634 |
* Antiquotation @{cartouche} in Isabelle/Pure is the same as @{text}. |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
635 |
Consequently, \<open>...\<close> without any decoration prints literal quasi-formal |
61492 | 636 |
text. Command-line tool "isabelle update_cartouches -t" helps to update |
637 |
old sources, by approximative patching of the content of string and |
|
638 |
cartouche tokens seen in theory sources. |
|
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
639 |
|
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
640 |
* The @{text} antiquotation now ignores the antiquotation option |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
641 |
"source". The given text content is output unconditionally, without any |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
642 |
surrounding quotes etc. Subtle INCOMPATIBILITY, put quotes into the |
61494 | 643 |
argument where they are really intended, e.g. @{text \<open>"foo"\<close>}. Initial |
644 |
or terminal spaces are ignored. |
|
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
645 |
|
62017 | 646 |
* Antiquotations @{emph} and @{bold} output LaTeX source recursively, |
647 |
adding appropriate text style markup. These may be used in the short |
|
648 |
form \<^emph>\<open>...\<close> and \<^bold>\<open>...\<close>. |
|
649 |
||
650 |
* Document antiquotation @{footnote} outputs LaTeX source recursively, |
|
651 |
marked as \footnote{}. This may be used in the short form \<^footnote>\<open>...\<close>. |
|
652 |
||
653 |
* Antiquotation @{verbatim [display]} supports option "indent". |
|
654 |
||
655 |
* Antiquotation @{theory_text} prints uninterpreted theory source text |
|
62231
25f4a9cd8b68
tuned markup, e.g. relevant for Rendering.tooltip;
wenzelm
parents:
62209
diff
changeset
|
656 |
(Isar outer syntax with command keywords etc.). This may be used in the |
25f4a9cd8b68
tuned markup, e.g. relevant for Rendering.tooltip;
wenzelm
parents:
62209
diff
changeset
|
657 |
short form \<^theory_text>\<open>...\<close>. @{theory_text [display]} supports option "indent". |
62017 | 658 |
|
659 |
* Antiquotation @{doc ENTRY} provides a reference to the given |
|
660 |
documentation, with a hyperlink in the Prover IDE. |
|
661 |
||
662 |
* Antiquotations @{command}, @{method}, @{attribute} print checked |
|
663 |
entities of the Isar language. |
|
664 |
||
61471 | 665 |
* HTML presentation uses the standard IsabelleText font and Unicode |
666 |
rendering of Isabelle symbols like Isabelle/Scala/jEdit. The former |
|
61488 | 667 |
print mode "HTML" loses its special meaning. |
61471 | 668 |
|
61405 | 669 |
|
60406 | 670 |
*** Isar *** |
671 |
||
62205 | 672 |
* Local goals ('have', 'show', 'hence', 'thus') allow structured rule |
673 |
statements like fixes/assumes/shows in theorem specifications, but the |
|
674 |
notation is postfix with keywords 'if' (or 'when') and 'for'. For |
|
60555
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
675 |
example: |
60414 | 676 |
|
677 |
have result: "C x y" |
|
678 |
if "A x" and "B y" |
|
679 |
for x :: 'a and y :: 'a |
|
680 |
<proof> |
|
681 |
||
60449 | 682 |
The local assumptions are bound to the name "that". The result is |
683 |
exported from context of the statement as usual. The above roughly |
|
60414 | 684 |
corresponds to a raw proof block like this: |
685 |
||
686 |
{ |
|
687 |
fix x :: 'a and y :: 'a |
|
60449 | 688 |
assume that: "A x" "B y" |
60414 | 689 |
have "C x y" <proof> |
690 |
} |
|
691 |
note result = this |
|
60406 | 692 |
|
60555
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
693 |
The keyword 'when' may be used instead of 'if', to indicate 'presume' |
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
694 |
instead of 'assume' above. |
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
695 |
|
61733 | 696 |
* Assumptions ('assume', 'presume') allow structured rule statements |
697 |
using 'if' and 'for', similar to 'have' etc. above. For example: |
|
61658 | 698 |
|
699 |
assume result: "C x y" |
|
700 |
if "A x" and "B y" |
|
701 |
for x :: 'a and y :: 'a |
|
702 |
||
703 |
This assumes "\<And>x y::'a. A x \<Longrightarrow> B y \<Longrightarrow> C x y" and produces a general |
|
704 |
result as usual: "A ?x \<Longrightarrow> B ?y \<Longrightarrow> C ?x ?y". |
|
705 |
||
706 |
Vacuous quantification in assumptions is omitted, i.e. a for-context |
|
707 |
only effects propositions according to actual use of variables. For |
|
708 |
example: |
|
709 |
||
710 |
assume "A x" and "B y" for x and y |
|
711 |
||
712 |
is equivalent to: |
|
713 |
||
714 |
assume "\<And>x. A x" and "\<And>y. B y" |
|
715 |
||
60595 | 716 |
* The meaning of 'show' with Pure rule statements has changed: premises |
717 |
are treated in the sense of 'assume', instead of 'presume'. This means, |
|
62205 | 718 |
a goal like "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" can be solved completely as |
719 |
follows: |
|
60595 | 720 |
|
721 |
show "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" |
|
722 |
||
723 |
or: |
|
724 |
||
725 |
show "C x" if "A x" "B x" for x |
|
726 |
||
727 |
Rare INCOMPATIBILITY, the old behaviour may be recovered as follows: |
|
728 |
||
729 |
show "C x" when "A x" "B x" for x |
|
730 |
||
60459 | 731 |
* New command 'consider' states rules for generalized elimination and |
732 |
case splitting. This is like a toplevel statement "theorem obtains" used |
|
733 |
within a proof body; or like a multi-branch 'obtain' without activation |
|
734 |
of the local context elements yet. |
|
735 |
||
60455 | 736 |
* Proof method "cases" allows to specify the rule as first entry of |
737 |
chained facts. This is particularly useful with 'consider': |
|
738 |
||
739 |
consider (a) A | (b) B | (c) C <proof> |
|
740 |
then have something |
|
741 |
proof cases |
|
742 |
case a |
|
743 |
then show ?thesis <proof> |
|
744 |
next |
|
745 |
case b |
|
746 |
then show ?thesis <proof> |
|
747 |
next |
|
748 |
case c |
|
749 |
then show ?thesis <proof> |
|
750 |
qed |
|
751 |
||
60565 | 752 |
* Command 'case' allows fact name and attribute specification like this: |
753 |
||
754 |
case a: (c xs) |
|
755 |
case a [attributes]: (c xs) |
|
756 |
||
757 |
Facts that are introduced by invoking the case context are uniformly |
|
758 |
qualified by "a"; the same name is used for the cumulative fact. The old |
|
759 |
form "case (c xs) [attributes]" is no longer supported. Rare |
|
760 |
INCOMPATIBILITY, need to adapt uses of case facts in exotic situations, |
|
761 |
and always put attributes in front. |
|
762 |
||
60618
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
763 |
* The standard proof method of commands 'proof' and '..' is now called |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
764 |
"standard" to make semantically clear what it is; the old name "default" |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
765 |
is still available as legacy for some time. Documentation now explains |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
766 |
'..' more accurately as "by standard" instead of "by rule". |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
767 |
|
62017 | 768 |
* Nesting of Isar goal structure has been clarified: the context after |
769 |
the initial backwards refinement is retained for the whole proof, within |
|
770 |
all its context sections (as indicated via 'next'). This is e.g. |
|
771 |
relevant for 'using', 'including', 'supply': |
|
772 |
||
773 |
have "A \<and> A" if a: A for A |
|
774 |
supply [simp] = a |
|
775 |
proof |
|
776 |
show A by simp |
|
777 |
next |
|
778 |
show A by simp |
|
779 |
qed |
|
780 |
||
781 |
* Command 'obtain' binds term abbreviations (via 'is' patterns) in the |
|
782 |
proof body as well, abstracted over relevant parameters. |
|
783 |
||
784 |
* Improved type-inference for theorem statement 'obtains': separate |
|
785 |
parameter scope for of each clause. |
|
786 |
||
787 |
* Term abbreviations via 'is' patterns also work for schematic |
|
788 |
statements: result is abstracted over unknowns. |
|
789 |
||
60631 | 790 |
* Command 'subgoal' allows to impose some structure on backward |
791 |
refinements, to avoid proof scripts degenerating into long of 'apply' |
|
792 |
sequences. Further explanations and examples are given in the isar-ref |
|
793 |
manual. |
|
794 |
||
62017 | 795 |
* Command 'supply' supports fact definitions during goal refinement |
796 |
('apply' scripts). |
|
797 |
||
61166
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
798 |
* Proof method "goal_cases" turns the current subgoals into cases within |
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
799 |
the context; the conclusion is bound to variable ?case in each case. For |
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
800 |
example: |
60617 | 801 |
|
802 |
lemma "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" |
|
60622 | 803 |
and "\<And>y z. U y \<Longrightarrow> V z \<Longrightarrow> W y z" |
61166
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
804 |
proof goal_cases |
60622 | 805 |
case (1 x) |
806 |
then show ?case using \<open>A x\<close> \<open>B x\<close> sorry |
|
807 |
next |
|
808 |
case (2 y z) |
|
809 |
then show ?case using \<open>U y\<close> \<open>V z\<close> sorry |
|
810 |
qed |
|
811 |
||
812 |
lemma "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" |
|
813 |
and "\<And>y z. U y \<Longrightarrow> V z \<Longrightarrow> W y z" |
|
61166
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
814 |
proof goal_cases |
60617 | 815 |
case prems: 1 |
816 |
then show ?case using prems sorry |
|
817 |
next |
|
818 |
case prems: 2 |
|
819 |
then show ?case using prems sorry |
|
820 |
qed |
|
60578 | 821 |
|
60581 | 822 |
* The undocumented feature of implicit cases goal1, goal2, goal3, etc. |
60617 | 823 |
is marked as legacy, and will be removed eventually. The proof method |
824 |
"goals" achieves a similar effect within regular Isar; often it can be |
|
825 |
done more adequately by other means (e.g. 'consider'). |
|
60581 | 826 |
|
62017 | 827 |
* The vacuous fact "TERM x" may be established "by fact" or as `TERM x` |
828 |
as well, not just "by this" or "." as before. |
|
60551 | 829 |
|
60554 | 830 |
* Method "sleep" succeeds after a real-time delay (in seconds). This is |
831 |
occasionally useful for demonstration and testing purposes. |
|
832 |
||
60406 | 833 |
|
60331 | 834 |
*** Pure *** |
835 |
||
61606
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
836 |
* Qualifiers in locale expressions default to mandatory ('!') regardless |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
837 |
of the command. Previously, for 'locale' and 'sublocale' the default was |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
838 |
optional ('?'). The old synatx '!' has been discontinued. |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
839 |
INCOMPATIBILITY, remove '!' and add '?' as required. |
61565
352c73a689da
Qualifiers in locale expressions default to mandatory regardless of the command.
ballarin
parents:
61551
diff
changeset
|
840 |
|
61566
c3d6e570ccef
Keyword 'rewrites' identifies rewrite morphisms.
ballarin
parents:
61565
diff
changeset
|
841 |
* Keyword 'rewrites' identifies rewrite morphisms in interpretation |
62017 | 842 |
commands. Previously, the keyword was 'where'. INCOMPATIBILITY. |
61566
c3d6e570ccef
Keyword 'rewrites' identifies rewrite morphisms.
ballarin
parents:
61565
diff
changeset
|
843 |
|
61701
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
844 |
* More gentle suppression of syntax along locale morphisms while |
62017 | 845 |
printing terms. Previously 'abbreviation' and 'notation' declarations |
846 |
would be suppressed for morphisms except term identity. Now |
|
61701
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
847 |
'abbreviation' is also kept for morphims that only change the involved |
62017 | 848 |
parameters, and only 'notation' is suppressed. This can be of great help |
849 |
when working with complex locale hierarchies, because proof states are |
|
850 |
displayed much more succinctly. It also means that only notation needs |
|
851 |
to be redeclared if desired, as illustrated by this example: |
|
61701
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
852 |
|
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
853 |
locale struct = fixes composition :: "'a => 'a => 'a" (infixl "\<cdot>" 65) |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
854 |
begin |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
855 |
definition derived (infixl "\<odot>" 65) where ... |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
856 |
end |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
857 |
|
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
858 |
locale morphism = |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
859 |
left: struct composition + right: struct composition' |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
860 |
for composition (infix "\<cdot>" 65) and composition' (infix "\<cdot>''" 65) |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
861 |
begin |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
862 |
notation right.derived ("\<odot>''") |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
863 |
end |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
864 |
|
61895 | 865 |
* Command 'global_interpretation' issues interpretations into global |
866 |
theories, with optional rewrite definitions following keyword 'defines'. |
|
867 |
||
868 |
* Command 'sublocale' accepts optional rewrite definitions after keyword |
|
61675 | 869 |
'defines'. |
870 |
||
61895 | 871 |
* Command 'permanent_interpretation' has been discontinued. Use |
872 |
'global_interpretation' or 'sublocale' instead. INCOMPATIBILITY. |
|
61670
301e0b4ecd45
coalesce permanent_interpretation.ML with interpretation.ML
haftmann
parents:
61660
diff
changeset
|
873 |
|
61252 | 874 |
* Command 'print_definitions' prints dependencies of definitional |
875 |
specifications. This functionality used to be part of 'print_theory'. |
|
876 |
||
60331 | 877 |
* Configuration option rule_insts_schematic has been discontinued |
62017 | 878 |
(intermediate legacy feature in Isabelle2015). INCOMPATIBILITY. |
60331 | 879 |
|
62205 | 880 |
* Abbreviations in type classes now carry proper sort constraint. Rare |
881 |
INCOMPATIBILITY in situations where the previous misbehaviour has been |
|
882 |
exploited. |
|
60347 | 883 |
|
884 |
* Refinement of user-space type system in type classes: pseudo-local |
|
62205 | 885 |
operations behave more similar to abbreviations. Potential |
60347 | 886 |
INCOMPATIBILITY in exotic situations. |
887 |
||
888 |
||
60171 | 889 |
*** HOL *** |
890 |
||
62017 | 891 |
* The 'typedef' command has been upgraded from a partially checked |
892 |
"axiomatization", to a full definitional specification that takes the |
|
893 |
global collection of overloaded constant / type definitions into |
|
894 |
account. Type definitions with open dependencies on overloaded |
|
895 |
definitions need to be specified as "typedef (overloaded)". This |
|
896 |
provides extra robustness in theory construction. Rare INCOMPATIBILITY. |
|
897 |
||
898 |
* Qualification of various formal entities in the libraries is done more |
|
899 |
uniformly via "context begin qualified definition ... end" instead of |
|
900 |
old-style "hide_const (open) ...". Consequently, both the defined |
|
901 |
constant and its defining fact become qualified, e.g. Option.is_none and |
|
902 |
Option.is_none_def. Occasional INCOMPATIBILITY in applications. |
|
903 |
||
904 |
* Some old and rarely used ASCII replacement syntax has been removed. |
|
905 |
INCOMPATIBILITY, standard syntax with symbols should be used instead. |
|
906 |
The subsequent commands help to reproduce the old forms, e.g. to |
|
907 |
simplify porting old theories: |
|
908 |
||
909 |
notation iff (infixr "<->" 25) |
|
910 |
||
911 |
notation Times (infixr "<*>" 80) |
|
912 |
||
913 |
type_notation Map.map (infixr "~=>" 0) |
|
914 |
notation Map.map_comp (infixl "o'_m" 55) |
|
915 |
||
916 |
type_notation FinFun.finfun ("(_ =>f /_)" [22, 21] 21) |
|
917 |
||
918 |
notation FuncSet.funcset (infixr "->" 60) |
|
919 |
notation FuncSet.extensional_funcset (infixr "->\<^sub>E" 60) |
|
920 |
||
921 |
notation Omega_Words_Fun.conc (infixr "conc" 65) |
|
922 |
||
923 |
notation Preorder.equiv ("op ~~") |
|
924 |
and Preorder.equiv ("(_/ ~~ _)" [51, 51] 50) |
|
925 |
||
926 |
notation (in topological_space) tendsto (infixr "--->" 55) |
|
927 |
notation (in topological_space) LIMSEQ ("((_)/ ----> (_))" [60, 60] 60) |
|
928 |
notation LIM ("((_)/ -- (_)/ --> (_))" [60, 0, 60] 60) |
|
929 |
||
930 |
notation NSA.approx (infixl "@=" 50) |
|
931 |
notation NSLIMSEQ ("((_)/ ----NS> (_))" [60, 60] 60) |
|
932 |
notation NSLIM ("((_)/ -- (_)/ --NS> (_))" [60, 0, 60] 60) |
|
933 |
||
934 |
* The alternative notation "\<Colon>" for type and sort constraints has been |
|
935 |
removed: in LaTeX document output it looks the same as "::". |
|
936 |
INCOMPATIBILITY, use plain "::" instead. |
|
937 |
||
938 |
* Commands 'inductive' and 'inductive_set' work better when names for |
|
939 |
intro rules are omitted: the "cases" and "induct" rules no longer |
|
940 |
declare empty case_names, but no case_names at all. This allows to use |
|
941 |
numbered cases in proofs, without requiring method "goal_cases". |
|
942 |
||
943 |
* Inductive definitions ('inductive', 'coinductive', etc.) expose |
|
944 |
low-level facts of the internal construction only if the option |
|
62093 | 945 |
"inductive_internals" is enabled. This refers to the internal predicate |
62017 | 946 |
definition and its monotonicity result. Rare INCOMPATIBILITY. |
947 |
||
948 |
* Recursive function definitions ('fun', 'function', 'partial_function') |
|
949 |
expose low-level facts of the internal construction only if the option |
|
62205 | 950 |
"function_internals" is enabled. Its internal inductive definition is |
951 |
also subject to "inductive_internals". Rare INCOMPATIBILITY. |
|
62093 | 952 |
|
953 |
* BNF datatypes ('datatype', 'codatatype', etc.) expose low-level facts |
|
954 |
of the internal construction only if the option "bnf_internals" is |
|
955 |
enabled. This supersedes the former option "bnf_note_all". Rare |
|
956 |
INCOMPATIBILITY. |
|
62017 | 957 |
|
958 |
* Combinator to represent case distinction on products is named |
|
959 |
"case_prod", uniformly, discontinuing any input aliasses. Very popular |
|
960 |
theorem aliasses have been retained. |
|
961 |
||
61424
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
962 |
Consolidated facts: |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
963 |
PairE ~> prod.exhaust |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
964 |
Pair_eq ~> prod.inject |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
965 |
pair_collapse ~> prod.collapse |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
966 |
Pair_fst_snd_eq ~> prod_eq_iff |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
967 |
split_twice ~> prod.case_distrib |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
968 |
split_weak_cong ~> prod.case_cong_weak |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
969 |
split_split ~> prod.split |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
970 |
split_split_asm ~> prod.split_asm |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
971 |
splitI ~> case_prodI |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
972 |
splitD ~> case_prodD |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
973 |
splitI2 ~> case_prodI2 |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
974 |
splitI2' ~> case_prodI2' |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
975 |
splitE ~> case_prodE |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
976 |
splitE' ~> case_prodE' |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
977 |
split_pair ~> case_prod_Pair |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
978 |
split_eta ~> case_prod_eta |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
979 |
split_comp ~> case_prod_comp |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
980 |
mem_splitI ~> mem_case_prodI |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
981 |
mem_splitI2 ~> mem_case_prodI2 |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
982 |
mem_splitE ~> mem_case_prodE |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
983 |
The_split ~> The_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
984 |
cond_split_eta ~> cond_case_prod_eta |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
985 |
Collect_split_in_rel_leE ~> Collect_case_prod_in_rel_leE |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
986 |
Collect_split_in_rel_leI ~> Collect_case_prod_in_rel_leI |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
987 |
in_rel_Collect_split_eq ~> in_rel_Collect_case_prod_eq |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
988 |
Collect_split_Grp_eqD ~> Collect_case_prod_Grp_eqD |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
989 |
Collect_split_Grp_inD ~> Collect_case_prod_Grp_in |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
990 |
Domain_Collect_split ~> Domain_Collect_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
991 |
Image_Collect_split ~> Image_Collect_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
992 |
Range_Collect_split ~> Range_Collect_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
993 |
Eps_split ~> Eps_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
994 |
Eps_split_eq ~> Eps_case_prod_eq |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
995 |
split_rsp ~> case_prod_rsp |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
996 |
curry_split ~> curry_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
997 |
split_curry ~> case_prod_curry |
62017 | 998 |
|
61424
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
999 |
Changes in structure HOLogic: |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
1000 |
split_const ~> case_prod_const |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
1001 |
mk_split ~> mk_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
1002 |
mk_psplits ~> mk_ptupleabs |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
1003 |
strip_psplits ~> strip_ptupleabs |
62017 | 1004 |
|
1005 |
INCOMPATIBILITY. |
|
1006 |
||
1007 |
* The coercions to type 'real' have been reorganised. The function |
|
1008 |
'real' is no longer overloaded, but has type 'nat => real' and |
|
1009 |
abbreviates of_nat for that type. Also 'real_of_int :: int => real' |
|
1010 |
abbreviates of_int for that type. Other overloaded instances of 'real' |
|
1011 |
have been replaced by 'real_of_ereal' and 'real_of_float'. |
|
1012 |
||
61694
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1013 |
Consolidated facts (among others): |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1014 |
real_of_nat_le_iff -> of_nat_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1015 |
real_of_nat_numeral of_nat_numeral |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1016 |
real_of_int_zero of_int_0 |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1017 |
real_of_nat_zero of_nat_0 |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1018 |
real_of_one of_int_1 |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1019 |
real_of_int_add of_int_add |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1020 |
real_of_nat_add of_nat_add |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1021 |
real_of_int_diff of_int_diff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1022 |
real_of_nat_diff of_nat_diff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1023 |
floor_subtract floor_diff_of_int |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1024 |
real_of_int_inject of_int_eq_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1025 |
real_of_int_gt_zero_cancel_iff of_int_0_less_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1026 |
real_of_int_ge_zero_cancel_iff of_int_0_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1027 |
real_of_nat_ge_zero of_nat_0_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1028 |
real_of_int_ceiling_ge le_of_int_ceiling |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1029 |
ceiling_less_eq ceiling_less_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1030 |
ceiling_le_eq ceiling_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1031 |
less_floor_eq less_floor_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1032 |
floor_less_eq floor_less_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1033 |
floor_divide_eq_div floor_divide_of_int_eq |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1034 |
real_of_int_zero_cancel of_nat_eq_0_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
1035 |
ceiling_real_of_int ceiling_of_int |
62017 | 1036 |
|
1037 |
INCOMPATIBILITY. |
|
61143 | 1038 |
|
60841 | 1039 |
* Theory Map: lemma map_of_is_SomeD was a clone of map_of_SomeD and has |
1040 |
been removed. INCOMPATIBILITY. |
|
1041 |
||
60712
3ba16d28449d
Quickcheck setup for finite sets
Lars Hupel <lars.hupel@mytum.de>
parents:
60707
diff
changeset
|
1042 |
* Quickcheck setup for finite sets. |
3ba16d28449d
Quickcheck setup for finite sets
Lars Hupel <lars.hupel@mytum.de>
parents:
60707
diff
changeset
|
1043 |
|
60171 | 1044 |
* Discontinued simp_legacy_precond. Potential INCOMPATIBILITY. |
60138 | 1045 |
|
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
1046 |
* Sledgehammer: |
61318 | 1047 |
- The MaSh relevance filter has been sped up. |
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
1048 |
- Proof reconstruction has been improved, to minimize the incidence of |
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
1049 |
cases where Sledgehammer gives a proof that does not work. |
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
1050 |
- Auto Sledgehammer now minimizes and preplays the results. |
61030 | 1051 |
- Handle Vampire 4.0 proof output without raising exception. |
61043 | 1052 |
- Eliminated "MASH" environment variable. Use the "MaSh" option in |
1053 |
Isabelle/jEdit instead. INCOMPATIBILITY. |
|
61317 | 1054 |
- Eliminated obsolete "blocking" option and related subcommands. |
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
1055 |
|
60310 | 1056 |
* Nitpick: |
61325
1cfc476198c9
avoid too aggressive optimization of 'finite' predicate
blanchet
parents:
61324
diff
changeset
|
1057 |
- Fixed soundness bug in translation of "finite" predicate. |
61324
d4ec7594f558
avoid unsound simplification of (C (s x)) when s is a selector but not C's
blanchet
parents:
61318
diff
changeset
|
1058 |
- Fixed soundness bug in "destroy_constrs" optimization. |
62080 | 1059 |
- Fixed soundness bug in translation of "rat" type. |
60310 | 1060 |
- Removed "check_potential" and "check_genuine" options. |
61317 | 1061 |
- Eliminated obsolete "blocking" option. |
60310 | 1062 |
|
62027 | 1063 |
* (Co)datatype package: |
61345 | 1064 |
- New commands "lift_bnf" and "copy_bnf" for lifting (copying) a BNF |
1065 |
structure on the raw type to an abstract type defined using typedef. |
|
1066 |
- Always generate "case_transfer" theorem. |
|
62235 | 1067 |
- For mutual types, generate slightly stronger "rel_induct", |
1068 |
"rel_coinduct", and "coinduct" theorems. INCOMPATIBLITY. |
|
61551 | 1069 |
- Allow discriminators and selectors with the same name as the type |
1070 |
being defined. |
|
1071 |
- Avoid various internal name clashes (e.g., 'datatype f = f'). |
|
60920 | 1072 |
|
62098 | 1073 |
* Transfer: new methods for interactive debugging of 'transfer' and |
1074 |
'transfer_prover': 'transfer_start', 'transfer_step', 'transfer_end', |
|
1075 |
'transfer_prover_start' and 'transfer_prover_end'. |
|
61370 | 1076 |
|
62118 | 1077 |
* New diagnostic command print_record for displaying record definitions. |
1078 |
||
60868
dd18c33c001e
direct bootstrap of integer division from natural division
haftmann
parents:
60841
diff
changeset
|
1079 |
* Division on integers is bootstrapped directly from division on |
62017 | 1080 |
naturals and uses generic numeral algorithm for computations. Slight |
1081 |
INCOMPATIBILITY, simproc numeral_divmod replaces and generalizes former |
|
1082 |
simprocs binary_int_div and binary_int_mod |
|
1083 |
||
1084 |
* Tightened specification of class semiring_no_zero_divisors. Minor |
|
60516
0826b7025d07
generalized some theorems about integral domains and moved to HOL theories
haftmann
parents:
60515
diff
changeset
|
1085 |
INCOMPATIBILITY. |
0826b7025d07
generalized some theorems about integral domains and moved to HOL theories
haftmann
parents:
60515
diff
changeset
|
1086 |
|
60688
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
1087 |
* Class algebraic_semidom introduces common algebraic notions of |
62017 | 1088 |
integral (semi)domains, particularly units. Although logically subsumed |
1089 |
by fields, is is not a super class of these in order not to burden |
|
1090 |
fields with notions that are trivial there. |
|
1091 |
||
1092 |
* Class normalization_semidom specifies canonical representants for |
|
1093 |
equivalence classes of associated elements in an integral (semi)domain. |
|
1094 |
This formalizes associated elements as well. |
|
60688
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
1095 |
|
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
1096 |
* Abstract specification of gcd/lcm operations in classes semiring_gcd, |
62017 | 1097 |
semiring_Gcd, semiring_Lcd. Minor INCOMPATIBILITY: facts gcd_nat.commute |
1098 |
and gcd_int.commute are subsumed by gcd.commute, as well as |
|
1099 |
gcd_nat.assoc and gcd_int.assoc by gcd.assoc. |
|
1100 |
||
1101 |
* Former constants Fields.divide (_ / _) and Divides.div (_ div _) are |
|
1102 |
logically unified to Rings.divide in syntactic type class Rings.divide, |
|
1103 |
with infix syntax (_ div _). Infix syntax (_ / _) for field division is |
|
1104 |
added later as abbreviation in class Fields.inverse. INCOMPATIBILITY, |
|
1105 |
instantiations must refer to Rings.divide rather than the former |
|
1106 |
separate constants, hence infix syntax (_ / _) is usually not available |
|
1107 |
during instantiation. |
|
1108 |
||
1109 |
* New cancellation simprocs for boolean algebras to cancel complementary |
|
1110 |
terms for sup and inf. For example, "sup x (sup y (- x))" simplifies to |
|
1111 |
"top". INCOMPATIBILITY. |
|
61629
90f54d9e63f2
cancel complementary terms as arguments to sup/inf in boolean algebras
Andreas Lochbihler
parents:
61623
diff
changeset
|
1112 |
|
62101 | 1113 |
* Class uniform_space introduces uniform spaces btw topological spaces |
1114 |
and metric spaces. Minor INCOMPATIBILITY: open_<type>_def needs to be |
|
62205 | 1115 |
introduced in the form of an uniformity. Some constants are more general |
1116 |
now, it may be necessary to add type class constraints. |
|
62101 | 1117 |
|
1118 |
open_real_def \<leadsto> open_dist |
|
1119 |
open_complex_def \<leadsto> open_dist |
|
1120 |
||
62026 | 1121 |
* Library/Monad_Syntax: notation uses symbols \<bind> and \<then>. INCOMPATIBILITY. |
1122 |
||
60397
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1123 |
* Library/Multiset: |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1124 |
- Renamed multiset inclusion operators: |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1125 |
< ~> <# |
62208
ad43b3ab06e4
added 'supset' variants for new '<#' etc. symbols on multisets
blanchet
parents:
62205
diff
changeset
|
1126 |
> ~> ># |
60397
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1127 |
<= ~> <=# |
62208
ad43b3ab06e4
added 'supset' variants for new '<#' etc. symbols on multisets
blanchet
parents:
62205
diff
changeset
|
1128 |
>= ~> >=# |
60397
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1129 |
\<le> ~> \<le># |
62208
ad43b3ab06e4
added 'supset' variants for new '<#' etc. symbols on multisets
blanchet
parents:
62205
diff
changeset
|
1130 |
\<ge> ~> \<ge># |
60397
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1131 |
INCOMPATIBILITY. |
62209 | 1132 |
- Added multiset inclusion operator syntax: |
1133 |
\<subset># |
|
1134 |
\<subseteq># |
|
1135 |
\<supset># |
|
1136 |
\<supseteq># |
|
60397
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1137 |
- "'a multiset" is no longer an instance of the "order", |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1138 |
"ordered_ab_semigroup_add_imp_le", "ordered_cancel_comm_monoid_diff", |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1139 |
"semilattice_inf", and "semilattice_sup" type classes. The theorems |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1140 |
previously provided by these type classes (directly or indirectly) |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1141 |
are now available through the "subset_mset" interpretation |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1142 |
(e.g. add_mono ~> subset_mset.add_mono). |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
1143 |
INCOMPATIBILITY. |
60497 | 1144 |
- Renamed conversions: |
60515 | 1145 |
multiset_of ~> mset |
1146 |
multiset_of_set ~> mset_set |
|
60497 | 1147 |
set_of ~> set_mset |
1148 |
INCOMPATIBILITY |
|
60398 | 1149 |
- Renamed lemmas: |
1150 |
mset_le_def ~> subseteq_mset_def |
|
1151 |
mset_less_def ~> subset_mset_def |
|
60400 | 1152 |
less_eq_multiset.rep_eq ~> subseteq_mset_def |
1153 |
INCOMPATIBILITY |
|
1154 |
- Removed lemmas generated by lift_definition: |
|
62235 | 1155 |
less_eq_multiset.abs_eq, less_eq_multiset.rsp, |
1156 |
less_eq_multiset.transfer, less_eq_multiset_def |
|
60400 | 1157 |
INCOMPATIBILITY |
60006 | 1158 |
|
62017 | 1159 |
* Library/Omega_Words_Fun: Infinite words modeled as functions nat \<Rightarrow> 'a. |
1160 |
||
1161 |
* Library/Bourbaki_Witt_Fixpoint: Added formalisation of the |
|
1162 |
Bourbaki-Witt fixpoint theorem for increasing functions in |
|
1163 |
chain-complete partial orders. |
|
1164 |
||
1165 |
* Library/Old_Recdef: discontinued obsolete 'defer_recdef' command. |
|
1166 |
Minor INCOMPATIBILITY, use 'function' instead. |
|
1167 |
||
62064 | 1168 |
* Library/Periodic_Fun: a locale that provides convenient lemmas for |
1169 |
periodic functions. |
|
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62034
diff
changeset
|
1170 |
|
62098 | 1171 |
* Library/Formal_Power_Series: proper definition of division (with |
1172 |
remainder) for formal power series; instances for Euclidean Ring and |
|
1173 |
GCD. |
|
62086
1c0246456ab9
Added formal power series updates to NEWS/CONTRIBUTORS
Manuel Eberl <eberlm@in.tum.de>
parents:
62084
diff
changeset
|
1174 |
|
62084 | 1175 |
* HOL-Imperative_HOL: obsolete theory Legacy_Mrec has been removed. |
1176 |
||
1177 |
* HOL-Statespace: command 'statespace' uses mandatory qualifier for |
|
1178 |
import of parent, as for general 'locale' expressions. INCOMPATIBILITY, |
|
1179 |
remove '!' and add '?' as required. |
|
1180 |
||
62237 | 1181 |
* HOL-Decision_Procs: The "approximation" method works with "powr" |
1182 |
(exponentiation on real numbers) again. |
|
1183 |
||
62084 | 1184 |
* HOL-Multivariate_Analysis: theory Cauchy_Integral_Thm with Contour |
1185 |
integrals (= complex path integrals), Cauchy's integral theorem, winding |
|
1186 |
numbers and Cauchy's integral formula, Liouville theorem, Fundamental |
|
1187 |
Theorem of Algebra. Ported from HOL Light. |
|
1188 |
||
1189 |
* HOL-Multivariate_Analysis: topological concepts such as connected |
|
62017 | 1190 |
components, homotopic paths and the inside or outside of a set. |
61121
efe8b18306b7
do not expose low-level "_def" facts of 'function' definitions, to avoid potential confusion with the situation of plain 'definition';
wenzelm
parents:
61119
diff
changeset
|
1191 |
|
62084 | 1192 |
* HOL-Multivariate_Analysis: radius of convergence of power series and |
62064 | 1193 |
various summability tests; Harmonic numbers and the Euler–Mascheroni |
1194 |
constant; the Generalised Binomial Theorem; the complex and real |
|
1195 |
Gamma/log-Gamma/Digamma/ Polygamma functions and their most important |
|
1196 |
properties. |
|
62060
b75764fc4c35
Added summability/Gamma/etc. to NEWS and CONTRIBUTORS
eberlm
parents:
62034
diff
changeset
|
1197 |
|
62084 | 1198 |
* HOL-Probability: The central limit theorem based on Levy's uniqueness |
1199 |
and continuity theorems, weak convergence, and characterisitc functions. |
|
1200 |
||
1201 |
* HOL-Data_Structures: new and growing session of standard data |
|
1202 |
structures. |
|
61178
0b071f72f330
Omega_Words_Fun: Infinite words as functions from nat.
lammich <lammich@in.tum.de>
parents:
61174
diff
changeset
|
1203 |
|
60479 | 1204 |
|
60793 | 1205 |
*** ML *** |
1206 |
||
62017 | 1207 |
* The following combinators for low-level profiling of the ML runtime |
1208 |
system are available: |
|
1209 |
||
1210 |
profile_time (*CPU time*) |
|
1211 |
profile_time_thread (*CPU time on this thread*) |
|
1212 |
profile_allocations (*overall heap allocations*) |
|
1213 |
||
1214 |
* Antiquotation @{undefined} or \<^undefined> inlines (raise Match). |
|
1215 |
||
62075 | 1216 |
* Antiquotation @{method NAME} inlines the (checked) name of the given |
1217 |
Isar proof method. |
|
1218 |
||
61922 | 1219 |
* Pretty printing of Poly/ML compiler output in Isabelle has been |
1220 |
improved: proper treatment of break offsets and blocks with consistent |
|
1221 |
breaks. |
|
1222 |
||
61268 | 1223 |
* The auxiliary module Pure/display.ML has been eliminated. Its |
1224 |
elementary thm print operations are now in Pure/more_thm.ML and thus |
|
1225 |
called Thm.pretty_thm, Thm.string_of_thm etc. INCOMPATIBILITY. |
|
1226 |
||
61144 | 1227 |
* Simproc programming interfaces have been simplified: |
1228 |
Simplifier.make_simproc and Simplifier.define_simproc supersede various |
|
1229 |
forms of Simplifier.mk_simproc, Simplifier.simproc_global etc. Note that |
|
1230 |
term patterns for the left-hand sides are specified with implicitly |
|
1231 |
fixed variables, like top-level theorem statements. INCOMPATIBILITY. |
|
1232 |
||
60802 | 1233 |
* Instantiation rules have been re-organized as follows: |
1234 |
||
1235 |
Thm.instantiate (*low-level instantiation with named arguments*) |
|
1236 |
Thm.instantiate' (*version with positional arguments*) |
|
1237 |
||
1238 |
Drule.infer_instantiate (*instantiation with type inference*) |
|
1239 |
Drule.infer_instantiate' (*version with positional arguments*) |
|
1240 |
||
1241 |
The LHS only requires variable specifications, instead of full terms. |
|
1242 |
Old cterm_instantiate is superseded by infer_instantiate. |
|
1243 |
INCOMPATIBILITY, need to re-adjust some ML names and types accordingly. |
|
1244 |
||
60793 | 1245 |
* Old tactic shorthands atac, rtac, etac, dtac, ftac have been |
1246 |
discontinued. INCOMPATIBILITY, use regular assume_tac, resolve_tac etc. |
|
1247 |
instead (with proper context). |
|
60642
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
1248 |
|
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
1249 |
* Thm.instantiate (and derivatives) no longer require the LHS of the |
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
1250 |
instantiation to be certified: plain variables are given directly. |
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
1251 |
|
60707
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
1252 |
* Subgoal.SUBPROOF and Subgoal.FOCUS combinators use anonymous |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
1253 |
quasi-bound variables (like the Simplifier), instead of accidentally |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
1254 |
named local fixes. This has the potential to improve stability of proof |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
1255 |
tools, but can also cause INCOMPATIBILITY for tools that don't observe |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
1256 |
the proof context discipline. |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
1257 |
|
62017 | 1258 |
* Isar proof methods are based on a slightly more general type |
1259 |
context_tactic, which allows to change the proof context dynamically |
|
1260 |
(e.g. to update cases) and indicate explicit Seq.Error results. Former |
|
1261 |
METHOD_CASES is superseded by CONTEXT_METHOD; further combinators are |
|
1262 |
provided in src/Pure/Isar/method.ML for convenience. INCOMPATIBILITY. |
|
61885
acdfc76a6c33
more explicit ML profiling, with official Isabelle output;
wenzelm
parents:
61848
diff
changeset
|
1263 |
|
60642
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
1264 |
|
60983
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60922
diff
changeset
|
1265 |
*** System *** |
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60922
diff
changeset
|
1266 |
|
62525 | 1267 |
* Command-line tool "isabelle console" enables print mode "ASCII". |
61958 | 1268 |
|
62017 | 1269 |
* Command-line tool "isabelle update_then" expands old Isar command |
1270 |
conflations: |
|
1271 |
||
1272 |
hence ~> then have |
|
1273 |
thus ~> then show |
|
1274 |
||
1275 |
This syntax is more orthogonal and improves readability and |
|
1276 |
maintainability of proofs. |
|
1277 |
||
61602 | 1278 |
* Global session timeout is multiplied by timeout_scale factor. This |
1279 |
allows to adjust large-scale tests (e.g. AFP) to overall hardware |
|
1280 |
performance. |
|
1281 |
||
61174 | 1282 |
* Property values in etc/symbols may contain spaces, if written with the |
62671 | 1283 |
replacement character "␣" (Unicode point 0x2324). For example: |
1284 |
||
1285 |
\<star> code: 0x0022c6 group: operator font: Deja␣Vu␣Sans␣Mono |
|
61174 | 1286 |
|
60995
5176de8f90db
updated to jdk-8u60, with support for x86_64-windows;
wenzelm
parents:
60986
diff
changeset
|
1287 |
* Java runtime environment for x86_64-windows allows to use larger heap |
5176de8f90db
updated to jdk-8u60, with support for x86_64-windows;
wenzelm
parents:
60986
diff
changeset
|
1288 |
space. |
5176de8f90db
updated to jdk-8u60, with support for x86_64-windows;
wenzelm
parents:
60986
diff
changeset
|
1289 |
|
61135
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1290 |
* Java runtime options are determined separately for 32bit vs. 64bit |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1291 |
platforms as follows. |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1292 |
|
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1293 |
- Isabelle desktop application: platform-specific files that are |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1294 |
associated with the main app bundle |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1295 |
|
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1296 |
- isabelle jedit: settings |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1297 |
JEDIT_JAVA_SYSTEM_OPTIONS |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1298 |
JEDIT_JAVA_OPTIONS32 vs. JEDIT_JAVA_OPTIONS64 |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1299 |
|
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1300 |
- isabelle build: settings |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1301 |
ISABELLE_BUILD_JAVA_OPTIONS32 vs. ISABELLE_BUILD_JAVA_OPTIONS64 |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
1302 |
|
61294 | 1303 |
* Bash shell function "jvmpath" has been renamed to "platform_path": it |
1304 |
is relevant both for Poly/ML and JVM processes. |
|
1305 |
||
62017 | 1306 |
* Poly/ML default platform architecture may be changed from 32bit to |
62205 | 1307 |
64bit via system option ML_system_64. A system restart (and rebuild) is |
1308 |
required after change. |
|
62017 | 1309 |
|
1310 |
* Poly/ML 5.6 runs natively on x86-windows and x86_64-windows, which |
|
1311 |
both allow larger heap space than former x86-cygwin. |
|
1312 |
||
62157 | 1313 |
* Heap images are 10-15% smaller due to less wasteful persistent theory |
1314 |
content (using ML type theory_id instead of theory); |
|
1315 |
||
60983
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60922
diff
changeset
|
1316 |
|
60479 | 1317 |
|
60009 | 1318 |
New in Isabelle2015 (May 2015) |
1319 |
------------------------------ |
|
57695 | 1320 |
|
57941
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
1321 |
*** General *** |
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
1322 |
|
59939
7d46aa03696e
support for 'restricted' modifier: only qualified accesses outside the local scope;
wenzelm
parents:
59936
diff
changeset
|
1323 |
* Local theory specification commands may have a 'private' or |
59990
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
1324 |
'qualified' modifier to restrict name space accesses to the local scope, |
59939
7d46aa03696e
support for 'restricted' modifier: only qualified accesses outside the local scope;
wenzelm
parents:
59936
diff
changeset
|
1325 |
as provided by some "context begin ... end" block. For example: |
59926 | 1326 |
|
1327 |
context |
|
1328 |
begin |
|
1329 |
||
1330 |
private definition ... |
|
1331 |
private lemma ... |
|
1332 |
||
59990
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
1333 |
qualified definition ... |
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
1334 |
qualified lemma ... |
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
1335 |
|
59926 | 1336 |
lemma ... |
1337 |
theorem ... |
|
1338 |
||
1339 |
end |
|
1340 |
||
59901 | 1341 |
* Command 'experiment' opens an anonymous locale context with private |
1342 |
naming policy. |
|
1343 |
||
59951 | 1344 |
* Command 'notepad' requires proper nesting of begin/end and its proof |
1345 |
structure in the body: 'oops' is no longer supported here. Minor |
|
1346 |
INCOMPATIBILITY, use 'sorry' instead. |
|
1347 |
||
1348 |
* Command 'named_theorems' declares a dynamic fact within the context, |
|
1349 |
together with an attribute to maintain the content incrementally. This |
|
1350 |
supersedes functor Named_Thms in Isabelle/ML, but with a subtle change |
|
1351 |
of semantics due to external visual order vs. internal reverse order. |
|
1352 |
||
1353 |
* 'find_theorems': search patterns which are abstractions are |
|
1354 |
schematically expanded before search. Search results match the naive |
|
1355 |
expectation more closely, particularly wrt. abbreviations. |
|
1356 |
INCOMPATIBILITY. |
|
59648 | 1357 |
|
59569 | 1358 |
* Commands 'method_setup' and 'attribute_setup' now work within a local |
1359 |
theory context. |
|
57941
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
1360 |
|
58928
23d0ffd48006
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm
parents:
58872
diff
changeset
|
1361 |
* Outer syntax commands are managed authentically within the theory |
59569 | 1362 |
context, without implicit global state. Potential for accidental |
58928
23d0ffd48006
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm
parents:
58872
diff
changeset
|
1363 |
INCOMPATIBILITY, make sure that required theories are really imported. |
23d0ffd48006
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm
parents:
58872
diff
changeset
|
1364 |
|
60115 | 1365 |
* Historical command-line terminator ";" is no longer accepted (and |
1366 |
already used differently in Isar). Minor INCOMPATIBILITY, use "isabelle |
|
1367 |
update_semicolons" to remove obsolete semicolons from old theory |
|
1368 |
sources. |
|
1369 |
||
59951 | 1370 |
* Structural composition of proof methods (meth1; meth2) in Isar |
1371 |
corresponds to (tac1 THEN_ALL_NEW tac2) in ML. |
|
59105 | 1372 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
1373 |
* The Eisbach proof method language allows to define new proof methods |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
1374 |
by combining existing ones with their usual syntax. The "match" proof |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
1375 |
method provides basic fact/term matching in addition to |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
1376 |
premise/conclusion matching through Subgoal.focus, and binds fact names |
60288
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60273
diff
changeset
|
1377 |
from matches as well as term patterns within matches. The Isabelle |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60273
diff
changeset
|
1378 |
documentation provides an entry "eisbach" for the Eisbach User Manual. |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60273
diff
changeset
|
1379 |
Sources and various examples are in ~~/src/HOL/Eisbach/. |
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
1380 |
|
57941
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
1381 |
|
58524 | 1382 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
1383 |
||
59569 | 1384 |
* Improved folding mode "isabelle" based on Isar syntax. Alternatively, |
1385 |
the "sidekick" mode may be used for document structure. |
|
1386 |
||
1387 |
* Extended bracket matching based on Isar language structure. System |
|
1388 |
option jedit_structure_limit determines maximum number of lines to scan |
|
1389 |
in the buffer. |
|
58758 | 1390 |
|
58540 | 1391 |
* Support for BibTeX files: context menu, context-sensitive token |
1392 |
marker, SideKick parser. |
|
58524 | 1393 |
|
58551 | 1394 |
* Document antiquotation @{cite} provides formal markup, which is |
60265 | 1395 |
interpreted semi-formally based on .bib files that happen to be open in |
1396 |
the editor (hyperlinks, completion etc.). |
|
58551 | 1397 |
|
58785 | 1398 |
* Less waste of vertical space via negative line spacing (see Global |