wenzelm@5363
|
1 |
Isabelle NEWS -- history user-relevant changes
|
wenzelm@5363
|
2 |
==============================================
|
wenzelm@2553
|
3 |
|
wenzelm@47887
|
4 |
New in this Isabelle version
|
wenzelm@47887
|
5 |
----------------------------
|
wenzelm@47887
|
6 |
|
wenzelm@47967
|
7 |
*** General ***
|
wenzelm@47967
|
8 |
|
wenzelm@50126
|
9 |
* Theorem status about oracles and unfinished/failed future proofs is
|
wenzelm@50126
|
10 |
no longer printed by default, since it is incompatible with
|
wenzelm@50126
|
11 |
incremental / parallel checking of the persistent document model. ML
|
wenzelm@50126
|
12 |
function Thm.peek_status may be used to inspect a snapshot of the
|
wenzelm@50126
|
13 |
ongoing evaluation process. Note that in batch mode --- notably
|
wenzelm@50126
|
14 |
isabelle build --- the system ensures that future proofs of all
|
wenzelm@50126
|
15 |
accessible theorems in the theory context are finished (as before).
|
wenzelm@50126
|
16 |
|
wenzelm@49699
|
17 |
* Configuration option show_markup controls direct inlining of markup
|
wenzelm@49699
|
18 |
into the printed representation of formal entities --- notably type
|
wenzelm@49699
|
19 |
and sort constraints. This enables Prover IDE users to retrieve that
|
wenzelm@49699
|
20 |
information via tooltips in the output window, for example.
|
wenzelm@49699
|
21 |
|
wenzelm@48890
|
22 |
* Command 'ML_file' evaluates ML text from a file directly within the
|
wenzelm@48890
|
23 |
theory, without any predeclaration via 'uses' in the theory header.
|
wenzelm@48890
|
24 |
|
wenzelm@49243
|
25 |
* Old command 'use' command and corresponding keyword 'uses' in the
|
wenzelm@49243
|
26 |
theory header are legacy features and will be discontinued soon.
|
wenzelm@49243
|
27 |
Tools that load their additional source files may imitate the
|
wenzelm@49243
|
28 |
'ML_file' implementation, such that the system can take care of
|
wenzelm@49243
|
29 |
dependencies properly.
|
wenzelm@49243
|
30 |
|
wenzelm@47967
|
31 |
* Discontinued obsolete method fastsimp / tactic fast_simp_tac, which
|
wenzelm@47967
|
32 |
is called fastforce / fast_force_tac already since Isabelle2011-1.
|
wenzelm@47967
|
33 |
|
wenzelm@50110
|
34 |
* Updated and extended "isar-ref" and "implementation" manual, reduced
|
wenzelm@50110
|
35 |
remaining material in old "ref" manual.
|
wenzelm@48120
|
36 |
|
wenzelm@49841
|
37 |
* Improved support for auxiliary contexts indicate block structure for
|
wenzelm@49841
|
38 |
specifications: nesting of "context fixes ... context assumes ..."
|
wenzelm@49841
|
39 |
and "class ... context ...".
|
wenzelm@49841
|
40 |
|
wenzelm@50772
|
41 |
* Attribute "consumes" allows a negative value as well, which is
|
wenzelm@50778
|
42 |
interpreted relatively to the total number of premises of the rule in
|
wenzelm@50772
|
43 |
the target context. This form of declaration is stable when exported
|
wenzelm@50772
|
44 |
from a nested 'context' with additional assumptions. It is the
|
wenzelm@50772
|
45 |
preferred form for definitional packages, notably cases/rules produced
|
wenzelm@50772
|
46 |
in HOL/inductive and HOL/function.
|
wenzelm@50772
|
47 |
|
wenzelm@49869
|
48 |
* More informative error messages for Isar proof commands involving
|
wenzelm@49869
|
49 |
lazy enumerations (method applications etc.).
|
wenzelm@49869
|
50 |
|
wenzelm@50213
|
51 |
* Refined 'help' command to retrieve outer syntax commands according
|
wenzelm@50213
|
52 |
to name patterns (with clickable results).
|
wenzelm@50213
|
53 |
|
wenzelm@47967
|
54 |
|
wenzelm@49968
|
55 |
*** Prover IDE -- Isabelle/Scala/jEdit ***
|
wenzelm@49968
|
56 |
|
wenzelm@49968
|
57 |
* Parallel terminal proofs ('by') are enabled by default, likewise
|
wenzelm@49968
|
58 |
proofs that are built into packages like 'datatype', 'function'. This
|
wenzelm@49968
|
59 |
allows to "run ahead" checking the theory specifications on the
|
wenzelm@49968
|
60 |
surface, while the prover is still crunching on internal
|
wenzelm@49968
|
61 |
justifications. Unfinished / cancelled proofs are restarted as
|
wenzelm@49968
|
62 |
required to complete full proof checking eventually.
|
wenzelm@49968
|
63 |
|
wenzelm@49968
|
64 |
* Improved output panel with tooltips, hyperlinks etc. based on the
|
wenzelm@49968
|
65 |
same Rich_Text_Area as regular Isabelle/jEdit buffers. Activation of
|
wenzelm@49968
|
66 |
tooltips leads to some window that supports the same recursively,
|
wenzelm@49968
|
67 |
which can lead to stacks of tooltips as the semantic document content
|
wenzelm@49968
|
68 |
is explored. ESCAPE closes the whole stack, individual windows may be
|
wenzelm@49968
|
69 |
closed separately, or detached to become independent jEdit dockables.
|
wenzelm@49968
|
70 |
|
wenzelm@50717
|
71 |
* Improved support for commands that produce graph output: the text
|
wenzelm@50717
|
72 |
message contains a clickable area to open a new instance of the graph
|
wenzelm@50717
|
73 |
browser on demand.
|
wenzelm@50717
|
74 |
|
wenzelm@49968
|
75 |
* More robust incremental parsing of outer syntax (partial comments,
|
wenzelm@49968
|
76 |
malformed symbols). Changing the balance of open/close quotes and
|
wenzelm@49968
|
77 |
comment delimiters works more conveniently with unfinished situations
|
wenzelm@49968
|
78 |
that frequently occur in user interaction.
|
wenzelm@49968
|
79 |
|
wenzelm@49968
|
80 |
* More efficient painting and improved reactivity when editing large
|
wenzelm@49968
|
81 |
files. More scalable management of formal document content.
|
wenzelm@49968
|
82 |
|
wenzelm@50505
|
83 |
* Smarter handling of tracing messages: prover process pauses after
|
wenzelm@50505
|
84 |
certain number of messages per command transaction, with some user
|
wenzelm@50505
|
85 |
dialog to stop or continue. This avoids swamping the front-end with
|
wenzelm@50119
|
86 |
potentially infinite message streams.
|
wenzelm@49968
|
87 |
|
wenzelm@49968
|
88 |
* More plugin options and preferences, based on Isabelle/Scala. The
|
wenzelm@49968
|
89 |
jEdit plugin option panel provides access to some Isabelle/Scala
|
wenzelm@49968
|
90 |
options, including tuning parameters for editor reactivity and color
|
wenzelm@49968
|
91 |
schemes.
|
wenzelm@49968
|
92 |
|
wenzelm@50184
|
93 |
* Dockable window "Symbols" provides some editing support for Isabelle
|
wenzelm@50184
|
94 |
symbols.
|
wenzelm@50184
|
95 |
|
wenzelm@50701
|
96 |
* Dockable window "Monitor" shows ML runtime statistics.
|
wenzelm@50701
|
97 |
|
wenzelm@50183
|
98 |
* Improved editing support for control styles: subscript, superscript,
|
wenzelm@50183
|
99 |
bold, reset of style -- operating on single symbols or text
|
wenzelm@50198
|
100 |
selections. Cf. keyboard shortcuts C+e DOWN/UP/RIGHT/LEFT.
|
wenzelm@50198
|
101 |
|
wenzelm@50198
|
102 |
* Actions isabelle.increase-font-size and isabelle.decrease-font-size
|
wenzelm@50198
|
103 |
adjust the main text area font size, and its derivatives for output,
|
wenzelm@50836
|
104 |
tooltips etc. Cf. keyboard shortcuts C-PLUS and C-MINUS, which often
|
wenzelm@50836
|
105 |
need to be adapted to local keyboard layouts.
|
wenzelm@50183
|
106 |
|
wenzelm@50730
|
107 |
* More reactive completion popup by default: use \t (TAB) instead of
|
wenzelm@50730
|
108 |
\n (NEWLINE) to minimize intrusion into regular flow of editing. See
|
wenzelm@50730
|
109 |
also "Plugin Options / SideKick / General / Code Completion Options".
|
wenzelm@50730
|
110 |
|
wenzelm@50406
|
111 |
* Implicit check and build dialog of the specified logic session
|
wenzelm@50406
|
112 |
image. For example, HOL, HOLCF, HOL-Nominal can be produced on
|
wenzelm@50406
|
113 |
demand, without bundling big platform-dependent heap images in the
|
wenzelm@50406
|
114 |
Isabelle distribution.
|
wenzelm@50406
|
115 |
|
wenzelm@49968
|
116 |
* Uniform Java 7 platform on Linux, Mac OS X, Windows: recent updates
|
wenzelm@49968
|
117 |
from Oracle provide better multi-platform experience. This version is
|
wenzelm@49968
|
118 |
now bundled exclusively with Isabelle.
|
wenzelm@49968
|
119 |
|
wenzelm@49968
|
120 |
|
wenzelm@48205
|
121 |
*** Pure ***
|
wenzelm@48205
|
122 |
|
haftmann@48431
|
123 |
* Code generation for Haskell: restrict unqualified imports from
|
haftmann@48431
|
124 |
Haskell Prelude to a small set of fundamental operations.
|
haftmann@48431
|
125 |
|
wenzelm@50646
|
126 |
* Command 'export_code': relative file names are interpreted
|
wenzelm@50646
|
127 |
relatively to master directory of current theory rather than the
|
wenzelm@50646
|
128 |
rather arbitrary current working directory. INCOMPATIBILITY.
|
haftmann@48371
|
129 |
|
wenzelm@48205
|
130 |
* Discontinued obsolete attribute "COMP". Potential INCOMPATIBILITY,
|
wenzelm@48205
|
131 |
use regular rule composition via "OF" / "THEN", or explicit proof
|
wenzelm@48205
|
132 |
structure instead. Note that Isabelle/ML provides a variety of
|
wenzelm@48205
|
133 |
operators like COMP, INCR_COMP, COMP_INCR, which need to be applied
|
wenzelm@48205
|
134 |
with some care where this is really required.
|
wenzelm@48205
|
135 |
|
wenzelm@48792
|
136 |
* Command 'typ' supports an additional variant with explicit sort
|
wenzelm@48792
|
137 |
constraint, to infer and check the most general type conforming to a
|
wenzelm@48792
|
138 |
given given sort. Example (in HOL):
|
wenzelm@48792
|
139 |
|
wenzelm@48792
|
140 |
typ "_ * _ * bool * unit" :: finite
|
wenzelm@48792
|
141 |
|
wenzelm@50716
|
142 |
* Command 'locale_deps' visualizes all locales and their relations as
|
wenzelm@50716
|
143 |
a Hasse diagram.
|
wenzelm@50716
|
144 |
|
wenzelm@48205
|
145 |
|
bulwahn@48013
|
146 |
*** HOL ***
|
bulwahn@48013
|
147 |
|
wenzelm@50646
|
148 |
* Sledgehammer:
|
wenzelm@50646
|
149 |
|
wenzelm@50646
|
150 |
- Added MaSh relevance filter based on machine-learning; see the
|
wenzelm@50646
|
151 |
Sledgehammer manual for details.
|
wenzelm@50646
|
152 |
- Polished Isar proofs generated with "isar_proofs" option.
|
wenzelm@50646
|
153 |
- Rationalized type encodings ("type_enc" option).
|
blanchet@50720
|
154 |
- Renamed "kill_provers" subcommand to "kill_all".
|
wenzelm@50646
|
155 |
- Renamed options:
|
wenzelm@50646
|
156 |
isar_proof ~> isar_proofs
|
wenzelm@50646
|
157 |
isar_shrink_factor ~> isar_shrink
|
wenzelm@50646
|
158 |
max_relevant ~> max_facts
|
wenzelm@50646
|
159 |
relevance_thresholds ~> fact_thresholds
|
wenzelm@50646
|
160 |
|
wenzelm@50646
|
161 |
* Quickcheck: added an optimisation for equality premises. It is
|
wenzelm@50646
|
162 |
switched on by default, and can be switched off by setting the
|
wenzelm@50646
|
163 |
configuration quickcheck_optimise_equality to false.
|
wenzelm@50646
|
164 |
|
kuncar@50878
|
165 |
* Quotient: only one quotient can be defined by quotient_type
|
kuncar@50878
|
166 |
INCOMPATIBILITY.
|
kuncar@50878
|
167 |
|
kuncar@50878
|
168 |
* Lifting:
|
kuncar@50878
|
169 |
- generation of an abstraction function equation in lift_definition
|
kuncar@50878
|
170 |
- quot_del attribute
|
kuncar@50878
|
171 |
- renamed no_abs_code -> no_code (INCOMPATIBILITY.)
|
kuncar@50878
|
172 |
|
wenzelm@50646
|
173 |
* Simproc "finite_Collect" rewrites set comprehensions into pointfree
|
wenzelm@50646
|
174 |
expressions.
|
wenzelm@50646
|
175 |
|
wenzelm@50646
|
176 |
* Preprocessing of the code generator rewrites set comprehensions into
|
wenzelm@50646
|
177 |
pointfree expressions.
|
wenzelm@50646
|
178 |
|
wenzelm@50646
|
179 |
* The SMT solver Z3 has now by default a restricted set of directly
|
wenzelm@50646
|
180 |
supported features. For the full set of features (div/mod, nonlinear
|
wenzelm@50646
|
181 |
arithmetic, datatypes/records) with potential proof reconstruction
|
wenzelm@50646
|
182 |
failures, enable the configuration option "z3_with_extensions". Minor
|
wenzelm@50646
|
183 |
INCOMPATIBILITY.
|
haftmann@49948
|
184 |
|
wenzelm@49836
|
185 |
* Simplified 'typedef' specifications: historical options for implicit
|
wenzelm@49836
|
186 |
set definition and alternative name have been discontinued. The
|
wenzelm@49836
|
187 |
former behavior of "typedef (open) t = A" is now the default, but
|
wenzelm@49836
|
188 |
written just "typedef t = A". INCOMPATIBILITY, need to adapt theories
|
wenzelm@49836
|
189 |
accordingly.
|
wenzelm@49836
|
190 |
|
wenzelm@50646
|
191 |
* Removed constant "chars"; prefer "Enum.enum" on type "char"
|
wenzelm@50646
|
192 |
directly. INCOMPATIBILITY.
|
wenzelm@50646
|
193 |
|
wenzelm@50646
|
194 |
* Moved operation product, sublists and n_lists from theory Enum to
|
wenzelm@50646
|
195 |
List. INCOMPATIBILITY.
|
haftmann@49822
|
196 |
|
haftmann@49739
|
197 |
* Theorem UN_o generalized to SUP_comp. INCOMPATIBILITY.
|
haftmann@49739
|
198 |
|
haftmann@49738
|
199 |
* Class "comm_monoid_diff" formalises properties of bounded
|
haftmann@49388
|
200 |
subtraction, with natural numbers and multisets as typical instances.
|
haftmann@49388
|
201 |
|
wenzelm@50646
|
202 |
* Added combinator "Option.these" with type "'a option set => 'a set".
|
wenzelm@50646
|
203 |
|
wenzelm@50646
|
204 |
* Theory "Transitive_Closure": renamed lemmas
|
wenzelm@50646
|
205 |
|
wenzelm@50646
|
206 |
reflcl_tranclp -> reflclp_tranclp
|
wenzelm@50646
|
207 |
rtranclp_reflcl -> rtranclp_reflclp
|
wenzelm@50646
|
208 |
|
wenzelm@50646
|
209 |
INCOMPATIBILITY.
|
wenzelm@50646
|
210 |
|
wenzelm@50646
|
211 |
* Theory "Rings": renamed lemmas (in class semiring)
|
wenzelm@50646
|
212 |
|
wenzelm@50646
|
213 |
left_distrib ~> distrib_right
|
wenzelm@50646
|
214 |
right_distrib ~> distrib_left
|
wenzelm@50646
|
215 |
|
wenzelm@50646
|
216 |
INCOMPATIBILITY.
|
wenzelm@50646
|
217 |
|
wenzelm@50646
|
218 |
* Generalized the definition of limits:
|
wenzelm@50646
|
219 |
|
wenzelm@50646
|
220 |
- Introduced the predicate filterlim (LIM x F. f x :> G) which
|
wenzelm@50646
|
221 |
expresses that when the input values x converge to F then the
|
wenzelm@50646
|
222 |
output f x converges to G.
|
wenzelm@50646
|
223 |
|
wenzelm@50646
|
224 |
- Added filters for convergence to positive (at_top) and negative
|
wenzelm@50646
|
225 |
infinity (at_bot).
|
wenzelm@50646
|
226 |
|
wenzelm@50646
|
227 |
- Moved infinity in the norm (at_infinity) from
|
wenzelm@50646
|
228 |
Multivariate_Analysis to Complex_Main.
|
wenzelm@50646
|
229 |
|
wenzelm@50646
|
230 |
- Removed real_tendsto_inf, it is superseded by "LIM x F. f x :>
|
wenzelm@50646
|
231 |
at_top".
|
wenzelm@50646
|
232 |
|
wenzelm@50646
|
233 |
INCOMPATIBILITY.
|
wenzelm@50646
|
234 |
|
wenzelm@50646
|
235 |
* Theory "Library/Option_ord" provides instantiation of option type to
|
wenzelm@50646
|
236 |
lattice type classes.
|
wenzelm@50646
|
237 |
|
wenzelm@50646
|
238 |
* Theory "Library/Multiset": renamed
|
wenzelm@50646
|
239 |
|
wenzelm@50646
|
240 |
constant fold_mset ~> Multiset.fold
|
wenzelm@50646
|
241 |
fact fold_mset_commute ~> fold_mset_comm
|
wenzelm@50646
|
242 |
|
wenzelm@50646
|
243 |
INCOMPATIBILITY.
|
wenzelm@50646
|
244 |
|
wenzelm@50646
|
245 |
* Renamed theory Library/List_Prefix to Library/Sublist, with related
|
wenzelm@50646
|
246 |
changes as follows.
|
wenzelm@50646
|
247 |
|
wenzelm@50646
|
248 |
- Renamed constants (and related lemmas)
|
Christian@49145
|
249 |
|
Christian@49145
|
250 |
prefix ~> prefixeq
|
Christian@49145
|
251 |
strict_prefix ~> prefix
|
Christian@49145
|
252 |
|
wenzelm@50646
|
253 |
- Replaced constant "postfix" by "suffixeq" with swapped argument
|
wenzelm@50646
|
254 |
order (i.e., "postfix xs ys" is now "suffixeq ys xs") and dropped
|
wenzelm@50646
|
255 |
old infix syntax "xs >>= ys"; use "suffixeq ys xs" instead.
|
wenzelm@50646
|
256 |
Renamed lemmas accordingly.
|
wenzelm@50646
|
257 |
|
wenzelm@50646
|
258 |
- Added constant "list_hembeq" for homeomorphic embedding on
|
wenzelm@50646
|
259 |
lists. Added abbreviation "sublisteq" for special case
|
wenzelm@50646
|
260 |
"list_hembeq (op =)".
|
wenzelm@50646
|
261 |
|
wenzelm@50646
|
262 |
- Theory Library/Sublist no longer provides "order" and "bot" type
|
wenzelm@50646
|
263 |
class instances for the prefix order (merely corresponding locale
|
wenzelm@50646
|
264 |
interpretations). The type class instances are now in theory
|
wenzelm@50646
|
265 |
Library/Prefix_Order.
|
wenzelm@50646
|
266 |
|
wenzelm@50646
|
267 |
- The sublist relation of theory Library/Sublist_Order is now based
|
wenzelm@50646
|
268 |
on "Sublist.sublisteq". Renamed lemmas accordingly:
|
Christian@50516
|
269 |
|
Christian@50516
|
270 |
le_list_append_le_same_iff ~> Sublist.sublisteq_append_le_same_iff
|
Christian@50516
|
271 |
le_list_append_mono ~> Sublist.list_hembeq_append_mono
|
Christian@50516
|
272 |
le_list_below_empty ~> Sublist.list_hembeq_Nil, Sublist.list_hembeq_Nil2
|
Christian@50516
|
273 |
le_list_Cons_EX ~> Sublist.list_hembeq_ConsD
|
Christian@50516
|
274 |
le_list_drop_Cons2 ~> Sublist.sublisteq_Cons2'
|
Christian@50516
|
275 |
le_list_drop_Cons_neq ~> Sublist.sublisteq_Cons2_neq
|
Christian@50516
|
276 |
le_list_drop_Cons ~> Sublist.sublisteq_Cons'
|
Christian@50516
|
277 |
le_list_drop_many ~> Sublist.sublisteq_drop_many
|
Christian@50516
|
278 |
le_list_filter_left ~> Sublist.sublisteq_filter_left
|
Christian@50516
|
279 |
le_list_rev_drop_many ~> Sublist.sublisteq_rev_drop_many
|
Christian@50516
|
280 |
le_list_rev_take_iff ~> Sublist.sublisteq_append
|
Christian@50516
|
281 |
le_list_same_length ~> Sublist.sublisteq_same_length
|
Christian@50516
|
282 |
le_list_take_many_iff ~> Sublist.sublisteq_append'
|
Christian@49145
|
283 |
less_eq_list.drop ~> less_eq_list_drop
|
Christian@49145
|
284 |
less_eq_list.induct ~> less_eq_list_induct
|
Christian@50516
|
285 |
not_le_list_length ~> Sublist.not_sublisteq_length
|
Christian@49145
|
286 |
|
wenzelm@50646
|
287 |
INCOMPATIBILITY.
|
wenzelm@50646
|
288 |
|
wenzelm@50646
|
289 |
|
wenzelm@50646
|
290 |
* New theory Library/Countable_Set.
|
wenzelm@50646
|
291 |
|
wenzelm@50646
|
292 |
* Theory Library/Debug and Library/Parallel provide debugging and
|
wenzelm@50646
|
293 |
parallel execution for code generated towards Isabelle/ML.
|
wenzelm@50646
|
294 |
|
wenzelm@50646
|
295 |
* Theory Library/FuncSet: Extended support for Pi and extensional and
|
wenzelm@50646
|
296 |
introduce the extensional dependent function space "PiE". Replaced
|
wenzelm@50646
|
297 |
extensional_funcset by an abbreviation, and renamed lemmas from
|
wenzelm@50646
|
298 |
extensional_funcset to PiE as follows:
|
wenzelm@50646
|
299 |
|
wenzelm@50646
|
300 |
extensional_empty ~> PiE_empty
|
wenzelm@50646
|
301 |
extensional_funcset_empty_domain ~> PiE_empty_domain
|
wenzelm@50646
|
302 |
extensional_funcset_empty_range ~> PiE_empty_range
|
wenzelm@50646
|
303 |
extensional_funcset_arb ~> PiE_arb
|
wenzelm@50646
|
304 |
extensional_funcset_mem ~> PiE_mem
|
wenzelm@50646
|
305 |
extensional_funcset_extend_domainI ~> PiE_fun_upd
|
wenzelm@50646
|
306 |
extensional_funcset_restrict_domain ~> fun_upd_in_PiE
|
wenzelm@50646
|
307 |
extensional_funcset_extend_domain_eq ~> PiE_insert_eq
|
wenzelm@50646
|
308 |
card_extensional_funcset ~> card_PiE
|
wenzelm@50646
|
309 |
finite_extensional_funcset ~> finite_PiE
|
wenzelm@50646
|
310 |
|
wenzelm@50646
|
311 |
INCOMPATIBILITY.
|
wenzelm@50646
|
312 |
|
wenzelm@50646
|
313 |
* Theory Library/FinFun: theory of almost everywhere constant
|
wenzelm@50646
|
314 |
functions (supersedes the AFP entry "Code Generation for Functions as
|
wenzelm@50646
|
315 |
Data").
|
wenzelm@50646
|
316 |
|
wenzelm@50646
|
317 |
* Theory Library/Phantom: generic phantom type to make a type
|
wenzelm@50646
|
318 |
parameter appear in a constant's type. This alternative to adding
|
wenzelm@50646
|
319 |
TYPE('a) as another parameter avoids unnecessary closures in generated
|
wenzelm@50646
|
320 |
code.
|
wenzelm@50646
|
321 |
|
wenzelm@50646
|
322 |
* Theory Library/RBT_Impl: efficient construction of red-black trees
|
wenzelm@50646
|
323 |
from sorted associative lists. Merging two trees with rbt_union may
|
wenzelm@50646
|
324 |
return a structurally different tree than before. Potential
|
wenzelm@50646
|
325 |
INCOMPATIBILITY.
|
wenzelm@50646
|
326 |
|
wenzelm@50646
|
327 |
* Theory Library/IArray: immutable arrays with code generation.
|
wenzelm@50646
|
328 |
|
wenzelm@50646
|
329 |
* Theory Library/Finite_Lattice: theory of finite lattices.
|
wenzelm@50646
|
330 |
|
wenzelm@50646
|
331 |
* HOL/Multivariate_Analysis: replaced
|
wenzelm@50646
|
332 |
|
wenzelm@50646
|
333 |
"basis :: 'a::euclidean_space => nat => real"
|
wenzelm@50646
|
334 |
"\<Chi>\<Chi> :: (nat => real) => 'a::euclidean_space"
|
wenzelm@50646
|
335 |
|
wenzelm@50646
|
336 |
on euclidean spaces by using the inner product "_ \<bullet> _" with
|
wenzelm@50646
|
337 |
vectors from the Basis set: "\<Chi>\<Chi> i. f i" is superseded by
|
wenzelm@50646
|
338 |
"SUM i : Basis. f i * r i".
|
wenzelm@50646
|
339 |
|
wenzelm@50646
|
340 |
With this change the following constants are also changed or removed:
|
wenzelm@50646
|
341 |
|
wenzelm@50646
|
342 |
DIM('a) :: nat ~> card (Basis :: 'a set) (is an abbreviation)
|
wenzelm@50646
|
343 |
a $$ i ~> inner a i (where i : Basis)
|
wenzelm@50646
|
344 |
cart_base i removed
|
wenzelm@50646
|
345 |
\<pi>, \<pi>' removed
|
hoelzl@50526
|
346 |
|
hoelzl@50526
|
347 |
Theorems about these constants where removed.
|
hoelzl@50526
|
348 |
|
hoelzl@50526
|
349 |
Renamed lemmas:
|
hoelzl@50526
|
350 |
|
wenzelm@50646
|
351 |
component_le_norm ~> Basis_le_norm
|
wenzelm@50646
|
352 |
euclidean_eq ~> euclidean_eq_iff
|
wenzelm@50646
|
353 |
differential_zero_maxmin_component ~> differential_zero_maxmin_cart
|
wenzelm@50646
|
354 |
euclidean_simps ~> inner_simps
|
wenzelm@50646
|
355 |
independent_basis ~> independent_Basis
|
wenzelm@50646
|
356 |
span_basis ~> span_Basis
|
wenzelm@50646
|
357 |
in_span_basis ~> in_span_Basis
|
wenzelm@50646
|
358 |
norm_bound_component_le ~> norm_boound_Basis_le
|
wenzelm@50646
|
359 |
norm_bound_component_lt ~> norm_boound_Basis_lt
|
wenzelm@50646
|
360 |
component_le_infnorm ~> Basis_le_infnorm
|
wenzelm@50646
|
361 |
|
wenzelm@50646
|
362 |
INCOMPATIBILITY.
|
hoelzl@50526
|
363 |
|
hoelzl@50141
|
364 |
* HOL/Probability:
|
wenzelm@50646
|
365 |
|
wenzelm@50646
|
366 |
- Added simproc "measurable" to automatically prove measurability.
|
wenzelm@50646
|
367 |
|
wenzelm@50646
|
368 |
- Added induction rules for sigma sets with disjoint union
|
wenzelm@50646
|
369 |
(sigma_sets_induct_disjoint) and for Borel-measurable functions
|
wenzelm@50646
|
370 |
(borel_measurable_induct).
|
wenzelm@50646
|
371 |
|
wenzelm@50646
|
372 |
- Added the Daniell-Kolmogorov theorem (the existence the limit of a
|
wenzelm@50646
|
373 |
projective family).
|
wenzelm@50646
|
374 |
|
wenzelm@50646
|
375 |
* HOL/Cardinals: Theories of ordinals and cardinals (supersedes the
|
wenzelm@50646
|
376 |
AFP entry "Ordinals_and_Cardinals").
|
wenzelm@50646
|
377 |
|
wenzelm@50646
|
378 |
* HOL/BNF: New (co)datatype package based on bounded natural functors
|
wenzelm@50646
|
379 |
with support for mixed, nested recursion and interesting non-free
|
wenzelm@50646
|
380 |
datatypes.
|
blanchet@48094
|
381 |
|
kuncar@50878
|
382 |
* HOL/Finite_Set and Relation: added new set and relation operations
|
kuncar@50878
|
383 |
expressed by Finite_Set.fold.
|
kuncar@50878
|
384 |
|
kuncar@50878
|
385 |
* New theory HOL/Library/RBT_Set: implementation of sets by red-black
|
kuncar@50878
|
386 |
trees for the code generator.
|
kuncar@50878
|
387 |
|
kuncar@50878
|
388 |
* HOL/Library/RBT and HOL/Library/Mapping have been converted to
|
kuncar@50878
|
389 |
Lifting/Transfer.
|
kuncar@50878
|
390 |
possible INCOMPATIBILITY.
|
kuncar@50878
|
391 |
|
kuncar@50878
|
392 |
* HOL/Set: renamed Set.project -> Set.filter
|
kuncar@50878
|
393 |
INCOMPATIBILITY.
|
kuncar@50878
|
394 |
|
wenzelm@48120
|
395 |
|
wenzelm@48206
|
396 |
*** Document preparation ***
|
wenzelm@48206
|
397 |
|
wenzelm@50646
|
398 |
* Dropped legacy antiquotations "term_style" and "thm_style", since
|
wenzelm@50646
|
399 |
styles may be given as arguments to "term" and "thm" already.
|
wenzelm@50646
|
400 |
Discontinued legacy styles "prem1" .. "prem19".
|
wenzelm@50646
|
401 |
|
wenzelm@50646
|
402 |
* Default LaTeX rendering for \<euro> is now based on eurosym package,
|
wenzelm@50646
|
403 |
instead of slightly exotic babel/greek.
|
wenzelm@48206
|
404 |
|
wenzelm@48616
|
405 |
* Document variant NAME may use different LaTeX entry point
|
wenzelm@48616
|
406 |
document/root_NAME.tex if that file exists, instead of the common
|
wenzelm@48616
|
407 |
document/root.tex.
|
wenzelm@48616
|
408 |
|
wenzelm@48657
|
409 |
* Simplified custom document/build script, instead of old-style
|
wenzelm@48657
|
410 |
document/IsaMakefile. Minor INCOMPATIBILITY.
|
wenzelm@48657
|
411 |
|
wenzelm@48206
|
412 |
|
wenzelm@48992
|
413 |
*** ML ***
|
wenzelm@48992
|
414 |
|
wenzelm@50646
|
415 |
* The default limit for maximum number of worker threads is now 8,
|
wenzelm@50646
|
416 |
instead of 4, in correspondence to capabilities of contemporary
|
wenzelm@50646
|
417 |
hardware and Poly/ML runtime system.
|
wenzelm@50646
|
418 |
|
wenzelm@49869
|
419 |
* Type Seq.results and related operations support embedded error
|
wenzelm@49869
|
420 |
messages within lazy enumerations, and thus allow to provide
|
wenzelm@49869
|
421 |
informative errors in the absence of any usable results.
|
wenzelm@49869
|
422 |
|
wenzelm@48992
|
423 |
* Renamed Position.str_of to Position.here to emphasize that this is a
|
wenzelm@48992
|
424 |
formal device to inline positions into message text, but not
|
wenzelm@48992
|
425 |
necessarily printing visible text.
|
wenzelm@48992
|
426 |
|
wenzelm@48992
|
427 |
|
wenzelm@48206
|
428 |
*** System ***
|
wenzelm@48206
|
429 |
|
wenzelm@48585
|
430 |
* Advanced support for Isabelle sessions and build management, see
|
wenzelm@48585
|
431 |
"system" manual for the chapter of that name, especially the "isabelle
|
wenzelm@48736
|
432 |
build" tool and its examples. INCOMPATIBILITY, isabelle usedir /
|
wenzelm@48736
|
433 |
mkdir / make are rendered obsolete.
|
wenzelm@48736
|
434 |
|
wenzelm@48736
|
435 |
* Discontinued obsolete "isabelle makeall".
|
wenzelm@48585
|
436 |
|
wenzelm@48722
|
437 |
* Discontinued obsolete IsaMakefile and ROOT.ML files from the
|
wenzelm@48722
|
438 |
Isabelle distribution, except for rudimentary src/HOL/IsaMakefile that
|
wenzelm@48722
|
439 |
provides some traditional targets that invoke "isabelle build". Note
|
wenzelm@48722
|
440 |
that this is inefficient! Applications of Isabelle/HOL involving
|
wenzelm@48722
|
441 |
"isabelle make" should be upgraded to use "isabelle build" directly.
|
wenzelm@48722
|
442 |
|
wenzelm@48586
|
443 |
* Discontinued obsolete Isabelle/build script, it is superseded by the
|
wenzelm@48586
|
444 |
regular isabelle build tool. For example:
|
wenzelm@48586
|
445 |
|
wenzelm@48586
|
446 |
isabelle build -s -b HOLCF
|
wenzelm@48586
|
447 |
|
wenzelm@48693
|
448 |
* The "isabelle options" tool prints Isabelle system options, as
|
wenzelm@48693
|
449 |
required for "isabelle build", for example.
|
wenzelm@48693
|
450 |
|
wenzelm@48683
|
451 |
* The "isabelle mkroot" tool prepares session root directories for use
|
wenzelm@48683
|
452 |
with "isabelle build", similar to former "isabelle mkdir" for
|
wenzelm@48683
|
453 |
"isabelle usedir".
|
wenzelm@48683
|
454 |
|
wenzelm@50646
|
455 |
* The "isabelle logo" tool produces EPS and PDF format simultaneously.
|
wenzelm@50646
|
456 |
Minor INCOMPATIBILITY in command-line options.
|
wenzelm@50646
|
457 |
|
wenzelm@50646
|
458 |
* The "isabelle install" tool has now a simpler command-line. Minor
|
wenzelm@50646
|
459 |
INCOMPATIBILITY.
|
wenzelm@50646
|
460 |
|
wenzelm@48844
|
461 |
* The "isabelle components" tool helps to resolve add-on components
|
wenzelm@48844
|
462 |
that are not bundled, or referenced from a bare-bones repository
|
wenzelm@48844
|
463 |
version of Isabelle.
|
wenzelm@48844
|
464 |
|
wenzelm@50646
|
465 |
* Settings variable ISABELLE_PLATFORM_FAMILY refers to the general
|
wenzelm@50646
|
466 |
platform family: "linux", "macos", "windows".
|
wenzelm@50646
|
467 |
|
wenzelm@50646
|
468 |
* The ML system is configured as regular component, and no longer
|
wenzelm@50646
|
469 |
picked up from some surrounding directory. Potential INCOMPATIBILITY
|
wenzelm@50646
|
470 |
for home-made settings.
|
wenzelm@50132
|
471 |
|
wenzelm@50701
|
472 |
* Improved ML runtime statistics (heap, threads, future tasks etc.).
|
wenzelm@50701
|
473 |
|
wenzelm@48206
|
474 |
* Discontinued support for Poly/ML 5.2.1, which was the last version
|
wenzelm@48206
|
475 |
without exception positions and advanced ML compiler/toplevel
|
wenzelm@48206
|
476 |
configuration.
|
wenzelm@48206
|
477 |
|
wenzelm@48574
|
478 |
* Discontinued special treatment of Proof General -- no longer guess
|
wenzelm@48574
|
479 |
PROOFGENERAL_HOME based on accidental file-system layout. Minor
|
wenzelm@48574
|
480 |
INCOMPATIBILITY: provide PROOFGENERAL_HOME and PROOFGENERAL_OPTIONS
|
wenzelm@48574
|
481 |
settings manually, or use a Proof General version that has been
|
wenzelm@48574
|
482 |
bundled as Isabelle component.
|
wenzelm@48206
|
483 |
|
wenzelm@50182
|
484 |
|
wenzelm@48120
|
485 |
|
wenzelm@47462
|
486 |
New in Isabelle2012 (May 2012)
|
wenzelm@47462
|
487 |
------------------------------
|
wenzelm@45109
|
488 |
|
wenzelm@45593
|
489 |
*** General ***
|
wenzelm@45593
|
490 |
|
wenzelm@45614
|
491 |
* Prover IDE (PIDE) improvements:
|
wenzelm@45614
|
492 |
|
wenzelm@47585
|
493 |
- more robust Sledgehammer integration (as before the sledgehammer
|
wenzelm@47806
|
494 |
command-line needs to be typed into the source buffer)
|
wenzelm@45614
|
495 |
- markup for bound variables
|
wenzelm@47806
|
496 |
- markup for types of term variables (displayed as tooltips)
|
wenzelm@46956
|
497 |
- support for user-defined Isar commands within the running session
|
wenzelm@47158
|
498 |
- improved support for Unicode outside original 16bit range
|
wenzelm@47158
|
499 |
e.g. glyph for \<A> (thanks to jEdit 4.5.1)
|
wenzelm@45614
|
500 |
|
wenzelm@47806
|
501 |
* Forward declaration of outer syntax keywords within the theory
|
wenzelm@47806
|
502 |
header -- minor INCOMPATIBILITY for user-defined commands. Allow new
|
wenzelm@47806
|
503 |
commands to be used in the same theory where defined.
|
wenzelm@46485
|
504 |
|
wenzelm@47482
|
505 |
* Auxiliary contexts indicate block structure for specifications with
|
wenzelm@47482
|
506 |
additional parameters and assumptions. Such unnamed contexts may be
|
wenzelm@47482
|
507 |
nested within other targets, like 'theory', 'locale', 'class',
|
wenzelm@47482
|
508 |
'instantiation' etc. Results from the local context are generalized
|
wenzelm@47482
|
509 |
accordingly and applied to the enclosing target context. Example:
|
wenzelm@47482
|
510 |
|
wenzelm@47482
|
511 |
context
|
wenzelm@47482
|
512 |
fixes x y z :: 'a
|
wenzelm@47482
|
513 |
assumes xy: "x = y" and yz: "y = z"
|
wenzelm@47482
|
514 |
begin
|
wenzelm@47482
|
515 |
|
wenzelm@47482
|
516 |
lemma my_trans: "x = z" using xy yz by simp
|
wenzelm@47482
|
517 |
|
wenzelm@47482
|
518 |
end
|
wenzelm@47482
|
519 |
|
wenzelm@47482
|
520 |
thm my_trans
|
wenzelm@47482
|
521 |
|
wenzelm@47482
|
522 |
The most basic application is to factor-out context elements of
|
wenzelm@47482
|
523 |
several fixes/assumes/shows theorem statements, e.g. see
|
wenzelm@47482
|
524 |
~~/src/HOL/Isar_Examples/Group_Context.thy
|
wenzelm@47482
|
525 |
|
wenzelm@47482
|
526 |
Any other local theory specification element works within the "context
|
wenzelm@47482
|
527 |
... begin ... end" block as well.
|
wenzelm@47482
|
528 |
|
wenzelm@47484
|
529 |
* Bundled declarations associate attributed fact expressions with a
|
wenzelm@47484
|
530 |
given name in the context. These may be later included in other
|
wenzelm@47484
|
531 |
contexts. This allows to manage context extensions casually, without
|
wenzelm@47855
|
532 |
the logical dependencies of locales and locale interpretation. See
|
wenzelm@47855
|
533 |
commands 'bundle', 'include', 'including' etc. in the isar-ref manual.
|
wenzelm@47484
|
534 |
|
wenzelm@47829
|
535 |
* Commands 'lemmas' and 'theorems' allow local variables using 'for'
|
wenzelm@47829
|
536 |
declaration, and results are standardized before being stored. Thus
|
wenzelm@47829
|
537 |
old-style "standard" after instantiation or composition of facts
|
wenzelm@47829
|
538 |
becomes obsolete. Minor INCOMPATIBILITY, due to potential change of
|
wenzelm@47829
|
539 |
indices of schematic variables.
|
wenzelm@47829
|
540 |
|
wenzelm@47829
|
541 |
* Rule attributes in local theory declarations (e.g. locale or class)
|
wenzelm@47829
|
542 |
are now statically evaluated: the resulting theorem is stored instead
|
wenzelm@47829
|
543 |
of the original expression. INCOMPATIBILITY in rare situations, where
|
wenzelm@47829
|
544 |
the historic accident of dynamic re-evaluation in interpretations
|
wenzelm@47829
|
545 |
etc. was exploited.
|
wenzelm@47829
|
546 |
|
wenzelm@47829
|
547 |
* New tutorial "Programming and Proving in Isabelle/HOL"
|
wenzelm@47829
|
548 |
("prog-prove"). It completely supersedes "A Tutorial Introduction to
|
wenzelm@47829
|
549 |
Structured Isar Proofs" ("isar-overview"), which has been removed. It
|
wenzelm@47829
|
550 |
also supersedes "Isabelle/HOL, A Proof Assistant for Higher-Order
|
wenzelm@47829
|
551 |
Logic" as the recommended beginners tutorial, but does not cover all
|
wenzelm@47829
|
552 |
of the material of that old tutorial.
|
wenzelm@47829
|
553 |
|
wenzelm@47829
|
554 |
* Updated and extended reference manuals: "isar-ref",
|
wenzelm@47829
|
555 |
"implementation", "system"; reduced remaining material in old "ref"
|
wenzelm@47829
|
556 |
manual.
|
wenzelm@47829
|
557 |
|
wenzelm@47829
|
558 |
|
wenzelm@47829
|
559 |
*** Pure ***
|
wenzelm@47829
|
560 |
|
wenzelm@46976
|
561 |
* Command 'definition' no longer exports the foundational "raw_def"
|
wenzelm@46976
|
562 |
into the user context. Minor INCOMPATIBILITY, may use the regular
|
wenzelm@46976
|
563 |
"def" result with attribute "abs_def" to imitate the old version.
|
wenzelm@46976
|
564 |
|
wenzelm@47855
|
565 |
* Attribute "abs_def" turns an equation of the form "f x y == t" into
|
wenzelm@47855
|
566 |
"f == %x y. t", which ensures that "simp" or "unfold" steps always
|
wenzelm@47855
|
567 |
expand it. This also works for object-logic equality. (Formerly
|
wenzelm@47855
|
568 |
undocumented feature.)
|
wenzelm@47855
|
569 |
|
wenzelm@47856
|
570 |
* Sort constraints are now propagated in simultaneous statements, just
|
wenzelm@47856
|
571 |
like type constraints. INCOMPATIBILITY in rare situations, where
|
wenzelm@47856
|
572 |
distinct sorts used to be assigned accidentally. For example:
|
wenzelm@47856
|
573 |
|
wenzelm@47856
|
574 |
lemma "P (x::'a::foo)" and "Q (y::'a::bar)" -- "now illegal"
|
wenzelm@47856
|
575 |
|
wenzelm@47856
|
576 |
lemma "P (x::'a)" and "Q (y::'a::bar)"
|
wenzelm@47856
|
577 |
-- "now uniform 'a::bar instead of default sort for first occurrence (!)"
|
wenzelm@47856
|
578 |
|
wenzelm@47856
|
579 |
* Rule composition via attribute "OF" (or ML functions OF/MRS) is more
|
wenzelm@47856
|
580 |
tolerant against multiple unifiers, as long as the final result is
|
wenzelm@47856
|
581 |
unique. (As before, rules are composed in canonical right-to-left
|
wenzelm@47856
|
582 |
order to accommodate newly introduced premises.)
|
wenzelm@47856
|
583 |
|
wenzelm@47806
|
584 |
* Renamed some inner syntax categories:
|
wenzelm@47806
|
585 |
|
wenzelm@47806
|
586 |
num ~> num_token
|
wenzelm@47806
|
587 |
xnum ~> xnum_token
|
wenzelm@47806
|
588 |
xstr ~> str_token
|
wenzelm@47806
|
589 |
|
wenzelm@47806
|
590 |
Minor INCOMPATIBILITY. Note that in practice "num_const" or
|
wenzelm@47806
|
591 |
"num_position" etc. are mainly used instead (which also include
|
wenzelm@47806
|
592 |
position information via constraints).
|
wenzelm@47806
|
593 |
|
wenzelm@47829
|
594 |
* Simplified configuration options for syntax ambiguity: see
|
wenzelm@47829
|
595 |
"syntax_ambiguity_warning" and "syntax_ambiguity_limit" in isar-ref
|
wenzelm@47829
|
596 |
manual. Minor INCOMPATIBILITY.
|
wenzelm@47829
|
597 |
|
wenzelm@47856
|
598 |
* Discontinued configuration option "syntax_positions": atomic terms
|
wenzelm@47856
|
599 |
in parse trees are always annotated by position constraints.
|
wenzelm@45134
|
600 |
|
wenzelm@47464
|
601 |
* Old code generator for SML and its commands 'code_module',
|
wenzelm@45383
|
602 |
'code_library', 'consts_code', 'types_code' have been discontinued.
|
haftmann@46028
|
603 |
Use commands of the generic code generator instead. INCOMPATIBILITY.
|
wenzelm@45383
|
604 |
|
wenzelm@47464
|
605 |
* Redundant attribute "code_inline" has been discontinued. Use
|
wenzelm@47464
|
606 |
"code_unfold" instead. INCOMPATIBILITY.
|
wenzelm@47464
|
607 |
|
wenzelm@47464
|
608 |
* Dropped attribute "code_unfold_post" in favor of the its dual
|
wenzelm@47464
|
609 |
"code_abbrev", which yields a common pattern in definitions like
|
haftmann@46028
|
610 |
|
haftmann@46028
|
611 |
definition [code_abbrev]: "f = t"
|
haftmann@46028
|
612 |
|
haftmann@46028
|
613 |
INCOMPATIBILITY.
|
wenzelm@45383
|
614 |
|
wenzelm@47856
|
615 |
* Obsolete 'types' command has been discontinued. Use 'type_synonym'
|
wenzelm@47856
|
616 |
instead. INCOMPATIBILITY.
|
wenzelm@47856
|
617 |
|
wenzelm@47856
|
618 |
* Discontinued old "prems" fact, which used to refer to the accidental
|
wenzelm@47856
|
619 |
collection of foundational premises in the context (already marked as
|
wenzelm@47856
|
620 |
legacy since Isabelle2011).
|
wenzelm@47855
|
621 |
|
wenzelm@45427
|
622 |
|
huffman@45122
|
623 |
*** HOL ***
|
huffman@45122
|
624 |
|
wenzelm@47464
|
625 |
* Type 'a set is now a proper type constructor (just as before
|
wenzelm@47464
|
626 |
Isabelle2008). Definitions mem_def and Collect_def have disappeared.
|
wenzelm@47464
|
627 |
Non-trivial INCOMPATIBILITY. For developments keeping predicates and
|
wenzelm@47855
|
628 |
sets separate, it is often sufficient to rephrase some set S that has
|
wenzelm@47855
|
629 |
been accidentally used as predicates by "%x. x : S", and some
|
wenzelm@47855
|
630 |
predicate P that has been accidentally used as set by "{x. P x}".
|
wenzelm@47855
|
631 |
Corresponding proofs in a first step should be pruned from any
|
wenzelm@47855
|
632 |
tinkering with former theorems mem_def and Collect_def as far as
|
wenzelm@47855
|
633 |
possible.
|
wenzelm@47855
|
634 |
|
wenzelm@47855
|
635 |
For developments which deliberately mix predicates and sets, a
|
wenzelm@47464
|
636 |
planning step is necessary to determine what should become a predicate
|
wenzelm@47464
|
637 |
and what a set. It can be helpful to carry out that step in
|
wenzelm@47464
|
638 |
Isabelle2011-1 before jumping right into the current release.
|
wenzelm@47464
|
639 |
|
wenzelm@47855
|
640 |
* Code generation by default implements sets as container type rather
|
wenzelm@47855
|
641 |
than predicates. INCOMPATIBILITY.
|
wenzelm@47855
|
642 |
|
wenzelm@47855
|
643 |
* New type synonym 'a rel = ('a * 'a) set
|
wenzelm@47855
|
644 |
|
wenzelm@47464
|
645 |
* The representation of numerals has changed. Datatype "num"
|
wenzelm@47464
|
646 |
represents strictly positive binary numerals, along with functions
|
wenzelm@47464
|
647 |
"numeral :: num => 'a" and "neg_numeral :: num => 'a" to represent
|
wenzelm@47855
|
648 |
positive and negated numeric literals, respectively. See also
|
wenzelm@47855
|
649 |
definitions in ~~/src/HOL/Num.thy. Potential INCOMPATIBILITY, some
|
wenzelm@47855
|
650 |
user theories may require adaptations as follows:
|
huffman@47108
|
651 |
|
huffman@47108
|
652 |
- Theorems with number_ring or number_semiring constraints: These
|
huffman@47108
|
653 |
classes are gone; use comm_ring_1 or comm_semiring_1 instead.
|
huffman@47108
|
654 |
|
huffman@47108
|
655 |
- Theories defining numeric types: Remove number, number_semiring,
|
huffman@47108
|
656 |
and number_ring instances. Defer all theorems about numerals until
|
huffman@47108
|
657 |
after classes one and semigroup_add have been instantiated.
|
huffman@47108
|
658 |
|
huffman@47108
|
659 |
- Numeral-only simp rules: Replace each rule having a "number_of v"
|
huffman@47108
|
660 |
pattern with two copies, one for numeral and one for neg_numeral.
|
huffman@47108
|
661 |
|
huffman@47108
|
662 |
- Theorems about subclasses of semiring_1 or ring_1: These classes
|
huffman@47108
|
663 |
automatically support numerals now, so more simp rules and
|
huffman@47108
|
664 |
simprocs may now apply within the proof.
|
huffman@47108
|
665 |
|
huffman@47108
|
666 |
- Definitions and theorems using old constructors Pls/Min/Bit0/Bit1:
|
huffman@47108
|
667 |
Redefine using other integer operations.
|
huffman@47108
|
668 |
|
wenzelm@47855
|
669 |
* Transfer: New package intended to generalize the existing
|
wenzelm@47855
|
670 |
"descending" method and related theorem attributes from the Quotient
|
wenzelm@47855
|
671 |
package. (Not all functionality is implemented yet, but future
|
wenzelm@47855
|
672 |
development will focus on Transfer as an eventual replacement for the
|
wenzelm@47855
|
673 |
corresponding parts of the Quotient package.)
|
wenzelm@47809
|
674 |
|
wenzelm@47809
|
675 |
- transfer_rule attribute: Maintains a collection of transfer rules,
|
wenzelm@47809
|
676 |
which relate constants at two different types. Transfer rules may
|
wenzelm@47809
|
677 |
relate different type instances of the same polymorphic constant,
|
wenzelm@47809
|
678 |
or they may relate an operation on a raw type to a corresponding
|
wenzelm@47809
|
679 |
operation on an abstract type (quotient or subtype). For example:
|
wenzelm@47809
|
680 |
|
wenzelm@47809
|
681 |
((A ===> B) ===> list_all2 A ===> list_all2 B) map map
|
wenzelm@47809
|
682 |
(cr_int ===> cr_int ===> cr_int) (%(x,y) (u,v). (x+u, y+v)) plus_int
|
wenzelm@47809
|
683 |
|
wenzelm@47809
|
684 |
- transfer method: Replaces a subgoal on abstract types with an
|
wenzelm@47809
|
685 |
equivalent subgoal on the corresponding raw types. Constants are
|
wenzelm@47809
|
686 |
replaced with corresponding ones according to the transfer rules.
|
wenzelm@47809
|
687 |
Goals are generalized over all free variables by default; this is
|
huffman@47851
|
688 |
necessary for variables whose types change, but can be overridden
|
wenzelm@47855
|
689 |
for specific variables with e.g. "transfer fixing: x y z". The
|
wenzelm@47809
|
690 |
variant transfer' method allows replacing a subgoal with one that
|
wenzelm@47809
|
691 |
is logically stronger (rather than equivalent).
|
wenzelm@47809
|
692 |
|
wenzelm@47809
|
693 |
- relator_eq attribute: Collects identity laws for relators of
|
wenzelm@47809
|
694 |
various type constructors, e.g. "list_all2 (op =) = (op =)". The
|
wenzelm@47809
|
695 |
transfer method uses these lemmas to infer transfer rules for
|
wenzelm@47809
|
696 |
non-polymorphic constants on the fly.
|
wenzelm@47809
|
697 |
|
wenzelm@47809
|
698 |
- transfer_prover method: Assists with proving a transfer rule for a
|
wenzelm@47809
|
699 |
new constant, provided the constant is defined in terms of other
|
wenzelm@47809
|
700 |
constants that already have transfer rules. It should be applied
|
wenzelm@47809
|
701 |
after unfolding the constant definitions.
|
wenzelm@47809
|
702 |
|
wenzelm@47809
|
703 |
- HOL/ex/Transfer_Int_Nat.thy: Example theory demonstrating transfer
|
wenzelm@47809
|
704 |
from type nat to type int.
|
wenzelm@47809
|
705 |
|
huffman@47851
|
706 |
* Lifting: New package intended to generalize the quotient_definition
|
huffman@47851
|
707 |
facility of the Quotient package; designed to work with Transfer.
|
wenzelm@47809
|
708 |
|
wenzelm@47809
|
709 |
- lift_definition command: Defines operations on an abstract type in
|
wenzelm@47809
|
710 |
terms of a corresponding operation on a representation
|
wenzelm@47809
|
711 |
type. Example syntax:
|
wenzelm@47809
|
712 |
|
wenzelm@47809
|
713 |
lift_definition dlist_insert :: "'a => 'a dlist => 'a dlist"
|
wenzelm@47809
|
714 |
is List.insert
|
wenzelm@47809
|
715 |
|
wenzelm@47809
|
716 |
Users must discharge a respectfulness proof obligation when each
|
wenzelm@47809
|
717 |
constant is defined. (For a type copy, i.e. a typedef with UNIV,
|
wenzelm@47809
|
718 |
the proof is discharged automatically.) The obligation is
|
wenzelm@47809
|
719 |
presented in a user-friendly, readable form; a respectfulness
|
wenzelm@47809
|
720 |
theorem in the standard format and a transfer rule are generated
|
wenzelm@47809
|
721 |
by the package.
|
wenzelm@47809
|
722 |
|
wenzelm@47809
|
723 |
- Integration with code_abstype: For typedefs (e.g. subtypes
|
wenzelm@47809
|
724 |
corresponding to a datatype invariant, such as dlist),
|
wenzelm@47809
|
725 |
lift_definition generates a code certificate theorem and sets up
|
wenzelm@47809
|
726 |
code generation for each constant.
|
wenzelm@47809
|
727 |
|
wenzelm@47809
|
728 |
- setup_lifting command: Sets up the Lifting package to work with a
|
wenzelm@47809
|
729 |
user-defined type. The user must provide either a quotient theorem
|
wenzelm@47809
|
730 |
or a type_definition theorem. The package configures transfer
|
wenzelm@47809
|
731 |
rules for equality and quantifiers on the type, and sets up the
|
wenzelm@47809
|
732 |
lift_definition command to work with the type.
|
wenzelm@47809
|
733 |
|
wenzelm@47809
|
734 |
- Usage examples: See Quotient_Examples/Lift_DList.thy,
|
huffman@47851
|
735 |
Quotient_Examples/Lift_RBT.thy, Quotient_Examples/Lift_FSet.thy,
|
huffman@47851
|
736 |
Word/Word.thy and Library/Float.thy.
|
wenzelm@47809
|
737 |
|
wenzelm@47809
|
738 |
* Quotient package:
|
wenzelm@47809
|
739 |
|
wenzelm@47809
|
740 |
- The 'quotient_type' command now supports a 'morphisms' option with
|
wenzelm@47809
|
741 |
rep and abs functions, similar to typedef.
|
wenzelm@47809
|
742 |
|
wenzelm@47809
|
743 |
- 'quotient_type' sets up new types to work with the Lifting and
|
wenzelm@47809
|
744 |
Transfer packages, as with 'setup_lifting'.
|
wenzelm@47809
|
745 |
|
wenzelm@47809
|
746 |
- The 'quotient_definition' command now requires the user to prove a
|
wenzelm@47809
|
747 |
respectfulness property at the point where the constant is
|
wenzelm@47809
|
748 |
defined, similar to lift_definition; INCOMPATIBILITY.
|
wenzelm@47809
|
749 |
|
wenzelm@47809
|
750 |
- Renamed predicate 'Quotient' to 'Quotient3', and renamed theorems
|
wenzelm@47809
|
751 |
accordingly, INCOMPATIBILITY.
|
wenzelm@47809
|
752 |
|
wenzelm@47809
|
753 |
* New diagnostic command 'find_unused_assms' to find potentially
|
wenzelm@47809
|
754 |
superfluous assumptions in theorems using Quickcheck.
|
wenzelm@47809
|
755 |
|
wenzelm@47809
|
756 |
* Quickcheck:
|
wenzelm@47809
|
757 |
|
wenzelm@47809
|
758 |
- Quickcheck returns variable assignments as counterexamples, which
|
wenzelm@47809
|
759 |
allows to reveal the underspecification of functions under test.
|
wenzelm@47809
|
760 |
For example, refuting "hd xs = x", it presents the variable
|
wenzelm@47809
|
761 |
assignment xs = [] and x = a1 as a counterexample, assuming that
|
wenzelm@47809
|
762 |
any property is false whenever "hd []" occurs in it.
|
wenzelm@47809
|
763 |
|
wenzelm@47809
|
764 |
These counterexample are marked as potentially spurious, as
|
wenzelm@47809
|
765 |
Quickcheck also returns "xs = []" as a counterexample to the
|
wenzelm@47809
|
766 |
obvious theorem "hd xs = hd xs".
|
wenzelm@47809
|
767 |
|
wenzelm@47809
|
768 |
After finding a potentially spurious counterexample, Quickcheck
|
wenzelm@47809
|
769 |
continues searching for genuine ones.
|
wenzelm@47809
|
770 |
|
wenzelm@47809
|
771 |
By default, Quickcheck shows potentially spurious and genuine
|
wenzelm@47809
|
772 |
counterexamples. The option "genuine_only" sets quickcheck to only
|
wenzelm@47809
|
773 |
show genuine counterexamples.
|
wenzelm@47809
|
774 |
|
wenzelm@47809
|
775 |
- The command 'quickcheck_generator' creates random and exhaustive
|
wenzelm@47809
|
776 |
value generators for a given type and operations.
|
wenzelm@47809
|
777 |
|
wenzelm@47809
|
778 |
It generates values by using the operations as if they were
|
wenzelm@47809
|
779 |
constructors of that type.
|
wenzelm@47809
|
780 |
|
wenzelm@47809
|
781 |
- Support for multisets.
|
wenzelm@47809
|
782 |
|
wenzelm@47809
|
783 |
- Added "use_subtype" options.
|
wenzelm@47809
|
784 |
|
wenzelm@47809
|
785 |
- Added "quickcheck_locale" configuration to specify how to process
|
wenzelm@47809
|
786 |
conjectures in a locale context.
|
wenzelm@47809
|
787 |
|
wenzelm@47855
|
788 |
* Nitpick: Fixed infinite loop caused by the 'peephole_optim' option
|
wenzelm@47855
|
789 |
and affecting 'rat' and 'real'.
|
wenzelm@47809
|
790 |
|
wenzelm@47809
|
791 |
* Sledgehammer:
|
wenzelm@47809
|
792 |
- Integrated more tightly with SPASS, as described in the ITP 2012
|
wenzelm@47809
|
793 |
paper "More SPASS with Isabelle".
|
wenzelm@47809
|
794 |
- Made it try "smt" as a fallback if "metis" fails or times out.
|
wenzelm@47809
|
795 |
- Added support for the following provers: Alt-Ergo (via Why3 and
|
wenzelm@47809
|
796 |
TFF1), iProver, iProver-Eq.
|
wenzelm@47809
|
797 |
- Sped up the minimizer.
|
wenzelm@47809
|
798 |
- Added "lam_trans", "uncurry_aliases", and "minimize" options.
|
wenzelm@47809
|
799 |
- Renamed "slicing" ("no_slicing") option to "slice" ("dont_slice").
|
wenzelm@47809
|
800 |
- Renamed "sound" option to "strict".
|
wenzelm@47809
|
801 |
|
wenzelm@47855
|
802 |
* Metis: Added possibility to specify lambda translations scheme as a
|
wenzelm@47855
|
803 |
parenthesized argument (e.g., "by (metis (lifting) ...)").
|
wenzelm@47855
|
804 |
|
wenzelm@47855
|
805 |
* SMT: Renamed "smt_fixed" option to "smt_read_only_certificates".
|
wenzelm@47855
|
806 |
|
wenzelm@47855
|
807 |
* Command 'try0': Renamed from 'try_methods'. INCOMPATIBILITY.
|
wenzelm@47809
|
808 |
|
wenzelm@47856
|
809 |
* New "case_product" attribute to generate a case rule doing multiple
|
wenzelm@47856
|
810 |
case distinctions at the same time. E.g.
|
wenzelm@47856
|
811 |
|
wenzelm@47856
|
812 |
list.exhaust [case_product nat.exhaust]
|
wenzelm@47856
|
813 |
|
wenzelm@47856
|
814 |
produces a rule which can be used to perform case distinction on both
|
wenzelm@47856
|
815 |
a list and a nat.
|
wenzelm@47856
|
816 |
|
wenzelm@47809
|
817 |
* New "eventually_elim" method as a generalized variant of the
|
wenzelm@47855
|
818 |
eventually_elim* rules. Supports structured proofs.
|
wenzelm@47855
|
819 |
|
wenzelm@47702
|
820 |
* Typedef with implicit set definition is considered legacy. Use
|
wenzelm@47702
|
821 |
"typedef (open)" form instead, which will eventually become the
|
wenzelm@47702
|
822 |
default.
|
wenzelm@47702
|
823 |
|
wenzelm@47856
|
824 |
* Record: code generation can be switched off manually with
|
wenzelm@47856
|
825 |
|
wenzelm@47856
|
826 |
declare [[record_coden = false]] -- "default true"
|
wenzelm@47856
|
827 |
|
wenzelm@47856
|
828 |
* Datatype: type parameters allow explicit sort constraints.
|
wenzelm@47856
|
829 |
|
wenzelm@47855
|
830 |
* Concrete syntax for case expressions includes constraints for source
|
wenzelm@47855
|
831 |
positions, and thus produces Prover IDE markup for its bindings.
|
wenzelm@47855
|
832 |
INCOMPATIBILITY for old-style syntax translations that augment the
|
wenzelm@47855
|
833 |
pattern notation; e.g. see src/HOL/HOLCF/One.thy for translations of
|
wenzelm@47855
|
834 |
one_case.
|
wenzelm@47855
|
835 |
|
wenzelm@47855
|
836 |
* Clarified attribute "mono_set": pure declaration without modifying
|
wenzelm@47855
|
837 |
the result of the fact expression.
|
wenzelm@47855
|
838 |
|
haftmann@46752
|
839 |
* More default pred/set conversions on a couple of relation operations
|
wenzelm@47464
|
840 |
and predicates. Added powers of predicate relations. Consolidation
|
wenzelm@47464
|
841 |
of some relation theorems:
|
haftmann@46752
|
842 |
|
haftmann@46752
|
843 |
converse_def ~> converse_unfold
|
haftmann@47549
|
844 |
rel_comp_def ~> relcomp_unfold
|
haftmann@47820
|
845 |
symp_def ~> (modified, use symp_def and sym_def instead)
|
haftmann@46752
|
846 |
transp_def ~> transp_trans
|
haftmann@46752
|
847 |
Domain_def ~> Domain_unfold
|
haftmann@46752
|
848 |
Range_def ~> Domain_converse [symmetric]
|
haftmann@46752
|
849 |
|
haftmann@46981
|
850 |
Generalized theorems INF_INT_eq, INF_INT_eq2, SUP_UN_eq, SUP_UN_eq2.
|
haftmann@46981
|
851 |
|
wenzelm@47464
|
852 |
See theory "Relation" for examples for making use of pred/set
|
wenzelm@47464
|
853 |
conversions by means of attributes "to_set" and "to_pred".
|
haftmann@47086
|
854 |
|
haftmann@46752
|
855 |
INCOMPATIBILITY.
|
haftmann@46752
|
856 |
|
bulwahn@46363
|
857 |
* Renamed facts about the power operation on relations, i.e., relpow
|
wenzelm@47464
|
858 |
to match the constant's name:
|
wenzelm@47463
|
859 |
|
wenzelm@46458
|
860 |
rel_pow_1 ~> relpow_1
|
bulwahn@46363
|
861 |
rel_pow_0_I ~> relpow_0_I
|
bulwahn@46363
|
862 |
rel_pow_Suc_I ~> relpow_Suc_I
|
bulwahn@46363
|
863 |
rel_pow_Suc_I2 ~> relpow_Suc_I2
|
bulwahn@46363
|
864 |
rel_pow_0_E ~> relpow_0_E
|
bulwahn@46363
|
865 |
rel_pow_Suc_E ~> relpow_Suc_E
|
bulwahn@46363
|
866 |
rel_pow_E ~> relpow_E
|
wenzelm@46458
|
867 |
rel_pow_Suc_D2 ~> relpow_Suc_D2
|
wenzelm@47463
|
868 |
rel_pow_Suc_E2 ~> relpow_Suc_E2
|
bulwahn@46363
|
869 |
rel_pow_Suc_D2' ~> relpow_Suc_D2'
|
bulwahn@46363
|
870 |
rel_pow_E2 ~> relpow_E2
|
bulwahn@46363
|
871 |
rel_pow_add ~> relpow_add
|
bulwahn@46363
|
872 |
rel_pow_commute ~> relpow
|
bulwahn@46363
|
873 |
rel_pow_empty ~> relpow_empty:
|
bulwahn@46363
|
874 |
rtrancl_imp_UN_rel_pow ~> rtrancl_imp_UN_relpow
|
bulwahn@46363
|
875 |
rel_pow_imp_rtrancl ~> relpow_imp_rtrancl
|
bulwahn@46363
|
876 |
rtrancl_is_UN_rel_pow ~> rtrancl_is_UN_relpow
|
bulwahn@46363
|
877 |
rtrancl_imp_rel_pow ~> rtrancl_imp_relpow
|
bulwahn@46363
|
878 |
rel_pow_fun_conv ~> relpow_fun_conv
|
bulwahn@46363
|
879 |
rel_pow_finite_bounded1 ~> relpow_finite_bounded1
|
bulwahn@46363
|
880 |
rel_pow_finite_bounded ~> relpow_finite_bounded
|
bulwahn@46363
|
881 |
rtrancl_finite_eq_rel_pow ~> rtrancl_finite_eq_relpow
|
bulwahn@46363
|
882 |
trancl_finite_eq_rel_pow ~> trancl_finite_eq_relpow
|
bulwahn@46363
|
883 |
single_valued_rel_pow ~> single_valued_relpow
|
wenzelm@47463
|
884 |
|
bulwahn@46363
|
885 |
INCOMPATIBILITY.
|
bulwahn@46363
|
886 |
|
bulwahn@47448
|
887 |
* Theory Relation: Consolidated constant name for relation composition
|
wenzelm@47464
|
888 |
and corresponding theorem names:
|
wenzelm@47464
|
889 |
|
haftmann@47549
|
890 |
- Renamed constant rel_comp to relcomp.
|
wenzelm@47464
|
891 |
|
bulwahn@47448
|
892 |
- Dropped abbreviation pred_comp. Use relcompp instead.
|
wenzelm@47464
|
893 |
|
bulwahn@47448
|
894 |
- Renamed theorems:
|
wenzelm@47464
|
895 |
|
bulwahn@47448
|
896 |
rel_compI ~> relcompI
|
bulwahn@47448
|
897 |
rel_compEpair ~> relcompEpair
|
bulwahn@47448
|
898 |
rel_compE ~> relcompE
|
bulwahn@47448
|
899 |
pred_comp_rel_comp_eq ~> relcompp_relcomp_eq
|
bulwahn@47448
|
900 |
rel_comp_empty1 ~> relcomp_empty1
|
bulwahn@47448
|
901 |
rel_comp_mono ~> relcomp_mono
|
bulwahn@47448
|
902 |
rel_comp_subset_Sigma ~> relcomp_subset_Sigma
|
bulwahn@47448
|
903 |
rel_comp_distrib ~> relcomp_distrib
|
bulwahn@47448
|
904 |
rel_comp_distrib2 ~> relcomp_distrib2
|
bulwahn@47448
|
905 |
rel_comp_UNION_distrib ~> relcomp_UNION_distrib
|
bulwahn@47448
|
906 |
rel_comp_UNION_distrib2 ~> relcomp_UNION_distrib2
|
bulwahn@47448
|
907 |
single_valued_rel_comp ~> single_valued_relcomp
|
haftmann@47549
|
908 |
rel_comp_def ~> relcomp_unfold
|
bulwahn@47448
|
909 |
converse_rel_comp ~> converse_relcomp
|
bulwahn@47448
|
910 |
pred_compI ~> relcomppI
|
bulwahn@47448
|
911 |
pred_compE ~> relcomppE
|
bulwahn@47448
|
912 |
pred_comp_bot1 ~> relcompp_bot1
|
bulwahn@47448
|
913 |
pred_comp_bot2 ~> relcompp_bot2
|
bulwahn@47448
|
914 |
transp_pred_comp_less_eq ~> transp_relcompp_less_eq
|
bulwahn@47448
|
915 |
pred_comp_mono ~> relcompp_mono
|
bulwahn@47448
|
916 |
pred_comp_distrib ~> relcompp_distrib
|
bulwahn@47448
|
917 |
pred_comp_distrib2 ~> relcompp_distrib2
|
bulwahn@47448
|
918 |
converse_pred_comp ~> converse_relcompp
|
wenzelm@47464
|
919 |
|
bulwahn@47448
|
920 |
finite_rel_comp ~> finite_relcomp
|
wenzelm@47464
|
921 |
|
bulwahn@47448
|
922 |
set_rel_comp ~> set_relcomp
|
bulwahn@47448
|
923 |
|
bulwahn@47448
|
924 |
INCOMPATIBILITY.
|
bulwahn@47448
|
925 |
|
haftmann@47550
|
926 |
* Theory Divides: Discontinued redundant theorems about div and mod.
|
haftmann@47550
|
927 |
INCOMPATIBILITY, use the corresponding generic theorems instead.
|
haftmann@47550
|
928 |
|
haftmann@47550
|
929 |
DIVISION_BY_ZERO ~> div_by_0, mod_by_0
|
haftmann@47550
|
930 |
zdiv_self ~> div_self
|
haftmann@47550
|
931 |
zmod_self ~> mod_self
|
haftmann@47550
|
932 |
zdiv_zero ~> div_0
|
haftmann@47550
|
933 |
zmod_zero ~> mod_0
|
haftmann@47550
|
934 |
zdiv_zmod_equality ~> div_mod_equality2
|
haftmann@47550
|
935 |
zdiv_zmod_equality2 ~> div_mod_equality
|
haftmann@47550
|
936 |
zmod_zdiv_trivial ~> mod_div_trivial
|
haftmann@47550
|
937 |
zdiv_zminus_zminus ~> div_minus_minus
|
haftmann@47550
|
938 |
zmod_zminus_zminus ~> mod_minus_minus
|
haftmann@47550
|
939 |
zdiv_zminus2 ~> div_minus_right
|
haftmann@47550
|
940 |
zmod_zminus2 ~> mod_minus_right
|
haftmann@47550
|
941 |
zdiv_minus1_right ~> div_minus1_right
|
haftmann@47550
|
942 |
zmod_minus1_right ~> mod_minus1_right
|
haftmann@47550
|
943 |
zdvd_mult_div_cancel ~> dvd_mult_div_cancel
|
haftmann@47550
|
944 |
zmod_zmult1_eq ~> mod_mult_right_eq
|
haftmann@47550
|
945 |
zpower_zmod ~> power_mod
|
haftmann@47550
|
946 |
zdvd_zmod ~> dvd_mod
|
haftmann@47550
|
947 |
zdvd_zmod_imp_zdvd ~> dvd_mod_imp_dvd
|
haftmann@47550
|
948 |
mod_mult_distrib ~> mult_mod_left
|
haftmann@47550
|
949 |
mod_mult_distrib2 ~> mult_mod_right
|
haftmann@47550
|
950 |
|
haftmann@47550
|
951 |
* Removed redundant theorems nat_mult_2 and nat_mult_2_right; use
|
haftmann@47550
|
952 |
generic mult_2 and mult_2_right instead. INCOMPATIBILITY.
|
haftmann@47550
|
953 |
|
haftmann@47551
|
954 |
* Finite_Set.fold now qualified. INCOMPATIBILITY.
|
haftmann@47551
|
955 |
|
haftmann@47552
|
956 |
* Consolidated theorem names concerning fold combinators:
|
haftmann@47550
|
957 |
|
haftmann@47550
|
958 |
inf_INFI_fold_inf ~> inf_INF_fold_inf
|
haftmann@47550
|
959 |
sup_SUPR_fold_sup ~> sup_SUP_fold_sup
|
haftmann@47550
|
960 |
INFI_fold_inf ~> INF_fold_inf
|
haftmann@47550
|
961 |
SUPR_fold_sup ~> SUP_fold_sup
|
haftmann@47550
|
962 |
union_set ~> union_set_fold
|
haftmann@47550
|
963 |
minus_set ~> minus_set_fold
|
haftmann@47550
|
964 |
INFI_set_fold ~> INF_set_fold
|
haftmann@47550
|
965 |
SUPR_set_fold ~> SUP_set_fold
|
haftmann@47550
|
966 |
INF_code ~> INF_set_foldr
|
haftmann@47550
|
967 |
SUP_code ~> SUP_set_foldr
|
haftmann@47550
|
968 |
foldr.simps ~> foldr.simps (in point-free formulation)
|
haftmann@47550
|
969 |
foldr_fold_rev ~> foldr_conv_fold
|
haftmann@47550
|
970 |
foldl_fold ~> foldl_conv_fold
|
haftmann@47550
|
971 |
foldr_foldr ~> foldr_conv_foldl
|
haftmann@47550
|
972 |
foldl_foldr ~> foldl_conv_foldr
|
haftmann@47552
|
973 |
fold_set_remdups ~> fold_set_fold_remdups
|
haftmann@47552
|
974 |
fold_set ~> fold_set_fold
|
haftmann@47552
|
975 |
fold1_set ~> fold1_set_fold
|
haftmann@47550
|
976 |
|
haftmann@47550
|
977 |
INCOMPATIBILITY.
|
haftmann@47550
|
978 |
|
haftmann@47550
|
979 |
* Dropped rarely useful theorems concerning fold combinators:
|
haftmann@47550
|
980 |
foldl_apply, foldl_fun_comm, foldl_rev, fold_weak_invariant,
|
haftmann@47550
|
981 |
rev_foldl_cons, fold_set_remdups, fold_set, fold_set1,
|
haftmann@47550
|
982 |
concat_conv_foldl, foldl_weak_invariant, foldl_invariant,
|
haftmann@47550
|
983 |
foldr_invariant, foldl_absorb0, foldl_foldr1_lemma, foldl_foldr1,
|
haftmann@47550
|
984 |
listsum_conv_fold, listsum_foldl, sort_foldl_insort, foldl_assoc,
|
haftmann@47550
|
985 |
foldr_conv_foldl, start_le_sum, elem_le_sum, sum_eq_0_conv.
|
haftmann@47550
|
986 |
INCOMPATIBILITY. For the common phrases "%xs. List.foldr plus xs 0"
|
haftmann@47550
|
987 |
and "List.foldl plus 0", prefer "List.listsum". Otherwise it can be
|
haftmann@47550
|
988 |
useful to boil down "List.foldr" and "List.foldl" to "List.fold" by
|
haftmann@47550
|
989 |
unfolding "foldr_conv_fold" and "foldl_conv_fold".
|
haftmann@47550
|
990 |
|
haftmann@47550
|
991 |
* Dropped lemmas minus_set_foldr, union_set_foldr, union_coset_foldr,
|
haftmann@47550
|
992 |
inter_coset_foldr, Inf_fin_set_foldr, Sup_fin_set_foldr,
|
haftmann@47550
|
993 |
Min_fin_set_foldr, Max_fin_set_foldr, Inf_set_foldr, Sup_set_foldr,
|
haftmann@47550
|
994 |
INF_set_foldr, SUP_set_foldr. INCOMPATIBILITY. Prefer corresponding
|
haftmann@47550
|
995 |
lemmas over fold rather than foldr, or make use of lemmas
|
haftmann@47550
|
996 |
fold_conv_foldr and fold_rev.
|
haftmann@47550
|
997 |
|
haftmann@47550
|
998 |
* Congruence rules Option.map_cong and Option.bind_cong for recursion
|
haftmann@47550
|
999 |
through option types.
|
haftmann@47550
|
1000 |
|
wenzelm@47856
|
1001 |
* "Transitive_Closure.ntrancl": bounded transitive closure on
|
wenzelm@47856
|
1002 |
relations.
|
wenzelm@47856
|
1003 |
|
wenzelm@47856
|
1004 |
* Constant "Set.not_member" now qualified. INCOMPATIBILITY.
|
wenzelm@47856
|
1005 |
|
wenzelm@47856
|
1006 |
* Theory Int: Discontinued many legacy theorems specific to type int.
|
wenzelm@47856
|
1007 |
INCOMPATIBILITY, use the corresponding generic theorems instead.
|
wenzelm@47856
|
1008 |
|
wenzelm@47856
|
1009 |
zminus_zminus ~> minus_minus
|
wenzelm@47856
|
1010 |
zminus_0 ~> minus_zero
|
wenzelm@47856
|
1011 |
zminus_zadd_distrib ~> minus_add_distrib
|
wenzelm@47856
|
1012 |
zadd_commute ~> add_commute
|
wenzelm@47856
|
1013 |
zadd_assoc ~> add_assoc
|
wenzelm@47856
|
1014 |
zadd_left_commute ~> add_left_commute
|
wenzelm@47856
|
1015 |
zadd_ac ~> add_ac
|
wenzelm@47856
|
1016 |
zmult_ac ~> mult_ac
|
wenzelm@47856
|
1017 |
zadd_0 ~> add_0_left
|
wenzelm@47856
|
1018 |
zadd_0_right ~> add_0_right
|
wenzelm@47856
|
1019 |
zadd_zminus_inverse2 ~> left_minus
|
wenzelm@47856
|
1020 |
zmult_zminus ~> mult_minus_left
|
wenzelm@47856
|
1021 |
zmult_commute ~> mult_commute
|
wenzelm@47856
|
1022 |
zmult_assoc ~> mult_assoc
|
wenzelm@47856
|
1023 |
zadd_zmult_distrib ~> left_distrib
|
wenzelm@47856
|
1024 |
zadd_zmult_distrib2 ~> right_distrib
|
wenzelm@47856
|
1025 |
zdiff_zmult_distrib ~> left_diff_distrib
|
wenzelm@47856
|
1026 |
zdiff_zmult_distrib2 ~> right_diff_distrib
|
wenzelm@47856
|
1027 |
zmult_1 ~> mult_1_left
|
wenzelm@47856
|
1028 |
zmult_1_right ~> mult_1_right
|
wenzelm@47856
|
1029 |
zle_refl ~> order_refl
|
wenzelm@47856
|
1030 |
zle_trans ~> order_trans
|
wenzelm@47856
|
1031 |
zle_antisym ~> order_antisym
|
wenzelm@47856
|
1032 |
zle_linear ~> linorder_linear
|
wenzelm@47856
|
1033 |
zless_linear ~> linorder_less_linear
|
wenzelm@47856
|
1034 |
zadd_left_mono ~> add_left_mono
|
wenzelm@47856
|
1035 |
zadd_strict_right_mono ~> add_strict_right_mono
|
wenzelm@47856
|
1036 |
zadd_zless_mono ~> add_less_le_mono
|
wenzelm@47856
|
1037 |
int_0_less_1 ~> zero_less_one
|
wenzelm@47856
|
1038 |
int_0_neq_1 ~> zero_neq_one
|
wenzelm@47856
|
1039 |
zless_le ~> less_le
|
wenzelm@47856
|
1040 |
zpower_zadd_distrib ~> power_add
|
wenzelm@47856
|
1041 |
zero_less_zpower_abs_iff ~> zero_less_power_abs_iff
|
wenzelm@47856
|
1042 |
zero_le_zpower_abs ~> zero_le_power_abs
|
wenzelm@47856
|
1043 |
|
wenzelm@47856
|
1044 |
* Theory Deriv: Renamed
|
wenzelm@47856
|
1045 |
|
wenzelm@47856
|
1046 |
DERIV_nonneg_imp_nonincreasing ~> DERIV_nonneg_imp_nondecreasing
|
wenzelm@47856
|
1047 |
|
wenzelm@47856
|
1048 |
* Theory Library/Multiset: Improved code generation of multisets.
|
wenzelm@47856
|
1049 |
|
wenzelm@47855
|
1050 |
* Theory HOL/Library/Set_Algebras: Addition and multiplication on sets
|
krauss@47703
|
1051 |
are expressed via type classes again. The special syntax
|
krauss@47703
|
1052 |
\<oplus>/\<otimes> has been replaced by plain +/*. Removed constant
|
krauss@47703
|
1053 |
setsum_set, which is now subsumed by Big_Operators.setsum.
|
krauss@47703
|
1054 |
INCOMPATIBILITY.
|
krauss@47703
|
1055 |
|
wenzelm@46160
|
1056 |
* Theory HOL/Library/Diagonalize has been removed. INCOMPATIBILITY,
|
wenzelm@46160
|
1057 |
use theory HOL/Library/Nat_Bijection instead.
|
wenzelm@46160
|
1058 |
|
wenzelm@47464
|
1059 |
* Theory HOL/Library/RBT_Impl: Backing implementation of red-black
|
wenzelm@47464
|
1060 |
trees is now inside a type class context. Names of affected
|
wenzelm@47464
|
1061 |
operations and lemmas have been prefixed by rbt_. INCOMPATIBILITY for
|
wenzelm@47464
|
1062 |
theories working directly with raw red-black trees, adapt the names as
|
wenzelm@47464
|
1063 |
follows:
|
Andreas@47452
|
1064 |
|
Andreas@47452
|
1065 |
Operations:
|
Andreas@47452
|
1066 |
bulkload -> rbt_bulkload
|
Andreas@47452
|
1067 |
del_from_left -> rbt_del_from_left
|
Andreas@47452
|
1068 |
del_from_right -> rbt_del_from_right
|
Andreas@47452
|
1069 |
del -> rbt_del
|
Andreas@47452
|
1070 |
delete -> rbt_delete
|
Andreas@47452
|
1071 |
ins -> rbt_ins
|
Andreas@47452
|
1072 |
insert -> rbt_insert
|
Andreas@47452
|
1073 |
insertw -> rbt_insert_with
|
Andreas@47452
|
1074 |
insert_with_key -> rbt_insert_with_key
|
Andreas@47452
|
1075 |
map_entry -> rbt_map_entry
|
Andreas@47452
|
1076 |
lookup -> rbt_lookup
|
Andreas@47452
|
1077 |
sorted -> rbt_sorted
|
Andreas@47452
|
1078 |
tree_greater -> rbt_greater
|
Andreas@47452
|
1079 |
tree_less -> rbt_less
|
Andreas@47452
|
1080 |
tree_less_symbol -> rbt_less_symbol
|
Andreas@47452
|
1081 |
union -> rbt_union
|
Andreas@47452
|
1082 |
union_with -> rbt_union_with
|
Andreas@47452
|
1083 |
union_with_key -> rbt_union_with_key
|
Andreas@47452
|
1084 |
|
Andreas@47452
|
1085 |
Lemmas:
|
Andreas@47452
|
1086 |
balance_left_sorted -> balance_left_rbt_sorted
|
Andreas@47452
|
1087 |
balance_left_tree_greater -> balance_left_rbt_greater
|
Andreas@47452
|
1088 |
balance_left_tree_less -> balance_left_rbt_less
|
Andreas@47452
|
1089 |
balance_right_sorted -> balance_right_rbt_sorted
|
Andreas@47452
|
1090 |
balance_right_tree_greater -> balance_right_rbt_greater
|
Andreas@47452
|
1091 |
balance_right_tree_less -> balance_right_rbt_less
|
Andreas@47452
|
1092 |
balance_sorted -> balance_rbt_sorted
|
Andreas@47452
|
1093 |
balance_tree_greater -> balance_rbt_greater
|
Andreas@47452
|
1094 |
balance_tree_less -> balance_rbt_less
|
Andreas@47452
|
1095 |
bulkload_is_rbt -> rbt_bulkload_is_rbt
|
Andreas@47452
|
1096 |
combine_sorted -> combine_rbt_sorted
|
Andreas@47452
|
1097 |
combine_tree_greater -> combine_rbt_greater
|
Andreas@47452
|
1098 |
combine_tree_less -> combine_rbt_less
|
Andreas@47452
|
1099 |
delete_in_tree -> rbt_delete_in_tree
|
Andreas@47452
|
1100 |
delete_is_rbt -> rbt_delete_is_rbt
|
Andreas@47452
|
1101 |
del_from_left_tree_greater -> rbt_del_from_left_rbt_greater
|
Andreas@47452
|
1102 |
del_from_left_tree_less -> rbt_del_from_left_rbt_less
|
Andreas@47452
|
1103 |
del_from_right_tree_greater -> rbt_del_from_right_rbt_greater
|
Andreas@47452
|
1104 |
del_from_right_tree_less -> rbt_del_from_right_rbt_less
|
Andreas@47452
|
1105 |
del_in_tree -> rbt_del_in_tree
|
Andreas@47452
|
1106 |
del_inv1_inv2 -> rbt_del_inv1_inv2
|
Andreas@47452
|
1107 |
del_sorted -> rbt_del_rbt_sorted
|
Andreas@47452
|
1108 |
del_tree_greater -> rbt_del_rbt_greater
|
Andreas@47452
|
1109 |
del_tree_less -> rbt_del_rbt_less
|
Andreas@47452
|
1110 |
dom_lookup_Branch -> dom_rbt_lookup_Branch
|
Andreas@47452
|
1111 |
entries_lookup -> entries_rbt_lookup
|
Andreas@47452
|
1112 |
finite_dom_lookup -> finite_dom_rbt_lookup
|
Andreas@47452
|
1113 |
insert_sorted -> rbt_insert_rbt_sorted
|
Andreas@47452
|
1114 |
insertw_is_rbt -> rbt_insertw_is_rbt
|
Andreas@47452
|
1115 |
insertwk_is_rbt -> rbt_insertwk_is_rbt
|
Andreas@47452
|
1116 |
insertwk_sorted -> rbt_insertwk_rbt_sorted
|
Andreas@47452
|
1117 |
insertw_sorted -> rbt_insertw_rbt_sorted
|
Andreas@47452
|
1118 |
ins_sorted -> ins_rbt_sorted
|
Andreas@47452
|
1119 |
ins_tree_greater -> ins_rbt_greater
|
Andreas@47452
|
1120 |
ins_tree_less -> ins_rbt_less
|
Andreas@47452
|
1121 |
is_rbt_sorted -> is_rbt_rbt_sorted
|
Andreas@47452
|
1122 |
lookup_balance -> rbt_lookup_balance
|
Andreas@47452
|
1123 |
lookup_bulkload -> rbt_lookup_rbt_bulkload
|
Andreas@47452
|
1124 |
lookup_delete -> rbt_lookup_rbt_delete
|
Andreas@47452
|
1125 |
lookup_Empty -> rbt_lookup_Empty
|
Andreas@47452
|
1126 |
lookup_from_in_tree -> rbt_lookup_from_in_tree
|
Andreas@47452
|
1127 |
lookup_in_tree -> rbt_lookup_in_tree
|
Andreas@47452
|
1128 |
lookup_ins -> rbt_lookup_ins
|
Andreas@47452
|
1129 |
lookup_insert -> rbt_lookup_rbt_insert
|
Andreas@47452
|
1130 |
lookup_insertw -> rbt_lookup_rbt_insertw
|
Andreas@47452
|
1131 |
lookup_insertwk -> rbt_lookup_rbt_insertwk
|
Andreas@47452
|
1132 |
lookup_keys -> rbt_lookup_keys
|
Andreas@47452
|
1133 |
lookup_map -> rbt_lookup_map
|
Andreas@47452
|
1134 |
lookup_map_entry -> rbt_lookup_rbt_map_entry
|
Andreas@47452
|
1135 |
lookup_tree_greater -> rbt_lookup_rbt_greater
|
Andreas@47452
|
1136 |
lookup_tree_less -> rbt_lookup_rbt_less
|
Andreas@47452
|
1137 |
lookup_union -> rbt_lookup_rbt_union
|
Andreas@47452
|
1138 |
map_entry_color_of -> rbt_map_entry_color_of
|
Andreas@47452
|
1139 |
map_entry_inv1 -> rbt_map_entry_inv1
|
Andreas@47452
|
1140 |
map_entry_inv2 -> rbt_map_entry_inv2
|
Andreas@47452
|
1141 |
map_entry_is_rbt -> rbt_map_entry_is_rbt
|
Andreas@47452
|
1142 |
map_entry_sorted -> rbt_map_entry_rbt_sorted
|
Andreas@47452
|
1143 |
map_entry_tree_greater -> rbt_map_entry_rbt_greater
|
Andreas@47452
|
1144 |
map_entry_tree_less -> rbt_map_entry_rbt_less
|
Andreas@47452
|
1145 |
map_tree_greater -> map_rbt_greater
|
Andreas@47452
|
1146 |
map_tree_less -> map_rbt_less
|
Andreas@47452
|
1147 |
map_sorted -> map_rbt_sorted
|
Andreas@47452
|
1148 |
paint_sorted -> paint_rbt_sorted
|
Andreas@47452
|
1149 |
paint_lookup -> paint_rbt_lookup
|
Andreas@47452
|
1150 |
paint_tree_greater -> paint_rbt_greater
|
Andreas@47452
|
1151 |
paint_tree_less -> paint_rbt_less
|
Andreas@47452
|
1152 |
sorted_entries -> rbt_sorted_entries
|
Andreas@47452
|
1153 |
tree_greater_eq_trans -> rbt_greater_eq_trans
|
Andreas@47452
|
1154 |
tree_greater_nit -> rbt_greater_nit
|
Andreas@47452
|
1155 |
tree_greater_prop -> rbt_greater_prop
|
Andreas@47452
|
1156 |
tree_greater_simps -> rbt_greater_simps
|
Andreas@47452
|
1157 |
tree_greater_trans -> rbt_greater_trans
|
Andreas@47452
|
1158 |
tree_less_eq_trans -> rbt_less_eq_trans
|
Andreas@47452
|
1159 |
tree_less_nit -> rbt_less_nit
|
Andreas@47452
|
1160 |
tree_less_prop -> rbt_less_prop
|
Andreas@47452
|
1161 |
tree_less_simps -> rbt_less_simps
|
Andreas@47452
|
1162 |
tree_less_trans -> rbt_less_trans
|
Andreas@47452
|
1163 |
tree_ord_props -> rbt_ord_props
|
Andreas@47452
|
1164 |
union_Branch -> rbt_union_Branch
|
Andreas@47452
|
1165 |
union_is_rbt -> rbt_union_is_rbt
|
Andreas@47452
|
1166 |
unionw_is_rbt -> rbt_unionw_is_rbt
|
Andreas@47452
|
1167 |
unionwk_is_rbt -> rbt_unionwk_is_rbt
|
Andreas@47452
|
1168 |
unionwk_sorted -> rbt_unionwk_rbt_sorted
|
Andreas@47452
|
1169 |
|
wenzelm@47807
|
1170 |
* Theory HOL/Library/Float: Floating point numbers are now defined as
|
wenzelm@47807
|
1171 |
a subset of the real numbers. All operations are defined using the
|
wenzelm@47807
|
1172 |
lifing-framework and proofs use the transfer method. INCOMPATIBILITY.
|
hoelzl@47616
|
1173 |
|
hoelzl@47616
|
1174 |
Changed Operations:
|
hoelzl@47622
|
1175 |
float_abs -> abs
|
hoelzl@47622
|
1176 |
float_nprt -> nprt
|
hoelzl@47622
|
1177 |
float_pprt -> pprt
|
hoelzl@47622
|
1178 |
pow2 -> use powr
|
hoelzl@47622
|
1179 |
round_down -> float_round_down
|
hoelzl@47622
|
1180 |
round_up -> float_round_up
|
hoelzl@47622
|
1181 |
scale -> exponent
|
hoelzl@47622
|
1182 |
|
hoelzl@47622
|
1183 |
Removed Operations:
|
hoelzl@47622
|
1184 |
ceiling_fl, lb_mult, lb_mod, ub_mult, ub_mod
|
hoelzl@47622
|
1185 |
|
hoelzl@47622
|
1186 |
Renamed Lemmas:
|
hoelzl@47622
|
1187 |
abs_float_def -> Float.compute_float_abs
|
hoelzl@47622
|
1188 |
bitlen_ge0 -> bitlen_nonneg
|
hoelzl@47622
|
1189 |
bitlen.simps -> Float.compute_bitlen
|
hoelzl@47622
|
1190 |
float_components -> Float_mantissa_exponent
|
hoelzl@47622
|
1191 |
float_divl.simps -> Float.compute_float_divl
|
hoelzl@47622
|
1192 |
float_divr.simps -> Float.compute_float_divr
|
hoelzl@47622
|
1193 |
float_eq_odd -> mult_powr_eq_mult_powr_iff
|
hoelzl@47622
|
1194 |
float_power -> real_of_float_power
|
hoelzl@47622
|
1195 |
lapprox_posrat_def -> Float.compute_lapprox_posrat
|
hoelzl@47622
|
1196 |
lapprox_rat.simps -> Float.compute_lapprox_rat
|
hoelzl@47622
|
1197 |
le_float_def' -> Float.compute_float_le
|
hoelzl@47622
|
1198 |
le_float_def -> less_eq_float.rep_eq
|
hoelzl@47622
|
1199 |
less_float_def' -> Float.compute_float_less
|
hoelzl@47622
|
1200 |
less_float_def -> less_float.rep_eq
|
hoelzl@47622
|
1201 |
normfloat_def -> Float.compute_normfloat
|
hoelzl@47622
|
1202 |
normfloat_imp_odd_or_zero -> mantissa_not_dvd and mantissa_noteq_0
|
hoelzl@47622
|
1203 |
normfloat -> normfloat_def
|
hoelzl@47622
|
1204 |
normfloat_unique -> use normfloat_def
|
hoelzl@47622
|
1205 |
number_of_float_Float -> Float.compute_float_numeral, Float.compute_float_neg_numeral
|
hoelzl@47622
|
1206 |
one_float_def -> Float.compute_float_one
|
hoelzl@47622
|
1207 |
plus_float_def -> Float.compute_float_plus
|
hoelzl@47622
|
1208 |
rapprox_posrat_def -> Float.compute_rapprox_posrat
|
hoelzl@47622
|
1209 |
rapprox_rat.simps -> Float.compute_rapprox_rat
|
hoelzl@47622
|
1210 |
real_of_float_0 -> zero_float.rep_eq
|
hoelzl@47622
|
1211 |
real_of_float_1 -> one_float.rep_eq
|
hoelzl@47622
|
1212 |
real_of_float_abs -> abs_float.rep_eq
|
hoelzl@47622
|
1213 |
real_of_float_add -> plus_float.rep_eq
|
hoelzl@47622
|
1214 |
real_of_float_minus -> uminus_float.rep_eq
|
hoelzl@47622
|
1215 |
real_of_float_mult -> times_float.rep_eq
|
hoelzl@47622
|
1216 |
real_of_float_simp -> Float.rep_eq
|
hoelzl@47622
|
1217 |
real_of_float_sub -> minus_float.rep_eq
|
hoelzl@47622
|
1218 |
round_down.simps -> Float.compute_float_round_down
|
hoelzl@47622
|
1219 |
round_up.simps -> Float.compute_float_round_up
|
hoelzl@47622
|
1220 |
times_float_def -> Float.compute_float_times
|
hoelzl@47622
|
1221 |
uminus_float_def -> Float.compute_float_uminus
|
hoelzl@47622
|
1222 |
zero_float_def -> Float.compute_float_zero
|
hoelzl@47622
|
1223 |
|
hoelzl@47622
|
1224 |
Lemmas not necessary anymore, use the transfer method:
|
hoelzl@47622
|
1225 |
bitlen_B0, bitlen_B1, bitlen_ge1, bitlen_Min, bitlen_Pls, float_divl,
|
hoelzl@47622
|
1226 |
float_divr, float_le_simp, float_less1_mantissa_bound,
|
hoelzl@47622
|
1227 |
float_less_simp, float_less_zero, float_le_zero,
|
hoelzl@47622
|
1228 |
float_pos_less1_e_neg, float_pos_m_pos, float_split, float_split2,
|
hoelzl@47622
|
1229 |
floor_pos_exp, lapprox_posrat, lapprox_posrat_bottom, lapprox_rat,
|
hoelzl@47622
|
1230 |
lapprox_rat_bottom, normalized_float, rapprox_posrat,
|
hoelzl@47622
|
1231 |
rapprox_posrat_le1, rapprox_rat, real_of_float_ge0_exp,
|
hoelzl@47622
|
1232 |
real_of_float_neg_exp, real_of_float_nge0_exp, round_down floor_fl,
|
hoelzl@47622
|
1233 |
round_up, zero_le_float, zero_less_float
|
hoelzl@47616
|
1234 |
|
wenzelm@47856
|
1235 |
* New theory HOL/Library/DAList provides an abstract type for
|
wenzelm@47856
|
1236 |
association lists with distinct keys.
|
noschinl@45791
|
1237 |
|
wenzelm@47866
|
1238 |
* Session HOL/IMP: Added new theory of abstract interpretation of
|
wenzelm@47866
|
1239 |
annotated commands.
|
wenzelm@47866
|
1240 |
|
wenzelm@47855
|
1241 |
* Session HOL-Import: Re-implementation from scratch is faster,
|
wenzelm@47855
|
1242 |
simpler, and more scalable. Requires a proof bundle, which is
|
wenzelm@47855
|
1243 |
available as an external component. Discontinued old (and mostly
|
wenzelm@47855
|
1244 |
dead) Importer for HOL4 and HOL Light. INCOMPATIBILITY.
|
wenzelm@47855
|
1245 |
|
wenzelm@47855
|
1246 |
* Session HOL-Word: Discontinued many redundant theorems specific to
|
wenzelm@47855
|
1247 |
type 'a word. INCOMPATIBILITY, use the corresponding generic theorems
|
wenzelm@47855
|
1248 |
instead.
|
wenzelm@47855
|
1249 |
|
wenzelm@47855
|
1250 |
word_sub_alt ~> word_sub_wi
|
wenzelm@47855
|
1251 |
word_add_alt ~> word_add_def
|
wenzelm@47855
|
1252 |
word_mult_alt ~> word_mult_def
|
wenzelm@47855
|
1253 |
word_minus_alt ~> word_minus_def
|
wenzelm@47855
|
1254 |
word_0_alt ~> word_0_wi
|
wenzelm@47855
|
1255 |
word_1_alt ~> word_1_wi
|
wenzelm@47855
|
1256 |
word_add_0 ~> add_0_left
|
wenzelm@47855
|
1257 |
word_add_0_right ~> add_0_right
|
wenzelm@47855
|
1258 |
word_mult_1 ~> mult_1_left
|
wenzelm@47855
|
1259 |
word_mult_1_right ~> mult_1_right
|
wenzelm@47855
|
1260 |
word_add_commute ~> add_commute
|
wenzelm@47855
|
1261 |
word_add_assoc ~> add_assoc
|
wenzelm@47855
|
1262 |
word_add_left_commute ~> add_left_commute
|
wenzelm@47855
|
1263 |
word_mult_commute ~> mult_commute
|
wenzelm@47855
|
1264 |
word_mult_assoc ~> mult_assoc
|
wenzelm@47855
|
1265 |
word_mult_left_commute ~> mult_left_commute
|
wenzelm@47855
|
1266 |
word_left_distrib ~> left_distrib
|
wenzelm@47855
|
1267 |
word_right_distrib ~> right_distrib
|
wenzelm@47855
|
1268 |
word_left_minus ~> left_minus
|
wenzelm@47855
|
1269 |
word_diff_0_right ~> diff_0_right
|
wenzelm@47855
|
1270 |
word_diff_self ~> diff_self
|
wenzelm@47855
|
1271 |
word_sub_def ~> diff_minus
|
wenzelm@47855
|
1272 |
word_diff_minus ~> diff_minus
|
wenzelm@47855
|
1273 |
word_add_ac ~> add_ac
|
wenzelm@47855
|
1274 |
word_mult_ac ~> mult_ac
|
wenzelm@47855
|
1275 |
word_plus_ac0 ~> add_0_left add_0_right add_ac
|
wenzelm@47855
|
1276 |
word_times_ac1 ~> mult_1_left mult_1_right mult_ac
|
wenzelm@47855
|
1277 |
word_order_trans ~> order_trans
|
wenzelm@47855
|
1278 |
word_order_refl ~> order_refl
|
wenzelm@47855
|
1279 |
word_order_antisym ~> order_antisym
|
wenzelm@47855
|
1280 |
word_order_linear ~> linorder_linear
|
wenzelm@47855
|
1281 |
lenw1_zero_neq_one ~> zero_neq_one
|
wenzelm@47855
|
1282 |
word_number_of_eq ~> number_of_eq
|
wenzelm@47855
|
1283 |
word_of_int_add_hom ~> wi_hom_add
|
wenzelm@47855
|
1284 |
word_of_int_sub_hom ~> wi_hom_sub
|
wenzelm@47855
|
1285 |
word_of_int_mult_hom ~> wi_hom_mult
|
wenzelm@47855
|
1286 |
word_of_int_minus_hom ~> wi_hom_neg
|
wenzelm@47855
|
1287 |
word_of_int_succ_hom ~> wi_hom_succ
|
wenzelm@47855
|
1288 |
word_of_int_pred_hom ~> wi_hom_pred
|
wenzelm@47855
|
1289 |
word_of_int_0_hom ~> word_0_wi
|
wenzelm@47855
|
1290 |
word_of_int_1_hom ~> word_1_wi
|
wenzelm@47855
|
1291 |
|
wenzelm@47809
|
1292 |
* Session HOL-Word: New proof method "word_bitwise" for splitting
|
wenzelm@47809
|
1293 |
machine word equalities and inequalities into logical circuits,
|
wenzelm@47809
|
1294 |
defined in HOL/Word/WordBitwise.thy. Supports addition, subtraction,
|
wenzelm@47809
|
1295 |
multiplication, shifting by constants, bitwise operators and numeric
|
wenzelm@47809
|
1296 |
constants. Requires fixed-length word types, not 'a word. Solves
|
wenzelm@47854
|
1297 |
many standard word identities outright and converts more into first
|
wenzelm@47809
|
1298 |
order problems amenable to blast or similar. See also examples in
|
wenzelm@47809
|
1299 |
HOL/Word/Examples/WordExamples.thy.
|
wenzelm@47809
|
1300 |
|
wenzelm@47807
|
1301 |
* Session HOL-Probability: Introduced the type "'a measure" to
|
wenzelm@47807
|
1302 |
represent measures, this replaces the records 'a algebra and 'a
|
wenzelm@47807
|
1303 |
measure_space. The locales based on subset_class now have two
|
wenzelm@47856
|
1304 |
locale-parameters the space \<Omega> and the set of measurable sets M.
|
wenzelm@47856
|
1305 |
The product of probability spaces uses now the same constant as the
|
wenzelm@47856
|
1306 |
finite product of sigma-finite measure spaces "PiM :: ('i => 'a)
|
wenzelm@47807
|
1307 |
measure". Most constants are defined now outside of locales and gain
|
wenzelm@47807
|
1308 |
an additional parameter, like null_sets, almost_eventually or \<mu>'.
|
wenzelm@47807
|
1309 |
Measure space constructions for distributions and densities now got
|
wenzelm@47807
|
1310 |
their own constants distr and density. Instead of using locales to
|
wenzelm@47807
|
1311 |
describe measure spaces with a finite space, the measure count_space
|
wenzelm@47807
|
1312 |
and point_measure is introduced. INCOMPATIBILITY.
|
hoelzl@47694
|
1313 |
|
hoelzl@47694
|
1314 |
Renamed constants:
|
hoelzl@47694
|
1315 |
measure -> emeasure
|
hoelzl@47694
|
1316 |
finite_measure.\<mu>' -> measure
|
hoelzl@47694
|
1317 |
product_algebra_generator -> prod_algebra
|
hoelzl@47694
|
1318 |
product_prob_space.emb -> prod_emb
|
hoelzl@47694
|
1319 |
product_prob_space.infprod_algebra -> PiM
|
hoelzl@47694
|
1320 |
|
hoelzl@47694
|
1321 |
Removed locales:
|
hoelzl@47694
|
1322 |
completeable_measure_space
|
hoelzl@47694
|
1323 |
finite_measure_space
|
hoelzl@47694
|
1324 |
finite_prob_space
|
hoelzl@47694
|
1325 |
finite_product_finite_prob_space
|
hoelzl@47694
|
1326 |
finite_product_sigma_algebra
|
hoelzl@47694
|
1327 |
finite_sigma_algebra
|
hoelzl@47694
|
1328 |
measure_space
|
hoelzl@47694
|
1329 |
pair_finite_prob_space
|
hoelzl@47694
|
1330 |
pair_finite_sigma_algebra
|
hoelzl@47694
|
1331 |
pair_finite_space
|
hoelzl@47694
|
1332 |
pair_sigma_algebra
|
hoelzl@47694
|
1333 |
product_sigma_algebra
|
hoelzl@47694
|
1334 |
|
hoelzl@47694
|
1335 |
Removed constants:
|
hoelzl@47751
|
1336 |
conditional_space
|
hoelzl@47694
|
1337 |
distribution -> use distr measure, or distributed predicate
|
hoelzl@47751
|
1338 |
image_space
|
hoelzl@47694
|
1339 |
joint_distribution -> use distr measure, or distributed predicate
|
hoelzl@47751
|
1340 |
pair_measure_generator
|
hoelzl@47694
|
1341 |
product_prob_space.infprod_algebra -> use PiM
|
hoelzl@47694
|
1342 |
subvimage
|
hoelzl@47694
|
1343 |
|
hoelzl@47694
|
1344 |
Replacement theorems:
|
hoelzl@47751
|
1345 |
finite_additivity_sufficient -> ring_of_sets.countably_additiveI_finite
|
hoelzl@47751
|
1346 |
finite_measure.empty_measure -> measure_empty
|
hoelzl@47751
|
1347 |
finite_measure.finite_continuity_from_above -> finite_measure.finite_Lim_measure_decseq
|
hoelzl@47751
|
1348 |
finite_measure.finite_continuity_from_below -> finite_measure.finite_Lim_measure_incseq
|
hoelzl@47751
|
1349 |
finite_measure.finite_measure_countably_subadditive -> finite_measure.finite_measure_subadditive_countably
|
hoelzl@47751
|
1350 |
finite_measure.finite_measure_eq -> finite_measure.emeasure_eq_measure
|
hoelzl@47751
|
1351 |
finite_measure.finite_measure -> finite_measure.emeasure_finite
|
hoelzl@47751
|
1352 |
finite_measure.finite_measure_finite_singleton -> finite_measure.finite_measure_eq_setsum_singleton
|
hoelzl@47751
|
1353 |
finite_measure.positive_measure' -> measure_nonneg
|
hoelzl@47751
|
1354 |
finite_measure.real_measure -> finite_measure.emeasure_real
|
hoelzl@47751
|
1355 |
finite_product_prob_space.finite_measure_times -> finite_product_prob_space.finite_measure_PiM_emb
|
hoelzl@47751
|
1356 |
finite_product_sigma_algebra.in_P -> sets_PiM_I_finite
|
hoelzl@47751
|
1357 |
finite_product_sigma_algebra.P_empty -> space_PiM_empty, sets_PiM_empty
|
hoelzl@47751
|
1358 |
information_space.conditional_entropy_eq -> information_space.conditional_entropy_simple_distributed
|
hoelzl@47751
|
1359 |
information_space.conditional_entropy_positive -> information_space.conditional_entropy_nonneg_simple
|
hoelzl@47751
|
1360 |
information_space.conditional_mutual_information_eq_mutual_information -> information_space.conditional_mutual_information_eq_mutual_information_simple
|
hoelzl@47751
|
1361 |
information_space.conditional_mutual_information_generic_positive -> information_space.conditional_mutual_information_nonneg_simple
|
hoelzl@47751
|
1362 |
information_space.conditional_mutual_information_positive -> information_space.conditional_mutual_information_nonneg_simple
|
hoelzl@47751
|
1363 |
information_space.entropy_commute -> information_space.entropy_commute_simple
|
hoelzl@47751
|
1364 |
information_space.entropy_eq -> information_space.entropy_simple_distributed
|
hoelzl@47751
|
1365 |
information_space.entropy_generic_eq -> information_space.entropy_simple_distributed
|
hoelzl@47751
|
1366 |
information_space.entropy_positive -> information_space.entropy_nonneg_simple
|
hoelzl@47751
|
1367 |
information_space.entropy_uniform_max -> information_space.entropy_uniform
|
hoelzl@47751
|
1368 |
information_space.KL_eq_0_imp -> information_space.KL_eq_0_iff_eq
|
hoelzl@47751
|
1369 |
information_space.KL_eq_0 -> information_space.KL_same_eq_0
|
hoelzl@47751
|
1370 |
information_space.KL_ge_0 -> information_space.KL_nonneg
|
hoelzl@47751
|
1371 |
information_space.mutual_information_eq -> information_space.mutual_information_simple_distributed
|
hoelzl@47751
|
1372 |
information_space.mutual_information_positive -> information_space.mutual_information_nonneg_simple
|
hoelzl@47751
|
1373 |
Int_stable_cuboids -> Int_stable_atLeastAtMost
|
hoelzl@47751
|
1374 |
Int_stable_product_algebra_generator -> positive_integral
|
hoelzl@47751
|
1375 |
measure_preserving -> equality "distr M N f = N" "f : measurable M N"
|
hoelzl@47694
|
1376 |
measure_space.additive -> emeasure_additive
|
hoelzl@47751
|
1377 |
measure_space.AE_iff_null_set -> AE_iff_null
|
hoelzl@47751
|
1378 |
measure_space.almost_everywhere_def -> eventually_ae_filter
|
hoelzl@47751
|
1379 |
measure_space.almost_everywhere_vimage -> AE_distrD
|
hoelzl@47751
|
1380 |
measure_space.continuity_from_above -> INF_emeasure_decseq
|
hoelzl@47751
|
1381 |
measure_space.continuity_from_above_Lim -> Lim_emeasure_decseq
|
hoelzl@47751
|
1382 |
measure_space.continuity_from_below_Lim -> Lim_emeasure_incseq
|
hoelzl@47694
|
1383 |
measure_space.continuity_from_below -> SUP_emeasure_incseq
|
hoelzl@47751
|
1384 |
measure_space_density -> emeasure_density
|
hoelzl@47751
|
1385 |
measure_space.density_is_absolutely_continuous -> absolutely_continuousI_density
|
hoelzl@47751
|
1386 |
measure_space.integrable_vimage -> integrable_distr
|
hoelzl@47751
|
1387 |
measure_space.integral_translated_density -> integral_density
|
hoelzl@47751
|
1388 |
measure_space.integral_vimage -> integral_distr
|
hoelzl@47751
|
1389 |
measure_space.measure_additive -> plus_emeasure
|
hoelzl@47751
|
1390 |
measure_space.measure_compl -> emeasure_compl
|
hoelzl@47751
|
1391 |
measure_space.measure_countable_increasing -> emeasure_countable_increasing
|
hoelzl@47751
|
1392 |
measure_space.measure_countably_subadditive -> emeasure_subadditive_countably
|
hoelzl@47694
|
1393 |
measure_space.measure_decseq -> decseq_emeasure
|
hoelzl@47751
|
1394 |
measure_space.measure_Diff -> emeasure_Diff
|
hoelzl@47751
|
1395 |
measure_space.measure_Diff_null_set -> emeasure_Diff_null_set
|
hoelzl@47694
|
1396 |
measure_space.measure_eq_0 -> emeasure_eq_0
|
hoelzl@47694
|
1397 |
measure_space.measure_finitely_subadditive -> emeasure_subadditive_finite
|
hoelzl@47751
|
1398 |
measure_space.measure_finite_singleton -> emeasure_eq_setsum_singleton
|
hoelzl@47751
|
1399 |
measure_space.measure_incseq -> incseq_emeasure
|
hoelzl@47751
|
1400 |
measure_space.measure_insert -> emeasure_insert
|
hoelzl@47751
|
1401 |
measure_space.measure_mono -> emeasure_mono
|
hoelzl@47751
|
1402 |
measure_space.measure_not_negative -> emeasure_not_MInf
|
hoelzl@47751
|
1403 |
measure_space.measure_preserving_Int_stable -> measure_eqI_generator_eq
|
hoelzl@47751
|
1404 |
measure_space.measure_setsum -> setsum_emeasure
|
hoelzl@47751
|
1405 |
measure_space.measure_setsum_split -> setsum_emeasure_cover
|
hoelzl@47694
|
1406 |
measure_space.measure_space_vimage -> emeasure_distr
|
hoelzl@47751
|
1407 |
measure_space.measure_subadditive_finite -> emeasure_subadditive_finite
|
hoelzl@47751
|
1408 |
measure_space.measure_subadditive -> subadditive
|
hoelzl@47751
|
1409 |
measure_space.measure_top -> emeasure_space
|
hoelzl@47751
|
1410 |
measure_space.measure_UN_eq_0 -> emeasure_UN_eq_0
|
hoelzl@47751
|
1411 |
measure_space.measure_Un_null_set -> emeasure_Un_null_set
|
hoelzl@47751
|
1412 |
measure_space.positive_integral_translated_density -> positive_integral_density
|
hoelzl@47751
|
1413 |
measure_space.positive_integral_vimage -> positive_integral_distr
|
hoelzl@47694
|
1414 |
measure_space.real_continuity_from_above -> Lim_measure_decseq
|
hoelzl@47751
|
1415 |
measure_space.real_continuity_from_below -> Lim_measure_incseq
|
hoelzl@47694
|
1416 |
measure_space.real_measure_countably_subadditive -> measure_subadditive_countably
|
hoelzl@47751
|
1417 |
measure_space.real_measure_Diff -> measure_Diff
|
hoelzl@47751
|
1418 |
measure_space.real_measure_finite_Union -> measure_finite_Union
|
hoelzl@47751
|
1419 |
measure_space.real_measure_setsum_singleton -> measure_eq_setsum_singleton
|
hoelzl@47751
|
1420 |
measure_space.real_measure_subadditive -> measure_subadditive
|
hoelzl@47751
|
1421 |
measure_space.real_measure_Union -> measure_Union
|
hoelzl@47751
|
1422 |
measure_space.real_measure_UNION -> measure_UNION
|
hoelzl@47694
|
1423 |
measure_space.simple_function_vimage -> simple_function_comp
|
hoelzl@47694
|
1424 |
measure_space.simple_integral_vimage -> simple_integral_distr
|
hoelzl@47751
|
1425 |
measure_space.simple_integral_vimage -> simple_integral_distr
|
hoelzl@47751
|
1426 |
measure_unique_Int_stable -> measure_eqI_generator_eq
|
hoelzl@47751
|
1427 |
measure_unique_Int_stable_vimage -> measure_eqI_generator_eq
|
hoelzl@47694
|
1428 |
pair_sigma_algebra.measurable_cut_fst -> sets_Pair1
|
hoelzl@47694
|
1429 |
pair_sigma_algebra.measurable_cut_snd -> sets_Pair2
|
hoelzl@47694
|
1430 |
pair_sigma_algebra.measurable_pair_image_fst -> measurable_Pair1
|
hoelzl@47694
|
1431 |
pair_sigma_algebra.measurable_pair_image_snd -> measurable_Pair2
|
hoelzl@47694
|
1432 |
pair_sigma_algebra.measurable_product_swap -> measurable_pair_swap_iff
|
hoelzl@47694
|
1433 |
pair_sigma_algebra.pair_sigma_algebra_measurable -> measurable_pair_swap
|
hoelzl@47694
|
1434 |
pair_sigma_algebra.pair_sigma_algebra_swap_measurable -> measurable_pair_swap'
|
hoelzl@47694
|
1435 |
pair_sigma_algebra.sets_swap -> sets_pair_swap
|
hoelzl@47751
|
1436 |
pair_sigma_finite.measure_cut_measurable_fst -> pair_sigma_finite.measurable_emeasure_Pair1
|
hoelzl@47751
|
1437 |
pair_sigma_finite.measure_cut_measurable_snd -> pair_sigma_finite.measurable_emeasure_Pair2
|
hoelzl@47751
|
1438 |
pair_sigma_finite.measure_preserving_swap -> pair_sigma_finite.distr_pair_swap
|
hoelzl@47751
|
1439 |
pair_sigma_finite.pair_measure_alt2 -> pair_sigma_finite.emeasure_pair_measure_alt2
|
hoelzl@47751
|
1440 |
pair_sigma_finite.pair_measure_alt -> pair_sigma_finite.emeasure_pair_measure_alt
|
hoelzl@47751
|
1441 |
pair_sigma_finite.pair_measure_times -> pair_sigma_finite.emeasure_pair_measure_Times
|
hoelzl@47751
|
1442 |
prob_space.indep_distribution_eq_measure -> prob_space.indep_vars_iff_distr_eq_PiM
|
hoelzl@47751
|
1443 |
prob_space.indep_var_distributionD -> prob_space.indep_var_distribution_eq
|
hoelzl@47694
|
1444 |
prob_space.measure_space_1 -> prob_space.emeasure_space_1
|
hoelzl@47694
|
1445 |
prob_space.prob_space_vimage -> prob_space_distr
|
hoelzl@47694
|
1446 |
prob_space.random_variable_restrict -> measurable_restrict
|
hoelzl@47751
|
1447 |
prob_space_unique_Int_stable -> measure_eqI_prob_space
|
hoelzl@47751
|
1448 |
product_algebraE -> prod_algebraE_all
|
hoelzl@47751
|
1449 |
product_algebra_generator_der -> prod_algebra_eq_finite
|
hoelzl@47751
|
1450 |
product_algebra_generator_into_space -> prod_algebra_sets_into_space
|
hoelzl@47751
|
1451 |
product_algebraI -> sets_PiM_I_finite
|
hoelzl@47751
|
1452 |
product_measure_exists -> product_sigma_finite.sigma_finite
|
hoelzl@47694
|
1453 |
product_prob_space.finite_index_eq_finite_product -> product_prob_space.sets_PiM_generator
|
hoelzl@47694
|
1454 |
product_prob_space.finite_measure_infprod_emb_Pi -> product_prob_space.measure_PiM_emb
|
hoelzl@47694
|
1455 |
product_prob_space.infprod_spec -> product_prob_space.emeasure_PiM_emb_not_empty
|
hoelzl@47694
|
1456 |
product_prob_space.measurable_component -> measurable_component_singleton
|
hoelzl@47694
|
1457 |
product_prob_space.measurable_emb -> measurable_prod_emb
|
hoelzl@47694
|
1458 |
product_prob_space.measurable_into_infprod_algebra -> measurable_PiM_single
|
hoelzl@47694
|
1459 |
product_prob_space.measurable_singleton_infprod -> measurable_component_singleton
|
hoelzl@47694
|
1460 |
product_prob_space.measure_emb -> emeasure_prod_emb
|
hoelzl@47751
|
1461 |
product_prob_space.measure_preserving_restrict -> product_prob_space.distr_restrict
|
hoelzl@47751
|
1462 |
product_sigma_algebra.product_algebra_into_space -> space_closed
|
hoelzl@47751
|
1463 |
product_sigma_finite.measure_fold -> product_sigma_finite.distr_merge
|
hoelzl@47751
|
1464 |
product_sigma_finite.measure_preserving_component_singelton -> product_sigma_finite.distr_singleton
|
hoelzl@47751
|
1465 |
product_sigma_finite.measure_preserving_merge -> product_sigma_finite.distr_merge
|
hoelzl@47694
|
1466 |
sequence_space.measure_infprod -> sequence_space.measure_PiM_countable
|
hoelzl@47751
|
1467 |
sets_product_algebra -> sets_PiM
|
hoelzl@47751
|
1468 |
sigma_algebra.measurable_sigma -> measurable_measure_of
|
hoelzl@47751
|
1469 |
sigma_finite_measure.disjoint_sigma_finite -> sigma_finite_disjoint
|
hoelzl@47751
|
1470 |
sigma_finite_measure.RN_deriv_vimage -> sigma_finite_measure.RN_deriv_distr
|
hoelzl@47751
|
1471 |
sigma_product_algebra_sigma_eq -> sigma_prod_algebra_sigma_eq
|
hoelzl@47751
|
1472 |
space_product_algebra -> space_PiM
|
hoelzl@47694
|
1473 |
|
wenzelm@47855
|
1474 |
* Session HOL-TPTP: support to parse and import TPTP problems (all
|
wenzelm@47855
|
1475 |
languages) into Isabelle/HOL.
|
wenzelm@47413
|
1476 |
|
blanchet@45398
|
1477 |
|
noschinl@45160
|
1478 |
*** FOL ***
|
noschinl@45160
|
1479 |
|
wenzelm@45383
|
1480 |
* New "case_product" attribute (see HOL).
|
noschinl@45160
|
1481 |
|
wenzelm@45109
|
1482 |
|
wenzelm@47463
|
1483 |
*** ZF ***
|
wenzelm@47463
|
1484 |
|
wenzelm@47463
|
1485 |
* Greater support for structured proofs involving induction or case
|
wenzelm@47463
|
1486 |
analysis.
|
wenzelm@47463
|
1487 |
|
wenzelm@47463
|
1488 |
* Much greater use of mathematical symbols.
|
wenzelm@47463
|
1489 |
|
wenzelm@47463
|
1490 |
* Removal of many ML theorem bindings. INCOMPATIBILITY.
|
wenzelm@47463
|
1491 |
|
wenzelm@47463
|
1492 |
|
wenzelm@45128
|
1493 |
*** ML ***
|
wenzelm@45128
|
1494 |
|
wenzelm@46948
|
1495 |
* Antiquotation @{keyword "name"} produces a parser for outer syntax
|
wenzelm@46948
|
1496 |
from a minor keyword introduced via theory header declaration.
|
wenzelm@46948
|
1497 |
|
wenzelm@46961
|
1498 |
* Antiquotation @{command_spec "name"} produces the
|
wenzelm@46961
|
1499 |
Outer_Syntax.command_spec from a major keyword introduced via theory
|
wenzelm@46961
|
1500 |
header declaration; it can be passed to Outer_Syntax.command etc.
|
wenzelm@46961
|
1501 |
|
wenzelm@46916
|
1502 |
* Local_Theory.define no longer hard-wires default theorem name
|
wenzelm@46992
|
1503 |
"foo_def", but retains the binding as given. If that is Binding.empty
|
wenzelm@46992
|
1504 |
/ Attrib.empty_binding, the result is not registered as user-level
|
wenzelm@46992
|
1505 |
fact. The Local_Theory.define_internal variant allows to specify a
|
wenzelm@46992
|
1506 |
non-empty name (used for the foundation in the background theory),
|
wenzelm@46992
|
1507 |
while omitting the fact binding in the user-context. Potential
|
wenzelm@46992
|
1508 |
INCOMPATIBILITY for derived definitional packages: need to specify
|
wenzelm@46992
|
1509 |
naming policy for primitive definitions more explicitly.
|
wenzelm@46916
|
1510 |
|
wenzelm@46497
|
1511 |
* Renamed Thm.capply to Thm.apply, and Thm.cabs to Thm.lambda in
|
wenzelm@46497
|
1512 |
conformance with similar operations in structure Term and Logic.
|
wenzelm@46497
|
1513 |
|
wenzelm@45592
|
1514 |
* Antiquotation @{attributes [...]} embeds attribute source
|
wenzelm@45592
|
1515 |
representation into the ML text, which is particularly useful with
|
wenzelm@45592
|
1516 |
declarations like Local_Theory.note.
|
wenzelm@45592
|
1517 |
|
wenzelm@45128
|
1518 |
* Structure Proof_Context follows standard naming scheme. Old
|
wenzelm@45128
|
1519 |
ProofContext has been discontinued. INCOMPATIBILITY.
|
wenzelm@45128
|
1520 |
|
wenzelm@45293
|
1521 |
* Refined Local_Theory.declaration {syntax, pervasive}, with subtle
|
wenzelm@45298
|
1522 |
change of semantics: update is applied to auxiliary local theory
|
wenzelm@45293
|
1523 |
context as well.
|
wenzelm@45293
|
1524 |
|
wenzelm@45620
|
1525 |
* Modernized some old-style infix operations:
|
wenzelm@45620
|
1526 |
|
wenzelm@45620
|
1527 |
addeqcongs ~> Simplifier.add_eqcong
|
wenzelm@45620
|
1528 |
deleqcongs ~> Simplifier.del_eqcong
|
wenzelm@45620
|
1529 |
addcongs ~> Simplifier.add_cong
|
wenzelm@45620
|
1530 |
delcongs ~> Simplifier.del_cong
|
wenzelm@45625
|
1531 |
setmksimps ~> Simplifier.set_mksimps
|
wenzelm@45625
|
1532 |
setmkcong ~> Simplifier.set_mkcong
|
wenzelm@45625
|
1533 |
setmksym ~> Simplifier.set_mksym
|
wenzelm@45625
|
1534 |
setmkeqTrue ~> Simplifier.set_mkeqTrue
|
wenzelm@45625
|
1535 |
settermless ~> Simplifier.set_termless
|
wenzelm@45625
|
1536 |
setsubgoaler ~> Simplifier.set_subgoaler
|
wenzelm@45620
|
1537 |
addsplits ~> Splitter.add_split
|
wenzelm@45620
|
1538 |
delsplits ~> Splitter.del_split
|
wenzelm@45620
|
1539 |
|
wenzelm@45128
|
1540 |
|
wenzelm@47461
|
1541 |
*** System ***
|
wenzelm@47461
|
1542 |
|
wenzelm@47661
|
1543 |
* USER_HOME settings variable points to cross-platform user home
|
wenzelm@47661
|
1544 |
directory, which coincides with HOME on POSIX systems only. Likewise,
|
wenzelm@47661
|
1545 |
the Isabelle path specification "~" now expands to $USER_HOME, instead
|
wenzelm@47661
|
1546 |
of former $HOME. A different default for USER_HOME may be set
|
wenzelm@47661
|
1547 |
explicitly in shell environment, before Isabelle settings are
|
wenzelm@47661
|
1548 |
evaluated. Minor INCOMPATIBILITY: need to adapt Isabelle path where
|
wenzelm@47661
|
1549 |
the generic user home was intended.
|
wenzelm@47661
|
1550 |
|
wenzelm@47807
|
1551 |
* ISABELLE_HOME_WINDOWS refers to ISABELLE_HOME in windows file name
|
wenzelm@47807
|
1552 |
notation, which is useful for the jEdit file browser, for example.
|
wenzelm@47807
|
1553 |
|
wenzelm@47464
|
1554 |
* ISABELLE_JDK_HOME settings variable points to JDK with javac and jar
|
wenzelm@47464
|
1555 |
(not just JRE).
|
wenzelm@47464
|
1556 |
|
wenzelm@47461
|
1557 |
|
wenzelm@45109
|
1558 |
|
wenzelm@44801
|
1559 |
New in Isabelle2011-1 (October 2011)
|
wenzelm@44801
|
1560 |
------------------------------------
|
wenzelm@41651
|
1561 |
|
wenzelm@41703
|
1562 |
*** General ***
|
wenzelm@41703
|
1563 |
|
wenzelm@44760
|
1564 |
* Improved Isabelle/jEdit Prover IDE (PIDE), which can be invoked as
|
wenzelm@44968
|
1565 |
"isabelle jedit" or "ISABELLE_HOME/Isabelle" on the command line.
|
wenzelm@44760
|
1566 |
|
wenzelm@44777
|
1567 |
- Management of multiple theory files directly from the editor
|
wenzelm@44760
|
1568 |
buffer store -- bypassing the file-system (no requirement to save
|
wenzelm@44760
|
1569 |
files for checking).
|
wenzelm@44760
|
1570 |
|
wenzelm@44777
|
1571 |
- Markup of formal entities within the text buffer, with semantic
|
wenzelm@44760
|
1572 |
highlighting, tooltips and hyperlinks to jump to defining source
|
wenzelm@44760
|
1573 |
positions.
|
wenzelm@44760
|
1574 |
|
wenzelm@44777
|
1575 |
- Improved text rendering, with sub/superscripts in the source
|
wenzelm@44777
|
1576 |
buffer (including support for copy/paste wrt. output panel, HTML
|
wenzelm@44777
|
1577 |
theory output and other non-Isabelle text boxes).
|
wenzelm@44777
|
1578 |
|
wenzelm@44777
|
1579 |
- Refined scheduling of proof checking and printing of results,
|
wenzelm@44760
|
1580 |
based on interactive editor view. (Note: jEdit folding and
|
wenzelm@44760
|
1581 |
narrowing allows to restrict buffer perspectives explicitly.)
|
wenzelm@44760
|
1582 |
|
wenzelm@44777
|
1583 |
- Reduced CPU performance requirements, usable on machines with few
|
wenzelm@44760
|
1584 |
cores.
|
wenzelm@44760
|
1585 |
|
wenzelm@44777
|
1586 |
- Reduced memory requirements due to pruning of unused document
|
wenzelm@44760
|
1587 |
versions (garbage collection).
|
wenzelm@44760
|
1588 |
|
wenzelm@44760
|
1589 |
See also ~~/src/Tools/jEdit/README.html for further information,
|
wenzelm@44760
|
1590 |
including some remaining limitations.
|
wenzelm@44760
|
1591 |
|
wenzelm@44800
|
1592 |
* Theory loader: source files are exclusively located via the master
|
wenzelm@44800
|
1593 |
directory of each theory node (where the .thy file itself resides).
|
wenzelm@44800
|
1594 |
The global load path (such as src/HOL/Library) has been discontinued.
|
wenzelm@44800
|
1595 |
Note that the path element ~~ may be used to reference theories in the
|
wenzelm@44800
|
1596 |
Isabelle home folder -- for instance, "~~/src/HOL/Library/FuncSet".
|
wenzelm@44800
|
1597 |
INCOMPATIBILITY.
|
wenzelm@44800
|
1598 |
|
wenzelm@41955
|
1599 |
* Theory loader: source files are identified by content via SHA1
|
wenzelm@41955
|
1600 |
digests. Discontinued former path/modtime identification and optional
|
wenzelm@41955
|
1601 |
ISABELLE_FILE_IDENT plugin scripts.
|
wenzelm@41955
|
1602 |
|
wenzelm@41703
|
1603 |
* Parallelization of nested Isar proofs is subject to
|
wenzelm@41703
|
1604 |
Goal.parallel_proofs_threshold (default 100). See also isabelle
|
wenzelm@41703
|
1605 |
usedir option -Q.
|
wenzelm@41703
|
1606 |
|
wenzelm@42669
|
1607 |
* Name space: former unsynchronized references are now proper
|
wenzelm@42669
|
1608 |
configuration options, with more conventional names:
|
wenzelm@42669
|
1609 |
|
wenzelm@42669
|
1610 |
long_names ~> names_long
|
wenzelm@42669
|
1611 |
short_names ~> names_short
|
wenzelm@42669
|
1612 |
unique_names ~> names_unique
|
wenzelm@42669
|
1613 |
|
wenzelm@42669
|
1614 |
Minor INCOMPATIBILITY, need to declare options in context like this:
|
wenzelm@42669
|
1615 |
|
wenzelm@42669
|
1616 |
declare [[names_unique = false]]
|
wenzelm@42358
|
1617 |
|
wenzelm@42502
|
1618 |
* Literal facts `prop` may contain dummy patterns, e.g. `_ = _`. Note
|
wenzelm@42502
|
1619 |
that the result needs to be unique, which means fact specifications
|
wenzelm@42502
|
1620 |
may have to be refined after enriching a proof context.
|
wenzelm@42502
|
1621 |
|
wenzelm@44800
|
1622 |
* Attribute "case_names" has been refined: the assumptions in each case
|
wenzelm@44800
|
1623 |
can be named now by following the case name with [name1 name2 ...].
|
wenzelm@44800
|
1624 |
|
wenzelm@44968
|
1625 |
* Isabelle/Isar reference manual has been updated and extended:
|
wenzelm@44968
|
1626 |
- "Synopsis" provides a catalog of main Isar language concepts.
|
wenzelm@44968
|
1627 |
- Formal references in syntax diagrams, via @{rail} antiquotation.
|
wenzelm@44968
|
1628 |
- Updated material from classic "ref" manual, notably about
|
wenzelm@44968
|
1629 |
"Classical Reasoner".
|
wenzelm@42633
|
1630 |
|
wenzelm@41703
|
1631 |
|
blanchet@41727
|
1632 |
*** HOL ***
|
blanchet@41727
|
1633 |
|
wenzelm@44968
|
1634 |
* Class bot and top require underlying partial order rather than
|
wenzelm@44800
|
1635 |
preorder: uniqueness of bot and top is guaranteed. INCOMPATIBILITY.
|
haftmann@43815
|
1636 |
|
haftmann@43940
|
1637 |
* Class complete_lattice: generalized a couple of lemmas from sets;
|
wenzelm@44800
|
1638 |
generalized theorems INF_cong and SUP_cong. New type classes for
|
wenzelm@44800
|
1639 |
complete boolean algebras and complete linear orders. Lemmas
|
wenzelm@44800
|
1640 |
Inf_less_iff, less_Sup_iff, INF_less_iff, less_SUP_iff now reside in
|
wenzelm@44800
|
1641 |
class complete_linorder.
|
wenzelm@44800
|
1642 |
|
wenzelm@44800
|
1643 |
Changed proposition of lemmas Inf_bool_def, Sup_bool_def, Inf_fun_def,
|
wenzelm@44800
|
1644 |
Sup_fun_def, Inf_apply, Sup_apply.
|
wenzelm@44800
|
1645 |
|
wenzelm@45088
|
1646 |
Removed redundant lemmas (the right hand side gives hints how to
|
wenzelm@45088
|
1647 |
replace them for (metis ...), or (simp only: ...) proofs):
|
hoelzl@45041
|
1648 |
|
hoelzl@45041
|
1649 |
Inf_singleton ~> Inf_insert [where A="{}", unfolded Inf_empty inf_top_right]
|
hoelzl@45041
|
1650 |
Sup_singleton ~> Sup_insert [where A="{}", unfolded Sup_empty sup_bot_right]
|
hoelzl@45041
|
1651 |
Inf_binary ~> Inf_insert, Inf_empty, and inf_top_right
|
hoelzl@45041
|
1652 |
Sup_binary ~> Sup_insert, Sup_empty, and sup_bot_right
|
hoelzl@45041
|
1653 |
Int_eq_Inter ~> Inf_insert, Inf_empty, and inf_top_right
|
hoelzl@45041
|
1654 |
Un_eq_Union ~> Sup_insert, Sup_empty, and sup_bot_right
|
hoelzl@45041
|
1655 |
Inter_def ~> INF_def, image_def
|
hoelzl@45041
|
1656 |
Union_def ~> SUP_def, image_def
|
hoelzl@45041
|
1657 |
INT_eq ~> INF_def, and image_def
|
hoelzl@45041
|
1658 |
UN_eq ~> SUP_def, and image_def
|
hoelzl@45041
|
1659 |
INF_subset ~> INF_superset_mono [OF _ order_refl]
|
wenzelm@44800
|
1660 |
|
wenzelm@44800
|
1661 |
More consistent and comprehensive names:
|
wenzelm@44800
|
1662 |
|
hoelzl@45041
|
1663 |
INTER_eq_Inter_image ~> INF_def
|
hoelzl@45041
|
1664 |
UNION_eq_Union_image ~> SUP_def
|
haftmann@43872
|
1665 |
INFI_def ~> INF_def
|
haftmann@43872
|
1666 |
SUPR_def ~> SUP_def
|
haftmann@44103
|
1667 |
INF_leI ~> INF_lower
|
haftmann@44103
|
1668 |
INF_leI2 ~> INF_lower2
|
haftmann@44103
|
1669 |
le_INFI ~> INF_greatest
|
haftmann@44103
|
1670 |
le_SUPI ~> SUP_upper
|
haftmann@44103
|
1671 |
le_SUPI2 ~> SUP_upper2
|
haftmann@44103
|
1672 |
SUP_leI ~> SUP_least
|
haftmann@43873
|
1673 |
INFI_bool_eq ~> INF_bool_eq
|
haftmann@43873
|
1674 |
SUPR_bool_eq ~> SUP_bool_eq
|
haftmann@43873
|
1675 |
INFI_apply ~> INF_apply
|
haftmann@43873
|
1676 |
SUPR_apply ~> SUP_apply
|
haftmann@44103
|
1677 |
INTER_def ~> INTER_eq
|
haftmann@44103
|
1678 |
UNION_def ~> UNION_eq
|
haftmann@44103
|
1679 |
|
haftmann@43865
|
1680 |
INCOMPATIBILITY.
|
haftmann@43865
|
1681 |
|
wenzelm@44973
|
1682 |
* Renamed theory Complete_Lattice to Complete_Lattices.
|
wenzelm@44973
|
1683 |
INCOMPATIBILITY.
|
wenzelm@44973
|
1684 |
|
wenzelm@44973
|
1685 |
* Theory Complete_Lattices: lemmas Inf_eq_top_iff, INF_eq_top_iff,
|
wenzelm@44973
|
1686 |
INF_image, Inf_insert, INF_top, Inf_top_conv, INF_top_conv, SUP_bot,
|
wenzelm@44973
|
1687 |
Sup_bot_conv, SUP_bot_conv, Sup_eq_top_iff, SUP_eq_top_iff, SUP_image,
|
wenzelm@44973
|
1688 |
Sup_insert are now declared as [simp]. INCOMPATIBILITY.
|
wenzelm@44973
|
1689 |
|
wenzelm@44973
|
1690 |
* Theory Lattice: lemmas compl_inf_bot, compl_le_comp_iff,
|
wenzelm@44973
|
1691 |
compl_sup_top, inf_idem, inf_left_idem, inf_sup_absorb, sup_idem,
|
wenzelm@44973
|
1692 |
sup_inf_absob, sup_left_idem are now declared as [simp]. Minor
|
wenzelm@44973
|
1693 |
INCOMPATIBILITY.
|
wenzelm@44973
|
1694 |
|
krauss@44845
|
1695 |
* Added syntactic classes "inf" and "sup" for the respective
|
krauss@44845
|
1696 |
constants. INCOMPATIBILITY: Changes in the argument order of the
|
krauss@44845
|
1697 |
(mostly internal) locale predicates for some derived classes.
|
krauss@44845
|
1698 |
|
wenzelm@44800
|
1699 |
* Theorem collections ball_simps and bex_simps do not contain theorems
|
wenzelm@44800
|
1700 |
referring to UNION any longer; these have been moved to collection
|
wenzelm@44800
|
1701 |
UN_ball_bex_simps. INCOMPATIBILITY.
|
wenzelm@44800
|
1702 |
|
wenzelm@44800
|
1703 |
* Theory Archimedean_Field: floor now is defined as parameter of a
|
wenzelm@44800
|
1704 |
separate type class floor_ceiling.
|
wenzelm@44800
|
1705 |
|
wenzelm@44800
|
1706 |
* Theory Finite_Set: more coherent development of fold_set locales:
|
haftmann@42874
|
1707 |
|
haftmann@42874
|
1708 |
locale fun_left_comm ~> locale comp_fun_commute
|
haftmann@42874
|
1709 |
locale fun_left_comm_idem ~> locale comp_fun_idem
|
wenzelm@44800
|
1710 |
|
wenzelm@44800
|
1711 |
Both use point-free characterization; interpretation proofs may need
|
wenzelm@44800
|
1712 |
adjustment. INCOMPATIBILITY.
|
haftmann@42874
|
1713 |
|
wenzelm@44800
|
1714 |
* Theory Limits: Type "'a net" has been renamed to "'a filter", in
|
huffman@44081
|
1715 |
accordance with standard mathematical terminology. INCOMPATIBILITY.
|
huffman@44081
|
1716 |
|
wenzelm@44800
|
1717 |
* Theory Complex_Main: The locale interpretations for the
|
wenzelm@44800
|
1718 |
bounded_linear and bounded_bilinear locales have been removed, in
|
wenzelm@44800
|
1719 |
order to reduce the number of duplicate lemmas. Users must use the
|
wenzelm@44800
|
1720 |
original names for distributivity theorems, potential INCOMPATIBILITY.
|
huffman@44282
|
1721 |
|
huffman@44282
|
1722 |
divide.add ~> add_divide_distrib
|
huffman@44282
|
1723 |
divide.diff ~> diff_divide_distrib
|
huffman@44282
|
1724 |
divide.setsum ~> setsum_divide_distrib
|
huffman@44282
|
1725 |
mult.add_right ~> right_distrib
|
huffman@44282
|
1726 |
mult.diff_right ~> right_diff_distrib
|
huffman@44282
|
1727 |
mult_right.setsum ~> setsum_right_distrib
|
huffman@44282
|
1728 |
mult_left.diff ~> left_diff_distrib
|
huffman@44282
|
1729 |
|
wenzelm@44800
|
1730 |
* Theory Complex_Main: Several redundant theorems have been removed or
|
huffman@44568
|
1731 |
replaced by more general versions. INCOMPATIBILITY.
|
huffman@44522
|
1732 |
|
huffman@45051
|
1733 |
real_diff_def ~> minus_real_def
|
huffman@45051
|
1734 |
real_divide_def ~> divide_real_def
|
huffman@45051
|
1735 |
real_less_def ~> less_le
|
huffman@45051
|
1736 |
real_abs_def ~> abs_real_def
|
huffman@45051
|
1737 |
real_sgn_def ~> sgn_real_def
|
huffman@45051
|
1738 |
real_mult_commute ~> mult_commute
|
huffman@45051
|
1739 |
real_mult_assoc ~> mult_assoc
|
huffman@45051
|
1740 |
real_mult_1 ~> mult_1_left
|
huffman@45051
|
1741 |
real_add_mult_distrib ~> left_distrib
|
huffman@45051
|
1742 |
real_zero_not_eq_one ~> zero_neq_one
|
huffman@45051
|
1743 |
real_mult_inverse_left ~> left_inverse
|
huffman@45051
|
1744 |
INVERSE_ZERO ~> inverse_zero
|
huffman@45051
|
1745 |
real_le_refl ~> order_refl
|
huffman@45051
|
1746 |
real_le_antisym ~> order_antisym
|
huffman@45051
|
1747 |
real_le_trans ~> order_trans
|
huffman@45051
|
1748 |
real_le_linear ~> linear
|
huffman@45051
|
1749 |
real_le_eq_diff ~> le_iff_diff_le_0
|
huffman@45051
|
1750 |
real_add_left_mono ~> add_left_mono
|
huffman@45051
|
1751 |
real_mult_order ~> mult_pos_pos
|
huffman@45051
|
1752 |
real_mult_less_mono2 ~> mult_strict_left_mono
|
huffman@44822
|
1753 |
real_of_int_real_of_nat ~> real_of_int_of_nat_eq
|
huffman@44522
|
1754 |
real_0_le_divide_iff ~> zero_le_divide_iff
|
huffman@44522
|
1755 |
realpow_two_disj ~> power2_eq_iff
|
huffman@44522
|
1756 |
real_squared_diff_one_factored ~> square_diff_one_factored
|
huffman@44522
|
1757 |
realpow_two_diff ~> square_diff_square_factored
|
huffman@44669
|
1758 |
reals_complete2 ~> complete_real
|
huffman@44749
|
1759 |
real_sum_squared_expand ~> power2_sum
|
huffman@44522
|
1760 |
exp_ln_eq ~> ln_unique
|
huffman@44711
|
1761 |
expi_add ~> exp_add
|
huffman@44711
|
1762 |
expi_zero ~> exp_zero
|
huffman@44522
|
1763 |
lemma_DERIV_subst ~> DERIV_cong
|
huffman@44568
|
1764 |
LIMSEQ_Zfun_iff ~> tendsto_Zfun_iff
|
huffman@44568
|
1765 |
LIMSEQ_const ~> tendsto_const
|
huffman@44568
|
1766 |
LIMSEQ_norm ~> tendsto_norm
|
huffman@44568
|
1767 |
LIMSEQ_add ~> tendsto_add
|
huffman@44568
|
1768 |
LIMSEQ_minus ~> tendsto_minus
|
huffman@44568
|
1769 |
LIMSEQ_minus_cancel ~> tendsto_minus_cancel
|
huffman@44568
|
1770 |
LIMSEQ_diff ~> tendsto_diff
|
huffman@44568
|
1771 |
bounded_linear.LIMSEQ ~> bounded_linear.tendsto
|
huffman@44568
|
1772 |
bounded_bilinear.LIMSEQ ~> bounded_bilinear.tendsto
|
huffman@44568
|
1773 |
LIMSEQ_mult ~> tendsto_mult
|
huffman@44568
|
1774 |
LIMSEQ_inverse ~> tendsto_inverse
|
huffman@44568
|
1775 |
LIMSEQ_divide ~> tendsto_divide
|
huffman@44568
|
1776 |
LIMSEQ_pow ~> tendsto_power
|
huffman@44568
|
1777 |
LIMSEQ_setsum ~> tendsto_setsum
|
huffman@44568
|
1778 |
LIMSEQ_setprod ~> tendsto_setprod
|
huffman@44568
|
1779 |
LIMSEQ_norm_zero ~> tendsto_norm_zero_iff
|
huffman@44568
|
1780 |
LIMSEQ_rabs_zero ~> tendsto_rabs_zero_iff
|
huffman@44568
|
1781 |
LIMSEQ_imp_rabs ~> tendsto_rabs
|
huffman@44710
|
1782 |
LIMSEQ_add_minus ~> tendsto_add [OF _ tendsto_minus]
|
huffman@44710
|
1783 |
LIMSEQ_add_const ~> tendsto_add [OF _ tendsto_const]
|
huffman@44710
|
1784 |
LIMSEQ_diff_const ~> tendsto_diff [OF _ tendsto_const]
|
huffman@44748
|
1785 |
LIMSEQ_Complex ~> tendsto_Complex
|
huffman@44568
|
1786 |
LIM_ident ~> tendsto_ident_at
|
huffman@44568
|
1787 |
LIM_const ~> tendsto_const
|
huffman@44568
|
1788 |
LIM_add ~> tendsto_add
|
huffman@44568
|
1789 |
LIM_add_zero ~> tendsto_add_zero
|
huffman@44568
|
1790 |
LIM_minus ~> tendsto_minus
|
huffman@44568
|
1791 |
LIM_diff ~> tendsto_diff
|
huffman@44568
|
1792 |
LIM_norm ~> tendsto_norm
|
huffman@44568
|
1793 |
LIM_norm_zero ~> tendsto_norm_zero
|
huffman@44568
|
1794 |
LIM_norm_zero_cancel ~> tendsto_norm_zero_cancel
|
huffman@44568
|
1795 |
LIM_norm_zero_iff ~> tendsto_norm_zero_iff
|
huffman@44568
|
1796 |
LIM_rabs ~> tendsto_rabs
|
huffman@44568
|
1797 |
LIM_rabs_zero ~> tendsto_rabs_zero
|
huffman@44568
|
1798 |
LIM_rabs_zero_cancel ~> tendsto_rabs_zero_cancel
|
huffman@44568
|
1799 |
LIM_rabs_zero_iff ~> tendsto_rabs_zero_iff
|
huffman@44568
|
1800 |
LIM_compose ~> tendsto_compose
|
huffman@44568
|
1801 |
LIM_mult ~> tendsto_mult
|
huffman@44568
|
1802 |
LIM_scaleR ~> tendsto_scaleR
|
huffman@44568
|
1803 |
LIM_of_real ~> tendsto_of_real
|
huffman@44568
|
1804 |
LIM_power ~> tendsto_power
|
huffman@44568
|
1805 |
LIM_inverse ~> tendsto_inverse
|
huffman@44568
|
1806 |
LIM_sgn ~> tendsto_sgn
|
huffman@44568
|
1807 |
isCont_LIM_compose ~> isCont_tendsto_compose
|
huffman@44568
|
1808 |
bounded_linear.LIM ~> bounded_linear.tendsto
|
huffman@44568
|
1809 |
bounded_linear.LIM_zero ~> bounded_linear.tendsto_zero
|
huffman@44568
|
1810 |
bounded_bilinear.LIM ~> bounded_bilinear.tendsto
|
huffman@44568
|
1811 |
bounded_bilinear.LIM_prod_zero ~> bounded_bilinear.tendsto_zero
|
huffman@44568
|
1812 |
bounded_bilinear.LIM_left_zero ~> bounded_bilinear.tendsto_left_zero
|
huffman@44568
|
1813 |
bounded_bilinear.LIM_right_zero ~> bounded_bilinear.tendsto_right_zero
|
huffman@44568
|
1814 |
LIM_inverse_fun ~> tendsto_inverse [OF tendsto_ident_at]
|
huffman@44522
|
1815 |
|
wenzelm@44967
|
1816 |
* Theory Complex_Main: The definition of infinite series was
|
wenzelm@44967
|
1817 |
generalized. Now it is defined on the type class {topological_space,
|
wenzelm@44967
|
1818 |
comm_monoid_add}. Hence it is useable also for extended real numbers.
|
wenzelm@42484
|
1819 |
|
huffman@44908
|
1820 |
* Theory Complex_Main: The complex exponential function "expi" is now
|
huffman@44908
|
1821 |
a type-constrained abbreviation for "exp :: complex => complex"; thus
|
huffman@44908
|
1822 |
several polymorphic lemmas about "exp" are now applicable to "expi".
|
huffman@44908
|
1823 |
|
wenzelm@44968
|
1824 |
* Code generation:
|
wenzelm@44968
|
1825 |
|
wenzelm@44968
|
1826 |
- Theory Library/Code_Char_ord provides native ordering of
|
wenzelm@44968
|
1827 |
characters in the target language.
|
wenzelm@44968
|
1828 |
|
wenzelm@44968
|
1829 |
- Commands code_module and code_library are legacy, use export_code
|
wenzelm@44968
|
1830 |
instead.
|
wenzelm@44968
|
1831 |
|
wenzelm@44968
|
1832 |
- Method "evaluation" is legacy, use method "eval" instead.
|
wenzelm@44968
|
1833 |
|
wenzelm@44968
|
1834 |
- Legacy evaluator "SML" is deactivated by default. May be
|
wenzelm@44968
|
1835 |
reactivated by the following theory command:
|
wenzelm@44968
|
1836 |
|
wenzelm@44968
|
1837 |
setup {* Value.add_evaluator ("SML", Codegen.eval_term) *}
|
wenzelm@44968
|
1838 |
|
wenzelm@44968
|
1839 |
* Declare ext [intro] by default. Rare INCOMPATIBILITY.
|
wenzelm@44968
|
1840 |
|
wenzelm@45088
|
1841 |
* New proof method "induction" that gives induction hypotheses the
|
wenzelm@45088
|
1842 |
name "IH", thus distinguishing them from further hypotheses that come
|
wenzelm@45088
|
1843 |
from rule induction. The latter are still called "hyps". Method
|
wenzelm@45088
|
1844 |
"induction" is a thin wrapper around "induct" and follows the same
|
wenzelm@45088
|
1845 |
syntax.
|
wenzelm@45088
|
1846 |
|
wenzelm@44968
|
1847 |
* Method "fastsimp" has been renamed to "fastforce", but "fastsimp" is
|
wenzelm@44968
|
1848 |
still available as a legacy feature for some time.
|
wenzelm@44968
|
1849 |
|
wenzelm@44968
|
1850 |
* Nitpick:
|
wenzelm@44968
|
1851 |
- Added "need" and "total_consts" options.
|
wenzelm@44968
|
1852 |
- Reintroduced "show_skolems" option by popular demand.
|
wenzelm@44968
|
1853 |
- Renamed attribute: nitpick_def ~> nitpick_unfold.
|
wenzelm@44968
|
1854 |
INCOMPATIBILITY.
|
wenzelm@44968
|
1855 |
|
wenzelm@44968
|
1856 |
* Sledgehammer:
|
wenzelm@44968
|
1857 |
- Use quasi-sound (and efficient) translations by default.
|
wenzelm@44968
|
1858 |
- Added support for the following provers: E-ToFoF, LEO-II,
|
wenzelm@44968
|
1859 |
Satallax, SNARK, Waldmeister, and Z3 with TPTP syntax.
|
wenzelm@44968
|
1860 |
- Automatically preplay and minimize proofs before showing them if
|
wenzelm@44968
|
1861 |
this can be done within reasonable time.
|
wenzelm@44968
|
1862 |
- sledgehammer available_provers ~> sledgehammer supported_provers.
|
wenzelm@44968
|
1863 |
INCOMPATIBILITY.
|
wenzelm@44968
|
1864 |
- Added "preplay_timeout", "slicing", "type_enc", "sound",
|
wenzelm@44968
|
1865 |
"max_mono_iters", and "max_new_mono_instances" options.
|
wenzelm@44968
|
1866 |
- Removed "explicit_apply" and "full_types" options as well as "Full
|
wenzelm@44968
|
1867 |
Types" Proof General menu item. INCOMPATIBILITY.
|
wenzelm@44968
|
1868 |
|
wenzelm@44968
|
1869 |
* Metis:
|
wenzelm@44968
|
1870 |
- Removed "metisF" -- use "metis" instead. INCOMPATIBILITY.
|
wenzelm@44968
|
1871 |
- Obsoleted "metisFT" -- use "metis (full_types)" instead.
|
wenzelm@44968
|
1872 |
INCOMPATIBILITY.
|
wenzelm@44968
|
1873 |
|
wenzelm@44968
|
1874 |
* Command 'try':
|
wenzelm@44968
|
1875 |
- Renamed 'try_methods' and added "simp:", "intro:", "dest:", and
|
wenzelm@44968
|
1876 |
"elim:" options. INCOMPATIBILITY.
|
wenzelm@44968
|
1877 |
- Introduced 'try' that not only runs 'try_methods' but also
|
wenzelm@44968
|
1878 |
'solve_direct', 'sledgehammer', 'quickcheck', and 'nitpick'.
|
wenzelm@44968
|
1879 |
|
wenzelm@44968
|
1880 |
* Quickcheck:
|
wenzelm@44968
|
1881 |
- Added "eval" option to evaluate terms for the found counterexample
|
wenzelm@44968
|
1882 |
(currently only supported by the default (exhaustive) tester).
|
wenzelm@44968
|
1883 |
- Added post-processing of terms to obtain readable counterexamples
|
wenzelm@44968
|
1884 |
(currently only supported by the default (exhaustive) tester).
|
wenzelm@44968
|
1885 |
- New counterexample generator quickcheck[narrowing] enables
|
wenzelm@44968
|
1886 |
narrowing-based testing. Requires the Glasgow Haskell compiler
|
wenzelm@44968
|
1887 |
with its installation location defined in the Isabelle settings
|
wenzelm@44968
|
1888 |
environment as ISABELLE_GHC.
|
wenzelm@44968
|
1889 |
- Removed quickcheck tester "SML" based on the SML code generator
|
wenzelm@44968
|
1890 |
(formly in HOL/Library).
|
wenzelm@44968
|
1891 |
|
wenzelm@44968
|
1892 |
* Function package: discontinued option "tailrec". INCOMPATIBILITY,
|
wenzelm@44968
|
1893 |
use 'partial_function' instead.
|
wenzelm@44968
|
1894 |
|
wenzelm@44968
|
1895 |
* Theory Library/Extended_Reals replaces now the positive extended
|
wenzelm@44968
|
1896 |
reals found in probability theory. This file is extended by
|
wenzelm@44968
|
1897 |
Multivariate_Analysis/Extended_Real_Limits.
|
wenzelm@44968
|
1898 |
|
wenzelm@44974
|
1899 |
* Theory Library/Old_Recdef: old 'recdef' package has been moved here,
|
wenzelm@44974
|
1900 |
from where it must be imported explicitly if it is really required.
|
wenzelm@44974
|
1901 |
INCOMPATIBILITY.
|
wenzelm@44968
|
1902 |
|
wenzelm@44968
|
1903 |
* Theory Library/Wfrec: well-founded recursion combinator "wfrec" has
|
wenzelm@44968
|
1904 |
been moved here. INCOMPATIBILITY.
|
wenzelm@44968
|
1905 |
|
wenzelm@44968
|
1906 |
* Theory Library/Saturated provides type of numbers with saturated
|
wenzelm@44968
|
1907 |
arithmetic.
|
wenzelm@44968
|
1908 |
|
wenzelm@44968
|
1909 |
* Theory Library/Product_Lattice defines a pointwise ordering for the
|
wenzelm@44968
|
1910 |
product type 'a * 'b, and provides instance proofs for various order
|
wenzelm@44968
|
1911 |
and lattice type classes.
|
wenzelm@44968
|
1912 |
|
wenzelm@44968
|
1913 |
* Theory Library/Countable now provides the "countable_datatype" proof
|
wenzelm@44968
|
1914 |
method for proving "countable" class instances for datatypes.
|
wenzelm@44968
|
1915 |
|
wenzelm@44968
|
1916 |
* Theory Library/Cset_Monad allows do notation for computable sets
|
wenzelm@44968
|
1917 |
(cset) via the generic monad ad-hoc overloading facility.
|
wenzelm@44968
|
1918 |
|
wenzelm@44968
|
1919 |
* Library: Theories of common data structures are split into theories
|
wenzelm@44968
|
1920 |
for implementation, an invariant-ensuring type, and connection to an
|
wenzelm@44968
|
1921 |
abstract type. INCOMPATIBILITY.
|
wenzelm@44968
|
1922 |
|
wenzelm@44968
|
1923 |
- RBT is split into RBT and RBT_Mapping.
|
wenzelm@44968
|
1924 |
- AssocList is split and renamed into AList and AList_Mapping.
|
wenzelm@44968
|
1925 |
- DList is split into DList_Impl, DList, and DList_Cset.
|
wenzelm@44968
|
1926 |
- Cset is split into Cset and List_Cset.
|
wenzelm@44968
|
1927 |
|
wenzelm@44968
|
1928 |
* Theory Library/Nat_Infinity has been renamed to
|
wenzelm@44968
|
1929 |
Library/Extended_Nat, with name changes of the following types and
|
wenzelm@44968
|
1930 |
constants:
|
wenzelm@44968
|
1931 |
|
wenzelm@44968
|
1932 |
type inat ~> type enat
|
wenzelm@44968
|
1933 |
Fin ~> enat
|
wenzelm@44968
|
1934 |
Infty ~> infinity (overloaded)
|
wenzelm@44968
|
1935 |
iSuc ~> eSuc
|
wenzelm@44968
|
1936 |
the_Fin ~> the_enat
|
wenzelm@44968
|
1937 |
|
wenzelm@44968
|
1938 |
Every theorem name containing "inat", "Fin", "Infty", or "iSuc" has
|
wenzelm@44968
|
1939 |
been renamed accordingly. INCOMPATIBILITY.
|
wenzelm@44968
|
1940 |
|
wenzelm@44968
|
1941 |
* Session Multivariate_Analysis: The euclidean_space type class now
|
wenzelm@44968
|
1942 |
fixes a constant "Basis :: 'a set" consisting of the standard
|
wenzelm@44968
|
1943 |
orthonormal basis for the type. Users now have the option of
|
wenzelm@44968
|
1944 |
quantifying over this set instead of using the "basis" function, e.g.
|
wenzelm@44968
|
1945 |
"ALL x:Basis. P x" vs "ALL i<DIM('a). P (basis i)".
|
wenzelm@44968
|
1946 |
|
wenzelm@44968
|
1947 |
* Session Multivariate_Analysis: Type "('a, 'b) cart" has been renamed
|
wenzelm@44968
|
1948 |
to "('a, 'b) vec" (the syntax "'a ^ 'b" remains unaffected). Constants
|
wenzelm@44968
|
1949 |
"Cart_nth" and "Cart_lambda" have been respectively renamed to
|
wenzelm@44968
|
1950 |
"vec_nth" and "vec_lambda"; theorems mentioning those names have
|
wenzelm@44968
|
1951 |
changed to match. Definition theorems for overloaded constants now use
|
wenzelm@44968
|
1952 |
the standard "foo_vec_def" naming scheme. A few other theorems have
|
wenzelm@44968
|
1953 |
been renamed as follows (INCOMPATIBILITY):
|
wenzelm@44968
|
1954 |
|
wenzelm@44968
|
1955 |
Cart_eq ~> vec_eq_iff
|
wenzelm@44968
|
1956 |
dist_nth_le_cart ~> dist_vec_nth_le
|
wenzelm@44968
|
1957 |
tendsto_vector ~> vec_tendstoI
|
wenzelm@44968
|
1958 |
Cauchy_vector ~> vec_CauchyI
|
wenzelm@44968
|
1959 |
|
wenzelm@44968
|
1960 |
* Session Multivariate_Analysis: Several duplicate theorems have been
|
wenzelm@44968
|
1961 |
removed, and other theorems have been renamed or replaced with more
|
wenzelm@44968
|
1962 |
general versions. INCOMPATIBILITY.
|
wenzelm@44968
|
1963 |
|
wenzelm@44968
|
1964 |
finite_choice ~> finite_set_choice
|
wenzelm@44968
|
1965 |
eventually_conjI ~> eventually_conj
|
wenzelm@44968
|
1966 |
eventually_and ~> eventually_conj_iff
|
wenzelm@44968
|
1967 |
eventually_false ~> eventually_False
|
wenzelm@44968
|
1968 |
setsum_norm ~> norm_setsum
|
wenzelm@44968
|
1969 |
Lim_sequentially ~> LIMSEQ_def
|
wenzelm@44968
|
1970 |
Lim_ident_at ~> LIM_ident
|
wenzelm@44968
|
1971 |
Lim_const ~> tendsto_const
|
wenzelm@44968
|
1972 |
Lim_cmul ~> tendsto_scaleR [OF tendsto_const]
|
wenzelm@44968
|
1973 |
Lim_neg ~> tendsto_minus
|
wenzelm@44968
|
1974 |
Lim_add ~> tendsto_add
|
wenzelm@44968
|
1975 |
Lim_sub ~> tendsto_diff
|
wenzelm@44968
|
1976 |
Lim_mul ~> tendsto_scaleR
|
wenzelm@44968
|
1977 |
Lim_vmul ~> tendsto_scaleR [OF _ tendsto_const]
|
wenzelm@44968
|
1978 |
Lim_null_norm ~> tendsto_norm_zero_iff [symmetric]
|
wenzelm@44968
|
1979 |
Lim_linear ~> bounded_linear.tendsto
|
wenzelm@44968
|
1980 |
Lim_component ~> tendsto_euclidean_component
|
wenzelm@44968
|
1981 |
Lim_component_cart ~> tendsto_vec_nth
|
wenzelm@44968
|
1982 |
Lim_inner ~> tendsto_inner [OF tendsto_const]
|
wenzelm@44968
|
1983 |
dot_lsum ~> inner_setsum_left
|
wenzelm@44968
|
1984 |
dot_rsum ~> inner_setsum_right
|
wenzelm@44968
|
1985 |
continuous_cmul ~> continuous_scaleR [OF continuous_const]
|
wenzelm@44968
|
1986 |
continuous_neg ~> continuous_minus
|
wenzelm@44968
|
1987 |
continuous_sub ~> continuous_diff
|
wenzelm@44968
|
1988 |
continuous_vmul ~> continuous_scaleR [OF _ continuous_const]
|
wenzelm@44968
|
1989 |
continuous_mul ~> continuous_scaleR
|
wenzelm@44968
|
1990 |
continuous_inv ~> continuous_inverse
|
wenzelm@44968
|
1991 |
continuous_at_within_inv ~> continuous_at_within_inverse
|
wenzelm@44968
|
1992 |
continuous_at_inv ~> continuous_at_inverse
|
wenzelm@44968
|
1993 |
continuous_at_norm ~> continuous_norm [OF continuous_at_id]
|
wenzelm@44968
|
1994 |
continuous_at_infnorm ~> continuous_infnorm [OF continuous_at_id]
|
wenzelm@44968
|
1995 |
continuous_at_component ~> continuous_component [OF continuous_at_id]
|
wenzelm@44968
|
1996 |
continuous_on_neg ~> continuous_on_minus
|
wenzelm@44968
|
1997 |
continuous_on_sub ~> continuous_on_diff
|
wenzelm@44968
|
1998 |
continuous_on_cmul ~> continuous_on_scaleR [OF continuous_on_const]
|
wenzelm@44968
|
1999 |
continuous_on_vmul ~> continuous_on_scaleR [OF _ continuous_on_const]
|
wenzelm@44968
|
2000 |
continuous_on_mul ~> continuous_on_scaleR
|
wenzelm@44968
|
2001 |
continuous_on_mul_real ~> continuous_on_mult
|
wenzelm@44968
|
2002 |
continuous_on_inner ~> continuous_on_inner [OF continuous_on_const]
|
wenzelm@44968
|
2003 |
continuous_on_norm ~> continuous_on_norm [OF continuous_on_id]
|
wenzelm@44968
|
2004 |
continuous_on_inverse ~> continuous_on_inv
|
wenzelm@44968
|
2005 |
uniformly_continuous_on_neg ~> uniformly_continuous_on_minus
|
wenzelm@44968
|
2006 |
uniformly_continuous_on_sub ~> uniformly_continuous_on_diff
|
wenzelm@44968
|
2007 |
subset_interior ~> interior_mono
|
wenzelm@44968
|
2008 |
subset_closure ~> closure_mono
|
wenzelm@44968
|
2009 |
closure_univ ~> closure_UNIV
|
wenzelm@44968
|
2010 |
real_arch_lt ~> reals_Archimedean2
|
wenzelm@44968
|
2011 |
real_arch ~> reals_Archimedean3
|
wenzelm@44968
|
2012 |
real_abs_norm ~> abs_norm_cancel
|
wenzelm@44968
|
2013 |
real_abs_sub_norm ~> norm_triangle_ineq3
|
wenzelm@44968
|
2014 |
norm_cauchy_schwarz_abs ~> Cauchy_Schwarz_ineq2
|
wenzelm@44968
|
2015 |
|
wenzelm@44968
|
2016 |
* Session HOL-Probability:
|
wenzelm@44968
|
2017 |
- Caratheodory's extension lemma is now proved for ring_of_sets.
|
wenzelm@44968
|
2018 |
- Infinite products of probability measures are now available.
|
wenzelm@44968
|
2019 |
- Sigma closure is independent, if the generator is independent
|
wenzelm@44968
|
2020 |
- Use extended reals instead of positive extended
|
wenzelm@44968
|
2021 |
reals. INCOMPATIBILITY.
|
wenzelm@44968
|
2022 |
|
huffman@45049
|
2023 |
* Session HOLCF: Discontinued legacy theorem names, INCOMPATIBILITY.
|
huffman@45049
|
2024 |
|
huffman@45049
|
2025 |
expand_fun_below ~> fun_below_iff
|
huffman@45049
|
2026 |
below_fun_ext ~> fun_belowI
|
huffman@45049
|
2027 |
expand_cfun_eq ~> cfun_eq_iff
|
huffman@45049
|
2028 |
ext_cfun ~> cfun_eqI
|
huffman@45049
|
2029 |
expand_cfun_below ~> cfun_below_iff
|
huffman@45049
|
2030 |
below_cfun_ext ~> cfun_belowI
|
huffman@45049
|
2031 |
monofun_fun_fun ~> fun_belowD
|
huffman@45049
|
2032 |
monofun_fun_arg ~> monofunE
|
huffman@45049
|
2033 |
monofun_lub_fun ~> adm_monofun [THEN admD]
|
huffman@45049
|
2034 |
cont_lub_fun ~> adm_cont [THEN admD]
|
huffman@45049
|
2035 |
cont2cont_Rep_CFun ~> cont2cont_APP
|
huffman@45049
|
2036 |
cont_Rep_CFun_app ~> cont_APP_app
|
huffman@45049
|
2037 |
cont_Rep_CFun_app_app ~> cont_APP_app_app
|
huffman@45049
|
2038 |
cont_cfun_fun ~> cont_Rep_cfun1 [THEN contE]
|
huffman@45049
|
2039 |
cont_cfun_arg ~> cont_Rep_cfun2 [THEN contE]
|
huffman@45049
|
2040 |
contlub_cfun ~> lub_APP [symmetric]
|
huffman@45049
|
2041 |
contlub_LAM ~> lub_LAM [symmetric]
|
huffman@45049
|
2042 |
thelubI ~> lub_eqI
|
huffman@45049
|
2043 |
UU_I ~> bottomI
|
huffman@45049
|
2044 |
lift_distinct1 ~> lift.distinct(1)
|
huffman@45049
|
2045 |
lift_distinct2 ~> lift.distinct(2)
|
huffman@45049
|
2046 |
Def_not_UU ~> lift.distinct(2)
|
huffman@45049
|
2047 |
Def_inject ~> lift.inject
|
huffman@45049
|
2048 |
below_UU_iff ~> below_bottom_iff
|
huffman@45049
|
2049 |
eq_UU_iff ~> eq_bottom_iff
|
huffman@45049
|
2050 |
|
huffman@44903
|
2051 |
|
krauss@41685
|
2052 |
*** Document preparation ***
|
krauss@41685
|
2053 |
|
wenzelm@44800
|
2054 |
* Antiquotation @{rail} layouts railroad syntax diagrams, see also
|
wenzelm@44800
|
2055 |
isar-ref manual, both for description and actual application of the
|
wenzelm@44800
|
2056 |
same.
|
wenzelm@44800
|
2057 |
|
wenzelm@44800
|
2058 |
* Antiquotation @{value} evaluates the given term and presents its
|
wenzelm@44800
|
2059 |
result.
|
wenzelm@44800
|
2060 |
|
wenzelm@44800
|
2061 |
* Antiquotations: term style "isub" provides ad-hoc conversion of
|
wenzelm@44800
|
2062 |
variables x1, y23 into subscripted form x\<^isub>1,
|
wenzelm@44800
|
2063 |
y\<^isub>2\<^isub>3.
|
wenzelm@41651
|
2064 |
|
wenzelm@42484
|
2065 |
* Predefined LaTeX macros for Isabelle symbols \<bind> and \<then>
|
wenzelm@42484
|
2066 |
(e.g. see ~~/src/HOL/Library/Monad_Syntax.thy).
|
wenzelm@42484
|
2067 |
|
wenzelm@44967
|
2068 |
* Localized \isabellestyle switch can be used within blocks or groups
|
wenzelm@44967
|
2069 |
like this:
|
wenzelm@44967
|
2070 |
|
wenzelm@44967
|
2071 |
\isabellestyle{it} %preferred default
|
wenzelm@44967
|
2072 |
{\isabellestylett @{text "typewriter stuff"}}
|
wenzelm@44967
|
2073 |
|
wenzelm@44967
|
2074 |
* Discontinued special treatment of hard tabulators. Implicit
|
wenzelm@44967
|
2075 |
tab-width is now defined as 1. Potential INCOMPATIBILITY for visual
|
wenzelm@44967
|
2076 |
layouts.
|
wenzelm@44800
|
2077 |
|
wenzelm@41651
|
2078 |
|
wenzelm@41944
|
2079 |
*** ML ***
|
wenzelm@41944
|
2080 |
|
wenzelm@43731
|
2081 |
* The inner syntax of sort/type/term/prop supports inlined YXML
|
wenzelm@43731
|
2082 |
representations within quoted string tokens. By encoding logical
|
wenzelm@43731
|
2083 |
entities via Term_XML (in ML or Scala) concrete syntax can be
|
wenzelm@43731
|
2084 |
bypassed, which is particularly useful for producing bits of text
|
wenzelm@43731
|
2085 |
under external program control.
|
wenzelm@43731
|
2086 |
|
wenzelm@43565
|
2087 |
* Antiquotations for ML and document preparation are managed as theory
|
wenzelm@43565
|
2088 |
data, which requires explicit setup.
|
wenzelm@43565
|
2089 |
|
wenzelm@42897
|
2090 |
* Isabelle_Process.is_active allows tools to check if the official
|
wenzelm@42897
|
2091 |
process wrapper is running (Isabelle/Scala/jEdit) or the old TTY loop
|
wenzelm@42897
|
2092 |
(better known as Proof General).
|
wenzelm@42897
|
2093 |
|
wenzelm@42360
|
2094 |
* Structure Proof_Context follows standard naming scheme. Old
|
wenzelm@42360
|
2095 |
ProofContext is still available for some time as legacy alias.
|
wenzelm@42360
|
2096 |
|
wenzelm@42015
|
2097 |
* Structure Timing provides various operations for timing; supersedes
|
wenzelm@42015
|
2098 |
former start_timing/end_timing etc.
|
wenzelm@42015
|
2099 |
|
wenzelm@41944
|
2100 |
* Path.print is the official way to show file-system paths to users
|
wenzelm@41944
|
2101 |
(including quotes etc.).
|
wenzelm@41944
|
2102 |
|
wenzelm@42056
|
2103 |
* Inner syntax: identifiers in parse trees of generic categories
|
wenzelm@42056
|
2104 |
"logic", "aprop", "idt" etc. carry position information (disguised as
|
wenzelm@42056
|
2105 |
type constraints). Occasional INCOMPATIBILITY with non-compliant
|
wenzelm@42057
|
2106 |
translations that choke on unexpected type constraints. Positions can
|
wenzelm@42057
|
2107 |
be stripped in ML translations via Syntax.strip_positions /
|
wenzelm@42057
|
2108 |
Syntax.strip_positions_ast, or via the syntax constant
|
wenzelm@42057
|
2109 |
"_strip_positions" within parse trees. As last resort, positions can
|
wenzelm@42057
|
2110 |
be disabled via the configuration option Syntax.positions, which is
|
wenzelm@42057
|
2111 |
called "syntax_positions" in Isar attribute syntax.
|
wenzelm@42056
|
2112 |
|
wenzelm@42290
|
2113 |
* Discontinued special status of various ML structures that contribute
|
wenzelm@42290
|
2114 |
to structure Syntax (Ast, Lexicon, Mixfix, Parser, Printer etc.): less
|
wenzelm@42290
|
2115 |
pervasive content, no inclusion in structure Syntax. INCOMPATIBILITY,
|
wenzelm@42290
|
2116 |
refer directly to Ast.Constant, Lexicon.is_identifier,
|
wenzelm@42290
|
2117 |
Syntax_Trans.mk_binder_tr etc.
|
wenzelm@42224
|
2118 |
|
wenzelm@42247
|
2119 |
* Typed print translation: discontinued show_sorts argument, which is
|
wenzelm@42247
|
2120 |
already available via context of "advanced" translation.
|
wenzelm@42247
|
2121 |
|
wenzelm@42370
|
2122 |
* Refined PARALLEL_GOALS tactical: degrades gracefully for schematic
|
wenzelm@42370
|
2123 |
goal states; body tactic needs to address all subgoals uniformly.
|
wenzelm@42370
|
2124 |
|
wenzelm@42403
|
2125 |
* Slightly more special eq_list/eq_set, with shortcut involving
|
wenzelm@42403
|
2126 |
pointer equality (assumes that eq relation is reflexive).
|
wenzelm@42403
|
2127 |
|
wenzelm@42793
|
2128 |
* Classical tactics use proper Proof.context instead of historic types
|
wenzelm@42793
|
2129 |
claset/clasimpset. Old-style declarations like addIs, addEs, addDs
|
wenzelm@42793
|
2130 |
operate directly on Proof.context. Raw type claset retains its use as
|
wenzelm@42793
|
2131 |
snapshot of the classical context, which can be recovered via
|
wenzelm@42793
|
2132 |
(put_claset HOL_cs) etc. Type clasimpset has been discontinued.
|
wenzelm@42793
|
2133 |
INCOMPATIBILITY, classical tactics and derived proof methods require
|
wenzelm@42793
|
2134 |
proper Proof.context.
|
wenzelm@42793
|
2135 |
|
wenzelm@44803
|
2136 |
|
wenzelm@44803
|
2137 |
*** System ***
|
wenzelm@44803
|
2138 |
|
wenzelm@44968
|
2139 |
* Discontinued support for Poly/ML 5.2, which was the last version
|
wenzelm@44968
|
2140 |
without proper multithreading and TimeLimit implementation.
|
wenzelm@44968
|
2141 |
|
wenzelm@44968
|
2142 |
* Discontinued old lib/scripts/polyml-platform, which has been
|
wenzelm@44968
|
2143 |
obsolete since Isabelle2009-2.
|
wenzelm@44968
|
2144 |
|
wenzelm@44967
|
2145 |
* Various optional external tools are referenced more robustly and
|
wenzelm@44967
|
2146 |
uniformly by explicit Isabelle settings as follows:
|
wenzelm@44967
|
2147 |
|
wenzelm@44967
|
2148 |
ISABELLE_CSDP (formerly CSDP_EXE)
|
wenzelm@44967
|
2149 |
ISABELLE_GHC (formerly EXEC_GHC or GHC_PATH)
|
wenzelm@44967
|
2150 |
ISABELLE_OCAML (formerly EXEC_OCAML)
|
wenzelm@44967
|
2151 |
ISABELLE_SWIPL (formerly EXEC_SWIPL)
|
wenzelm@44967
|
2152 |
ISABELLE_YAP (formerly EXEC_YAP)
|
wenzelm@44967
|
2153 |
|
wenzelm@44967
|
2154 |
Note that automated detection from the file-system or search path has
|
wenzelm@44967
|
2155 |
been discontinued. INCOMPATIBILITY.
|
wenzelm@44967
|
2156 |
|
wenzelm@43752
|
2157 |
* Scala layer provides JVM method invocation service for static
|
wenzelm@44800
|
2158 |
methods of type (String)String, see Invoke_Scala.method in ML. For
|
wenzelm@44800
|
2159 |
example:
|
wenzelm@43752
|
2160 |
|
wenzelm@43752
|
2161 |
Invoke_Scala.method "java.lang.System.getProperty" "java.home"
|
wenzelm@43752
|
2162 |
|
wenzelm@44967
|
2163 |
Together with YXML.string_of_body/parse_body and XML.Encode/Decode
|
wenzelm@44967
|
2164 |
this allows to pass structured values between ML and Scala.
|
wenzelm@44800
|
2165 |
|
wenzelm@44803
|
2166 |
* The IsabelleText fonts includes some further glyphs to support the
|
wenzelm@44803
|
2167 |
Prover IDE. Potential INCOMPATIBILITY: users who happen to have
|
wenzelm@44803
|
2168 |
installed a local copy (which is normally *not* required) need to
|
wenzelm@44803
|
2169 |
delete or update it from ~~/lib/fonts/.
|
wenzelm@41944
|
2170 |
|
wenzelm@41703
|
2171 |
|
wenzelm@45089
|
2172 |
|
wenzelm@41512
|
2173 |
New in Isabelle2011 (January 2011)
|
wenzelm@41512
|
2174 |
----------------------------------
|
wenzelm@37383
|
2175 |
|
wenzelm@37536
|
2176 |
*** General ***
|
wenzelm@37536
|
2177 |
|
wenzelm@41573
|
2178 |
* Experimental Prover IDE based on Isabelle/Scala and jEdit (see
|
wenzelm@41612
|
2179 |
src/Tools/jEdit). This also serves as IDE for Isabelle/ML, with
|
wenzelm@41612
|
2180 |
useful tooltips and hyperlinks produced from its static analysis. The
|
wenzelm@41612
|
2181 |
bundled component provides an executable Isabelle tool that can be run
|
wenzelm@41612
|
2182 |
like this:
|
wenzelm@41612
|
2183 |
|
wenzelm@41612
|
2184 |
Isabelle2011/bin/isabelle jedit
|
wenzelm@41573
|
2185 |
|
wenzelm@40948
|
2186 |
* Significantly improved Isabelle/Isar implementation manual.
|
wenzelm@40948
|
2187 |
|
wenzelm@41594
|
2188 |
* System settings: ISABELLE_HOME_USER now includes ISABELLE_IDENTIFIER
|
wenzelm@41595
|
2189 |
(and thus refers to something like $HOME/.isabelle/Isabelle2011),
|
wenzelm@41594
|
2190 |
while the default heap location within that directory lacks that extra
|
wenzelm@41594
|
2191 |
suffix. This isolates multiple Isabelle installations from each
|
wenzelm@41594
|
2192 |
other, avoiding problems with old settings in new versions.
|
wenzelm@41594
|
2193 |
INCOMPATIBILITY, need to copy/upgrade old user settings manually.
|
wenzelm@41594
|
2194 |
|
wenzelm@40947
|
2195 |
* Source files are always encoded as UTF-8, instead of old-fashioned
|
wenzelm@40947
|
2196 |
ISO-Latin-1. INCOMPATIBILITY. Isabelle LaTeX documents might require
|
wenzelm@40948
|
2197 |
the following package declarations:
|
wenzelm@40947
|
2198 |
|
wenzelm@40947
|
2199 |
\usepackage[utf8]{inputenc}
|
wenzelm@40947
|
2200 |
\usepackage{textcomp}
|
wenzelm@40947
|
2201 |
|
krauss@41440
|
2202 |
* Explicit treatment of UTF-8 sequences as Isabelle symbols, such that
|
wenzelm@37536
|
2203 |
a Unicode character is treated as a single symbol, not a sequence of
|
wenzelm@37536
|
2204 |
non-ASCII bytes as before. Since Isabelle/ML string literals may
|
wenzelm@37536
|
2205 |
contain symbols without further backslash escapes, Unicode can now be
|
wenzelm@37536
|
2206 |
used here as well. Recall that Symbol.explode in ML provides a
|
wenzelm@37536
|
2207 |
consistent view on symbols, while raw explode (or String.explode)
|
wenzelm@37536
|
2208 |
merely give a byte-oriented representation.
|
wenzelm@37536
|
2209 |
|
wenzelm@41594
|
2210 |
* Theory loader: source files are primarily located via the master
|
wenzelm@41594
|
2211 |
directory of each theory node (where the .thy file itself resides).
|
wenzelm@41594
|
2212 |
The global load path is still partially available as legacy feature.
|
wenzelm@41594
|
2213 |
Minor INCOMPATIBILITY due to subtle change in file lookup: use
|
wenzelm@41594
|
2214 |
explicit paths, relatively to the theory.
|
wenzelm@38135
|
2215 |
|
wenzelm@37939
|
2216 |
* Special treatment of ML file names has been discontinued.
|
wenzelm@37939
|
2217 |
Historically, optional extensions .ML or .sml were added on demand --
|
wenzelm@37939
|
2218 |
at the cost of clarity of file dependencies. Recall that Isabelle/ML
|
wenzelm@37939
|
2219 |
files exclusively use the .ML extension. Minor INCOMPATIBILTY.
|
wenzelm@37939
|
2220 |
|
wenzelm@38980
|
2221 |
* Various options that affect pretty printing etc. are now properly
|
wenzelm@38767
|
2222 |
handled within the context via configuration options, instead of
|
wenzelm@40879
|
2223 |
unsynchronized references or print modes. There are both ML Config.T
|
wenzelm@40879
|
2224 |
entities and Isar declaration attributes to access these.
|
wenzelm@38767
|
2225 |
|
wenzelm@39125
|
2226 |
ML (Config.T) Isar (attribute)
|
wenzelm@39125
|
2227 |
|
wenzelm@39128
|
2228 |
eta_contract eta_contract
|
wenzelm@39137
|
2229 |
show_brackets show_brackets
|
wenzelm@39134
|
2230 |
show_sorts show_sorts
|
wenzelm@39134
|
2231 |
show_types show_types
|
wenzelm@39126
|
2232 |
show_question_marks show_question_marks
|
wenzelm@39126
|
2233 |
show_consts show_consts
|
wenzelm@40879
|
2234 |
show_abbrevs show_abbrevs
|
wenzelm@39126
|
2235 |
|
wenzelm@41379
|
2236 |
Syntax.ast_trace syntax_ast_trace
|
wenzelm@41379
|
2237 |
Syntax.ast_stat syntax_ast_stat
|
wenzelm@39126
|
2238 |
Syntax.ambiguity_level syntax_ambiguity_level
|
wenzelm@39126
|
2239 |
|
wenzelm@39126
|
2240 |
Goal_Display.goals_limit goals_limit
|
wenzelm@39126
|
2241 |
Goal_Display.show_main_goal show_main_goal
|
wenzelm@39126
|
2242 |
|
wenzelm@41379
|
2243 |
Method.rule_trace rule_trace
|
wenzelm@41379
|
2244 |
|
wenzelm@39125
|
2245 |
Thy_Output.display thy_output_display
|
wenzelm@39125
|
2246 |
Thy_Output.quotes thy_output_quotes
|
wenzelm@39125
|
2247 |
Thy_Output.indent thy_output_indent
|
wenzelm@39125
|
2248 |
Thy_Output.source thy_output_source
|
wenzelm@39125
|
2249 |
Thy_Output.break thy_output_break
|
wenzelm@39125
|
2250 |
|
krauss@41440
|
2251 |
Note that corresponding "..._default" references in ML may only be
|
wenzelm@38767
|
2252 |
changed globally at the ROOT session setup, but *not* within a theory.
|
wenzelm@40879
|
2253 |
The option "show_abbrevs" supersedes the former print mode
|
wenzelm@40879
|
2254 |
"no_abbrevs" with inverted meaning.
|
wenzelm@38767
|
2255 |
|
wenzelm@40878
|
2256 |
* More systematic naming of some configuration options.
|
huffman@41294
|
2257 |
INCOMPATIBILITY.
|
wenzelm@40878
|
2258 |
|
wenzelm@40878
|
2259 |
trace_simp ~> simp_trace
|
wenzelm@40878
|
2260 |
debug_simp ~> simp_debug
|
wenzelm@40878
|
2261 |
|
wenzelm@40291
|
2262 |
* Support for real valued configuration options, using simplistic
|
wenzelm@40291
|
2263 |
floating-point notation that coincides with the inner syntax for
|
wenzelm@40291
|
2264 |
float_token.
|
wenzelm@40291
|
2265 |
|
wenzelm@41594
|
2266 |
* Support for real valued preferences (with approximative PGIP type):
|
wenzelm@41594
|
2267 |
front-ends need to accept "pgint" values in float notation.
|
wenzelm@41594
|
2268 |
INCOMPATIBILITY.
|
wenzelm@41573
|
2269 |
|
wenzelm@41573
|
2270 |
* The IsabelleText font now includes Cyrillic, Hebrew, Arabic from
|
wenzelm@41573
|
2271 |
DejaVu Sans.
|
wenzelm@41573
|
2272 |
|
wenzelm@41594
|
2273 |
* Discontinued support for Poly/ML 5.0 and 5.1 versions.
|
wenzelm@41594
|
2274 |
|
wenzelm@40948
|
2275 |
|
wenzelm@40948
|
2276 |
*** Pure ***
|
wenzelm@40948
|
2277 |
|
wenzelm@41249
|
2278 |
* Command 'type_synonym' (with single argument) replaces somewhat
|
wenzelm@41249
|
2279 |
outdated 'types', which is still available as legacy feature for some
|
wenzelm@41249
|
2280 |
time.
|
wenzelm@41249
|
2281 |
|
wenzelm@41249
|
2282 |
* Command 'nonterminal' (with 'and' separated list of arguments)
|
wenzelm@41249
|
2283 |
replaces somewhat outdated 'nonterminals'. INCOMPATIBILITY.
|
wenzelm@41229
|
2284 |
|
wenzelm@40965
|
2285 |
* Command 'notepad' replaces former 'example_proof' for
|
wenzelm@41020
|
2286 |
experimentation in Isar without any result. INCOMPATIBILITY.
|
wenzelm@40965
|
2287 |
|
ballarin@41435
|
2288 |
* Locale interpretation commands 'interpret' and 'sublocale' accept
|
ballarin@41435
|
2289 |
lists of equations to map definitions in a locale to appropriate
|
ballarin@41435
|
2290 |
entities in the context of the interpretation. The 'interpretation'
|
ballarin@41435
|
2291 |
command already provided this functionality.
|
ballarin@41435
|
2292 |
|
wenzelm@41594
|
2293 |
* Diagnostic command 'print_dependencies' prints the locale instances
|
wenzelm@41594
|
2294 |
that would be activated if the specified expression was interpreted in
|
wenzelm@41594
|
2295 |
the current context. Variant "print_dependencies!" assumes a context
|
wenzelm@41594
|
2296 |
without interpretations.
|
ballarin@38110
|
2297 |
|
ballarin@38110
|
2298 |
* Diagnostic command 'print_interps' prints interpretations in proofs
|
ballarin@38110
|
2299 |
in addition to interpretations in theories.
|
ballarin@38110
|
2300 |
|
wenzelm@38708
|
2301 |
* Discontinued obsolete 'global' and 'local' commands to manipulate
|
wenzelm@38708
|
2302 |
the theory name space. Rare INCOMPATIBILITY. The ML functions
|
wenzelm@38708
|
2303 |
Sign.root_path and Sign.local_path may be applied directly where this
|
wenzelm@38708
|
2304 |
feature is still required for historical reasons.
|
wenzelm@38708
|
2305 |
|
wenzelm@40948
|
2306 |
* Discontinued obsolete 'constdefs' command. INCOMPATIBILITY, use
|
haftmann@39215
|
2307 |
'definition' instead.
|
haftmann@39215
|
2308 |
|
wenzelm@41574
|
2309 |
* The "prems" fact, which refers to the accidental collection of
|
wenzelm@41574
|
2310 |
foundational premises in the context, is now explicitly marked as
|
wenzelm@41594
|
2311 |
legacy feature and will be discontinued soon. Consider using "assms"
|
wenzelm@41594
|
2312 |
of the head statement or reference facts by explicit names.
|
wenzelm@41574
|
2313 |
|
wenzelm@40801
|
2314 |
* Document antiquotations @{class} and @{type} print classes and type
|
wenzelm@40801
|
2315 |
constructors.
|
wenzelm@40801
|
2316 |
|
wenzelm@40801
|
2317 |
* Document antiquotation @{file} checks file/directory entries within
|
wenzelm@40801
|
2318 |
the local file system.
|
haftmann@39305
|
2319 |
|
ballarin@38110
|
2320 |
|
haftmann@37387
|
2321 |
*** HOL ***
|
haftmann@37387
|
2322 |
|
wenzelm@41594
|
2323 |
* Coercive subtyping: functions can be declared as coercions and type
|
wenzelm@41594
|
2324 |
inference will add them as necessary upon input of a term. Theory
|
wenzelm@41594
|
2325 |
Complex_Main declares real :: nat => real and real :: int => real as
|
wenzelm@41594
|
2326 |
coercions. A coercion function f is declared like this:
|
wenzelm@40939
|
2327 |
|
wenzelm@40939
|
2328 |
declare [[coercion f]]
|
nipkow@40866
|
2329 |
|
wenzelm@41571
|
2330 |
To lift coercions through type constructors (e.g. from nat => real to
|
nipkow@40866
|
2331 |
nat list => real list), map functions can be declared, e.g.
|
nipkow@40866
|
2332 |
|
wenzelm@40939
|
2333 |
declare [[coercion_map map]]
|
wenzelm@40939
|
2334 |
|
wenzelm@40939
|
2335 |
Currently coercion inference is activated only in theories including
|
wenzelm@40939
|
2336 |
real numbers, i.e. descendants of Complex_Main. This is controlled by
|
wenzelm@41020
|
2337 |
the configuration option "coercion_enabled", e.g. it can be enabled in
|
wenzelm@40939
|
2338 |
other theories like this:
|
wenzelm@40939
|
2339 |
|
wenzelm@40939
|
2340 |
declare [[coercion_enabled]]
|
nipkow@40866
|
2341 |
|
wenzelm@41571
|
2342 |
* Command 'partial_function' provides basic support for recursive
|
wenzelm@41571
|
2343 |
function definitions over complete partial orders. Concrete instances
|
krauss@40183
|
2344 |
are provided for i) the option type, ii) tail recursion on arbitrary
|
wenzelm@41571
|
2345 |
types, and iii) the heap monad of Imperative_HOL. See
|
wenzelm@41571
|
2346 |
src/HOL/ex/Fundefs.thy and src/HOL/Imperative_HOL/ex/Linked_Lists.thy
|
wenzelm@41571
|
2347 |
for examples.
|
krauss@40183
|
2348 |
|
wenzelm@41571
|
2349 |
* Function package: f.psimps rules are no longer implicitly declared
|
wenzelm@41571
|
2350 |
as [simp]. INCOMPATIBILITY.
|
haftmann@41398
|
2351 |
|
haftmann@41398
|
2352 |
* Datatype package: theorems generated for executable equality (class
|
wenzelm@41571
|
2353 |
"eq") carry proper names and are treated as default code equations.
|
wenzelm@41571
|
2354 |
|
wenzelm@41594
|
2355 |
* Inductive package: now offers command 'inductive_simps' to
|
wenzelm@41594
|
2356 |
automatically derive instantiated and simplified equations for
|
wenzelm@41594
|
2357 |
inductive predicates, similar to 'inductive_cases'.
|
wenzelm@41594
|
2358 |
|
wenzelm@41571
|
2359 |
* Command 'enriched_type' allows to register properties of the
|
wenzelm@41571
|
2360 |
functorial structure of types.
|
haftmann@39771
|
2361 |
|
haftmann@39644
|
2362 |
* Improved infrastructure for term evaluation using code generator
|
haftmann@39644
|
2363 |
techniques, in particular static evaluation conversions.
|
haftmann@39644
|
2364 |
|
wenzelm@41594
|
2365 |
* Code generator: Scala (2.8 or higher) has been added to the target
|
wenzelm@41594
|
2366 |
languages.
|
wenzelm@41594
|
2367 |
|
haftmann@41398
|
2368 |
* Code generator: globbing constant expressions "*" and "Theory.*"
|
haftmann@41398
|
2369 |
have been replaced by the more idiomatic "_" and "Theory._".
|
haftmann@41398
|
2370 |
INCOMPATIBILITY.
|
haftmann@41398
|
2371 |
|
haftmann@41398
|
2372 |
* Code generator: export_code without explicit file declaration prints
|
haftmann@41398
|
2373 |
to standard output. INCOMPATIBILITY.
|
haftmann@41398
|
2374 |
|
haftmann@41398
|
2375 |
* Code generator: do not print function definitions for case
|
haftmann@41398
|
2376 |
combinators any longer.
|
haftmann@41398
|
2377 |
|
wenzelm@41594
|
2378 |
* Code generator: simplification with rules determined with
|
wenzelm@41571
|
2379 |
src/Tools/Code/code_simp.ML and method "code_simp".
|
wenzelm@41571
|
2380 |
|
wenzelm@41594
|
2381 |
* Code generator for records: more idiomatic representation of record
|
wenzelm@40948
|
2382 |
types. Warning: records are not covered by ancient SML code
|
wenzelm@40948
|
2383 |
generation any longer. INCOMPATIBILITY. In cases of need, a suitable
|
wenzelm@40948
|
2384 |
rep_datatype declaration helps to succeed then:
|
haftmann@38537
|
2385 |
|
haftmann@38537
|
2386 |
record 'a foo = ...
|
haftmann@38537
|
2387 |
...
|
haftmann@38537
|
2388 |
rep_datatype foo_ext ...
|
haftmann@38535
|
2389 |
|
wenzelm@41594
|
2390 |
* Records: logical foundation type for records does not carry a
|
wenzelm@41594
|
2391 |
'_type' suffix any longer (obsolete due to authentic syntax).
|
wenzelm@41594
|
2392 |
INCOMPATIBILITY.
|
wenzelm@41594
|
2393 |
|
haftmann@41398
|
2394 |
* Quickcheck now by default uses exhaustive testing instead of random
|
wenzelm@41571
|
2395 |
testing. Random testing can be invoked by "quickcheck [random]",
|
wenzelm@41571
|
2396 |
exhaustive testing by "quickcheck [exhaustive]".
|
haftmann@41398
|
2397 |
|
haftmann@41398
|
2398 |
* Quickcheck instantiates polymorphic types with small finite
|
haftmann@41398
|
2399 |
datatypes by default. This enables a simple execution mechanism to
|
haftmann@41398
|
2400 |
handle quantifiers and function equality over the finite datatypes.
|
haftmann@41398
|
2401 |
|
wenzelm@41571
|
2402 |
* Quickcheck random generator has been renamed from "code" to
|
wenzelm@41571
|
2403 |
"random". INCOMPATIBILITY.
|
haftmann@41398
|
2404 |
|
haftmann@41398
|
2405 |
* Quickcheck now has a configurable time limit which is set to 30
|
haftmann@41398
|
2406 |
seconds by default. This can be changed by adding [timeout = n] to the
|
haftmann@41398
|
2407 |
quickcheck command. The time limit for Auto Quickcheck is still set
|
haftmann@41398
|
2408 |
independently.
|
haftmann@38461
|
2409 |
|
haftmann@38461
|
2410 |
* Quickcheck in locales considers interpretations of that locale for
|
haftmann@38461
|
2411 |
counter example search.
|
haftmann@38461
|
2412 |
|
blanchet@40059
|
2413 |
* Sledgehammer:
|
wenzelm@41571
|
2414 |
- Added "smt" and "remote_smt" provers based on the "smt" proof
|
wenzelm@41571
|
2415 |
method. See the Sledgehammer manual for details ("isabelle doc
|
wenzelm@41571
|
2416 |
sledgehammer").
|
blanchet@40059
|
2417 |
- Renamed commands:
|
blanchet@40059
|
2418 |
sledgehammer atp_info ~> sledgehammer running_provers
|
blanchet@40059
|
2419 |
sledgehammer atp_kill ~> sledgehammer kill_provers
|
blanchet@40059
|
2420 |
sledgehammer available_atps ~> sledgehammer available_provers
|
blanchet@40059
|
2421 |
INCOMPATIBILITY.
|
blanchet@40059
|
2422 |
- Renamed options:
|
blanchet@40059
|
2423 |
sledgehammer [atps = ...] ~> sledgehammer [provers = ...]
|
blanchet@40062
|
2424 |
sledgehammer [atp = ...] ~> sledgehammer [prover = ...]
|
blanchet@40341
|
2425 |
sledgehammer [timeout = 77 s] ~> sledgehammer [timeout = 77]
|
blanchet@40341
|
2426 |
(and "ms" and "min" are no longer supported)
|
blanchet@40341
|
2427 |
INCOMPATIBILITY.
|
blanchet@40341
|
2428 |
|
blanchet@40341
|
2429 |
* Nitpick:
|
blanchet@40341
|
2430 |
- Renamed options:
|
blanchet@40341
|
2431 |
nitpick [timeout = 77 s] ~> nitpick [timeout = 77]
|
blanchet@40341
|
2432 |
nitpick [tac_timeout = 777 ms] ~> nitpick [tac_timeout = 0.777]
|
blanchet@40059
|
2433 |
INCOMPATIBILITY.
|
blanchet@40725
|
2434 |
- Added support for partial quotient types.
|
blanchet@40725
|
2435 |
- Added local versions of the "Nitpick.register_xxx" functions.
|
blanchet@40725
|
2436 |
- Added "whack" option.
|
blanchet@40725
|
2437 |
- Allow registration of quotient types as codatatypes.
|
blanchet@40725
|
2438 |
- Improved "merge_type_vars" option to merge more types.
|
blanchet@40725
|
2439 |
- Removed unsound "fast_descrs" option.
|
blanchet@40725
|
2440 |
- Added custom symmetry breaking for datatypes, making it possible to reach
|
blanchet@40725
|
2441 |
higher cardinalities.
|
blanchet@40725
|
2442 |
- Prevent the expansion of too large definitions.
|
blanchet@39957
|
2443 |
|
wenzelm@41571
|
2444 |
* Proof methods "metis" and "meson" now have configuration options
|
wenzelm@41571
|
2445 |
"meson_trace", "metis_trace", and "metis_verbose" that can be enabled
|
wenzelm@41571
|
2446 |
to diagnose these tools. E.g.
|
wenzelm@41571
|
2447 |
|
wenzelm@41571
|
2448 |
using [[metis_trace = true]]
|
wenzelm@41571
|
2449 |
|
haftmann@41398
|
2450 |
* Auto Solve: Renamed "Auto Solve Direct". The tool is now available
|
haftmann@41398
|
2451 |
manually as command 'solve_direct'.
|
haftmann@41398
|
2452 |
|
boehmes@41601
|
2453 |
* The default SMT solver Z3 must be enabled explicitly (due to
|
boehmes@41601
|
2454 |
licensing issues) by setting the environment variable
|
wenzelm@41603
|
2455 |
Z3_NON_COMMERCIAL in etc/settings of the component, for example. For
|
wenzelm@41603
|
2456 |
commercial applications, the SMT solver CVC3 is provided as fall-back;
|
wenzelm@41603
|
2457 |
changing the SMT solver is done via the configuration option
|
wenzelm@41603
|
2458 |
"smt_solver".
|
boehmes@41432
|
2459 |
|
boehmes@41432
|
2460 |
* Remote SMT solvers need to be referred to by the "remote_" prefix,
|
wenzelm@41571
|
2461 |
i.e. "remote_cvc3" and "remote_z3".
|
wenzelm@41571
|
2462 |
|
wenzelm@41571
|
2463 |
* Added basic SMT support for datatypes, records, and typedefs using
|
wenzelm@41571
|
2464 |
the oracle mode (no proofs). Direct support of pairs has been dropped
|
wenzelm@41571
|
2465 |
in exchange (pass theorems fst_conv snd_conv pair_collapse to the SMT
|
wenzelm@41571
|
2466 |
support for a similar behavior). Minor INCOMPATIBILITY.
|
boehmes@41432
|
2467 |
|
boehmes@40162
|
2468 |
* Changed SMT configuration options:
|
boehmes@40162
|
2469 |
- Renamed:
|
boehmes@41432
|
2470 |
z3_proofs ~> smt_oracle (with inverted meaning)
|
boehmes@40162
|
2471 |
z3_trace_assms ~> smt_trace_used_facts
|
boehmes@40162
|
2472 |
INCOMPATIBILITY.
|
boehmes@40162
|
2473 |
- Added:
|
boehmes@40424
|
2474 |
smt_verbose
|
boehmes@41432
|
2475 |
smt_random_seed
|
boehmes@40424
|
2476 |
smt_datatypes
|
boehmes@41432
|
2477 |
smt_infer_triggers
|
boehmes@41432
|
2478 |
smt_monomorph_limit
|
boehmes@40162
|
2479 |
cvc3_options
|
boehmes@41432
|
2480 |
remote_cvc3_options
|
boehmes@41432
|
2481 |
remote_z3_options
|
boehmes@40162
|
2482 |
yices_options
|
blanchet@39957
|
2483 |
|
wenzelm@40948
|
2484 |
* Boogie output files (.b2i files) need to be declared in the theory
|
wenzelm@40948
|
2485 |
header.
|
boehmes@40580
|
2486 |
|
wenzelm@41594
|
2487 |
* Simplification procedure "list_to_set_comprehension" rewrites list
|
wenzelm@41594
|
2488 |
comprehensions applied to List.set to set comprehensions. Occasional
|
wenzelm@41594
|
2489 |
INCOMPATIBILITY, may be deactivated like this:
|
wenzelm@41594
|
2490 |
|
wenzelm@41594
|
2491 |
declare [[simproc del: list_to_set_comprehension]]
|
wenzelm@41594
|
2492 |
|
wenzelm@41573
|
2493 |
* Removed old version of primrec package. INCOMPATIBILITY.
|
haftmann@41398
|
2494 |
|
haftmann@41398
|
2495 |
* Removed simplifier congruence rule of "prod_case", as has for long
|
haftmann@41398
|
2496 |
been the case with "split". INCOMPATIBILITY.
|
haftmann@41398
|
2497 |
|
haftmann@41398
|
2498 |
* String.literal is a type, but not a datatype. INCOMPATIBILITY.
|
haftmann@41398
|
2499 |
|
krauss@40388
|
2500 |
* Removed [split_format ... and ... and ...] version of
|
krauss@40388
|
2501 |
[split_format]. Potential INCOMPATIBILITY.
|
krauss@40388
|
2502 |
|
wenzelm@41571
|
2503 |
* Predicate "sorted" now defined inductively, with nice induction
|
wenzelm@41571
|
2504 |
rules. INCOMPATIBILITY: former sorted.simps now named sorted_simps.
|
haftmann@41398
|
2505 |
|
haftmann@41398
|
2506 |
* Constant "contents" renamed to "the_elem", to free the generic name
|
haftmann@41398
|
2507 |
contents for other uses. INCOMPATIBILITY.
|
haftmann@41398
|
2508 |
|
haftmann@41398
|
2509 |
* Renamed class eq and constant eq (for code generation) to class
|
haftmann@41398
|
2510 |
equal and constant equal, plus renaming of related facts and various
|
haftmann@41398
|
2511 |
tuning. INCOMPATIBILITY.
|
haftmann@41398
|
2512 |
|
haftmann@41398
|
2513 |
* Dropped type classes mult_mono and mult_mono1. INCOMPATIBILITY.
|
haftmann@41398
|
2514 |
|
wenzelm@41571
|
2515 |
* Removed output syntax "'a ~=> 'b" for "'a => 'b option".
|
wenzelm@41571
|
2516 |
INCOMPATIBILITY.
|
haftmann@41398
|
2517 |
|
haftmann@41398
|
2518 |
* Renamed theory Fset to Cset, type Fset.fset to Cset.set, in order to
|
haftmann@41398
|
2519 |
avoid confusion with finite sets. INCOMPATIBILITY.
|
haftmann@41398
|
2520 |
|
haftmann@41398
|
2521 |
* Abandoned locales equiv, congruent and congruent2 for equivalence
|
haftmann@41398
|
2522 |
relations. INCOMPATIBILITY: use equivI rather than equiv_intro (same
|
haftmann@41398
|
2523 |
for congruent(2)).
|
haftmann@41398
|
2524 |
|
haftmann@41398
|
2525 |
* Some previously unqualified names have been qualified:
|
haftmann@41398
|
2526 |
|
haftmann@41398
|
2527 |
types
|
haftmann@41398
|
2528 |
bool ~> HOL.bool
|
haftmann@41398
|
2529 |
nat ~> Nat.nat
|
haftmann@41398
|
2530 |
|
haftmann@41398
|
2531 |
constants
|
haftmann@41398
|
2532 |
Trueprop ~> HOL.Trueprop
|
haftmann@41398
|
2533 |
True ~> HOL.True
|
haftmann@41398
|
2534 |
False ~> HOL.False
|
haftmann@41398
|
2535 |
op & ~> HOL.conj
|
haftmann@41398
|
2536 |
op | ~> HOL.disj
|
haftmann@41398
|
2537 |
op --> ~> HOL.implies
|
haftmann@41398
|
2538 |
op = ~> HOL.eq
|
haftmann@41398
|
2539 |
Not ~> HOL.Not
|
haftmann@41398
|
2540 |
The ~> HOL.The
|
haftmann@41398
|
2541 |
All ~> HOL.All
|
haftmann@41398
|
2542 |
Ex ~> HOL.Ex
|
haftmann@41398
|
2543 |
Ex1 ~> HOL.Ex1
|
haftmann@41398
|
2544 |
Let ~> HOL.Let
|
haftmann@41398
|
2545 |
If ~> HOL.If
|
haftmann@41398
|
2546 |
Ball ~> Set.Ball
|
haftmann@41398
|
2547 |
Bex ~> Set.Bex
|
haftmann@41398
|
2548 |
Suc ~> Nat.Suc
|
haftmann@41398
|
2549 |
Pair ~> Product_Type.Pair
|
haftmann@41398
|
2550 |
fst ~> Product_Type.fst
|
haftmann@41398
|
2551 |
snd ~> Product_Type.snd
|
haftmann@41398
|
2552 |
curry ~> Product_Type.curry
|
haftmann@41398
|
2553 |
op : ~> Set.member
|
haftmann@41398
|
2554 |
Collect ~> Set.Collect
|
haftmann@41398
|
2555 |
|
haftmann@41398
|
2556 |
INCOMPATIBILITY.
|
haftmann@41398
|
2557 |
|
haftmann@41398
|
2558 |
* More canonical naming convention for some fundamental definitions:
|
haftmann@41398
|
2559 |
|
haftmann@41398
|
2560 |
bot_bool_eq ~> bot_bool_def
|
haftmann@41398
|
2561 |
top_bool_eq ~> top_bool_def
|
haftmann@41398
|
2562 |
inf_bool_eq ~> inf_bool_def
|
haftmann@41398
|
2563 |
sup_bool_eq ~> sup_bool_def
|
haftmann@41398
|
2564 |
bot_fun_eq ~> bot_fun_def
|
haftmann@41398
|
2565 |
top_fun_eq ~> top_fun_def
|
haftmann@41398
|
2566 |
inf_fun_eq ~> inf_fun_def
|
haftmann@41398
|
2567 |
sup_fun_eq ~> sup_fun_def
|
haftmann@41398
|
2568 |
|
haftmann@41398
|
2569 |
INCOMPATIBILITY.
|
haftmann@41398
|
2570 |
|
haftmann@41398
|
2571 |
* More stylized fact names:
|
haftmann@41398
|
2572 |
|
haftmann@41398
|
2573 |
expand_fun_eq ~> fun_eq_iff
|
haftmann@41398
|
2574 |
expand_set_eq ~> set_eq_iff
|
haftmann@41398
|
2575 |
set_ext ~> set_eqI
|
haftmann@41398
|
2576 |
nat_number ~> eval_nat_numeral
|
haftmann@41398
|
2577 |
|
haftmann@41398
|
2578 |
INCOMPATIBILITY.
|
haftmann@41398
|
2579 |
|
wenzelm@41571
|
2580 |
* Refactoring of code-generation specific operations in theory List:
|
haftmann@41398
|
2581 |
|
haftmann@41398
|
2582 |
constants
|
haftmann@41398
|
2583 |
null ~> List.null
|
haftmann@41398
|
2584 |
|
haftmann@41398
|
2585 |
facts
|
haftmann@41398
|
2586 |
mem_iff ~> member_def
|
haftmann@41398
|
2587 |
null_empty ~> null_def
|
haftmann@41398
|
2588 |
|
haftmann@41398
|
2589 |
INCOMPATIBILITY. Note that these were not supposed to be used
|
haftmann@41398
|
2590 |
regularly unless for striking reasons; their main purpose was code
|
haftmann@41398
|
2591 |
generation.
|
haftmann@41398
|
2592 |
|
haftmann@41398
|
2593 |
Various operations from the Haskell prelude are used for generating
|
haftmann@41398
|
2594 |
Haskell code.
|
haftmann@41398
|
2595 |
|
wenzelm@41571
|
2596 |
* Term "bij f" is now an abbreviation of "bij_betw f UNIV UNIV". Term
|
wenzelm@41571
|
2597 |
"surj f" is now an abbreviation of "range f = UNIV". The theorems
|
wenzelm@41571
|
2598 |
bij_def and surj_def are unchanged. INCOMPATIBILITY.
|
haftmann@41398
|
2599 |
|
haftmann@41398
|
2600 |
* Abolished some non-alphabetic type names: "prod" and "sum" replace
|
haftmann@41398
|
2601 |
"*" and "+" respectively. INCOMPATIBILITY.
|
haftmann@41398
|
2602 |
|
haftmann@41398
|
2603 |
* Name "Plus" of disjoint sum operator "<+>" is now hidden. Write
|
wenzelm@41571
|
2604 |
"Sum_Type.Plus" instead.
|
haftmann@41398
|
2605 |
|
haftmann@41398
|
2606 |
* Constant "split" has been merged with constant "prod_case"; names of
|
haftmann@41398
|
2607 |
ML functions, facts etc. involving split have been retained so far,
|
haftmann@41398
|
2608 |
though. INCOMPATIBILITY.
|
haftmann@41398
|
2609 |
|
haftmann@41398
|
2610 |
* Dropped old infix syntax "_ mem _" for List.member; use "_ : set _"
|
haftmann@41398
|
2611 |
instead. INCOMPATIBILITY.
|
haftmann@41398
|
2612 |
|
wenzelm@41571
|
2613 |
* Removed lemma "Option.is_none_none" which duplicates "is_none_def".
|
haftmann@41398
|
2614 |
INCOMPATIBILITY.
|
haftmann@41398
|
2615 |
|
wenzelm@41594
|
2616 |
* Former theory Library/Enum is now part of the HOL-Main image.
|
wenzelm@41594
|
2617 |
INCOMPATIBILITY: all constants of the Enum theory now have to be
|
wenzelm@41594
|
2618 |
referred to by its qualified name.
|
wenzelm@41594
|
2619 |
|
wenzelm@41594
|
2620 |
enum ~> Enum.enum
|
wenzelm@41594
|
2621 |
nlists ~> Enum.nlists
|
wenzelm@41594
|
2622 |
product ~> Enum.product
|
wenzelm@41594
|
2623 |
|
wenzelm@41594
|
2624 |
* Theory Library/Monad_Syntax provides do-syntax for monad types.
|
wenzelm@41594
|
2625 |
Syntax in Library/State_Monad has been changed to avoid ambiguities.
|
wenzelm@41594
|
2626 |
INCOMPATIBILITY.
|
wenzelm@41594
|
2627 |
|
wenzelm@41594
|
2628 |
* Theory Library/SetsAndFunctions has been split into
|
wenzelm@41594
|
2629 |
Library/Function_Algebras and Library/Set_Algebras; canonical names
|
wenzelm@41594
|
2630 |
for instance definitions for functions; various improvements.
|
wenzelm@41594
|
2631 |
INCOMPATIBILITY.
|
wenzelm@41594
|
2632 |
|
wenzelm@41594
|
2633 |
* Theory Library/Multiset provides stable quicksort implementation of
|
wenzelm@41594
|
2634 |
sort_key.
|
wenzelm@41594
|
2635 |
|
wenzelm@41594
|
2636 |
* Theory Library/Multiset: renamed empty_idemp ~> empty_neutral.
|
wenzelm@41594
|
2637 |
INCOMPATIBILITY.
|
wenzelm@41594
|
2638 |
|
wenzelm@41594
|
2639 |
* Session Multivariate_Analysis: introduced a type class for euclidean
|
wenzelm@41594
|
2640 |
space. Most theorems are now stated in terms of euclidean spaces
|
wenzelm@41594
|
2641 |
instead of finite cartesian products.
|
wenzelm@41594
|
2642 |
|
wenzelm@41594
|
2643 |
types
|
wenzelm@41594
|
2644 |
real ^ 'n ~> 'a::real_vector
|
wenzelm@41594
|
2645 |
~> 'a::euclidean_space
|
wenzelm@41594
|
2646 |
~> 'a::ordered_euclidean_space
|
wenzelm@41594
|
2647 |
(depends on your needs)
|
wenzelm@41594
|
2648 |
|
wenzelm@41594
|
2649 |
constants
|
wenzelm@41594
|
2650 |
_ $ _ ~> _ $$ _
|
wenzelm@41594
|
2651 |
\<chi> x. _ ~> \<chi>\<chi> x. _
|
wenzelm@41594
|
2652 |
CARD('n) ~> DIM('a)
|
wenzelm@41594
|
2653 |
|
wenzelm@41594
|
2654 |
Also note that the indices are now natural numbers and not from some
|
wenzelm@41594
|
2655 |
finite type. Finite cartesian products of euclidean spaces, products
|
wenzelm@41594
|
2656 |
of euclidean spaces the real and complex numbers are instantiated to
|
wenzelm@41594
|
2657 |
be euclidean_spaces. INCOMPATIBILITY.
|
wenzelm@41594
|
2658 |
|
wenzelm@41594
|
2659 |
* Session Probability: introduced pextreal as positive extended real
|
wenzelm@41594
|
2660 |
numbers. Use pextreal as value for measures. Introduce the
|
wenzelm@41594
|
2661 |
Radon-Nikodym derivative, product spaces and Fubini's theorem for
|
wenzelm@41594
|
2662 |
arbitrary sigma finite measures. Introduces Lebesgue measure based on
|
wenzelm@41594
|
2663 |
the integral in Multivariate Analysis. INCOMPATIBILITY.
|
wenzelm@41594
|
2664 |
|
wenzelm@41594
|
2665 |
* Session Imperative_HOL: revamped, corrected dozens of inadequacies.
|
wenzelm@41594
|
2666 |
INCOMPATIBILITY.
|
wenzelm@41594
|
2667 |
|
wenzelm@41594
|
2668 |
* Session SPARK (with image HOL-SPARK) provides commands to load and
|
wenzelm@41594
|
2669 |
prove verification conditions generated by the SPARK Ada program
|
wenzelm@41594
|
2670 |
verifier. See also src/HOL/SPARK and src/HOL/SPARK/Examples.
|
berghofe@41567
|
2671 |
|
huffman@40621
|
2672 |
|
ballarin@41433
|
2673 |
*** HOL-Algebra ***
|
ballarin@41433
|
2674 |
|
ballarin@41433
|
2675 |
* Theorems for additive ring operations (locale abelian_monoid and
|
ballarin@41433
|
2676 |
descendants) are generated by interpretation from their multiplicative
|
ballarin@41434
|
2677 |
counterparts. Names (in particular theorem names) have the mandatory
|
ballarin@41434
|
2678 |
qualifier 'add'. Previous theorem names are redeclared for
|
ballarin@41434
|
2679 |
compatibility.
|
ballarin@41434
|
2680 |
|
wenzelm@41571
|
2681 |
* Structure "int_ring" is now an abbreviation (previously a
|
ballarin@41434
|
2682 |
definition). This fits more natural with advanced interpretations.
|
ballarin@41433
|
2683 |
|
ballarin@41433
|
2684 |
|
huffman@40621
|
2685 |
*** HOLCF ***
|
huffman@40621
|
2686 |
|
huffman@40621
|
2687 |
* The domain package now runs in definitional mode by default: The
|
wenzelm@41571
|
2688 |
former command 'new_domain' is now called 'domain'. To use the domain
|
huffman@40621
|
2689 |
package in its original axiomatic mode, use 'domain (unsafe)'.
|
huffman@40621
|
2690 |
INCOMPATIBILITY.
|
huffman@40621
|
2691 |
|
wenzelm@41571
|
2692 |
* The new class "domain" is now the default sort. Class "predomain"
|
wenzelm@41571
|
2693 |
is an unpointed version of "domain". Theories can be updated by
|
wenzelm@41571
|
2694 |
replacing sort annotations as shown below. INCOMPATIBILITY.
|
huffman@40621
|
2695 |
|
huffman@40621
|
2696 |
'a::type ~> 'a::countable
|
huffman@40621
|
2697 |
'a::cpo ~> 'a::predomain
|
huffman@40621
|
2698 |
'a::pcpo ~> 'a::domain
|
huffman@40621
|
2699 |
|
wenzelm@41571
|
2700 |
* The old type class "rep" has been superseded by class "domain".
|
huffman@40621
|
2701 |
Accordingly, users of the definitional package must remove any
|
wenzelm@41571
|
2702 |
"default_sort rep" declarations. INCOMPATIBILITY.
|
huffman@40621
|
2703 |
|
huffman@41401
|
2704 |
* The domain package (definitional mode) now supports unpointed
|
huffman@41401
|
2705 |
predomain argument types, as long as they are marked 'lazy'. (Strict
|
wenzelm@41571
|
2706 |
arguments must be in class "domain".) For example, the following
|
huffman@41401
|
2707 |
domain definition now works:
|
huffman@41401
|
2708 |
|
huffman@41401
|
2709 |
domain natlist = nil | cons (lazy "nat discr") (lazy "natlist")
|
huffman@41401
|
2710 |
|
huffman@41401
|
2711 |
* Theory HOLCF/Library/HOL_Cpo provides cpo and predomain class
|
wenzelm@41571
|
2712 |
instances for types from main HOL: bool, nat, int, char, 'a + 'b,
|
wenzelm@41571
|
2713 |
'a option, and 'a list. Additionally, it configures fixrec and the
|
wenzelm@41571
|
2714 |
domain package to work with these types. For example:
|
huffman@41401
|
2715 |
|
|