author | wenzelm |
Sun, 12 Jan 2014 18:40:49 +0100 | |
changeset 55001 | f26a7f06266d |
parent 54893 | 4061ec8adb1c |
child 55006 | ea9fc64327cb |
permissions | -rw-r--r-- |
5363 | 1 |
Isabelle NEWS -- history user-relevant changes |
2 |
============================================== |
|
2553 | 3 |
|
54055 | 4 |
New in this Isabelle version |
5 |
---------------------------- |
|
6 |
||
54702
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
7 |
*** General *** |
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
8 |
|
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
9 |
* Document antiquotation @{url} produces markup for the given URL, |
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
10 |
which results in an active hyperlink within the text. |
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
11 |
|
54705 | 12 |
* Document antiquotation @{file_unchecked} is like @{file}, but does |
13 |
not check existence within the file-system. |
|
14 |
||
54732 | 15 |
* Discontinued legacy_isub_isup, which was a temporary Isabelle/ML |
16 |
workaround in Isabelle2013-1. The prover process no longer accepts |
|
17 |
old identifier syntax with \<^isub> or \<^isup>. |
|
18 |
||
54702
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
19 |
|
54533 | 20 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
21 |
||
22 |
* Auxiliary files ('ML_file' etc.) are managed by the Prover IDE. |
|
23 |
Open text buffers take precedence over copies within the file-system. |
|
24 |
||
54688 | 25 |
* Document panel: simplied interaction where every single mouse click |
26 |
(re)opens document via desktop environment or as jEdit buffer. |
|
27 |
||
54881 | 28 |
* Option "jedit_print_mode" (see also "Plugin Options / Isabelle / |
29 |
General") allows to specify additional print modes for the prover |
|
30 |
process, without requiring old-fashioned command-line invocation of |
|
31 |
"isabelle jedit -m MODE". |
|
32 |
||
54533 | 33 |
|
55001 | 34 |
*** Pure *** |
35 |
||
36 |
* More thorough check of proof context for goal statements and |
|
37 |
attributed fact expressions: background theory, declared hyps, |
|
38 |
declared variable names. Potential INCOMPATIBILITY, tools need to |
|
39 |
observe standard context discipline. |
|
40 |
||
41 |
||
54227
63b441f49645
moving generic lemmas out of theory parity, disregarding some unused auxiliary lemmas;
haftmann
parents:
54055
diff
changeset
|
42 |
*** HOL *** |
63b441f49645
moving generic lemmas out of theory parity, disregarding some unused auxiliary lemmas;
haftmann
parents:
54055
diff
changeset
|
43 |
|
54893
4061ec8adb1c
avoid unicode text, which causes problems when recoding symbols (e.g. via UTF8-Isabelle in Isabelle/jEdit);
wenzelm
parents:
54890
diff
changeset
|
44 |
* "declare [[code abort: ...]]" replaces "code_abort ...". |
4061ec8adb1c
avoid unicode text, which causes problems when recoding symbols (e.g. via UTF8-Isabelle in Isabelle/jEdit);
wenzelm
parents:
54890
diff
changeset
|
45 |
INCOMPATIBILITY. |
4061ec8adb1c
avoid unicode text, which causes problems when recoding symbols (e.g. via UTF8-Isabelle in Isabelle/jEdit);
wenzelm
parents:
54890
diff
changeset
|
46 |
|
4061ec8adb1c
avoid unicode text, which causes problems when recoding symbols (e.g. via UTF8-Isabelle in Isabelle/jEdit);
wenzelm
parents:
54890
diff
changeset
|
47 |
* "declare [[code drop: ...]]" drops all code equations associated |
54890
cb892d835803
fundamental treatment of undefined vs. universally partial replaces code_abort
haftmann
parents:
54881
diff
changeset
|
48 |
with the given constants. |
cb892d835803
fundamental treatment of undefined vs. universally partial replaces code_abort
haftmann
parents:
54881
diff
changeset
|
49 |
|
54864
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
50 |
* Abolished slightly odd global lattice interpretation for min/max. |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
51 |
|
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
52 |
Fact consolidations: |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
53 |
min_max.inf_assoc ~> min.assoc |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
54 |
min_max.inf_commute ~> min.commute |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
55 |
min_max.inf_left_commute ~> min.left_commute |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
56 |
min_max.inf_idem ~> min.idem |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
57 |
min_max.inf_left_idem ~> min.left_idem |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
58 |
min_max.inf_right_idem ~> min.right_idem |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
59 |
min_max.sup_assoc ~> max.assoc |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
60 |
min_max.sup_commute ~> max.commute |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
61 |
min_max.sup_left_commute ~> max.left_commute |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
62 |
min_max.sup_idem ~> max.idem |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
63 |
min_max.sup_left_idem ~> max.left_idem |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
64 |
min_max.sup_inf_distrib1 ~> max_min_distrib2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
65 |
min_max.sup_inf_distrib2 ~> max_min_distrib1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
66 |
min_max.inf_sup_distrib1 ~> min_max_distrib2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
67 |
min_max.inf_sup_distrib2 ~> min_max_distrib1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
68 |
min_max.distrib ~> min_max_distribs |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
69 |
min_max.inf_absorb1 ~> min.absorb1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
70 |
min_max.inf_absorb2 ~> min.absorb2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
71 |
min_max.sup_absorb1 ~> max.absorb1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
72 |
min_max.sup_absorb2 ~> max.absorb2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
73 |
min_max.le_iff_inf ~> min.absorb_iff1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
74 |
min_max.le_iff_sup ~> max.absorb_iff2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
75 |
min_max.inf_le1 ~> min.cobounded1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
76 |
min_max.inf_le2 ~> min.cobounded2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
77 |
le_maxI1, min_max.sup_ge1 ~> max.cobounded1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
78 |
le_maxI2, min_max.sup_ge2 ~> max.cobounded2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
79 |
min_max.le_infI1 ~> min.coboundedI1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
80 |
min_max.le_infI2 ~> min.coboundedI2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
81 |
min_max.le_supI1 ~> max.coboundedI1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
82 |
min_max.le_supI2 ~> max.coboundedI2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
83 |
min_max.less_infI1 ~> min.strict_coboundedI1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
84 |
min_max.less_infI2 ~> min.strict_coboundedI2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
85 |
min_max.less_supI1 ~> max.strict_coboundedI1 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
86 |
min_max.less_supI2 ~> max.strict_coboundedI2 |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
87 |
min_max.inf_mono ~> min.mono |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
88 |
min_max.sup_mono ~> max.mono |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
89 |
min_max.le_infI, min_max.inf_greatest ~> min.boundedI |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
90 |
min_max.le_supI, min_max.sup_least ~> max.boundedI |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
91 |
min_max.le_inf_iff ~> min.bounded_iff |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
92 |
min_max.le_sup_iff ~> max.bounded_iff |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
93 |
|
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
94 |
For min_max.inf_sup_aci, prefer (one of) min.commute, min.assoc, |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
95 |
min.left_commute, min.left_idem, max.commute, max.assoc, |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
96 |
max.left_commute, max.left_idem directly. |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
97 |
|
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
98 |
For min_max.inf_sup_ord, prefer (one of) min.cobounded1, min.cobounded2, |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
99 |
max.cobounded1m max.cobounded2 directly. |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
100 |
|
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
101 |
For min_ac or max_ac, prefor more general collection ac_simps. |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
102 |
|
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
103 |
INCOMPATBILITY. |
a064732223ad
abolished slightly odd global lattice interpretation for min/max
haftmann
parents:
54850
diff
changeset
|
104 |
|
54850 | 105 |
* Word library: bit representations prefer type bool over type bit. |
106 |
INCOMPATIBILITY. |
|
107 |
||
54745 | 108 |
* Theorem disambiguation Inf_le_Sup (on finite sets) ~> Inf_fin_le_Sup_fin. |
54850 | 109 |
INCOMPATIBILITY. |
54745 | 110 |
|
54708 | 111 |
* Code generations are provided for make, fields, extend and truncate |
112 |
operations on records. |
|
113 |
||
54295 | 114 |
* Qualified constant names Wellfounded.acc, Wellfounded.accp. |
115 |
INCOMPATIBILITY. |
|
116 |
||
54228 | 117 |
* Fact generalization and consolidation: |
118 |
neq_one_mod_two, mod_2_not_eq_zero_eq_one_int ~> not_mod_2_eq_0_eq_1 |
|
119 |
INCOMPATIBILITY. |
|
120 |
||
121 |
* Purely algebraic definition of even. Fact generalization and consolidation: |
|
122 |
nat_even_iff_2_dvd, int_even_iff_2_dvd ~> even_iff_2_dvd |
|
123 |
even_zero_(nat|int) ~> even_zero |
|
124 |
INCOMPATIBILITY. |
|
54055 | 125 |
|
54489
03ff4d1e6784
eliminiated neg_numeral in favour of - (numeral _)
haftmann
parents:
54449
diff
changeset
|
126 |
* Abolished neg_numeral. |
03ff4d1e6784
eliminiated neg_numeral in favour of - (numeral _)
haftmann
parents:
54449
diff
changeset
|
127 |
* Canonical representation for minus one is "- 1". |
03ff4d1e6784
eliminiated neg_numeral in favour of - (numeral _)
haftmann
parents:
54449
diff
changeset
|
128 |
* Canonical representation for other negative numbers is "- (numeral _)". |
54502 | 129 |
* When devising rule sets for number calculation, consider the |
54587 | 130 |
following canonical cases: 0, 1, numeral _, - 1, - numeral _. |
131 |
* HOLogic.dest_number also recognizes numerals in non-canonical forms |
|
54893
4061ec8adb1c
avoid unicode text, which causes problems when recoding symbols (e.g. via UTF8-Isabelle in Isabelle/jEdit);
wenzelm
parents:
54890
diff
changeset
|
132 |
like "numeral One", "- numeral One", "- 0" and even "- ... - _". |
54489
03ff4d1e6784
eliminiated neg_numeral in favour of - (numeral _)
haftmann
parents:
54449
diff
changeset
|
133 |
* Syntax for negative numerals is mere input syntax. |
03ff4d1e6784
eliminiated neg_numeral in favour of - (numeral _)
haftmann
parents:
54449
diff
changeset
|
134 |
INCOMPATBILITY. |
03ff4d1e6784
eliminiated neg_numeral in favour of - (numeral _)
haftmann
parents:
54449
diff
changeset
|
135 |
|
54230
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
136 |
* Elimination of fact duplicates: |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
137 |
equals_zero_I ~> minus_unique |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
138 |
diff_eq_0_iff_eq ~> right_minus_eq |
54588 | 139 |
nat_infinite ~> infinite_UNIV_nat |
140 |
int_infinite ~> infinite_UNIV_int |
|
54230
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
141 |
INCOMPATIBILITY. |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
142 |
|
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
143 |
* Fact name consolidation: |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
144 |
diff_def, diff_minus, ab_diff_minus ~> diff_conv_add_uminus |
54250 | 145 |
minus_le_self_iff ~> neg_less_eq_nonneg |
146 |
le_minus_self_iff ~> less_eq_neg_nonpos |
|
147 |
neg_less_nonneg ~> neg_less_pos |
|
148 |
less_minus_self_iff ~> less_neg_neg [simp] |
|
54230
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
149 |
INCOMPATIBILITY. |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
150 |
|
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
151 |
* More simplification rules on unary and binary minus: |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
152 |
add_diff_cancel, add_diff_cancel_left, add_le_same_cancel1, |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
153 |
add_le_same_cancel2, add_less_same_cancel1, add_less_same_cancel2, |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
154 |
add_minus_cancel, diff_add_cancel, le_add_same_cancel1, |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
155 |
le_add_same_cancel2, less_add_same_cancel1, less_add_same_cancel2, |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
156 |
minus_add_cancel, uminus_add_conv_diff. These correspondingly |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
157 |
have been taken away from fact collections algebra_simps and |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
158 |
field_simps. INCOMPATIBILITY. |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
159 |
|
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
160 |
To restore proofs, the following patterns are helpful: |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
161 |
|
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
162 |
a) Arbitrary failing proof not involving "diff_def": |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
163 |
Consider simplification with algebra_simps or field_simps. |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
164 |
|
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
165 |
b) Lifting rules from addition to subtraction: |
54893
4061ec8adb1c
avoid unicode text, which causes problems when recoding symbols (e.g. via UTF8-Isabelle in Isabelle/jEdit);
wenzelm
parents:
54890
diff
changeset
|
166 |
Try with "using <rule for addition> of [... "- _" ...]" by simp". |
54230
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
167 |
|
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
168 |
c) Simplification with "diff_def": just drop "diff_def". |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
169 |
Consider simplification with algebra_simps or field_simps; |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
170 |
or the brute way with |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
171 |
"simp add: diff_conv_add_uminus del: add_uminus_conv_diff". |
b1d955791529
more simplification rules on unary and binary minus
haftmann
parents:
54228
diff
changeset
|
172 |
|
54264 | 173 |
* SUP and INF generalized to conditionally_complete_lattice |
174 |
||
175 |
* Theory Lubs moved HOL image to HOL-Library. It is replaced by |
|
176 |
Conditionally_Complete_Lattices. INCOMPATIBILITY. |
|
177 |
||
178 |
* Introduce bdd_above and bdd_below in Conditionally_Complete_Lattices, use them |
|
179 |
instead of explicitly stating boundedness of sets. |
|
180 |
||
54631 | 181 |
* ccpo.admissible quantifies only over non-empty chains to allow |
182 |
more syntax-directed proof rules; the case of the empty chain |
|
183 |
shows up as additional case in fixpoint induction proofs. |
|
184 |
INCOMPATIBILITY |
|
54264 | 185 |
|
54672
748778ac0ab8
relocate NEWS to post-release version (cf. 7a14f831d02d);
wenzelm
parents:
54671
diff
changeset
|
186 |
* Nitpick: |
748778ac0ab8
relocate NEWS to post-release version (cf. 7a14f831d02d);
wenzelm
parents:
54671
diff
changeset
|
187 |
- Fixed soundness bug whereby mutually recursive datatypes could take |
748778ac0ab8
relocate NEWS to post-release version (cf. 7a14f831d02d);
wenzelm
parents:
54671
diff
changeset
|
188 |
infinite values. |
748778ac0ab8
relocate NEWS to post-release version (cf. 7a14f831d02d);
wenzelm
parents:
54671
diff
changeset
|
189 |
|
54787 | 190 |
* HOL-Multivariate_Analysis: |
191 |
- type class ordered_real_vector for ordered vector spaces |
|
192 |
- changed order of ordered_euclidean_space to be compatible with |
|
193 |
pointwise ordering on products. Therefore instance of |
|
194 |
conditionally_complete_lattice and ordered_real_vector. |
|
195 |
INCOMPATIBILITY: use box instead of greaterThanLessThan or |
|
196 |
explicit set-comprehensions with eucl_less for other (half-) open |
|
197 |
intervals. |
|
198 |
||
54672
748778ac0ab8
relocate NEWS to post-release version (cf. 7a14f831d02d);
wenzelm
parents:
54671
diff
changeset
|
199 |
|
54449
f3cfe882f9af
toplevel function "use" refers to raw ML bootstrap environment;
wenzelm
parents:
54384
diff
changeset
|
200 |
*** ML *** |
f3cfe882f9af
toplevel function "use" refers to raw ML bootstrap environment;
wenzelm
parents:
54384
diff
changeset
|
201 |
|
f3cfe882f9af
toplevel function "use" refers to raw ML bootstrap environment;
wenzelm
parents:
54384
diff
changeset
|
202 |
* Toplevel function "use" refers to raw ML bootstrap environment, |
f3cfe882f9af
toplevel function "use" refers to raw ML bootstrap environment;
wenzelm
parents:
54384
diff
changeset
|
203 |
without Isar context nor antiquotations. Potential INCOMPATIBILITY. |
f3cfe882f9af
toplevel function "use" refers to raw ML bootstrap environment;
wenzelm
parents:
54384
diff
changeset
|
204 |
Note that 'ML_file' is the canonical command to load ML files into the |
f3cfe882f9af
toplevel function "use" refers to raw ML bootstrap environment;
wenzelm
parents:
54384
diff
changeset
|
205 |
formal context. |
f3cfe882f9af
toplevel function "use" refers to raw ML bootstrap environment;
wenzelm
parents:
54384
diff
changeset
|
206 |
|
54742
7a86358a3c0b
proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
wenzelm
parents:
54732
diff
changeset
|
207 |
* Proper context for basic Simplifier operations: rewrite_rule, |
7a86358a3c0b
proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
wenzelm
parents:
54732
diff
changeset
|
208 |
rewrite_goals_rule, rewrite_goals_tac etc. INCOMPATIBILITY, need to |
7a86358a3c0b
proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
wenzelm
parents:
54732
diff
changeset
|
209 |
pass runtime Proof.context (and ensure that the simplified entity |
7a86358a3c0b
proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
wenzelm
parents:
54732
diff
changeset
|
210 |
actually belongs to it). |
7a86358a3c0b
proper context for basic Simplifier operations: rewrite_rule, rewrite_goals_rule, rewrite_goals_tac etc.;
wenzelm
parents:
54732
diff
changeset
|
211 |
|
54449
f3cfe882f9af
toplevel function "use" refers to raw ML bootstrap environment;
wenzelm
parents:
54384
diff
changeset
|
212 |
|
54683
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
213 |
*** System *** |
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
214 |
|
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
215 |
* Simplified "isabelle display" tool. Settings variables DVI_VIEWER |
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
216 |
and PDF_VIEWER now refer to the actual programs, not shell |
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
217 |
command-lines. Discontinued option -c: invocation may be asynchronous |
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
218 |
via desktop environment, without any special precautions. Potential |
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
219 |
INCOMPATIBILITY with ambitious private settings. |
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
220 |
|
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
221 |
* Improved 'display_drafts' concerning desktop integration and |
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
222 |
repeated invocation in PIDE front-end: re-use single file |
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
223 |
$ISABELLE_HOME_USER/tmp/drafts.pdf and corresponding views. |
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
224 |
|
cf48ddc266e5
clarified "isabelle display" and 'display_drafts': re-use file and program instance, open asynchronously via desktop environment;
wenzelm
parents:
54672
diff
changeset
|
225 |
|
54449
f3cfe882f9af
toplevel function "use" refers to raw ML bootstrap environment;
wenzelm
parents:
54384
diff
changeset
|
226 |
|
54639 | 227 |
New in Isabelle2013-2 (December 2013) |
228 |
------------------------------------- |
|
229 |
||
230 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
|
231 |
||
232 |
* More robust editing of running commands with internal forks, |
|
233 |
e.g. non-terminating 'by' steps. |
|
234 |
||
54641 | 235 |
* More relaxed Sledgehammer panel: avoid repeated application of query |
236 |
after edits surrounding the command location. |
|
237 |
||
54648 | 238 |
* More status information about commands that are interrupted |
239 |
accidentally (via physical event or Poly/ML runtime system signal, |
|
240 |
e.g. out-of-memory). |
|
241 |
||
54653 | 242 |
|
243 |
*** System *** |
|
244 |
||
245 |
* More robust termination of external processes managed by |
|
54664 | 246 |
Isabelle/ML: support cancellation of tasks within the range of |
247 |
milliseconds, as required for PIDE document editing with automatically |
|
248 |
tried tools (e.g. Sledgehammer). |
|
54653 | 249 |
|
54648 | 250 |
* Reactivated Isabelle/Scala kill command for external processes on |
251 |
Mac OS X, which was accidentally broken in Isabelle2013-1 due to a |
|
252 |
workaround for some Debian/Ubuntu Linux versions from 2013. |
|
253 |
||
54639 | 254 |
|
255 |
||
53971 | 256 |
New in Isabelle2013-1 (November 2013) |
257 |
------------------------------------- |
|
50994 | 258 |
|
51293
05b1bbae748d
discontinued obsolete 'uses' within theory header;
wenzelm
parents:
51238
diff
changeset
|
259 |
*** General *** |
05b1bbae748d
discontinued obsolete 'uses' within theory header;
wenzelm
parents:
51238
diff
changeset
|
260 |
|
53971 | 261 |
* Discontinued obsolete 'uses' within theory header. Note that |
262 |
commands like 'ML_file' work without separate declaration of file |
|
263 |
dependencies. Minor INCOMPATIBILITY. |
|
264 |
||
265 |
* Discontinued redundant 'use' command, which was superseded by |
|
266 |
'ML_file' in Isabelle2013. Minor INCOMPATIBILITY. |
|
267 |
||
53016
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
268 |
* Simplified subscripts within identifiers, using plain \<^sub> |
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
269 |
instead of the second copy \<^isub> and \<^isup>. Superscripts are |
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
270 |
only for literal tokens within notation; explicit mixfix annotations |
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
271 |
for consts or fixed variables may be used as fall-back for unusual |
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
272 |
names. Obsolete \<twosuperior> has been expanded to \<^sup>2 in |
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
273 |
Isabelle/HOL. INCOMPATIBILITY, use "isabelle update_sub_sup" to |
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
274 |
standardize symbols as a starting point for further manual cleanup. |
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
275 |
The ML reference variable "legacy_isub_isup" may be set as temporary |
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
276 |
workaround, to make the prover accept a subset of the old identifier |
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
277 |
syntax. |
fa9c38891cf2
disable old identifier syntax by default, legacy_isub_isup := true may be used temporarily as fall-back;
wenzelm
parents:
52949
diff
changeset
|
278 |
|
53021
d0fa3f446b9d
discontinued special treatment of \<^isub> and \<^isup> in rendering or editor front-end;
wenzelm
parents:
53016
diff
changeset
|
279 |
* Document antiquotations: term style "isub" has been renamed to |
d0fa3f446b9d
discontinued special treatment of \<^isub> and \<^isup> in rendering or editor front-end;
wenzelm
parents:
53016
diff
changeset
|
280 |
"sub". Minor INCOMPATIBILITY. |
d0fa3f446b9d
discontinued special treatment of \<^isub> and \<^isup> in rendering or editor front-end;
wenzelm
parents:
53016
diff
changeset
|
281 |
|
52487
48bc24467008
backout dedd7952a62c: static "proofs" value within theory prevents later inferencing with different configuration;
wenzelm
parents:
52470
diff
changeset
|
282 |
* Uniform management of "quick_and_dirty" as system option (see also |
48bc24467008
backout dedd7952a62c: static "proofs" value within theory prevents later inferencing with different configuration;
wenzelm
parents:
52470
diff
changeset
|
283 |
"isabelle options"), configuration option within the context (see also |
48bc24467008
backout dedd7952a62c: static "proofs" value within theory prevents later inferencing with different configuration;
wenzelm
parents:
52470
diff
changeset
|
284 |
Config.get in Isabelle/ML), and attribute in Isabelle/Isar. Minor |
48bc24467008
backout dedd7952a62c: static "proofs" value within theory prevents later inferencing with different configuration;
wenzelm
parents:
52470
diff
changeset
|
285 |
INCOMPATIBILITY, need to use more official Isabelle means to access |
48bc24467008
backout dedd7952a62c: static "proofs" value within theory prevents later inferencing with different configuration;
wenzelm
parents:
52470
diff
changeset
|
286 |
quick_and_dirty, instead of historical poking into mutable reference. |
52059 | 287 |
|
52060 | 288 |
* Renamed command 'print_configs' to 'print_options'. Minor |
289 |
INCOMPATIBILITY. |
|
290 |
||
52430 | 291 |
* Proper diagnostic command 'print_state'. Old 'pr' (with its |
292 |
implicit change of some global references) is retained for now as |
|
293 |
control command, e.g. for ProofGeneral 3.7.x. |
|
294 |
||
52549 | 295 |
* Discontinued 'print_drafts' command with its old-fashioned PS output |
296 |
and Unix command-line print spooling. Minor INCOMPATIBILITY: use |
|
297 |
'display_drafts' instead and print via the regular document viewer. |
|
298 |
||
53971 | 299 |
* Updated and extended "isar-ref" and "implementation" manual, |
300 |
eliminated old "ref" manual. |
|
301 |
||
51293
05b1bbae748d
discontinued obsolete 'uses' within theory header;
wenzelm
parents:
51238
diff
changeset
|
302 |
|
51533 | 303 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
304 |
||
53971 | 305 |
* New manual "jedit" for Isabelle/jEdit, see isabelle doc or |
53852 | 306 |
Documentation panel. |
307 |
||
53971 | 308 |
* Dockable window "Documentation" provides access to Isabelle |
309 |
documentation. |
|
52646 | 310 |
|
52949 | 311 |
* Dockable window "Find" provides query operations for formal entities |
312 |
(GUI front-end to 'find_theorems' command). |
|
313 |
||
53050 | 314 |
* Dockable window "Sledgehammer" manages asynchronous / parallel |
315 |
sledgehammer runs over existing document sources, independently of |
|
316 |
normal editing and checking process. |
|
317 |
||
51533 | 318 |
* Dockable window "Timing" provides an overview of relevant command |
54332 | 319 |
timing information, depending on option jedit_timing_threshold. The |
320 |
same timing information is shown in the extended tooltip of the |
|
321 |
command keyword, when hovering the mouse over it while the CONTROL or |
|
322 |
COMMAND modifier is pressed. |
|
51533 | 323 |
|
53971 | 324 |
* Improved dockable window "Theories": Continuous checking of proof |
325 |
document (visible and required parts) may be controlled explicitly, |
|
326 |
using check box or shortcut "C+e ENTER". Individual theory nodes may |
|
327 |
be marked explicitly as required and checked in full, using check box |
|
328 |
or shortcut "C+e SPACE". |
|
329 |
||
54305 | 330 |
* Improved completion mechanism, which is now managed by the |
331 |
Isabelle/jEdit plugin instead of SideKick. Refined table of Isabelle |
|
332 |
symbol abbreviations (see $ISABELLE_HOME/etc/symbols). |
|
333 |
||
54319 | 334 |
* Standard jEdit keyboard shortcut C+b complete-word is remapped to |
335 |
isabelle.complete for explicit completion in Isabelle sources. |
|
336 |
INCOMPATIBILITY wrt. jEdit defaults, may have to invent new shortcuts |
|
337 |
to resolve conflict. |
|
338 |
||
54305 | 339 |
* Improved support of various "minor modes" for Isabelle NEWS, |
340 |
options, session ROOT etc., with completion and SideKick tree view. |
|
341 |
||
53971 | 342 |
* Strictly monotonic document update, without premature cancellation of |
343 |
running transactions that are still needed: avoid reset/restart of |
|
344 |
such command executions while editing. |
|
53271
0460d6962ced
GTK+ works better due to avoidance of default list view popups;
wenzelm
parents:
53251
diff
changeset
|
345 |
|
53971 | 346 |
* Support for asynchronous print functions, as overlay to existing |
347 |
document content. |
|
348 |
||
349 |
* Support for automatic tools in HOL, which try to prove or disprove |
|
350 |
toplevel theorem statements. |
|
351 |
||
352 |
* Action isabelle.reset-font-size resets main text area font size |
|
54365
5d45c985974a
no default shortcut for isabelle.reset-font-size -- avoid conflict with unsplit-current;
wenzelm
parents:
54351
diff
changeset
|
353 |
according to Isabelle/Scala plugin option "jedit_font_reset_size" (see |
5d45c985974a
no default shortcut for isabelle.reset-font-size -- avoid conflict with unsplit-current;
wenzelm
parents:
54351
diff
changeset
|
354 |
also "Plugin Options / Isabelle / General"). It can be bound to some |
5d45c985974a
no default shortcut for isabelle.reset-font-size -- avoid conflict with unsplit-current;
wenzelm
parents:
54351
diff
changeset
|
355 |
keyboard shortcut by the user (e.g. C+0 and/or C+NUMPAD0). |
53971 | 356 |
|
357 |
* File specifications in jEdit (e.g. file browser) may refer to |
|
54351 | 358 |
$ISABELLE_HOME and $ISABELLE_HOME_USER on all platforms. Discontinued |
359 |
obsolete $ISABELLE_HOME_WINDOWS variable. |
|
53971 | 360 |
|
361 |
* Improved support for Linux look-and-feel "GTK+", see also "Utilities |
|
362 |
/ Global Options / Appearance". |
|
363 |
||
364 |
* Improved support of native Mac OS X functionality via "MacOSX" |
|
365 |
plugin, which is now enabled by default. |
|
366 |
||
51533 | 367 |
|
51313 | 368 |
*** Pure *** |
369 |
||
54049 | 370 |
* Commands 'interpretation' and 'sublocale' are now target-sensitive. |
371 |
In particular, 'interpretation' allows for non-persistent |
|
372 |
interpretation within "context ... begin ... end" blocks offering a |
|
373 |
light-weight alternative to 'sublocale'. See "isar-ref" manual for |
|
374 |
details. |
|
51747 | 375 |
|
51565 | 376 |
* Improved locales diagnostic command 'print_dependencies'. |
377 |
||
51313 | 378 |
* Discontinued obsolete 'axioms' command, which has been marked as |
379 |
legacy since Isabelle2009-2. INCOMPATIBILITY, use 'axiomatization' |
|
380 |
instead, while observing its uniform scope for polymorphism. |
|
381 |
||
51316
dfe469293eb4
discontinued empty name bindings in 'axiomatization';
wenzelm
parents:
51313
diff
changeset
|
382 |
* Discontinued empty name bindings in 'axiomatization'. |
dfe469293eb4
discontinued empty name bindings in 'axiomatization';
wenzelm
parents:
51313
diff
changeset
|
383 |
INCOMPATIBILITY. |
dfe469293eb4
discontinued empty name bindings in 'axiomatization';
wenzelm
parents:
51313
diff
changeset
|
384 |
|
53971 | 385 |
* System option "proofs" has been discontinued. Instead the global |
386 |
state of Proofterm.proofs is persistently compiled into logic images |
|
387 |
as required, notably HOL-Proofs. Users no longer need to change |
|
388 |
Proofterm.proofs dynamically. Minor INCOMPATIBILITY. |
|
389 |
||
390 |
* Syntax translation functions (print_translation etc.) always depend |
|
391 |
on Proof.context. Discontinued former "(advanced)" option -- this is |
|
392 |
now the default. Minor INCOMPATIBILITY. |
|
393 |
||
394 |
* Former global reference trace_unify_fail is now available as |
|
395 |
configuration option "unify_trace_failure" (global context only). |
|
396 |
||
52463 | 397 |
* SELECT_GOAL now retains the syntactic context of the overall goal |
398 |
state (schematic variables etc.). Potential INCOMPATIBILITY in rare |
|
399 |
situations. |
|
400 |
||
51313 | 401 |
|
51002
496013a6eb38
remove unnecessary assumption from real_normed_vector
hoelzl
parents:
50994
diff
changeset
|
402 |
*** HOL *** |
496013a6eb38
remove unnecessary assumption from real_normed_vector
hoelzl
parents:
50994
diff
changeset
|
403 |
|
54032 | 404 |
* Stronger precedence of syntax for big intersection and union on |
405 |
sets, in accordance with corresponding lattice operations. |
|
406 |
INCOMPATIBILITY. |
|
407 |
||
408 |
* Notation "{p:A. P}" now allows tuple patterns as well. |
|
409 |
||
410 |
* Nested case expressions are now translated in a separate check phase |
|
411 |
rather than during parsing. The data for case combinators is separated |
|
412 |
from the datatype package. The declaration attribute |
|
413 |
"case_translation" can be used to register new case combinators: |
|
414 |
||
415 |
declare [[case_translation case_combinator constructor1 ... constructorN]] |
|
52637
1501ebe39711
attribute "code" declares concrete and abstract code equations uniformly; added explicit "code equation" instead
haftmann
parents:
52550
diff
changeset
|
416 |
|
52435
6646bb548c6b
migration from code_(const|type|class|instance) to code_printing and from code_module to code_identifier
haftmann
parents:
52430
diff
changeset
|
417 |
* Code generator: |
53160 | 418 |
- 'code_printing' unifies 'code_const' / 'code_type' / 'code_class' / |
419 |
'code_instance'. |
|
420 |
- 'code_identifier' declares name hints for arbitrary identifiers in |
|
421 |
generated code, subsuming 'code_modulename'. |
|
53983 | 422 |
|
423 |
See the isar-ref manual for syntax diagrams, and the HOL theories for |
|
424 |
examples. |
|
52435
6646bb548c6b
migration from code_(const|type|class|instance) to code_printing and from code_module to code_identifier
haftmann
parents:
52430
diff
changeset
|
425 |
|
54032 | 426 |
* Attibute 'code': 'code' now declares concrete and abstract code |
427 |
equations uniformly. Use explicit 'code equation' and 'code abstract' |
|
428 |
to distinguish both when desired. |
|
429 |
||
430 |
* Discontinued theories Code_Integer and Efficient_Nat by a more |
|
431 |
fine-grain stack of theories Code_Target_Int, Code_Binary_Nat, |
|
432 |
Code_Target_Nat and Code_Target_Numeral. See the tutorial on code |
|
433 |
generation for details. INCOMPATIBILITY. |
|
434 |
||
435 |
* Numeric types are mapped by default to target language numerals: |
|
436 |
natural (replaces former code_numeral) and integer (replaces former |
|
437 |
code_int). Conversions are available as integer_of_natural / |
|
438 |
natural_of_integer / integer_of_nat / nat_of_integer (in HOL) and |
|
439 |
Code_Numeral.integer_of_natural / Code_Numeral.natural_of_integer (in |
|
440 |
ML). INCOMPATIBILITY. |
|
441 |
||
442 |
* Function package: For mutually recursive functions f and g, separate |
|
443 |
cases rules f.cases and g.cases are generated instead of unusable |
|
444 |
f_g.cases which exposed internal sum types. Potential INCOMPATIBILITY, |
|
445 |
in the case that the unusable rule was used nevertheless. |
|
446 |
||
447 |
* Function package: For each function f, new rules f.elims are |
|
448 |
generated, which eliminate equalities of the form "f x = t". |
|
449 |
||
450 |
* New command 'fun_cases' derives ad-hoc elimination rules for |
|
451 |
function equations as simplified instances of f.elims, analogous to |
|
452 |
inductive_cases. See ~~/src/HOL/ex/Fundefs.thy for some examples. |
|
53307 | 453 |
|
54021 | 454 |
* Lifting: |
455 |
- parametrized correspondence relations are now supported: |
|
54378 | 456 |
+ parametricity theorems for the raw term can be specified in |
54021 | 457 |
the command lift_definition, which allow us to generate stronger |
458 |
transfer rules |
|
459 |
+ setup_lifting generates stronger transfer rules if parametric |
|
460 |
correspondence relation can be generated |
|
461 |
+ various new properties of the relator must be specified to support |
|
462 |
parametricity |
|
463 |
+ parametricity theorem for the Quotient relation can be specified |
|
464 |
- setup_lifting generates domain rules for the Transfer package |
|
465 |
- stronger reflexivity prover of respectfulness theorems for type |
|
466 |
copies |
|
467 |
- ===> and --> are now local. The symbols can be introduced |
|
468 |
by interpreting the locale lifting_syntax (typically in an |
|
469 |
anonymous context) |
|
54378 | 470 |
- Lifting/Transfer relevant parts of Library/Quotient_* are now in |
54021 | 471 |
Main. Potential INCOMPATIBILITY |
472 |
- new commands for restoring and deleting Lifting/Transfer context: |
|
473 |
lifting_forget, lifting_update |
|
54378 | 474 |
- the command print_quotmaps was renamed to print_quot_maps. |
54021 | 475 |
INCOMPATIBILITY |
476 |
||
477 |
* Transfer: |
|
54378 | 478 |
- better support for domains in Transfer: replace Domainp T |
54021 | 479 |
by the actual invariant in a transferred goal |
480 |
- transfer rules can have as assumptions other transfer rules |
|
481 |
- Experimental support for transferring from the raw level to the |
|
482 |
abstract level: Transfer.transferred attribute |
|
483 |
- Attribute version of the transfer method: untransferred attribute |
|
484 |
||
52286 | 485 |
* Reification and reflection: |
53160 | 486 |
- Reification is now directly available in HOL-Main in structure |
487 |
"Reification". |
|
488 |
- Reflection now handles multiple lists with variables also. |
|
489 |
- The whole reflection stack has been decomposed into conversions. |
|
52286 | 490 |
INCOMPATIBILITY. |
491 |
||
51489 | 492 |
* Revised devices for recursive definitions over finite sets: |
493 |
- Only one fundamental fold combinator on finite set remains: |
|
494 |
Finite_Set.fold :: ('a => 'b => 'b) => 'b => 'a set => 'b |
|
495 |
This is now identity on infinite sets. |
|
52745
821ce370b7fc
avoid predefined symbols -- allow editing with Isabelle/jEdit in isabelle-news mode;
wenzelm
parents:
52743
diff
changeset
|
496 |
- Locales ("mini packages") for fundamental definitions with |
51489 | 497 |
Finite_Set.fold: folding, folding_idem. |
498 |
- Locales comm_monoid_set, semilattice_order_set and |
|
499 |
semilattice_neutr_order_set for big operators on sets. |
|
500 |
See theory Big_Operators for canonical examples. |
|
501 |
Note that foundational constants comm_monoid_set.F and |
|
502 |
semilattice_set.F correspond to former combinators fold_image |
|
503 |
and fold1 respectively. These are now gone. You may use |
|
51490 | 504 |
those foundational constants as substitutes, but it is |
53983 | 505 |
preferable to interpret the above locales accordingly. |
51489 | 506 |
- Dropped class ab_semigroup_idem_mult (special case of lattice, |
507 |
no longer needed in connection with Finite_Set.fold etc.) |
|
508 |
- Fact renames: |
|
509 |
card.union_inter ~> card_Un_Int [symmetric] |
|
510 |
card.union_disjoint ~> card_Un_disjoint |
|
511 |
INCOMPATIBILITY. |
|
512 |
||
51487 | 513 |
* Locale hierarchy for abstract orderings and (semi)lattices. |
514 |
||
53526 | 515 |
* Complete_Partial_Order.admissible is defined outside the type class |
516 |
ccpo, but with mandatory prefix ccpo. Admissibility theorems lose the |
|
517 |
class predicate assumption or sort constraint when possible. |
|
53362 | 518 |
INCOMPATIBILITY. |
519 |
||
53160 | 520 |
* Introduce type class "conditionally_complete_lattice": Like a |
521 |
complete lattice but does not assume the existence of the top and |
|
522 |
bottom elements. Allows to generalize some lemmas about reals and |
|
523 |
extended reals. Removed SupInf and replaced it by the instantiation |
|
524 |
of conditionally_complete_lattice for real. Renamed lemmas about |
|
525 |
conditionally-complete lattice from Sup_... to cSup_... and from |
|
526 |
Inf_... to cInf_... to avoid hidding of similar complete lattice |
|
527 |
lemmas. |
|
528 |
||
529 |
* Introduce type class linear_continuum as combination of |
|
530 |
conditionally-complete lattices and inner dense linorders which have |
|
531 |
more than one element. INCOMPATIBILITY. |
|
532 |
||
53983 | 533 |
* Introduced type classes order_top and order_bot. The old classes top |
534 |
and bot only contain the syntax without assumptions. INCOMPATIBILITY: |
|
535 |
Rename bot -> order_bot, top -> order_top |
|
53683 | 536 |
|
53160 | 537 |
* Introduce type classes "no_top" and "no_bot" for orderings without |
538 |
top and bottom elements. |
|
51732 | 539 |
|
540 |
* Split dense_linorder into inner_dense_order and no_top, no_bot. |
|
541 |
||
542 |
* Complex_Main: Unify and move various concepts from |
|
53160 | 543 |
HOL-Multivariate_Analysis to HOL-Complex_Main. |
51732 | 544 |
|
53983 | 545 |
- Introduce type class (lin)order_topology and |
546 |
linear_continuum_topology. Allows to generalize theorems about |
|
547 |
limits and order. Instances are reals and extended reals. |
|
51732 | 548 |
|
549 |
- continuous and continuos_on from Multivariate_Analysis: |
|
53983 | 550 |
"continuous" is the continuity of a function at a filter. "isCont" |
551 |
is now an abbrevitation: "isCont x f == continuous (at _) f". |
|
552 |
||
553 |
Generalized continuity lemmas from isCont to continuous on an |
|
554 |
arbitrary filter. |
|
555 |
||
556 |
- compact from Multivariate_Analysis. Use Bolzano's lemma to prove |
|
557 |
compactness of closed intervals on reals. Continuous functions |
|
558 |
attain infimum and supremum on compact sets. The inverse of a |
|
559 |
continuous function is continuous, when the function is continuous |
|
560 |
on a compact set. |
|
51732 | 561 |
|
562 |
- connected from Multivariate_Analysis. Use it to prove the |
|
51775
408d937c9486
revert #916271d52466; add non-topological linear_continuum type class; show linear_continuum_topology is a perfect_space
hoelzl
parents:
51774
diff
changeset
|
563 |
intermediate value theorem. Show connectedness of intervals on |
408d937c9486
revert #916271d52466; add non-topological linear_continuum type class; show linear_continuum_topology is a perfect_space
hoelzl
parents:
51774
diff
changeset
|
564 |
linear_continuum_topology). |
51732 | 565 |
|
566 |
- first_countable_topology from Multivariate_Analysis. Is used to |
|
53983 | 567 |
show equivalence of properties on the neighbourhood filter of x and |
568 |
on all sequences converging to x. |
|
569 |
||
570 |
- FDERIV: Definition of has_derivative moved to Deriv.thy. Moved |
|
571 |
theorems from Library/FDERIV.thy to Deriv.thy and base the |
|
572 |
definition of DERIV on FDERIV. Add variants of DERIV and FDERIV |
|
573 |
which are restricted to sets, i.e. to represent derivatives from |
|
574 |
left or right. |
|
51732 | 575 |
|
576 |
- Removed the within-filter. It is replaced by the principal filter: |
|
577 |
||
578 |
F within X = inf F (principal X) |
|
579 |
||
580 |
- Introduce "at x within U" as a single constant, "at x" is now an |
|
581 |
abbreviation for "at x within UNIV" |
|
582 |
||
53983 | 583 |
- Introduce named theorem collections tendsto_intros, |
584 |
continuous_intros, continuous_on_intros and FDERIV_intros. Theorems |
|
585 |
in tendsto_intros (or FDERIV_intros) are also available as |
|
586 |
tendsto_eq_intros (or FDERIV_eq_intros) where the right-hand side |
|
587 |
is replaced by a congruence rule. This allows to apply them as |
|
588 |
intro rules and then proving equivalence by the simplifier. |
|
51732 | 589 |
|
590 |
- Restructured theories in HOL-Complex_Main: |
|
591 |
||
592 |
+ Moved RealDef and RComplete into Real |
|
593 |
||
594 |
+ Introduced Topological_Spaces and moved theorems about |
|
595 |
topological spaces, filters, limits and continuity to it |
|
596 |
||
597 |
+ Renamed RealVector to Real_Vector_Spaces |
|
598 |
||
53983 | 599 |
+ Split Lim, SEQ, Series into Topological_Spaces, |
600 |
Real_Vector_Spaces, and Limits |
|
51732 | 601 |
|
602 |
+ Moved Ln and Log to Transcendental |
|
603 |
||
604 |
+ Moved theorems about continuity from Deriv to Topological_Spaces |
|
605 |
||
606 |
- Remove various auxiliary lemmas. |
|
607 |
||
608 |
INCOMPATIBILITY. |
|
51002
496013a6eb38
remove unnecessary assumption from real_normed_vector
hoelzl
parents:
50994
diff
changeset
|
609 |
|
53738 | 610 |
* Nitpick: |
53803 | 611 |
- Added option "spy" |
53738 | 612 |
- Reduce incidence of "too high arity" errors |
613 |
||
51137 | 614 |
* Sledgehammer: |
615 |
- Renamed option: |
|
616 |
isar_shrink ~> isar_compress |
|
53738 | 617 |
INCOMPATIBILITY. |
53801 | 618 |
- Added options "isar_try0", "spy" |
53728 | 619 |
- Better support for "isar_proofs" |
53766 | 620 |
- MaSh has been fined-tuned and now runs as a local server |
51137 | 621 |
|
54032 | 622 |
* Improved support for ad hoc overloading of constants (see also |
623 |
isar-ref manual and ~~/src/HOL/ex/Adhoc_Overloading_Examples.thy). |
|
624 |
||
625 |
* Library/Polynomial.thy: |
|
626 |
- Use lifting for primitive definitions. |
|
627 |
- Explicit conversions from and to lists of coefficients, used for |
|
628 |
generated code. |
|
629 |
- Replaced recursion operator poly_rec by fold_coeffs. |
|
630 |
- Prefer pre-existing gcd operation for gcd. |
|
631 |
- Fact renames: |
|
632 |
poly_eq_iff ~> poly_eq_poly_eq_iff |
|
633 |
poly_ext ~> poly_eqI |
|
634 |
expand_poly_eq ~> poly_eq_iff |
|
635 |
IMCOMPATIBILITY. |
|
636 |
||
637 |
* New Library/Simps_Case_Conv.thy: Provides commands simps_of_case and |
|
638 |
case_of_simps to convert function definitions between a list of |
|
639 |
equations with patterns on the lhs and a single equation with case |
|
640 |
expressions on the rhs. See also Ex/Simps_Case_Conv_Examples.thy. |
|
641 |
||
642 |
* New Library/FSet.thy: type of finite sets defined as a subtype of |
|
643 |
sets defined by Lifting/Transfer. |
|
644 |
||
645 |
* Discontinued theory src/HOL/Library/Eval_Witness. INCOMPATIBILITY. |
|
646 |
||
647 |
* Consolidation of library theories on product orders: |
|
648 |
||
649 |
Product_Lattice ~> Product_Order -- pointwise order on products |
|
650 |
Product_ord ~> Product_Lexorder -- lexicographic order on products |
|
651 |
||
652 |
INCOMPATIBILITY. |
|
653 |
||
53160 | 654 |
* Imperative-HOL: The MREC combinator is considered legacy and no |
655 |
longer included by default. INCOMPATIBILITY, use partial_function |
|
656 |
instead, or import theory Legacy_Mrec as a fallback. |
|
657 |
||
53983 | 658 |
* HOL-Algebra: Discontinued theories ~~/src/HOL/Algebra/abstract and |
659 |
~~/src/HOL/Algebra/poly. Existing theories should be based on |
|
660 |
~~/src/HOL/Library/Polynomial instead. The latter provides |
|
661 |
integration with HOL's type classes for rings. INCOMPATIBILITY. |
|
51517
7957d26c3334
Discontinued theories src/HOL/Algebra/abstract and .../poly.
ballarin
parents:
51490
diff
changeset
|
662 |
|
54033 | 663 |
* HOL-BNF: |
54032 | 664 |
- Various improvements to BNF-based (co)datatype package, including |
665 |
new commands "primrec_new", "primcorec", and |
|
666 |
"datatype_new_compat", as well as documentation. See |
|
667 |
"datatypes.pdf" for details. |
|
668 |
- New "coinduction" method to avoid some boilerplate (compared to |
|
669 |
coinduct). |
|
670 |
- Renamed keywords: |
|
671 |
data ~> datatype_new |
|
672 |
codata ~> codatatype |
|
673 |
bnf_def ~> bnf |
|
674 |
- Renamed many generated theorems, including |
|
675 |
discs ~> disc |
|
676 |
map_comp' ~> map_comp |
|
677 |
map_id' ~> map_id |
|
678 |
sels ~> sel |
|
679 |
set_map' ~> set_map |
|
680 |
sets ~> set |
|
681 |
IMCOMPATIBILITY. |
|
682 |
||
51517
7957d26c3334
Discontinued theories src/HOL/Algebra/abstract and .../poly.
ballarin
parents:
51490
diff
changeset
|
683 |
|
51551 | 684 |
*** ML *** |
685 |
||
53971 | 686 |
* Spec_Check is a Quickcheck tool for Isabelle/ML. The ML function |
687 |
"check_property" allows to check specifications of the form "ALL x y |
|
688 |
z. prop x y z". See also ~~/src/Tools/Spec_Check/ with its |
|
689 |
Examples.thy in particular. |
|
690 |
||
53709
84522727f9d3
improved printing of exception trace in Poly/ML 5.5.1;
wenzelm
parents:
53683
diff
changeset
|
691 |
* Improved printing of exception trace in Poly/ML 5.5.1, with regular |
84522727f9d3
improved printing of exception trace in Poly/ML 5.5.1;
wenzelm
parents:
53683
diff
changeset
|
692 |
tracing output in the command transaction context instead of physical |
84522727f9d3
improved printing of exception trace in Poly/ML 5.5.1;
wenzelm
parents:
53683
diff
changeset
|
693 |
stdout. See also Toplevel.debug, Toplevel.debugging and |
84522727f9d3
improved printing of exception trace in Poly/ML 5.5.1;
wenzelm
parents:
53683
diff
changeset
|
694 |
ML_Compiler.exn_trace. |
84522727f9d3
improved printing of exception trace in Poly/ML 5.5.1;
wenzelm
parents:
53683
diff
changeset
|
695 |
|
53971 | 696 |
* ML type "theory" is now immutable, without any special treatment of |
697 |
drafts or linear updates (which could lead to "stale theory" errors in |
|
698 |
the past). Discontinued obsolete operations like Theory.copy, |
|
699 |
Theory.checkpoint, and the auxiliary type theory_ref. Minor |
|
700 |
INCOMPATIBILITY. |
|
53164
beb4ee344c22
clarified position of Spec_Check for Isabelle/ML -- it is unrelated to Isabelle/HOL;
wenzelm
parents:
53162
diff
changeset
|
701 |
|
51551 | 702 |
* More uniform naming of goal functions for skipped proofs: |
703 |
||
704 |
Skip_Proof.prove ~> Goal.prove_sorry |
|
705 |
Skip_Proof.prove_global ~> Goal.prove_sorry_global |
|
706 |
||
53971 | 707 |
Minor INCOMPATIBILITY. |
51703
f2e92fc0c8aa
modifiers for classical wrappers operate on Proof.context instead of claset;
wenzelm
parents:
51689
diff
changeset
|
708 |
|
51717
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
709 |
* Simplifier tactics and tools use proper Proof.context instead of |
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
710 |
historic type simpset. Old-style declarations like addsimps, |
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
711 |
addsimprocs etc. operate directly on Proof.context. Raw type simpset |
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
712 |
retains its use as snapshot of the main Simplifier context, using |
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
713 |
simpset_of and put_simpset on Proof.context. INCOMPATIBILITY -- port |
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
714 |
old tools by making them depend on (ctxt : Proof.context) instead of |
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
715 |
(ss : simpset), then turn (simpset_of ctxt) into ctxt. |
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
716 |
|
53971 | 717 |
* Modifiers for classical wrappers (e.g. addWrapper, delWrapper) |
718 |
operate on Proof.context instead of claset, for uniformity with addIs, |
|
719 |
addEs, addDs etc. Note that claset_of and put_claset allow to manage |
|
720 |
clasets separately from the context. |
|
721 |
||
51717
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
722 |
* Discontinued obsolete ML antiquotations @{claset} and @{simpset}. |
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
723 |
INCOMPATIBILITY, use @{context} instead. |
9e7d1c139569
simplifier uses proper Proof.context instead of historic type simpset;
wenzelm
parents:
51703
diff
changeset
|
724 |
|
53971 | 725 |
* Antiquotation @{theory_context A} is similar to @{theory A}, but |
726 |
presents the result as initial Proof.context. |
|
727 |
||
51551 | 728 |
|
51398
c3d02b3518c2
discontinued "isabelle usedir" option -P (remote path);
wenzelm
parents:
51382
diff
changeset
|
729 |
*** System *** |
c3d02b3518c2
discontinued "isabelle usedir" option -P (remote path);
wenzelm
parents:
51382
diff
changeset
|
730 |
|
52052
892061142ba6
discontinued obsolete isabelle usedir, mkdir, make;
wenzelm
parents:
51775
diff
changeset
|
731 |
* Discontinued obsolete isabelle usedir, mkdir, make -- superseded by |
892061142ba6
discontinued obsolete isabelle usedir, mkdir, make;
wenzelm
parents:
51775
diff
changeset
|
732 |
"isabelle build" in Isabelle2013. INCOMPATIBILITY. |
51398
c3d02b3518c2
discontinued "isabelle usedir" option -P (remote path);
wenzelm
parents:
51382
diff
changeset
|
733 |
|
52054
eaf17514aabd
discontinued obsolete isabelle-process options -f and -u;
wenzelm
parents:
52053
diff
changeset
|
734 |
* Discontinued obsolete isabelle-process options -f and -u (former |
eaf17514aabd
discontinued obsolete isabelle-process options -f and -u;
wenzelm
parents:
52053
diff
changeset
|
735 |
administrative aliases of option -e). Minor INCOMPATIBILITY. |
eaf17514aabd
discontinued obsolete isabelle-process options -f and -u;
wenzelm
parents:
52053
diff
changeset
|
736 |
|
52550 | 737 |
* Discontinued obsolete isabelle print tool, and PRINT_COMMAND |
738 |
settings variable. |
|
739 |
||
52746 | 740 |
* Discontinued ISABELLE_DOC_FORMAT settings variable and historic |
741 |
document formats: dvi.gz, ps, ps.gz -- the default document format is |
|
742 |
always pdf. |
|
52743 | 743 |
|
52053 | 744 |
* Isabelle settings variable ISABELLE_BUILD_JAVA_OPTIONS allows to |
745 |
specify global resources of the JVM process run by isabelle build. |
|
746 |
||
52116
abf9fcfa65cf
added isabelle_scala_script wrapper -- NB: portable hash-bang allows exactly one executable, without additional arguments;
wenzelm
parents:
52060
diff
changeset
|
747 |
* Toplevel executable $ISABELLE_HOME/bin/isabelle_scala_script allows |
abf9fcfa65cf
added isabelle_scala_script wrapper -- NB: portable hash-bang allows exactly one executable, without additional arguments;
wenzelm
parents:
52060
diff
changeset
|
748 |
to run Isabelle/Scala source files as standalone programs. |
abf9fcfa65cf
added isabelle_scala_script wrapper -- NB: portable hash-bang allows exactly one executable, without additional arguments;
wenzelm
parents:
52060
diff
changeset
|
749 |
|
52439
4cf3f6153eb8
improved "isabelle keywords" and "isabelle update_keywords" based on Isabelle/Scala, without requiring to build sessions first;
wenzelm
parents:
52435
diff
changeset
|
750 |
* Improved "isabelle keywords" tool (for old-style ProofGeneral |
4cf3f6153eb8
improved "isabelle keywords" and "isabelle update_keywords" based on Isabelle/Scala, without requiring to build sessions first;
wenzelm
parents:
52435
diff
changeset
|
751 |
keyword tables): use Isabelle/Scala operations, which inspect outer |
4cf3f6153eb8
improved "isabelle keywords" and "isabelle update_keywords" based on Isabelle/Scala, without requiring to build sessions first;
wenzelm
parents:
52435
diff
changeset
|
752 |
syntax without requiring to build sessions first. |
4cf3f6153eb8
improved "isabelle keywords" and "isabelle update_keywords" based on Isabelle/Scala, without requiring to build sessions first;
wenzelm
parents:
52435
diff
changeset
|
753 |
|
53971 | 754 |
* Sessions may be organized via 'chapter' specifications in the ROOT |
755 |
file, which determines a two-level hierarchy of browser info. The old |
|
756 |
tree-like organization via implicit sub-session relation (with its |
|
757 |
tendency towards erratic fluctuation of URLs) has been discontinued. |
|
758 |
The default chapter is called "Unsorted". Potential INCOMPATIBILITY |
|
759 |
for HTML presentation of theories. |
|
760 |
||
51398
c3d02b3518c2
discontinued "isabelle usedir" option -P (remote path);
wenzelm
parents:
51382
diff
changeset
|
761 |
|
c3d02b3518c2
discontinued "isabelle usedir" option -P (remote path);
wenzelm
parents:
51382
diff
changeset
|
762 |
|
50993 | 763 |
New in Isabelle2013 (February 2013) |
764 |
----------------------------------- |
|
47887 | 765 |
|
47967
c422128d3889
discontinued obsolete method fastsimp / tactic fast_simp_tac;
wenzelm
parents:
47958
diff
changeset
|
766 |
*** General *** |
c422128d3889
discontinued obsolete method fastsimp / tactic fast_simp_tac;
wenzelm
parents:
47958
diff
changeset
|
767 |
|
50126
3dec88149176
theorem status about oracles/futures is no longer printed by default;
wenzelm
parents:
50119
diff
changeset
|
768 |
* Theorem status about oracles and unfinished/failed future proofs is |
3dec88149176
theorem status about oracles/futures is no longer printed by default;
wenzelm
parents:
50119
diff
changeset
|
769 |
no longer printed by default, since it is incompatible with |
3dec88149176
theorem status about oracles/futures is no longer printed by default;
wenzelm
parents:
50119
diff
changeset
|
770 |
incremental / parallel checking of the persistent document model. ML |
3dec88149176
theorem status about oracles/futures is no longer printed by default;
wenzelm
parents:
50119
diff
changeset
|
771 |
function Thm.peek_status may be used to inspect a snapshot of the |
3dec88149176
theorem status about oracles/futures is no longer printed by default;
wenzelm
parents:
50119
diff
changeset
|
772 |
ongoing evaluation process. Note that in batch mode --- notably |
3dec88149176
theorem status about oracles/futures is no longer printed by default;
wenzelm
parents:
50119
diff
changeset
|
773 |
isabelle build --- the system ensures that future proofs of all |
3dec88149176
theorem status about oracles/futures is no longer printed by default;
wenzelm
parents:
50119
diff
changeset
|
774 |
accessible theorems in the theory context are finished (as before). |
3dec88149176
theorem status about oracles/futures is no longer printed by default;
wenzelm
parents:
50119
diff
changeset
|
775 |
|
49699 | 776 |
* Configuration option show_markup controls direct inlining of markup |
777 |
into the printed representation of formal entities --- notably type |
|
778 |
and sort constraints. This enables Prover IDE users to retrieve that |
|
779 |
information via tooltips in the output window, for example. |
|
780 |
||
48890
d72ca5742f80
'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents:
48844
diff
changeset
|
781 |
* Command 'ML_file' evaluates ML text from a file directly within the |
d72ca5742f80
'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents:
48844
diff
changeset
|
782 |
theory, without any predeclaration via 'uses' in the theory header. |
d72ca5742f80
'ML_file' evaluates ML text from a file directly within the theory, without predeclaration via 'uses';
wenzelm
parents:
48844
diff
changeset
|
783 |
|
49243 | 784 |
* Old command 'use' command and corresponding keyword 'uses' in the |
785 |
theory header are legacy features and will be discontinued soon. |
|
786 |
Tools that load their additional source files may imitate the |
|
787 |
'ML_file' implementation, such that the system can take care of |
|
788 |
dependencies properly. |
|
789 |
||
47967
c422128d3889
discontinued obsolete method fastsimp / tactic fast_simp_tac;
wenzelm
parents:
47958
diff
changeset
|
790 |
* Discontinued obsolete method fastsimp / tactic fast_simp_tac, which |
c422128d3889
discontinued obsolete method fastsimp / tactic fast_simp_tac;
wenzelm
parents:
47958
diff
changeset
|
791 |
is called fastforce / fast_force_tac already since Isabelle2011-1. |
c422128d3889
discontinued obsolete method fastsimp / tactic fast_simp_tac;
wenzelm
parents:
47958
diff
changeset
|
792 |
|
50110 | 793 |
* Updated and extended "isar-ref" and "implementation" manual, reduced |
794 |
remaining material in old "ref" manual. |
|
48120
9fe0e71052a0
updated "isar-ref" manual, reduced remaining material in "ref" manual.
wenzelm
parents:
48111
diff
changeset
|
795 |
|
51050 | 796 |
* Improved support for auxiliary contexts that indicate block structure |
797 |
for specifications. Nesting of "context fixes ... context assumes ..." |
|
49841 | 798 |
and "class ... context ...". |
799 |
||
50772
6973b3f41334
allow negative argument in "consumes" source format;
wenzelm
parents:
50731
diff
changeset
|
800 |
* Attribute "consumes" allows a negative value as well, which is |
50778 | 801 |
interpreted relatively to the total number of premises of the rule in |
50772
6973b3f41334
allow negative argument in "consumes" source format;
wenzelm
parents:
50731
diff
changeset
|
802 |
the target context. This form of declaration is stable when exported |
6973b3f41334
allow negative argument in "consumes" source format;
wenzelm
parents:
50731
diff
changeset
|
803 |
from a nested 'context' with additional assumptions. It is the |
6973b3f41334
allow negative argument in "consumes" source format;
wenzelm
parents:
50731
diff
changeset
|
804 |
preferred form for definitional packages, notably cases/rules produced |
6973b3f41334
allow negative argument in "consumes" source format;
wenzelm
parents:
50731
diff
changeset
|
805 |
in HOL/inductive and HOL/function. |
6973b3f41334
allow negative argument in "consumes" source format;
wenzelm
parents:
50731
diff
changeset
|
806 |
|
49869
bd370af308f0
support for more informative errors in lazy enumerations;
wenzelm
parents:
49841
diff
changeset
|
807 |
* More informative error messages for Isar proof commands involving |
bd370af308f0
support for more informative errors in lazy enumerations;
wenzelm
parents:
49841
diff
changeset
|
808 |
lazy enumerations (method applications etc.). |
bd370af308f0
support for more informative errors in lazy enumerations;
wenzelm
parents:
49841
diff
changeset
|
809 |
|
50213 | 810 |
* Refined 'help' command to retrieve outer syntax commands according |
811 |
to name patterns (with clickable results). |
|
812 |
||
47967
c422128d3889
discontinued obsolete method fastsimp / tactic fast_simp_tac;
wenzelm
parents:
47958
diff
changeset
|
813 |
|
49968 | 814 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
815 |
||
816 |
* Parallel terminal proofs ('by') are enabled by default, likewise |
|
817 |
proofs that are built into packages like 'datatype', 'function'. This |
|
818 |
allows to "run ahead" checking the theory specifications on the |
|
819 |
surface, while the prover is still crunching on internal |
|
820 |
justifications. Unfinished / cancelled proofs are restarted as |
|
821 |
required to complete full proof checking eventually. |
|
822 |
||
823 |
* Improved output panel with tooltips, hyperlinks etc. based on the |
|
824 |
same Rich_Text_Area as regular Isabelle/jEdit buffers. Activation of |
|
825 |
tooltips leads to some window that supports the same recursively, |
|
826 |
which can lead to stacks of tooltips as the semantic document content |
|
827 |
is explored. ESCAPE closes the whole stack, individual windows may be |
|
828 |
closed separately, or detached to become independent jEdit dockables. |
|
829 |
||
50717 | 830 |
* Improved support for commands that produce graph output: the text |
831 |
message contains a clickable area to open a new instance of the graph |
|
832 |
browser on demand. |
|
833 |
||
49968 | 834 |
* More robust incremental parsing of outer syntax (partial comments, |
835 |
malformed symbols). Changing the balance of open/close quotes and |
|
836 |
comment delimiters works more conveniently with unfinished situations |
|
837 |
that frequently occur in user interaction. |
|
838 |
||
839 |
* More efficient painting and improved reactivity when editing large |
|
840 |
files. More scalable management of formal document content. |
|
841 |
||
50505
33c92722cc3d
smarter handling of tracing messages: prover process pauses and enters user dialog;
wenzelm
parents:
50455
diff
changeset
|
842 |
* Smarter handling of tracing messages: prover process pauses after |
33c92722cc3d
smarter handling of tracing messages: prover process pauses and enters user dialog;
wenzelm
parents:
50455
diff
changeset
|
843 |
certain number of messages per command transaction, with some user |
33c92722cc3d
smarter handling of tracing messages: prover process pauses and enters user dialog;
wenzelm
parents:
50455
diff
changeset
|
844 |
dialog to stop or continue. This avoids swamping the front-end with |
50119
5c370a036de7
more generous tracing_limit, with explicit system option;
wenzelm
parents:
50118
diff
changeset
|
845 |
potentially infinite message streams. |
49968 | 846 |
|
847 |
* More plugin options and preferences, based on Isabelle/Scala. The |
|
848 |
jEdit plugin option panel provides access to some Isabelle/Scala |
|
849 |
options, including tuning parameters for editor reactivity and color |
|
850 |
schemes. |
|
851 |
||
50184 | 852 |
* Dockable window "Symbols" provides some editing support for Isabelle |
853 |
symbols. |
|
854 |
||
51082 | 855 |
* Dockable window "Monitor" shows ML runtime statistics. Note that |
856 |
continuous display of the chart slows down the system. |
|
50701 | 857 |
|
50183 | 858 |
* Improved editing support for control styles: subscript, superscript, |
859 |
bold, reset of style -- operating on single symbols or text |
|
50198
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50184
diff
changeset
|
860 |
selections. Cf. keyboard shortcuts C+e DOWN/UP/RIGHT/LEFT. |
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50184
diff
changeset
|
861 |
|
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50184
diff
changeset
|
862 |
* Actions isabelle.increase-font-size and isabelle.decrease-font-size |
0c7b351a6871
added convenience actions isabelle.increase-font-size and isabelle.decrease-font-size;
wenzelm
parents:
50184
diff
changeset
|
863 |
adjust the main text area font size, and its derivatives for output, |
50836 | 864 |
tooltips etc. Cf. keyboard shortcuts C-PLUS and C-MINUS, which often |
865 |
need to be adapted to local keyboard layouts. |
|
50183 | 866 |
|
50730 | 867 |
* More reactive completion popup by default: use \t (TAB) instead of |
868 |
\n (NEWLINE) to minimize intrusion into regular flow of editing. See |
|
869 |
also "Plugin Options / SideKick / General / Code Completion Options". |
|
870 |
||
50406
c28753665b8e
documentation for isabelle build_dialog and its implicit use in isabelle jedit;
wenzelm
parents:
50232
diff
changeset
|
871 |
* Implicit check and build dialog of the specified logic session |
c28753665b8e
documentation for isabelle build_dialog and its implicit use in isabelle jedit;
wenzelm
parents:
50232
diff
changeset
|
872 |
image. For example, HOL, HOLCF, HOL-Nominal can be produced on |
c28753665b8e
documentation for isabelle build_dialog and its implicit use in isabelle jedit;
wenzelm
parents:
50232
diff
changeset
|
873 |
demand, without bundling big platform-dependent heap images in the |
c28753665b8e
documentation for isabelle build_dialog and its implicit use in isabelle jedit;
wenzelm
parents:
50232
diff
changeset
|
874 |
Isabelle distribution. |
c28753665b8e
documentation for isabelle build_dialog and its implicit use in isabelle jedit;
wenzelm
parents:
50232
diff
changeset
|
875 |
|
49968 | 876 |
* Uniform Java 7 platform on Linux, Mac OS X, Windows: recent updates |
877 |
from Oracle provide better multi-platform experience. This version is |
|
878 |
now bundled exclusively with Isabelle. |
|
879 |
||
880 |
||
48205 | 881 |
*** Pure *** |
882 |
||
48431
6efff142bb54
restrict unqualified imports from Haskell Prelude to a small set of fundamental operations
haftmann
parents:
48428
diff
changeset
|
883 |
* Code generation for Haskell: restrict unqualified imports from |
6efff142bb54
restrict unqualified imports from Haskell Prelude to a small set of fundamental operations
haftmann
parents:
48428
diff
changeset
|
884 |
Haskell Prelude to a small set of fundamental operations. |
6efff142bb54
restrict unqualified imports from Haskell Prelude to a small set of fundamental operations
haftmann
parents:
48428
diff
changeset
|
885 |
|
50646 | 886 |
* Command 'export_code': relative file names are interpreted |
887 |
relatively to master directory of current theory rather than the |
|
888 |
rather arbitrary current working directory. INCOMPATIBILITY. |
|
48371 | 889 |
|
48205 | 890 |
* Discontinued obsolete attribute "COMP". Potential INCOMPATIBILITY, |
891 |
use regular rule composition via "OF" / "THEN", or explicit proof |
|
892 |
structure instead. Note that Isabelle/ML provides a variety of |
|
893 |
operators like COMP, INCR_COMP, COMP_INCR, which need to be applied |
|
894 |
with some care where this is really required. |
|
895 |
||
48792 | 896 |
* Command 'typ' supports an additional variant with explicit sort |
897 |
constraint, to infer and check the most general type conforming to a |
|
51063 | 898 |
given sort. Example (in HOL): |
48792 | 899 |
|
900 |
typ "_ * _ * bool * unit" :: finite |
|
901 |
||
50716 | 902 |
* Command 'locale_deps' visualizes all locales and their relations as |
903 |
a Hasse diagram. |
|
904 |
||
48205 | 905 |
|
48013
44de84112a67
added optimisation for equational premises in Quickcheck; added some Quickcheck examples; NEWS
bulwahn
parents:
47979
diff
changeset
|
906 |
*** HOL *** |
44de84112a67
added optimisation for equational premises in Quickcheck; added some Quickcheck examples; NEWS
bulwahn
parents:
47979
diff
changeset
|
907 |
|
50646 | 908 |
* Sledgehammer: |
909 |
||
910 |
- Added MaSh relevance filter based on machine-learning; see the |
|
911 |
Sledgehammer manual for details. |
|
912 |
- Polished Isar proofs generated with "isar_proofs" option. |
|
913 |
- Rationalized type encodings ("type_enc" option). |
|
50720 | 914 |
- Renamed "kill_provers" subcommand to "kill_all". |
50646 | 915 |
- Renamed options: |
916 |
isar_proof ~> isar_proofs |
|
917 |
isar_shrink_factor ~> isar_shrink |
|
918 |
max_relevant ~> max_facts |
|
919 |
relevance_thresholds ~> fact_thresholds |
|
920 |
||
921 |
* Quickcheck: added an optimisation for equality premises. It is |
|
922 |
switched on by default, and can be switched off by setting the |
|
923 |
configuration quickcheck_optimise_equality to false. |
|
924 |
||
50878 | 925 |
* Quotient: only one quotient can be defined by quotient_type |
926 |
INCOMPATIBILITY. |
|
927 |
||
928 |
* Lifting: |
|
929 |
- generation of an abstraction function equation in lift_definition |
|
930 |
- quot_del attribute |
|
931 |
- renamed no_abs_code -> no_code (INCOMPATIBILITY.) |
|
932 |
||
50646 | 933 |
* Simproc "finite_Collect" rewrites set comprehensions into pointfree |
934 |
expressions. |
|
935 |
||
936 |
* Preprocessing of the code generator rewrites set comprehensions into |
|
937 |
pointfree expressions. |
|
938 |
||
939 |
* The SMT solver Z3 has now by default a restricted set of directly |
|
940 |
supported features. For the full set of features (div/mod, nonlinear |
|
941 |
arithmetic, datatypes/records) with potential proof reconstruction |
|
942 |
failures, enable the configuration option "z3_with_extensions". Minor |
|
943 |
INCOMPATIBILITY. |
|
49948
744934b818c7
moved quite generic material from theory Enum to more appropriate places
haftmann
parents:
49918
diff
changeset
|
944 |
|
49836
c13b39542972
simplified 'typedef' specifications: discontinued implicit set definition and alternative name;
wenzelm
parents:
49822
diff
changeset
|
945 |
* Simplified 'typedef' specifications: historical options for implicit |
c13b39542972
simplified 'typedef' specifications: discontinued implicit set definition and alternative name;
wenzelm
parents:
49822
diff
changeset
|
946 |
set definition and alternative name have been discontinued. The |
c13b39542972
simplified 'typedef' specifications: discontinued implicit set definition and alternative name;
wenzelm
parents:
49822
diff
changeset
|
947 |
former behavior of "typedef (open) t = A" is now the default, but |
c13b39542972
simplified 'typedef' specifications: discontinued implicit set definition and alternative name;
wenzelm
parents:
49822
diff
changeset
|
948 |
written just "typedef t = A". INCOMPATIBILITY, need to adapt theories |
c13b39542972
simplified 'typedef' specifications: discontinued implicit set definition and alternative name;
wenzelm
parents:
49822
diff
changeset
|
949 |
accordingly. |
c13b39542972
simplified 'typedef' specifications: discontinued implicit set definition and alternative name;
wenzelm
parents:
49822
diff
changeset
|
950 |
|
50646 | 951 |
* Removed constant "chars"; prefer "Enum.enum" on type "char" |
952 |
directly. INCOMPATIBILITY. |
|
953 |
||
954 |
* Moved operation product, sublists and n_lists from theory Enum to |
|
955 |
List. INCOMPATIBILITY. |
|
49822
0cfc1651be25
simplified construction of fold combinator on multisets;
haftmann
parents:
49770
diff
changeset
|
956 |
|
49739 | 957 |
* Theorem UN_o generalized to SUP_comp. INCOMPATIBILITY. |
958 |
||
49738 | 959 |
* Class "comm_monoid_diff" formalises properties of bounded |
49388 | 960 |
subtraction, with natural numbers and multisets as typical instances. |
961 |
||
50646 | 962 |
* Added combinator "Option.these" with type "'a option set => 'a set". |
963 |
||
964 |
* Theory "Transitive_Closure": renamed lemmas |
|
965 |
||
966 |
reflcl_tranclp -> reflclp_tranclp |
|
967 |
rtranclp_reflcl -> rtranclp_reflclp |
|
968 |
||
969 |
INCOMPATIBILITY. |
|
970 |
||
971 |
* Theory "Rings": renamed lemmas (in class semiring) |
|
972 |
||
973 |
left_distrib ~> distrib_right |
|
974 |
right_distrib ~> distrib_left |
|
975 |
||
976 |
INCOMPATIBILITY. |
|
977 |
||
978 |
* Generalized the definition of limits: |
|
979 |
||
980 |
- Introduced the predicate filterlim (LIM x F. f x :> G) which |
|
981 |
expresses that when the input values x converge to F then the |
|
982 |
output f x converges to G. |
|
983 |
||
984 |
- Added filters for convergence to positive (at_top) and negative |
|
985 |
infinity (at_bot). |
|
986 |
||
987 |
- Moved infinity in the norm (at_infinity) from |
|
988 |
Multivariate_Analysis to Complex_Main. |
|
989 |
||
990 |
- Removed real_tendsto_inf, it is superseded by "LIM x F. f x :> |
|
991 |
at_top". |
|
992 |
||
993 |
INCOMPATIBILITY. |
|
994 |
||
995 |
* Theory "Library/Option_ord" provides instantiation of option type to |
|
996 |
lattice type classes. |
|
997 |
||
998 |
* Theory "Library/Multiset": renamed |
|
999 |
||
1000 |
constant fold_mset ~> Multiset.fold |
|
1001 |
fact fold_mset_commute ~> fold_mset_comm |
|
1002 |
||
1003 |
INCOMPATIBILITY. |
|
1004 |
||
1005 |
* Renamed theory Library/List_Prefix to Library/Sublist, with related |
|
1006 |
changes as follows. |
|
1007 |
||
1008 |
- Renamed constants (and related lemmas) |
|
49145 | 1009 |
|
1010 |
prefix ~> prefixeq |
|
1011 |
strict_prefix ~> prefix |
|
1012 |
||
50646 | 1013 |
- Replaced constant "postfix" by "suffixeq" with swapped argument |
1014 |
order (i.e., "postfix xs ys" is now "suffixeq ys xs") and dropped |
|
1015 |
old infix syntax "xs >>= ys"; use "suffixeq ys xs" instead. |
|
1016 |
Renamed lemmas accordingly. |
|
1017 |
||
1018 |
- Added constant "list_hembeq" for homeomorphic embedding on |
|
1019 |
lists. Added abbreviation "sublisteq" for special case |
|
1020 |
"list_hembeq (op =)". |
|
1021 |
||
1022 |
- Theory Library/Sublist no longer provides "order" and "bot" type |
|
1023 |
class instances for the prefix order (merely corresponding locale |
|
1024 |
interpretations). The type class instances are now in theory |
|
1025 |
Library/Prefix_Order. |
|
1026 |
||
1027 |
- The sublist relation of theory Library/Sublist_Order is now based |
|
1028 |
on "Sublist.sublisteq". Renamed lemmas accordingly: |
|
50516 | 1029 |
|
1030 |
le_list_append_le_same_iff ~> Sublist.sublisteq_append_le_same_iff |
|
1031 |
le_list_append_mono ~> Sublist.list_hembeq_append_mono |
|
1032 |
le_list_below_empty ~> Sublist.list_hembeq_Nil, Sublist.list_hembeq_Nil2 |
|
1033 |
le_list_Cons_EX ~> Sublist.list_hembeq_ConsD |
|
1034 |
le_list_drop_Cons2 ~> Sublist.sublisteq_Cons2' |
|
1035 |
le_list_drop_Cons_neq ~> Sublist.sublisteq_Cons2_neq |
|
1036 |
le_list_drop_Cons ~> Sublist.sublisteq_Cons' |
|
1037 |
le_list_drop_many ~> Sublist.sublisteq_drop_many |
|
1038 |
le_list_filter_left ~> Sublist.sublisteq_filter_left |
|
1039 |
le_list_rev_drop_many ~> Sublist.sublisteq_rev_drop_many |
|
1040 |
le_list_rev_take_iff ~> Sublist.sublisteq_append |
|
1041 |
le_list_same_length ~> Sublist.sublisteq_same_length |
|
1042 |
le_list_take_many_iff ~> Sublist.sublisteq_append' |
|
49145 | 1043 |
less_eq_list.drop ~> less_eq_list_drop |
1044 |
less_eq_list.induct ~> less_eq_list_induct |
|
50516 | 1045 |
not_le_list_length ~> Sublist.not_sublisteq_length |
49145 | 1046 |
|
50646 | 1047 |
INCOMPATIBILITY. |
1048 |
||
1049 |
* New theory Library/Countable_Set. |
|
1050 |
||
1051 |
* Theory Library/Debug and Library/Parallel provide debugging and |
|
1052 |
parallel execution for code generated towards Isabelle/ML. |
|
1053 |
||
1054 |
* Theory Library/FuncSet: Extended support for Pi and extensional and |
|
1055 |
introduce the extensional dependent function space "PiE". Replaced |
|
1056 |
extensional_funcset by an abbreviation, and renamed lemmas from |
|
1057 |
extensional_funcset to PiE as follows: |
|
1058 |
||
1059 |
extensional_empty ~> PiE_empty |
|
1060 |
extensional_funcset_empty_domain ~> PiE_empty_domain |
|
1061 |
extensional_funcset_empty_range ~> PiE_empty_range |
|
1062 |
extensional_funcset_arb ~> PiE_arb |
|
1063 |
extensional_funcset_mem ~> PiE_mem |
|
1064 |
extensional_funcset_extend_domainI ~> PiE_fun_upd |
|
1065 |
extensional_funcset_restrict_domain ~> fun_upd_in_PiE |
|
1066 |
extensional_funcset_extend_domain_eq ~> PiE_insert_eq |
|
1067 |
card_extensional_funcset ~> card_PiE |
|
1068 |
finite_extensional_funcset ~> finite_PiE |
|
1069 |
||
1070 |
INCOMPATIBILITY. |
|
1071 |
||
1072 |
* Theory Library/FinFun: theory of almost everywhere constant |
|
1073 |
functions (supersedes the AFP entry "Code Generation for Functions as |
|
1074 |
Data"). |
|
1075 |
||
1076 |
* Theory Library/Phantom: generic phantom type to make a type |
|
1077 |
parameter appear in a constant's type. This alternative to adding |
|
1078 |
TYPE('a) as another parameter avoids unnecessary closures in generated |
|
1079 |
code. |
|
1080 |
||
1081 |
* Theory Library/RBT_Impl: efficient construction of red-black trees |
|
1082 |
from sorted associative lists. Merging two trees with rbt_union may |
|
1083 |
return a structurally different tree than before. Potential |
|
1084 |
INCOMPATIBILITY. |
|
1085 |
||
1086 |
* Theory Library/IArray: immutable arrays with code generation. |
|
1087 |
||
1088 |
* Theory Library/Finite_Lattice: theory of finite lattices. |
|
1089 |
||
1090 |
* HOL/Multivariate_Analysis: replaced |
|
1091 |
||
1092 |
"basis :: 'a::euclidean_space => nat => real" |
|
1093 |
"\<Chi>\<Chi> :: (nat => real) => 'a::euclidean_space" |
|
1094 |
||
1095 |
on euclidean spaces by using the inner product "_ \<bullet> _" with |
|
1096 |
vectors from the Basis set: "\<Chi>\<Chi> i. f i" is superseded by |
|
1097 |
"SUM i : Basis. f i * r i". |
|
1098 |
||
1099 |
With this change the following constants are also changed or removed: |
|
1100 |
||
1101 |
DIM('a) :: nat ~> card (Basis :: 'a set) (is an abbreviation) |
|
1102 |
a $$ i ~> inner a i (where i : Basis) |
|
1103 |
cart_base i removed |
|
1104 |
\<pi>, \<pi>' removed |
|
50526
899c9c4e4a4c
Remove the indexed basis from the definition of euclidean spaces and only use the set of Basis vectors
hoelzl
parents:
50525
diff
changeset
|
1105 |
|
899c9c4e4a4c
Remove the indexed basis from the definition of euclidean spaces and only use the set of Basis vectors
hoelzl
parents:
50525
diff
changeset
|
1106 |
Theorems about these constants where removed. |
899c9c4e4a4c
Remove the indexed basis from the definition of euclidean spaces and only use the set of Basis vectors
hoelzl
parents:
50525
diff
changeset
|
1107 |
|
899c9c4e4a4c
Remove the indexed basis from the definition of euclidean spaces and only use the set of Basis vectors
hoelzl
parents:
50525
diff
changeset
|
1108 |
Renamed lemmas: |
899c9c4e4a4c
Remove the indexed basis from the definition of euclidean spaces and only use the set of Basis vectors
hoelzl
parents:
50525
diff
changeset
|
1109 |
|
50646 | 1110 |
component_le_norm ~> Basis_le_norm |
1111 |
euclidean_eq ~> euclidean_eq_iff |
|
1112 |
differential_zero_maxmin_component ~> differential_zero_maxmin_cart |
|
1113 |
euclidean_simps ~> inner_simps |
|
1114 |
independent_basis ~> independent_Basis |
|
1115 |
span_basis ~> span_Basis |
|
1116 |
in_span_basis ~> in_span_Basis |
|
1117 |
norm_bound_component_le ~> norm_boound_Basis_le |
|
1118 |
norm_bound_component_lt ~> norm_boound_Basis_lt |
|
1119 |
component_le_infnorm ~> Basis_le_infnorm |
|
1120 |
||
1121 |
INCOMPATIBILITY. |
|
50526
899c9c4e4a4c
Remove the indexed basis from the definition of euclidean spaces and only use the set of Basis vectors
hoelzl
parents:
50525
diff
changeset
|
1122 |
|
50141 | 1123 |
* HOL/Probability: |
50646 | 1124 |
|
1125 |
- Added simproc "measurable" to automatically prove measurability. |
|
1126 |
||
1127 |
- Added induction rules for sigma sets with disjoint union |
|
1128 |
(sigma_sets_induct_disjoint) and for Borel-measurable functions |
|
1129 |
(borel_measurable_induct). |
|
1130 |
||
1131 |
- Added the Daniell-Kolmogorov theorem (the existence the limit of a |
|
1132 |
projective family). |
|
1133 |
||
1134 |
* HOL/Cardinals: Theories of ordinals and cardinals (supersedes the |
|
1135 |
AFP entry "Ordinals_and_Cardinals"). |
|
1136 |
||
1137 |
* HOL/BNF: New (co)datatype package based on bounded natural functors |
|
1138 |
with support for mixed, nested recursion and interesting non-free |
|
1139 |
datatypes. |
|
48094 | 1140 |
|
50991 | 1141 |
* HOL/Finite_Set and Relation: added new set and relation operations |
50878 | 1142 |
expressed by Finite_Set.fold. |
1143 |
||
1144 |
* New theory HOL/Library/RBT_Set: implementation of sets by red-black |
|
1145 |
trees for the code generator. |
|
1146 |
||
1147 |
* HOL/Library/RBT and HOL/Library/Mapping have been converted to |
|
1148 |
Lifting/Transfer. |
|
1149 |
possible INCOMPATIBILITY. |
|
1150 |
||
1151 |
* HOL/Set: renamed Set.project -> Set.filter |
|
1152 |
INCOMPATIBILITY. |
|
1153 |
||
48120
9fe0e71052a0
updated "isar-ref" manual, reduced remaining material in "ref" manual.
wenzelm
parents:
48111
diff
changeset
|
1154 |
|
48206 | 1155 |
*** Document preparation *** |
1156 |
||
50646 | 1157 |
* Dropped legacy antiquotations "term_style" and "thm_style", since |
1158 |
styles may be given as arguments to "term" and "thm" already. |
|
1159 |
Discontinued legacy styles "prem1" .. "prem19". |
|
1160 |
||
1161 |
* Default LaTeX rendering for \<euro> is now based on eurosym package, |
|
1162 |
instead of slightly exotic babel/greek. |
|
48206 | 1163 |
|
48616
be8002ee43d8
document variant NAME may use different LaTeX entry point document/root_NAME.tex if that file exists;
wenzelm
parents:
48586
diff
changeset
|
1164 |
* Document variant NAME may use different LaTeX entry point |
be8002ee43d8
document variant NAME may use different LaTeX entry point document/root_NAME.tex if that file exists;
wenzelm
parents:
48586
diff
changeset
|
1165 |
document/root_NAME.tex if that file exists, instead of the common |
be8002ee43d8
document variant NAME may use different LaTeX entry point document/root_NAME.tex if that file exists;
wenzelm
parents:
48586
diff
changeset
|
1166 |
document/root.tex. |
be8002ee43d8
document variant NAME may use different LaTeX entry point document/root_NAME.tex if that file exists;
wenzelm
parents:
48586
diff
changeset
|
1167 |
|
48657
63ef2f0cf8bb
simplified custom document/build script, instead of old-style document/IsaMakefile;
wenzelm
parents:
48616
diff
changeset
|
1168 |
* Simplified custom document/build script, instead of old-style |
63ef2f0cf8bb
simplified custom document/build script, instead of old-style document/IsaMakefile;
wenzelm
parents:
48616
diff
changeset
|
1169 |
document/IsaMakefile. Minor INCOMPATIBILITY. |
63ef2f0cf8bb
simplified custom document/build script, instead of old-style document/IsaMakefile;
wenzelm
parents:
48616
diff
changeset
|
1170 |
|
48206 | 1171 |
|
48992 | 1172 |
*** ML *** |
1173 |
||
50646 | 1174 |
* The default limit for maximum number of worker threads is now 8, |
1175 |
instead of 4, in correspondence to capabilities of contemporary |
|
1176 |
hardware and Poly/ML runtime system. |
|
1177 |
||
49869
bd370af308f0
support for more informative errors in lazy enumerations;
wenzelm
parents:
49841
diff
changeset
|
1178 |
* Type Seq.results and related operations support embedded error |
bd370af308f0
support for more informative errors in lazy enumerations;
wenzelm
parents:
49841
diff
changeset
|
1179 |
messages within lazy enumerations, and thus allow to provide |
bd370af308f0
support for more informative errors in lazy enumerations;
wenzelm
parents:
49841
diff
changeset
|
1180 |
informative errors in the absence of any usable results. |
bd370af308f0
support for more informative errors in lazy enumerations;
wenzelm
parents:
49841
diff
changeset
|
1181 |
|
48992 | 1182 |
* Renamed Position.str_of to Position.here to emphasize that this is a |
1183 |
formal device to inline positions into message text, but not |
|
1184 |
necessarily printing visible text. |
|
1185 |
||
1186 |
||
48206 | 1187 |
*** System *** |
1188 |
||
48585
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48574
diff
changeset
|
1189 |
* Advanced support for Isabelle sessions and build management, see |
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48574
diff
changeset
|
1190 |
"system" manual for the chapter of that name, especially the "isabelle |
51056 | 1191 |
build" tool and its examples. The "isabelle mkroot" tool prepares |
1192 |
session root directories for use with "isabelle build", similar to |
|
1193 |
former "isabelle mkdir" for "isabelle usedir". Note that this affects |
|
1194 |
document preparation as well. INCOMPATIBILITY, isabelle usedir / |
|
48736 | 1195 |
mkdir / make are rendered obsolete. |
1196 |
||
51056 | 1197 |
* Discontinued obsolete Isabelle/build script, it is superseded by the |
1198 |
regular isabelle build tool. For example: |
|
1199 |
||
1200 |
isabelle build -s -b HOL |
|
1201 |
||
48736 | 1202 |
* Discontinued obsolete "isabelle makeall". |
48585
a82910dd2270
announce advanced support for Isabelle sessions and build management;
wenzelm
parents:
48574
diff
changeset
|
1203 |
|
48722
a5e3ba7cbb2a
discontinued obsolete IsaMakefile and ROOT.ML files from the Isabelle distribution;
wenzelm
parents:
48693
diff
changeset
|
1204 |
* Discontinued obsolete IsaMakefile and ROOT.ML files from the |
a5e3ba7cbb2a
discontinued obsolete IsaMakefile and ROOT.ML files from the Isabelle distribution;
wenzelm
parents:
48693
diff
changeset
|
1205 |
Isabelle distribution, except for rudimentary src/HOL/IsaMakefile that |
a5e3ba7cbb2a
discontinued obsolete IsaMakefile and ROOT.ML files from the Isabelle distribution;
wenzelm
parents:
48693
diff
changeset
|
1206 |
provides some traditional targets that invoke "isabelle build". Note |
a5e3ba7cbb2a
discontinued obsolete IsaMakefile and ROOT.ML files from the Isabelle distribution;
wenzelm
parents:
48693
diff
changeset
|
1207 |
that this is inefficient! Applications of Isabelle/HOL involving |
a5e3ba7cbb2a
discontinued obsolete IsaMakefile and ROOT.ML files from the Isabelle distribution;
wenzelm
parents:
48693
diff
changeset
|
1208 |
"isabelle make" should be upgraded to use "isabelle build" directly. |
a5e3ba7cbb2a
discontinued obsolete IsaMakefile and ROOT.ML files from the Isabelle distribution;
wenzelm
parents:
48693
diff
changeset
|
1209 |
|
48693
ceeea46bdeba
"isabelle options" prints Isabelle system options;
wenzelm
parents:
48683
diff
changeset
|
1210 |
* The "isabelle options" tool prints Isabelle system options, as |
ceeea46bdeba
"isabelle options" prints Isabelle system options;
wenzelm
parents:
48683
diff
changeset
|
1211 |
required for "isabelle build", for example. |
ceeea46bdeba
"isabelle options" prints Isabelle system options;
wenzelm
parents:
48683
diff
changeset
|
1212 |
|
50646 | 1213 |
* The "isabelle logo" tool produces EPS and PDF format simultaneously. |
1214 |
Minor INCOMPATIBILITY in command-line options. |
|
1215 |
||
1216 |
* The "isabelle install" tool has now a simpler command-line. Minor |
|
1217 |
INCOMPATIBILITY. |
|
1218 |
||
48844 | 1219 |
* The "isabelle components" tool helps to resolve add-on components |
1220 |
that are not bundled, or referenced from a bare-bones repository |
|
1221 |
version of Isabelle. |
|
1222 |
||
50646 | 1223 |
* Settings variable ISABELLE_PLATFORM_FAMILY refers to the general |
1224 |
platform family: "linux", "macos", "windows". |
|
1225 |
||
1226 |
* The ML system is configured as regular component, and no longer |
|
1227 |
picked up from some surrounding directory. Potential INCOMPATIBILITY |
|
1228 |
for home-made settings. |
|
50132 | 1229 |
|
50701 | 1230 |
* Improved ML runtime statistics (heap, threads, future tasks etc.). |
1231 |
||
48206 | 1232 |
* Discontinued support for Poly/ML 5.2.1, which was the last version |
1233 |
without exception positions and advanced ML compiler/toplevel |
|
1234 |
configuration. |
|
1235 |
||
48574 | 1236 |
* Discontinued special treatment of Proof General -- no longer guess |
1237 |
PROOFGENERAL_HOME based on accidental file-system layout. Minor |
|
1238 |
INCOMPATIBILITY: provide PROOFGENERAL_HOME and PROOFGENERAL_OPTIONS |
|
1239 |
settings manually, or use a Proof General version that has been |
|
1240 |
bundled as Isabelle component. |
|
48206 | 1241 |
|
50182 | 1242 |
|
48120
9fe0e71052a0
updated "isar-ref" manual, reduced remaining material in "ref" manual.
wenzelm
parents:
48111
diff
changeset
|
1243 |
|
47462 | 1244 |
New in Isabelle2012 (May 2012) |
1245 |
------------------------------ |
|
45109 | 1246 |
|
45593 | 1247 |
*** General *** |
1248 |
||
45614 | 1249 |
* Prover IDE (PIDE) improvements: |
1250 |
||
47585 | 1251 |
- more robust Sledgehammer integration (as before the sledgehammer |
47806 | 1252 |
command-line needs to be typed into the source buffer) |
45614 | 1253 |
- markup for bound variables |
47806 | 1254 |
- markup for types of term variables (displayed as tooltips) |
46956
9ff441f295c2
Isabelle/jEdit supports user-defined Isar commands within the running session;
wenzelm
parents:
46948
diff
changeset
|
1255 |
- support for user-defined Isar commands within the running session |
47158 | 1256 |
- improved support for Unicode outside original 16bit range |
1257 |
e.g. glyph for \<A> (thanks to jEdit 4.5.1) |
|
45614 | 1258 |
|
47806 | 1259 |
* Forward declaration of outer syntax keywords within the theory |
1260 |
header -- minor INCOMPATIBILITY for user-defined commands. Allow new |
|
1261 |
commands to be used in the same theory where defined. |
|
46485 | 1262 |
|
47482
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1263 |
* Auxiliary contexts indicate block structure for specifications with |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1264 |
additional parameters and assumptions. Such unnamed contexts may be |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1265 |
nested within other targets, like 'theory', 'locale', 'class', |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1266 |
'instantiation' etc. Results from the local context are generalized |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1267 |
accordingly and applied to the enclosing target context. Example: |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1268 |
|
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1269 |
context |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1270 |
fixes x y z :: 'a |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1271 |
assumes xy: "x = y" and yz: "y = z" |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1272 |
begin |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1273 |
|
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1274 |
lemma my_trans: "x = z" using xy yz by simp |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1275 |
|
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1276 |
end |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1277 |
|
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1278 |
thm my_trans |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1279 |
|
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1280 |
The most basic application is to factor-out context elements of |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1281 |
several fixes/assumes/shows theorem statements, e.g. see |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1282 |
~~/src/HOL/Isar_Examples/Group_Context.thy |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1283 |
|
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1284 |
Any other local theory specification element works within the "context |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1285 |
... begin ... end" block as well. |
a83b25e5bad3
some coverage of unnamed contexts, which can be nested within other targets;
wenzelm
parents:
47464
diff
changeset
|
1286 |
|
47484 | 1287 |
* Bundled declarations associate attributed fact expressions with a |
1288 |
given name in the context. These may be later included in other |
|
1289 |
contexts. This allows to manage context extensions casually, without |
|
47855 | 1290 |
the logical dependencies of locales and locale interpretation. See |
1291 |
commands 'bundle', 'include', 'including' etc. in the isar-ref manual. |
|
47484 | 1292 |
|
47829 | 1293 |
* Commands 'lemmas' and 'theorems' allow local variables using 'for' |
1294 |
declaration, and results are standardized before being stored. Thus |
|
1295 |
old-style "standard" after instantiation or composition of facts |
|
1296 |
becomes obsolete. Minor INCOMPATIBILITY, due to potential change of |
|
1297 |
indices of schematic variables. |
|
1298 |
||
1299 |
* Rule attributes in local theory declarations (e.g. locale or class) |
|
1300 |
are now statically evaluated: the resulting theorem is stored instead |
|
1301 |
of the original expression. INCOMPATIBILITY in rare situations, where |
|
1302 |
the historic accident of dynamic re-evaluation in interpretations |
|
1303 |
etc. was exploited. |
|
1304 |
||
1305 |
* New tutorial "Programming and Proving in Isabelle/HOL" |
|
1306 |
("prog-prove"). It completely supersedes "A Tutorial Introduction to |
|
1307 |
Structured Isar Proofs" ("isar-overview"), which has been removed. It |
|
1308 |
also supersedes "Isabelle/HOL, A Proof Assistant for Higher-Order |
|
1309 |
Logic" as the recommended beginners tutorial, but does not cover all |
|
1310 |
of the material of that old tutorial. |
|
1311 |
||
1312 |
* Updated and extended reference manuals: "isar-ref", |
|
1313 |
"implementation", "system"; reduced remaining material in old "ref" |
|
1314 |
manual. |
|
1315 |
||
1316 |
||
1317 |
*** Pure *** |
|
1318 |
||
46976
80123a220219
'definition' no longer exports the foundational "raw_def";
wenzelm
parents:
46966
diff
changeset
|
1319 |
* Command 'definition' no longer exports the foundational "raw_def" |
80123a220219
'definition' no longer exports the foundational "raw_def";
wenzelm
parents:
46966
diff
changeset
|
1320 |
into the user context. Minor INCOMPATIBILITY, may use the regular |
80123a220219
'definition' no longer exports the foundational "raw_def";
wenzelm
parents:
46966
diff
changeset
|
1321 |
"def" result with attribute "abs_def" to imitate the old version. |
80123a220219
'definition' no longer exports the foundational "raw_def";
wenzelm
parents:
46966
diff
changeset
|
1322 |
|
47855 | 1323 |
* Attribute "abs_def" turns an equation of the form "f x y == t" into |
1324 |
"f == %x y. t", which ensures that "simp" or "unfold" steps always |
|
1325 |
expand it. This also works for object-logic equality. (Formerly |
|
1326 |
undocumented feature.) |
|
1327 |
||
47856 | 1328 |
* Sort constraints are now propagated in simultaneous statements, just |
1329 |
like type constraints. INCOMPATIBILITY in rare situations, where |
|
1330 |
distinct sorts used to be assigned accidentally. For example: |
|
1331 |
||
1332 |
lemma "P (x::'a::foo)" and "Q (y::'a::bar)" -- "now illegal" |
|
1333 |
||
1334 |
lemma "P (x::'a)" and "Q (y::'a::bar)" |
|
1335 |
-- "now uniform 'a::bar instead of default sort for first occurrence (!)" |
|
1336 |
||
1337 |
* Rule composition via attribute "OF" (or ML functions OF/MRS) is more |
|
1338 |
tolerant against multiple unifiers, as long as the final result is |
|
1339 |
unique. (As before, rules are composed in canonical right-to-left |
|
1340 |
order to accommodate newly introduced premises.) |
|
1341 |
||
47806 | 1342 |
* Renamed some inner syntax categories: |
1343 |
||
1344 |
num ~> num_token |
|
1345 |
xnum ~> xnum_token |
|
1346 |
xstr ~> str_token |
|
1347 |
||
1348 |
Minor INCOMPATIBILITY. Note that in practice "num_const" or |
|
1349 |
"num_position" etc. are mainly used instead (which also include |
|
1350 |
position information via constraints). |
|
1351 |
||
47829 | 1352 |
* Simplified configuration options for syntax ambiguity: see |
1353 |
"syntax_ambiguity_warning" and "syntax_ambiguity_limit" in isar-ref |
|
1354 |
manual. Minor INCOMPATIBILITY. |
|
1355 |
||
47856 | 1356 |
* Discontinued configuration option "syntax_positions": atomic terms |
1357 |
in parse trees are always annotated by position constraints. |
|
45134 | 1358 |
|
47464 | 1359 |
* Old code generator for SML and its commands 'code_module', |
45383 | 1360 |
'code_library', 'consts_code', 'types_code' have been discontinued. |
46028
9f113cdf3d66
attribute code_abbrev superseedes code_unfold_post
haftmann
parents:
46014
diff
changeset
|
1361 |
Use commands of the generic code generator instead. INCOMPATIBILITY. |
45383 | 1362 |
|
47464 | 1363 |
* Redundant attribute "code_inline" has been discontinued. Use |
1364 |
"code_unfold" instead. INCOMPATIBILITY. |
|
1365 |
||
1366 |
* Dropped attribute "code_unfold_post" in favor of the its dual |
|
1367 |
"code_abbrev", which yields a common pattern in definitions like |
|
46028
9f113cdf3d66
attribute code_abbrev superseedes code_unfold_post
haftmann
parents:
46014
diff
changeset
|
1368 |
|
9f113cdf3d66
attribute code_abbrev superseedes code_unfold_post
haftmann
parents:
46014
diff
changeset
|
1369 |
definition [code_abbrev]: "f = t" |
9f113cdf3d66
attribute code_abbrev superseedes code_unfold_post
haftmann
parents:
46014
diff
changeset
|
1370 |
|
9f113cdf3d66
attribute code_abbrev superseedes code_unfold_post
haftmann
parents:
46014
diff
changeset
|
1371 |
INCOMPATIBILITY. |
45383 | 1372 |
|
47856 | 1373 |
* Obsolete 'types' command has been discontinued. Use 'type_synonym' |
1374 |
instead. INCOMPATIBILITY. |
|
1375 |
||
1376 |
* Discontinued old "prems" fact, which used to refer to the accidental |
|
1377 |
collection of foundational premises in the context (already marked as |
|
1378 |
legacy since Isabelle2011). |
|
47855 | 1379 |
|
45427
fca432074fb2
sort assignment before simultaneous term_check, not isolated parse_term;
wenzelm
parents:
45398
diff
changeset
|
1380 |
|
45122 | 1381 |
*** HOL *** |
1382 |
||
47464 | 1383 |
* Type 'a set is now a proper type constructor (just as before |
1384 |
Isabelle2008). Definitions mem_def and Collect_def have disappeared. |
|
1385 |
Non-trivial INCOMPATIBILITY. For developments keeping predicates and |
|
47855 | 1386 |
sets separate, it is often sufficient to rephrase some set S that has |
1387 |
been accidentally used as predicates by "%x. x : S", and some |
|
1388 |
predicate P that has been accidentally used as set by "{x. P x}". |
|
1389 |
Corresponding proofs in a first step should be pruned from any |
|
1390 |
tinkering with former theorems mem_def and Collect_def as far as |
|
1391 |
possible. |
|
1392 |
||
1393 |
For developments which deliberately mix predicates and sets, a |
|
47464 | 1394 |
planning step is necessary to determine what should become a predicate |
1395 |
and what a set. It can be helpful to carry out that step in |
|
1396 |
Isabelle2011-1 before jumping right into the current release. |
|
1397 |
||
47855 | 1398 |
* Code generation by default implements sets as container type rather |
1399 |
than predicates. INCOMPATIBILITY. |
|
1400 |
||
1401 |
* New type synonym 'a rel = ('a * 'a) set |
|
1402 |
||
47464 | 1403 |
* The representation of numerals has changed. Datatype "num" |
1404 |
represents strictly positive binary numerals, along with functions |
|
1405 |
"numeral :: num => 'a" and "neg_numeral :: num => 'a" to represent |
|
47855 | 1406 |
positive and negated numeric literals, respectively. See also |
1407 |
definitions in ~~/src/HOL/Num.thy. Potential INCOMPATIBILITY, some |
|
1408 |
user theories may require adaptations as follows: |
|
47108
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1409 |
|
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1410 |
- Theorems with number_ring or number_semiring constraints: These |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1411 |
classes are gone; use comm_ring_1 or comm_semiring_1 instead. |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1412 |
|
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1413 |
- Theories defining numeric types: Remove number, number_semiring, |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1414 |
and number_ring instances. Defer all theorems about numerals until |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1415 |
after classes one and semigroup_add have been instantiated. |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1416 |
|
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1417 |
- Numeral-only simp rules: Replace each rule having a "number_of v" |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1418 |
pattern with two copies, one for numeral and one for neg_numeral. |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1419 |
|
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1420 |
- Theorems about subclasses of semiring_1 or ring_1: These classes |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1421 |
automatically support numerals now, so more simp rules and |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1422 |
simprocs may now apply within the proof. |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1423 |
|
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1424 |
- Definitions and theorems using old constructors Pls/Min/Bit0/Bit1: |
2a1953f0d20d
merged fork with new numeral representation (see NEWS)
huffman
parents:
47086
diff
changeset
|
1425 |
Redefine using other integer operations. |