wenzelm@5363
|
1 |
Isabelle NEWS -- history user-relevant changes
|
wenzelm@5363
|
2 |
==============================================
|
wenzelm@2553
|
3 |
|
wenzelm@41651
|
4 |
New in this Isabelle version
|
wenzelm@41651
|
5 |
----------------------------
|
wenzelm@41651
|
6 |
|
wenzelm@41703
|
7 |
*** General ***
|
wenzelm@41703
|
8 |
|
wenzelm@41955
|
9 |
* Theory loader: source files are identified by content via SHA1
|
wenzelm@41955
|
10 |
digests. Discontinued former path/modtime identification and optional
|
wenzelm@41955
|
11 |
ISABELLE_FILE_IDENT plugin scripts.
|
wenzelm@41955
|
12 |
|
wenzelm@41703
|
13 |
* Parallelization of nested Isar proofs is subject to
|
wenzelm@41703
|
14 |
Goal.parallel_proofs_threshold (default 100). See also isabelle
|
wenzelm@41703
|
15 |
usedir option -Q.
|
wenzelm@41703
|
16 |
|
wenzelm@41718
|
17 |
* Discontinued support for Poly/ML 5.2, which was the last version
|
wenzelm@41718
|
18 |
without proper multithreading and TimeLimit implementation.
|
wenzelm@41718
|
19 |
|
wenzelm@41734
|
20 |
* Discontinued old lib/scripts/polyml-platform, which has been
|
wenzelm@41734
|
21 |
obsolete since Isabelle2009-2.
|
wenzelm@41734
|
22 |
|
wenzelm@41886
|
23 |
* Theory loader: source files are exclusively located via the master
|
wenzelm@41886
|
24 |
directory of each theory node (where the .thy file itself resides).
|
wenzelm@41886
|
25 |
The global load path (such as src/HOL/Library) is has been
|
wenzelm@41886
|
26 |
discontinued. INCOMPATIBILITY.
|
wenzelm@41886
|
27 |
|
wenzelm@41950
|
28 |
* Various optional external tools are referenced more robustly and
|
wenzelm@41952
|
29 |
uniformly by explicit Isabelle settings as follows:
|
wenzelm@41952
|
30 |
|
wenzelm@41952
|
31 |
ISABELLE_CSDP (formerly CSDP_EXE)
|
wenzelm@41952
|
32 |
ISABELLE_GHC (formerly EXEC_GHC or GHC_PATH)
|
wenzelm@41952
|
33 |
ISABELLE_OCAML (formerly EXEC_OCAML)
|
wenzelm@41952
|
34 |
ISABELLE_SWIPL (formerly EXEC_SWIPL)
|
wenzelm@41952
|
35 |
ISABELLE_YAP (formerly EXEC_YAP)
|
wenzelm@41952
|
36 |
|
wenzelm@41952
|
37 |
Note that automated detection from the file-system or search path has
|
wenzelm@41952
|
38 |
been discontinued. INCOMPATIBILITY.
|
wenzelm@41950
|
39 |
|
wenzelm@42669
|
40 |
* Name space: former unsynchronized references are now proper
|
wenzelm@42669
|
41 |
configuration options, with more conventional names:
|
wenzelm@42669
|
42 |
|
wenzelm@42669
|
43 |
long_names ~> names_long
|
wenzelm@42669
|
44 |
short_names ~> names_short
|
wenzelm@42669
|
45 |
unique_names ~> names_unique
|
wenzelm@42669
|
46 |
|
wenzelm@42669
|
47 |
Minor INCOMPATIBILITY, need to declare options in context like this:
|
wenzelm@42669
|
48 |
|
wenzelm@42669
|
49 |
declare [[names_unique = false]]
|
wenzelm@42358
|
50 |
|
wenzelm@42502
|
51 |
* Literal facts `prop` may contain dummy patterns, e.g. `_ = _`. Note
|
wenzelm@42502
|
52 |
that the result needs to be unique, which means fact specifications
|
wenzelm@42502
|
53 |
may have to be refined after enriching a proof context.
|
wenzelm@42502
|
54 |
|
wenzelm@42633
|
55 |
* Isabelle/Isar reference manual provides more formal references in
|
wenzelm@42633
|
56 |
syntax diagrams.
|
wenzelm@42633
|
57 |
|
wenzelm@41703
|
58 |
|
blanchet@41727
|
59 |
*** HOL ***
|
blanchet@41727
|
60 |
|
blanchet@41792
|
61 |
* Nitpick:
|
blanchet@41877
|
62 |
- Added "need" and "total_consts" options.
|
blanchet@41993
|
63 |
- Reintroduced "show_skolems" option by popular demand.
|
blanchet@41792
|
64 |
- Renamed attribute: nitpick_def ~> nitpick_unfold.
|
blanchet@41792
|
65 |
INCOMPATIBILITY.
|
blanchet@41792
|
66 |
|
blanchet@41727
|
67 |
* Sledgehammer:
|
blanchet@41792
|
68 |
- sledgehammer available_provers ~> sledgehammer supported_provers
|
blanchet@41727
|
69 |
INCOMPATIBILITY.
|
blanchet@42582
|
70 |
- Added support for SNARK and ToFoF-E on SystemOnTPTP and for simply typed
|
blanchet@42582
|
71 |
TPTP problems (TFF).
|
blanchet@42740
|
72 |
- Added "type_sys", "max_mono_iters", and "max_new_mono_instances" options.
|
blanchet@41727
|
73 |
|
blanchet@41999
|
74 |
* "try":
|
blanchet@41999
|
75 |
- Added "simp:", "intro:", and "elim:" options.
|
blanchet@41999
|
76 |
|
bulwahn@42160
|
77 |
* Quickcheck:
|
bulwahn@42160
|
78 |
- Added "eval" option to evaluate terms for the found counterexample
|
bulwahn@42160
|
79 |
(currently only supported by the default (exhaustive) tester)
|
bulwahn@42160
|
80 |
- Added post-processing of terms to obtain readable counterexamples
|
bulwahn@42160
|
81 |
(currently only supported by the default (exhaustive) tester)
|
bulwahn@42160
|
82 |
|
krauss@41846
|
83 |
* Function package: discontinued option "tailrec".
|
krauss@41846
|
84 |
INCOMPATIBILITY. Use partial_function instead.
|
krauss@41846
|
85 |
|
hoelzl@42149
|
86 |
* HOL-Probability:
|
hoelzl@42149
|
87 |
- Caratheodory's extension lemma is now proved for ring_of_sets.
|
hoelzl@42149
|
88 |
- Infinite products of probability measures are now available.
|
hoelzl@42149
|
89 |
- Use extended reals instead of positive extended reals.
|
hoelzl@42149
|
90 |
INCOMPATIBILITY.
|
blanchet@41727
|
91 |
|
wenzelm@42484
|
92 |
|
krauss@41685
|
93 |
*** Document preparation ***
|
krauss@41685
|
94 |
|
wenzelm@42706
|
95 |
* Antiquotation @{rail} layouts railroad syntax diagrams, see also
|
wenzelm@42706
|
96 |
isar-ref manual.
|
wenzelm@42633
|
97 |
|
wenzelm@42514
|
98 |
* Localized \isabellestyle switch can be used within blocks or groups
|
wenzelm@42514
|
99 |
like this:
|
wenzelm@42514
|
100 |
|
wenzelm@42514
|
101 |
\isabellestyle{it} %preferred default
|
wenzelm@42514
|
102 |
{\isabellestylett @{text "typewriter stuff"}}
|
wenzelm@42514
|
103 |
|
krauss@41685
|
104 |
* New term style "isub" as ad-hoc conversion of variables x1, y23 into
|
krauss@41685
|
105 |
subscripted form x\<^isub>1, y\<^isub>2\<^isub>3.
|
wenzelm@41651
|
106 |
|
wenzelm@42484
|
107 |
* Predefined LaTeX macros for Isabelle symbols \<bind> and \<then>
|
wenzelm@42484
|
108 |
(e.g. see ~~/src/HOL/Library/Monad_Syntax.thy).
|
wenzelm@42484
|
109 |
|
wenzelm@41651
|
110 |
|
wenzelm@41944
|
111 |
*** ML ***
|
wenzelm@41944
|
112 |
|
wenzelm@42360
|
113 |
* Structure Proof_Context follows standard naming scheme. Old
|
wenzelm@42360
|
114 |
ProofContext is still available for some time as legacy alias.
|
wenzelm@42360
|
115 |
|
wenzelm@42015
|
116 |
* Structure Timing provides various operations for timing; supersedes
|
wenzelm@42015
|
117 |
former start_timing/end_timing etc.
|
wenzelm@42015
|
118 |
|
wenzelm@41944
|
119 |
* Path.print is the official way to show file-system paths to users
|
wenzelm@41944
|
120 |
(including quotes etc.).
|
wenzelm@41944
|
121 |
|
wenzelm@42056
|
122 |
* Inner syntax: identifiers in parse trees of generic categories
|
wenzelm@42056
|
123 |
"logic", "aprop", "idt" etc. carry position information (disguised as
|
wenzelm@42056
|
124 |
type constraints). Occasional INCOMPATIBILITY with non-compliant
|
wenzelm@42057
|
125 |
translations that choke on unexpected type constraints. Positions can
|
wenzelm@42057
|
126 |
be stripped in ML translations via Syntax.strip_positions /
|
wenzelm@42057
|
127 |
Syntax.strip_positions_ast, or via the syntax constant
|
wenzelm@42057
|
128 |
"_strip_positions" within parse trees. As last resort, positions can
|
wenzelm@42057
|
129 |
be disabled via the configuration option Syntax.positions, which is
|
wenzelm@42057
|
130 |
called "syntax_positions" in Isar attribute syntax.
|
wenzelm@42056
|
131 |
|
wenzelm@42290
|
132 |
* Discontinued special status of various ML structures that contribute
|
wenzelm@42290
|
133 |
to structure Syntax (Ast, Lexicon, Mixfix, Parser, Printer etc.): less
|
wenzelm@42290
|
134 |
pervasive content, no inclusion in structure Syntax. INCOMPATIBILITY,
|
wenzelm@42290
|
135 |
refer directly to Ast.Constant, Lexicon.is_identifier,
|
wenzelm@42290
|
136 |
Syntax_Trans.mk_binder_tr etc.
|
wenzelm@42224
|
137 |
|
wenzelm@42247
|
138 |
* Typed print translation: discontinued show_sorts argument, which is
|
wenzelm@42247
|
139 |
already available via context of "advanced" translation.
|
wenzelm@42247
|
140 |
|
wenzelm@42370
|
141 |
* Refined PARALLEL_GOALS tactical: degrades gracefully for schematic
|
wenzelm@42370
|
142 |
goal states; body tactic needs to address all subgoals uniformly.
|
wenzelm@42370
|
143 |
|
wenzelm@42403
|
144 |
* Slightly more special eq_list/eq_set, with shortcut involving
|
wenzelm@42403
|
145 |
pointer equality (assumes that eq relation is reflexive).
|
wenzelm@42403
|
146 |
|
wenzelm@42793
|
147 |
* Classical tactics use proper Proof.context instead of historic types
|
wenzelm@42793
|
148 |
claset/clasimpset. Old-style declarations like addIs, addEs, addDs
|
wenzelm@42793
|
149 |
operate directly on Proof.context. Raw type claset retains its use as
|
wenzelm@42793
|
150 |
snapshot of the classical context, which can be recovered via
|
wenzelm@42793
|
151 |
(put_claset HOL_cs) etc. Type clasimpset has been discontinued.
|
wenzelm@42793
|
152 |
INCOMPATIBILITY, classical tactics and derived proof methods require
|
wenzelm@42793
|
153 |
proper Proof.context.
|
wenzelm@42793
|
154 |
|
wenzelm@41944
|
155 |
|
wenzelm@41703
|
156 |
|
wenzelm@41512
|
157 |
New in Isabelle2011 (January 2011)
|
wenzelm@41512
|
158 |
----------------------------------
|
wenzelm@37383
|
159 |
|
wenzelm@37536
|
160 |
*** General ***
|
wenzelm@37536
|
161 |
|
wenzelm@41573
|
162 |
* Experimental Prover IDE based on Isabelle/Scala and jEdit (see
|
wenzelm@41612
|
163 |
src/Tools/jEdit). This also serves as IDE for Isabelle/ML, with
|
wenzelm@41612
|
164 |
useful tooltips and hyperlinks produced from its static analysis. The
|
wenzelm@41612
|
165 |
bundled component provides an executable Isabelle tool that can be run
|
wenzelm@41612
|
166 |
like this:
|
wenzelm@41612
|
167 |
|
wenzelm@41612
|
168 |
Isabelle2011/bin/isabelle jedit
|
wenzelm@41573
|
169 |
|
wenzelm@40948
|
170 |
* Significantly improved Isabelle/Isar implementation manual.
|
wenzelm@40948
|
171 |
|
wenzelm@41594
|
172 |
* System settings: ISABELLE_HOME_USER now includes ISABELLE_IDENTIFIER
|
wenzelm@41595
|
173 |
(and thus refers to something like $HOME/.isabelle/Isabelle2011),
|
wenzelm@41594
|
174 |
while the default heap location within that directory lacks that extra
|
wenzelm@41594
|
175 |
suffix. This isolates multiple Isabelle installations from each
|
wenzelm@41594
|
176 |
other, avoiding problems with old settings in new versions.
|
wenzelm@41594
|
177 |
INCOMPATIBILITY, need to copy/upgrade old user settings manually.
|
wenzelm@41594
|
178 |
|
wenzelm@40947
|
179 |
* Source files are always encoded as UTF-8, instead of old-fashioned
|
wenzelm@40947
|
180 |
ISO-Latin-1. INCOMPATIBILITY. Isabelle LaTeX documents might require
|
wenzelm@40948
|
181 |
the following package declarations:
|
wenzelm@40947
|
182 |
|
wenzelm@40947
|
183 |
\usepackage[utf8]{inputenc}
|
wenzelm@40947
|
184 |
\usepackage{textcomp}
|
wenzelm@40947
|
185 |
|
krauss@41440
|
186 |
* Explicit treatment of UTF-8 sequences as Isabelle symbols, such that
|
wenzelm@37536
|
187 |
a Unicode character is treated as a single symbol, not a sequence of
|
wenzelm@37536
|
188 |
non-ASCII bytes as before. Since Isabelle/ML string literals may
|
wenzelm@37536
|
189 |
contain symbols without further backslash escapes, Unicode can now be
|
wenzelm@37536
|
190 |
used here as well. Recall that Symbol.explode in ML provides a
|
wenzelm@37536
|
191 |
consistent view on symbols, while raw explode (or String.explode)
|
wenzelm@37536
|
192 |
merely give a byte-oriented representation.
|
wenzelm@37536
|
193 |
|
wenzelm@41594
|
194 |
* Theory loader: source files are primarily located via the master
|
wenzelm@41594
|
195 |
directory of each theory node (where the .thy file itself resides).
|
wenzelm@41594
|
196 |
The global load path is still partially available as legacy feature.
|
wenzelm@41594
|
197 |
Minor INCOMPATIBILITY due to subtle change in file lookup: use
|
wenzelm@41594
|
198 |
explicit paths, relatively to the theory.
|
wenzelm@38135
|
199 |
|
wenzelm@37939
|
200 |
* Special treatment of ML file names has been discontinued.
|
wenzelm@37939
|
201 |
Historically, optional extensions .ML or .sml were added on demand --
|
wenzelm@37939
|
202 |
at the cost of clarity of file dependencies. Recall that Isabelle/ML
|
wenzelm@37939
|
203 |
files exclusively use the .ML extension. Minor INCOMPATIBILTY.
|
wenzelm@37939
|
204 |
|
wenzelm@38980
|
205 |
* Various options that affect pretty printing etc. are now properly
|
wenzelm@38767
|
206 |
handled within the context via configuration options, instead of
|
wenzelm@40879
|
207 |
unsynchronized references or print modes. There are both ML Config.T
|
wenzelm@40879
|
208 |
entities and Isar declaration attributes to access these.
|
wenzelm@38767
|
209 |
|
wenzelm@39125
|
210 |
ML (Config.T) Isar (attribute)
|
wenzelm@39125
|
211 |
|
wenzelm@39128
|
212 |
eta_contract eta_contract
|
wenzelm@39137
|
213 |
show_brackets show_brackets
|
wenzelm@39134
|
214 |
show_sorts show_sorts
|
wenzelm@39134
|
215 |
show_types show_types
|
wenzelm@39126
|
216 |
show_question_marks show_question_marks
|
wenzelm@39126
|
217 |
show_consts show_consts
|
wenzelm@40879
|
218 |
show_abbrevs show_abbrevs
|
wenzelm@39126
|
219 |
|
wenzelm@41379
|
220 |
Syntax.ast_trace syntax_ast_trace
|
wenzelm@41379
|
221 |
Syntax.ast_stat syntax_ast_stat
|
wenzelm@39126
|
222 |
Syntax.ambiguity_level syntax_ambiguity_level
|
wenzelm@39126
|
223 |
|
wenzelm@39126
|
224 |
Goal_Display.goals_limit goals_limit
|
wenzelm@39126
|
225 |
Goal_Display.show_main_goal show_main_goal
|
wenzelm@39126
|
226 |
|
wenzelm@41379
|
227 |
Method.rule_trace rule_trace
|
wenzelm@41379
|
228 |
|
wenzelm@39125
|
229 |
Thy_Output.display thy_output_display
|
wenzelm@39125
|
230 |
Thy_Output.quotes thy_output_quotes
|
wenzelm@39125
|
231 |
Thy_Output.indent thy_output_indent
|
wenzelm@39125
|
232 |
Thy_Output.source thy_output_source
|
wenzelm@39125
|
233 |
Thy_Output.break thy_output_break
|
wenzelm@39125
|
234 |
|
krauss@41440
|
235 |
Note that corresponding "..._default" references in ML may only be
|
wenzelm@38767
|
236 |
changed globally at the ROOT session setup, but *not* within a theory.
|
wenzelm@40879
|
237 |
The option "show_abbrevs" supersedes the former print mode
|
wenzelm@40879
|
238 |
"no_abbrevs" with inverted meaning.
|
wenzelm@38767
|
239 |
|
wenzelm@40878
|
240 |
* More systematic naming of some configuration options.
|
huffman@41294
|
241 |
INCOMPATIBILITY.
|
wenzelm@40878
|
242 |
|
wenzelm@40878
|
243 |
trace_simp ~> simp_trace
|
wenzelm@40878
|
244 |
debug_simp ~> simp_debug
|
wenzelm@40878
|
245 |
|
wenzelm@40291
|
246 |
* Support for real valued configuration options, using simplistic
|
wenzelm@40291
|
247 |
floating-point notation that coincides with the inner syntax for
|
wenzelm@40291
|
248 |
float_token.
|
wenzelm@40291
|
249 |
|
wenzelm@41594
|
250 |
* Support for real valued preferences (with approximative PGIP type):
|
wenzelm@41594
|
251 |
front-ends need to accept "pgint" values in float notation.
|
wenzelm@41594
|
252 |
INCOMPATIBILITY.
|
wenzelm@41573
|
253 |
|
wenzelm@41573
|
254 |
* The IsabelleText font now includes Cyrillic, Hebrew, Arabic from
|
wenzelm@41573
|
255 |
DejaVu Sans.
|
wenzelm@41573
|
256 |
|
wenzelm@41594
|
257 |
* Discontinued support for Poly/ML 5.0 and 5.1 versions.
|
wenzelm@41594
|
258 |
|
wenzelm@40948
|
259 |
|
wenzelm@40948
|
260 |
*** Pure ***
|
wenzelm@40948
|
261 |
|
wenzelm@41249
|
262 |
* Command 'type_synonym' (with single argument) replaces somewhat
|
wenzelm@41249
|
263 |
outdated 'types', which is still available as legacy feature for some
|
wenzelm@41249
|
264 |
time.
|
wenzelm@41249
|
265 |
|
wenzelm@41249
|
266 |
* Command 'nonterminal' (with 'and' separated list of arguments)
|
wenzelm@41249
|
267 |
replaces somewhat outdated 'nonterminals'. INCOMPATIBILITY.
|
wenzelm@41229
|
268 |
|
wenzelm@40965
|
269 |
* Command 'notepad' replaces former 'example_proof' for
|
wenzelm@41020
|
270 |
experimentation in Isar without any result. INCOMPATIBILITY.
|
wenzelm@40965
|
271 |
|
ballarin@41435
|
272 |
* Locale interpretation commands 'interpret' and 'sublocale' accept
|
ballarin@41435
|
273 |
lists of equations to map definitions in a locale to appropriate
|
ballarin@41435
|
274 |
entities in the context of the interpretation. The 'interpretation'
|
ballarin@41435
|
275 |
command already provided this functionality.
|
ballarin@41435
|
276 |
|
wenzelm@41594
|
277 |
* Diagnostic command 'print_dependencies' prints the locale instances
|
wenzelm@41594
|
278 |
that would be activated if the specified expression was interpreted in
|
wenzelm@41594
|
279 |
the current context. Variant "print_dependencies!" assumes a context
|
wenzelm@41594
|
280 |
without interpretations.
|
ballarin@38110
|
281 |
|
ballarin@38110
|
282 |
* Diagnostic command 'print_interps' prints interpretations in proofs
|
ballarin@38110
|
283 |
in addition to interpretations in theories.
|
ballarin@38110
|
284 |
|
wenzelm@38708
|
285 |
* Discontinued obsolete 'global' and 'local' commands to manipulate
|
wenzelm@38708
|
286 |
the theory name space. Rare INCOMPATIBILITY. The ML functions
|
wenzelm@38708
|
287 |
Sign.root_path and Sign.local_path may be applied directly where this
|
wenzelm@38708
|
288 |
feature is still required for historical reasons.
|
wenzelm@38708
|
289 |
|
wenzelm@40948
|
290 |
* Discontinued obsolete 'constdefs' command. INCOMPATIBILITY, use
|
haftmann@39215
|
291 |
'definition' instead.
|
haftmann@39215
|
292 |
|
wenzelm@41574
|
293 |
* The "prems" fact, which refers to the accidental collection of
|
wenzelm@41574
|
294 |
foundational premises in the context, is now explicitly marked as
|
wenzelm@41594
|
295 |
legacy feature and will be discontinued soon. Consider using "assms"
|
wenzelm@41594
|
296 |
of the head statement or reference facts by explicit names.
|
wenzelm@41574
|
297 |
|
wenzelm@40801
|
298 |
* Document antiquotations @{class} and @{type} print classes and type
|
wenzelm@40801
|
299 |
constructors.
|
wenzelm@40801
|
300 |
|
wenzelm@40801
|
301 |
* Document antiquotation @{file} checks file/directory entries within
|
wenzelm@40801
|
302 |
the local file system.
|
haftmann@39305
|
303 |
|
ballarin@38110
|
304 |
|
haftmann@37387
|
305 |
*** HOL ***
|
haftmann@37387
|
306 |
|
wenzelm@41594
|
307 |
* Coercive subtyping: functions can be declared as coercions and type
|
wenzelm@41594
|
308 |
inference will add them as necessary upon input of a term. Theory
|
wenzelm@41594
|
309 |
Complex_Main declares real :: nat => real and real :: int => real as
|
wenzelm@41594
|
310 |
coercions. A coercion function f is declared like this:
|
wenzelm@40939
|
311 |
|
wenzelm@40939
|
312 |
declare [[coercion f]]
|
nipkow@40866
|
313 |
|
wenzelm@41571
|
314 |
To lift coercions through type constructors (e.g. from nat => real to
|
nipkow@40866
|
315 |
nat list => real list), map functions can be declared, e.g.
|
nipkow@40866
|
316 |
|
wenzelm@40939
|
317 |
declare [[coercion_map map]]
|
wenzelm@40939
|
318 |
|
wenzelm@40939
|
319 |
Currently coercion inference is activated only in theories including
|
wenzelm@40939
|
320 |
real numbers, i.e. descendants of Complex_Main. This is controlled by
|
wenzelm@41020
|
321 |
the configuration option "coercion_enabled", e.g. it can be enabled in
|
wenzelm@40939
|
322 |
other theories like this:
|
wenzelm@40939
|
323 |
|
wenzelm@40939
|
324 |
declare [[coercion_enabled]]
|
nipkow@40866
|
325 |
|
wenzelm@41571
|
326 |
* Command 'partial_function' provides basic support for recursive
|
wenzelm@41571
|
327 |
function definitions over complete partial orders. Concrete instances
|
krauss@40183
|
328 |
are provided for i) the option type, ii) tail recursion on arbitrary
|
wenzelm@41571
|
329 |
types, and iii) the heap monad of Imperative_HOL. See
|
wenzelm@41571
|
330 |
src/HOL/ex/Fundefs.thy and src/HOL/Imperative_HOL/ex/Linked_Lists.thy
|
wenzelm@41571
|
331 |
for examples.
|
krauss@40183
|
332 |
|
wenzelm@41571
|
333 |
* Function package: f.psimps rules are no longer implicitly declared
|
wenzelm@41571
|
334 |
as [simp]. INCOMPATIBILITY.
|
haftmann@41398
|
335 |
|
haftmann@41398
|
336 |
* Datatype package: theorems generated for executable equality (class
|
wenzelm@41571
|
337 |
"eq") carry proper names and are treated as default code equations.
|
wenzelm@41571
|
338 |
|
wenzelm@41594
|
339 |
* Inductive package: now offers command 'inductive_simps' to
|
wenzelm@41594
|
340 |
automatically derive instantiated and simplified equations for
|
wenzelm@41594
|
341 |
inductive predicates, similar to 'inductive_cases'.
|
wenzelm@41594
|
342 |
|
wenzelm@41571
|
343 |
* Command 'enriched_type' allows to register properties of the
|
wenzelm@41571
|
344 |
functorial structure of types.
|
haftmann@39771
|
345 |
|
haftmann@39644
|
346 |
* Improved infrastructure for term evaluation using code generator
|
haftmann@39644
|
347 |
techniques, in particular static evaluation conversions.
|
haftmann@39644
|
348 |
|
wenzelm@41594
|
349 |
* Code generator: Scala (2.8 or higher) has been added to the target
|
wenzelm@41594
|
350 |
languages.
|
wenzelm@41594
|
351 |
|
haftmann@41398
|
352 |
* Code generator: globbing constant expressions "*" and "Theory.*"
|
haftmann@41398
|
353 |
have been replaced by the more idiomatic "_" and "Theory._".
|
haftmann@41398
|
354 |
INCOMPATIBILITY.
|
haftmann@41398
|
355 |
|
haftmann@41398
|
356 |
* Code generator: export_code without explicit file declaration prints
|
haftmann@41398
|
357 |
to standard output. INCOMPATIBILITY.
|
haftmann@41398
|
358 |
|
haftmann@41398
|
359 |
* Code generator: do not print function definitions for case
|
haftmann@41398
|
360 |
combinators any longer.
|
haftmann@41398
|
361 |
|
wenzelm@41594
|
362 |
* Code generator: simplification with rules determined with
|
wenzelm@41571
|
363 |
src/Tools/Code/code_simp.ML and method "code_simp".
|
wenzelm@41571
|
364 |
|
wenzelm@41594
|
365 |
* Code generator for records: more idiomatic representation of record
|
wenzelm@40948
|
366 |
types. Warning: records are not covered by ancient SML code
|
wenzelm@40948
|
367 |
generation any longer. INCOMPATIBILITY. In cases of need, a suitable
|
wenzelm@40948
|
368 |
rep_datatype declaration helps to succeed then:
|
haftmann@38537
|
369 |
|
haftmann@38537
|
370 |
record 'a foo = ...
|
haftmann@38537
|
371 |
...
|
haftmann@38537
|
372 |
rep_datatype foo_ext ...
|
haftmann@38535
|
373 |
|
wenzelm@41594
|
374 |
* Records: logical foundation type for records does not carry a
|
wenzelm@41594
|
375 |
'_type' suffix any longer (obsolete due to authentic syntax).
|
wenzelm@41594
|
376 |
INCOMPATIBILITY.
|
wenzelm@41594
|
377 |
|
haftmann@41398
|
378 |
* Quickcheck now by default uses exhaustive testing instead of random
|
wenzelm@41571
|
379 |
testing. Random testing can be invoked by "quickcheck [random]",
|
wenzelm@41571
|
380 |
exhaustive testing by "quickcheck [exhaustive]".
|
haftmann@41398
|
381 |
|
haftmann@41398
|
382 |
* Quickcheck instantiates polymorphic types with small finite
|
haftmann@41398
|
383 |
datatypes by default. This enables a simple execution mechanism to
|
haftmann@41398
|
384 |
handle quantifiers and function equality over the finite datatypes.
|
haftmann@41398
|
385 |
|
wenzelm@41571
|
386 |
* Quickcheck random generator has been renamed from "code" to
|
wenzelm@41571
|
387 |
"random". INCOMPATIBILITY.
|
haftmann@41398
|
388 |
|
haftmann@41398
|
389 |
* Quickcheck now has a configurable time limit which is set to 30
|
haftmann@41398
|
390 |
seconds by default. This can be changed by adding [timeout = n] to the
|
haftmann@41398
|
391 |
quickcheck command. The time limit for Auto Quickcheck is still set
|
haftmann@41398
|
392 |
independently.
|
haftmann@38461
|
393 |
|
haftmann@38461
|
394 |
* Quickcheck in locales considers interpretations of that locale for
|
haftmann@38461
|
395 |
counter example search.
|
haftmann@38461
|
396 |
|
blanchet@40059
|
397 |
* Sledgehammer:
|
wenzelm@41571
|
398 |
- Added "smt" and "remote_smt" provers based on the "smt" proof
|
wenzelm@41571
|
399 |
method. See the Sledgehammer manual for details ("isabelle doc
|
wenzelm@41571
|
400 |
sledgehammer").
|
blanchet@40059
|
401 |
- Renamed commands:
|
blanchet@40059
|
402 |
sledgehammer atp_info ~> sledgehammer running_provers
|
blanchet@40059
|
403 |
sledgehammer atp_kill ~> sledgehammer kill_provers
|
blanchet@40059
|
404 |
sledgehammer available_atps ~> sledgehammer available_provers
|
blanchet@40059
|
405 |
INCOMPATIBILITY.
|
blanchet@40059
|
406 |
- Renamed options:
|
blanchet@40059
|
407 |
sledgehammer [atps = ...] ~> sledgehammer [provers = ...]
|
blanchet@40062
|
408 |
sledgehammer [atp = ...] ~> sledgehammer [prover = ...]
|
blanchet@40341
|
409 |
sledgehammer [timeout = 77 s] ~> sledgehammer [timeout = 77]
|
blanchet@40341
|
410 |
(and "ms" and "min" are no longer supported)
|
blanchet@40341
|
411 |
INCOMPATIBILITY.
|
blanchet@40341
|
412 |
|
blanchet@40341
|
413 |
* Nitpick:
|
blanchet@40341
|
414 |
- Renamed options:
|
blanchet@40341
|
415 |
nitpick [timeout = 77 s] ~> nitpick [timeout = 77]
|
blanchet@40341
|
416 |
nitpick [tac_timeout = 777 ms] ~> nitpick [tac_timeout = 0.777]
|
blanchet@40059
|
417 |
INCOMPATIBILITY.
|
blanchet@40725
|
418 |
- Added support for partial quotient types.
|
blanchet@40725
|
419 |
- Added local versions of the "Nitpick.register_xxx" functions.
|
blanchet@40725
|
420 |
- Added "whack" option.
|
blanchet@40725
|
421 |
- Allow registration of quotient types as codatatypes.
|
blanchet@40725
|
422 |
- Improved "merge_type_vars" option to merge more types.
|
blanchet@40725
|
423 |
- Removed unsound "fast_descrs" option.
|
blanchet@40725
|
424 |
- Added custom symmetry breaking for datatypes, making it possible to reach
|
blanchet@40725
|
425 |
higher cardinalities.
|
blanchet@40725
|
426 |
- Prevent the expansion of too large definitions.
|
blanchet@39957
|
427 |
|
wenzelm@41571
|
428 |
* Proof methods "metis" and "meson" now have configuration options
|
wenzelm@41571
|
429 |
"meson_trace", "metis_trace", and "metis_verbose" that can be enabled
|
wenzelm@41571
|
430 |
to diagnose these tools. E.g.
|
wenzelm@41571
|
431 |
|
wenzelm@41571
|
432 |
using [[metis_trace = true]]
|
wenzelm@41571
|
433 |
|
haftmann@41398
|
434 |
* Auto Solve: Renamed "Auto Solve Direct". The tool is now available
|
haftmann@41398
|
435 |
manually as command 'solve_direct'.
|
haftmann@41398
|
436 |
|
boehmes@41601
|
437 |
* The default SMT solver Z3 must be enabled explicitly (due to
|
boehmes@41601
|
438 |
licensing issues) by setting the environment variable
|
wenzelm@41603
|
439 |
Z3_NON_COMMERCIAL in etc/settings of the component, for example. For
|
wenzelm@41603
|
440 |
commercial applications, the SMT solver CVC3 is provided as fall-back;
|
wenzelm@41603
|
441 |
changing the SMT solver is done via the configuration option
|
wenzelm@41603
|
442 |
"smt_solver".
|
boehmes@41432
|
443 |
|
boehmes@41432
|
444 |
* Remote SMT solvers need to be referred to by the "remote_" prefix,
|
wenzelm@41571
|
445 |
i.e. "remote_cvc3" and "remote_z3".
|
wenzelm@41571
|
446 |
|
wenzelm@41571
|
447 |
* Added basic SMT support for datatypes, records, and typedefs using
|
wenzelm@41571
|
448 |
the oracle mode (no proofs). Direct support of pairs has been dropped
|
wenzelm@41571
|
449 |
in exchange (pass theorems fst_conv snd_conv pair_collapse to the SMT
|
wenzelm@41571
|
450 |
support for a similar behavior). Minor INCOMPATIBILITY.
|
boehmes@41432
|
451 |
|
boehmes@40162
|
452 |
* Changed SMT configuration options:
|
boehmes@40162
|
453 |
- Renamed:
|
boehmes@41432
|
454 |
z3_proofs ~> smt_oracle (with inverted meaning)
|
boehmes@40162
|
455 |
z3_trace_assms ~> smt_trace_used_facts
|
boehmes@40162
|
456 |
INCOMPATIBILITY.
|
boehmes@40162
|
457 |
- Added:
|
boehmes@40424
|
458 |
smt_verbose
|
boehmes@41432
|
459 |
smt_random_seed
|
boehmes@40424
|
460 |
smt_datatypes
|
boehmes@41432
|
461 |
smt_infer_triggers
|
boehmes@41432
|
462 |
smt_monomorph_limit
|
boehmes@40162
|
463 |
cvc3_options
|
boehmes@41432
|
464 |
remote_cvc3_options
|
boehmes@41432
|
465 |
remote_z3_options
|
boehmes@40162
|
466 |
yices_options
|
blanchet@39957
|
467 |
|
wenzelm@40948
|
468 |
* Boogie output files (.b2i files) need to be declared in the theory
|
wenzelm@40948
|
469 |
header.
|
boehmes@40580
|
470 |
|
wenzelm@41594
|
471 |
* Simplification procedure "list_to_set_comprehension" rewrites list
|
wenzelm@41594
|
472 |
comprehensions applied to List.set to set comprehensions. Occasional
|
wenzelm@41594
|
473 |
INCOMPATIBILITY, may be deactivated like this:
|
wenzelm@41594
|
474 |
|
wenzelm@41594
|
475 |
declare [[simproc del: list_to_set_comprehension]]
|
wenzelm@41594
|
476 |
|
wenzelm@41573
|
477 |
* Removed old version of primrec package. INCOMPATIBILITY.
|
haftmann@41398
|
478 |
|
haftmann@41398
|
479 |
* Removed simplifier congruence rule of "prod_case", as has for long
|
haftmann@41398
|
480 |
been the case with "split". INCOMPATIBILITY.
|
haftmann@41398
|
481 |
|
haftmann@41398
|
482 |
* String.literal is a type, but not a datatype. INCOMPATIBILITY.
|
haftmann@41398
|
483 |
|
krauss@40388
|
484 |
* Removed [split_format ... and ... and ...] version of
|
krauss@40388
|
485 |
[split_format]. Potential INCOMPATIBILITY.
|
krauss@40388
|
486 |
|
wenzelm@41571
|
487 |
* Predicate "sorted" now defined inductively, with nice induction
|
wenzelm@41571
|
488 |
rules. INCOMPATIBILITY: former sorted.simps now named sorted_simps.
|
haftmann@41398
|
489 |
|
haftmann@41398
|
490 |
* Constant "contents" renamed to "the_elem", to free the generic name
|
haftmann@41398
|
491 |
contents for other uses. INCOMPATIBILITY.
|
haftmann@41398
|
492 |
|
haftmann@41398
|
493 |
* Renamed class eq and constant eq (for code generation) to class
|
haftmann@41398
|
494 |
equal and constant equal, plus renaming of related facts and various
|
haftmann@41398
|
495 |
tuning. INCOMPATIBILITY.
|
haftmann@41398
|
496 |
|
haftmann@41398
|
497 |
* Dropped type classes mult_mono and mult_mono1. INCOMPATIBILITY.
|
haftmann@41398
|
498 |
|
wenzelm@41571
|
499 |
* Removed output syntax "'a ~=> 'b" for "'a => 'b option".
|
wenzelm@41571
|
500 |
INCOMPATIBILITY.
|
haftmann@41398
|
501 |
|
haftmann@41398
|
502 |
* Renamed theory Fset to Cset, type Fset.fset to Cset.set, in order to
|
haftmann@41398
|
503 |
avoid confusion with finite sets. INCOMPATIBILITY.
|
haftmann@41398
|
504 |
|
haftmann@41398
|
505 |
* Abandoned locales equiv, congruent and congruent2 for equivalence
|
haftmann@41398
|
506 |
relations. INCOMPATIBILITY: use equivI rather than equiv_intro (same
|
haftmann@41398
|
507 |
for congruent(2)).
|
haftmann@41398
|
508 |
|
haftmann@41398
|
509 |
* Some previously unqualified names have been qualified:
|
haftmann@41398
|
510 |
|
haftmann@41398
|
511 |
types
|
haftmann@41398
|
512 |
bool ~> HOL.bool
|
haftmann@41398
|
513 |
nat ~> Nat.nat
|
haftmann@41398
|
514 |
|
haftmann@41398
|
515 |
constants
|
haftmann@41398
|
516 |
Trueprop ~> HOL.Trueprop
|
haftmann@41398
|
517 |
True ~> HOL.True
|
haftmann@41398
|
518 |
False ~> HOL.False
|
haftmann@41398
|
519 |
op & ~> HOL.conj
|
haftmann@41398
|
520 |
op | ~> HOL.disj
|
haftmann@41398
|
521 |
op --> ~> HOL.implies
|
haftmann@41398
|
522 |
op = ~> HOL.eq
|
haftmann@41398
|
523 |
Not ~> HOL.Not
|
haftmann@41398
|
524 |
The ~> HOL.The
|
haftmann@41398
|
525 |
All ~> HOL.All
|
haftmann@41398
|
526 |
Ex ~> HOL.Ex
|
haftmann@41398
|
527 |
Ex1 ~> HOL.Ex1
|
haftmann@41398
|
528 |
Let ~> HOL.Let
|
haftmann@41398
|
529 |
If ~> HOL.If
|
haftmann@41398
|
530 |
Ball ~> Set.Ball
|
haftmann@41398
|
531 |
Bex ~> Set.Bex
|
haftmann@41398
|
532 |
Suc ~> Nat.Suc
|
haftmann@41398
|
533 |
Pair ~> Product_Type.Pair
|
haftmann@41398
|
534 |
fst ~> Product_Type.fst
|
haftmann@41398
|
535 |
snd ~> Product_Type.snd
|
haftmann@41398
|
536 |
curry ~> Product_Type.curry
|
haftmann@41398
|
537 |
op : ~> Set.member
|
haftmann@41398
|
538 |
Collect ~> Set.Collect
|
haftmann@41398
|
539 |
|
haftmann@41398
|
540 |
INCOMPATIBILITY.
|
haftmann@41398
|
541 |
|
haftmann@41398
|
542 |
* More canonical naming convention for some fundamental definitions:
|
haftmann@41398
|
543 |
|
haftmann@41398
|
544 |
bot_bool_eq ~> bot_bool_def
|
haftmann@41398
|
545 |
top_bool_eq ~> top_bool_def
|
haftmann@41398
|
546 |
inf_bool_eq ~> inf_bool_def
|
haftmann@41398
|
547 |
sup_bool_eq ~> sup_bool_def
|
haftmann@41398
|
548 |
bot_fun_eq ~> bot_fun_def
|
haftmann@41398
|
549 |
top_fun_eq ~> top_fun_def
|
haftmann@41398
|
550 |
inf_fun_eq ~> inf_fun_def
|
haftmann@41398
|
551 |
sup_fun_eq ~> sup_fun_def
|
haftmann@41398
|
552 |
|
haftmann@41398
|
553 |
INCOMPATIBILITY.
|
haftmann@41398
|
554 |
|
haftmann@41398
|
555 |
* More stylized fact names:
|
haftmann@41398
|
556 |
|
haftmann@41398
|
557 |
expand_fun_eq ~> fun_eq_iff
|
haftmann@41398
|
558 |
expand_set_eq ~> set_eq_iff
|
haftmann@41398
|
559 |
set_ext ~> set_eqI
|
haftmann@41398
|
560 |
nat_number ~> eval_nat_numeral
|
haftmann@41398
|
561 |
|
haftmann@41398
|
562 |
INCOMPATIBILITY.
|
haftmann@41398
|
563 |
|
wenzelm@41571
|
564 |
* Refactoring of code-generation specific operations in theory List:
|
haftmann@41398
|
565 |
|
haftmann@41398
|
566 |
constants
|
haftmann@41398
|
567 |
null ~> List.null
|
haftmann@41398
|
568 |
|
haftmann@41398
|
569 |
facts
|
haftmann@41398
|
570 |
mem_iff ~> member_def
|
haftmann@41398
|
571 |
null_empty ~> null_def
|
haftmann@41398
|
572 |
|
haftmann@41398
|
573 |
INCOMPATIBILITY. Note that these were not supposed to be used
|
haftmann@41398
|
574 |
regularly unless for striking reasons; their main purpose was code
|
haftmann@41398
|
575 |
generation.
|
haftmann@41398
|
576 |
|
haftmann@41398
|
577 |
Various operations from the Haskell prelude are used for generating
|
haftmann@41398
|
578 |
Haskell code.
|
haftmann@41398
|
579 |
|
wenzelm@41571
|
580 |
* Term "bij f" is now an abbreviation of "bij_betw f UNIV UNIV". Term
|
wenzelm@41571
|
581 |
"surj f" is now an abbreviation of "range f = UNIV". The theorems
|
wenzelm@41571
|
582 |
bij_def and surj_def are unchanged. INCOMPATIBILITY.
|
haftmann@41398
|
583 |
|
haftmann@41398
|
584 |
* Abolished some non-alphabetic type names: "prod" and "sum" replace
|
haftmann@41398
|
585 |
"*" and "+" respectively. INCOMPATIBILITY.
|
haftmann@41398
|
586 |
|
haftmann@41398
|
587 |
* Name "Plus" of disjoint sum operator "<+>" is now hidden. Write
|
wenzelm@41571
|
588 |
"Sum_Type.Plus" instead.
|
haftmann@41398
|
589 |
|
haftmann@41398
|
590 |
* Constant "split" has been merged with constant "prod_case"; names of
|
haftmann@41398
|
591 |
ML functions, facts etc. involving split have been retained so far,
|
haftmann@41398
|
592 |
though. INCOMPATIBILITY.
|
haftmann@41398
|
593 |
|
haftmann@41398
|
594 |
* Dropped old infix syntax "_ mem _" for List.member; use "_ : set _"
|
haftmann@41398
|
595 |
instead. INCOMPATIBILITY.
|
haftmann@41398
|
596 |
|
wenzelm@41571
|
597 |
* Removed lemma "Option.is_none_none" which duplicates "is_none_def".
|
haftmann@41398
|
598 |
INCOMPATIBILITY.
|
haftmann@41398
|
599 |
|
wenzelm@41594
|
600 |
* Former theory Library/Enum is now part of the HOL-Main image.
|
wenzelm@41594
|
601 |
INCOMPATIBILITY: all constants of the Enum theory now have to be
|
wenzelm@41594
|
602 |
referred to by its qualified name.
|
wenzelm@41594
|
603 |
|
wenzelm@41594
|
604 |
enum ~> Enum.enum
|
wenzelm@41594
|
605 |
nlists ~> Enum.nlists
|
wenzelm@41594
|
606 |
product ~> Enum.product
|
wenzelm@41594
|
607 |
|
wenzelm@41594
|
608 |
* Theory Library/Monad_Syntax provides do-syntax for monad types.
|
wenzelm@41594
|
609 |
Syntax in Library/State_Monad has been changed to avoid ambiguities.
|
wenzelm@41594
|
610 |
INCOMPATIBILITY.
|
wenzelm@41594
|
611 |
|
wenzelm@41594
|
612 |
* Theory Library/SetsAndFunctions has been split into
|
wenzelm@41594
|
613 |
Library/Function_Algebras and Library/Set_Algebras; canonical names
|
wenzelm@41594
|
614 |
for instance definitions for functions; various improvements.
|
wenzelm@41594
|
615 |
INCOMPATIBILITY.
|
wenzelm@41594
|
616 |
|
wenzelm@41594
|
617 |
* Theory Library/Multiset provides stable quicksort implementation of
|
wenzelm@41594
|
618 |
sort_key.
|
wenzelm@41594
|
619 |
|
wenzelm@41594
|
620 |
* Theory Library/Multiset: renamed empty_idemp ~> empty_neutral.
|
wenzelm@41594
|
621 |
INCOMPATIBILITY.
|
wenzelm@41594
|
622 |
|
wenzelm@41594
|
623 |
* Session Multivariate_Analysis: introduced a type class for euclidean
|
wenzelm@41594
|
624 |
space. Most theorems are now stated in terms of euclidean spaces
|
wenzelm@41594
|
625 |
instead of finite cartesian products.
|
wenzelm@41594
|
626 |
|
wenzelm@41594
|
627 |
types
|
wenzelm@41594
|
628 |
real ^ 'n ~> 'a::real_vector
|
wenzelm@41594
|
629 |
~> 'a::euclidean_space
|
wenzelm@41594
|
630 |
~> 'a::ordered_euclidean_space
|
wenzelm@41594
|
631 |
(depends on your needs)
|
wenzelm@41594
|
632 |
|
wenzelm@41594
|
633 |
constants
|
wenzelm@41594
|
634 |
_ $ _ ~> _ $$ _
|
wenzelm@41594
|
635 |
\<chi> x. _ ~> \<chi>\<chi> x. _
|
wenzelm@41594
|
636 |
CARD('n) ~> DIM('a)
|
wenzelm@41594
|
637 |
|
wenzelm@41594
|
638 |
Also note that the indices are now natural numbers and not from some
|
wenzelm@41594
|
639 |
finite type. Finite cartesian products of euclidean spaces, products
|
wenzelm@41594
|
640 |
of euclidean spaces the real and complex numbers are instantiated to
|
wenzelm@41594
|
641 |
be euclidean_spaces. INCOMPATIBILITY.
|
wenzelm@41594
|
642 |
|
wenzelm@41594
|
643 |
* Session Probability: introduced pextreal as positive extended real
|
wenzelm@41594
|
644 |
numbers. Use pextreal as value for measures. Introduce the
|
wenzelm@41594
|
645 |
Radon-Nikodym derivative, product spaces and Fubini's theorem for
|
wenzelm@41594
|
646 |
arbitrary sigma finite measures. Introduces Lebesgue measure based on
|
wenzelm@41594
|
647 |
the integral in Multivariate Analysis. INCOMPATIBILITY.
|
wenzelm@41594
|
648 |
|
wenzelm@41594
|
649 |
* Session Imperative_HOL: revamped, corrected dozens of inadequacies.
|
wenzelm@41594
|
650 |
INCOMPATIBILITY.
|
wenzelm@41594
|
651 |
|
wenzelm@41594
|
652 |
* Session SPARK (with image HOL-SPARK) provides commands to load and
|
wenzelm@41594
|
653 |
prove verification conditions generated by the SPARK Ada program
|
wenzelm@41594
|
654 |
verifier. See also src/HOL/SPARK and src/HOL/SPARK/Examples.
|
berghofe@41567
|
655 |
|
huffman@40621
|
656 |
|
ballarin@41433
|
657 |
*** HOL-Algebra ***
|
ballarin@41433
|
658 |
|
ballarin@41433
|
659 |
* Theorems for additive ring operations (locale abelian_monoid and
|
ballarin@41433
|
660 |
descendants) are generated by interpretation from their multiplicative
|
ballarin@41434
|
661 |
counterparts. Names (in particular theorem names) have the mandatory
|
ballarin@41434
|
662 |
qualifier 'add'. Previous theorem names are redeclared for
|
ballarin@41434
|
663 |
compatibility.
|
ballarin@41434
|
664 |
|
wenzelm@41571
|
665 |
* Structure "int_ring" is now an abbreviation (previously a
|
ballarin@41434
|
666 |
definition). This fits more natural with advanced interpretations.
|
ballarin@41433
|
667 |
|
ballarin@41433
|
668 |
|
huffman@40621
|
669 |
*** HOLCF ***
|
huffman@40621
|
670 |
|
huffman@40621
|
671 |
* The domain package now runs in definitional mode by default: The
|
wenzelm@41571
|
672 |
former command 'new_domain' is now called 'domain'. To use the domain
|
huffman@40621
|
673 |
package in its original axiomatic mode, use 'domain (unsafe)'.
|
huffman@40621
|
674 |
INCOMPATIBILITY.
|
huffman@40621
|
675 |
|
wenzelm@41571
|
676 |
* The new class "domain" is now the default sort. Class "predomain"
|
wenzelm@41571
|
677 |
is an unpointed version of "domain". Theories can be updated by
|
wenzelm@41571
|
678 |
replacing sort annotations as shown below. INCOMPATIBILITY.
|
huffman@40621
|
679 |
|
huffman@40621
|
680 |
'a::type ~> 'a::countable
|
huffman@40621
|
681 |
'a::cpo ~> 'a::predomain
|
huffman@40621
|
682 |
'a::pcpo ~> 'a::domain
|
huffman@40621
|
683 |
|
wenzelm@41571
|
684 |
* The old type class "rep" has been superseded by class "domain".
|
huffman@40621
|
685 |
Accordingly, users of the definitional package must remove any
|
wenzelm@41571
|
686 |
"default_sort rep" declarations. INCOMPATIBILITY.
|
huffman@40621
|
687 |
|
huffman@41401
|
688 |
* The domain package (definitional mode) now supports unpointed
|
huffman@41401
|
689 |
predomain argument types, as long as they are marked 'lazy'. (Strict
|
wenzelm@41571
|
690 |
arguments must be in class "domain".) For example, the following
|
huffman@41401
|
691 |
domain definition now works:
|
huffman@41401
|
692 |
|
huffman@41401
|
693 |
domain natlist = nil | cons (lazy "nat discr") (lazy "natlist")
|
huffman@41401
|
694 |
|
huffman@41401
|
695 |
* Theory HOLCF/Library/HOL_Cpo provides cpo and predomain class
|
wenzelm@41571
|
696 |
instances for types from main HOL: bool, nat, int, char, 'a + 'b,
|
wenzelm@41571
|
697 |
'a option, and 'a list. Additionally, it configures fixrec and the
|
wenzelm@41571
|
698 |
domain package to work with these types. For example:
|
huffman@41401
|
699 |
|
huffman@41401
|
700 |
fixrec isInl :: "('a + 'b) u -> tr"
|
huffman@41401
|
701 |
where "isInl$(up$(Inl x)) = TT" | "isInl$(up$(Inr y)) = FF"
|
huffman@41401
|
702 |
|
huffman@41401
|
703 |
domain V = VFun (lazy "V -> V") | VCon (lazy "nat") (lazy "V list")
|
huffman@41401
|
704 |
|
wenzelm@41571
|
705 |
* The "(permissive)" option of fixrec has been replaced with a
|
wenzelm@41571
|
706 |
per-equation "(unchecked)" option. See
|
wenzelm@41571
|
707 |
src/HOL/HOLCF/Tutorial/Fixrec_ex.thy for examples. INCOMPATIBILITY.
|
wenzelm@41571
|
708 |
|
wenzelm@41571
|
709 |
* The "bifinite" class no longer fixes a constant "approx"; the class
|
wenzelm@41571
|
710 |
now just asserts that such a function exists. INCOMPATIBILITY.
|
wenzelm@41571
|
711 |
|
wenzelm@41571
|
712 |
* Former type "alg_defl" has been renamed to "defl". HOLCF no longer
|
huffman@41287
|
713 |
defines an embedding of type 'a defl into udom by default; instances
|
wenzelm@41571
|
714 |
of "bifinite" and "domain" classes are available in
|
wenzelm@41571
|
715 |
src/HOL/HOLCF/Library/Defl_Bifinite.thy.
|
wenzelm@41571
|
716 |
|
wenzelm@41571
|
717 |
* The syntax "REP('a)" has been replaced with "DEFL('a)".
|
wenzelm@41571
|
718 |
|
wenzelm@41571
|
719 |
* The predicate "directed" has been removed. INCOMPATIBILITY.
|
wenzelm@41571
|
720 |
|
wenzelm@41571
|
721 |
* The type class "finite_po" has been removed. INCOMPATIBILITY.
|
wenzelm@41571
|
722 |
|
wenzelm@41571
|
723 |
* The function "cprod_map" has been renamed to "prod_map".
|
huffman@41401
|
724 |
INCOMPATIBILITY.
|
huffman@41401
|
725 |
|
huffman@41401
|
726 |
* The monadic bind operator on each powerdomain has new binder syntax
|
wenzelm@41571
|
727 |
similar to sets, e.g. "\<Union>\<sharp>x\<in>xs. t" represents
|
wenzelm@41571
|
728 |
"upper_bind\<cdot>xs\<cdot>(\<Lambda> x. t)".
|
huffman@41401
|
729 |
|
huffman@41401
|
730 |
* The infix syntax for binary union on each powerdomain has changed
|
wenzelm@41571
|
731 |
from e.g. "+\<sharp>" to "\<union>\<sharp>", for consistency with set
|
wenzelm@41571
|
732 |
syntax. INCOMPATIBILITY.
|
wenzelm@41571
|
733 |
|
wenzelm@41571
|
734 |
* The constant "UU" has been renamed to "bottom". The syntax "UU" is
|
huffman@41429
|
735 |
still supported as an input translation.
|
huffman@41429
|
736 |
|
huffman@40621
|
737 |
* Renamed some theorems (the original names are also still available).
|
wenzelm@41571
|
738 |
|
huffman@40621
|
739 |
expand_fun_below ~> fun_below_iff
|
huffman@40621
|
740 |
below_fun_ext ~> fun_belowI
|
huffman@40621
|
741 |
expand_cfun_eq ~> cfun_eq_iff
|
huffman@40621
|
742 |
ext_cfun ~> cfun_eqI
|
huffman@40621
|
743 |
expand_cfun_below ~> cfun_below_iff
|
huffman@40621
|
744 |
below_cfun_ext ~> cfun_belowI
|
huffman@40621
|
745 |
cont2cont_Rep_CFun ~> cont2cont_APP
|
huffman@40621
|
746 |
|
huffman@40621
|
747 |
* The Abs and Rep functions for various types have changed names.
|
wenzelm@40948
|
748 |
Related theorem names have also changed to match. INCOMPATIBILITY.
|
wenzelm@41571
|
749 |
|
huffman@40621
|
750 |
Rep_CFun ~> Rep_cfun
|
huffman@40621
|
751 |
Abs_CFun ~> Abs_cfun
|
huffman@40621
|
752 |
Rep_Sprod ~> Rep_sprod
|
huffman@40621
|
753 |
Abs_Sprod ~> Abs_sprod
|
huffman@40621
|
754 |
Rep_Ssum ~> Rep_ssum
|
huffman@40621
|
755 |
Abs_Ssum ~> Abs_ssum
|
huffman@40621
|
756 |
|
huffman@40621
|
757 |
* Lemmas with names of the form *_defined_iff or *_strict_iff have
|
wenzelm@41571
|
758 |
been renamed to *_bottom_iff. INCOMPATIBILITY.
|
huffman@40621
|
759 |
|
huffman@40621
|
760 |
* Various changes to bisimulation/coinduction with domain package:
|
wenzelm@41571
|
761 |
|
wenzelm@41571
|
762 |
- Definitions of "bisim" constants no longer mention definedness.
|
wenzelm@41571
|
763 |
- With mutual recursion, "bisim" predicate is now curried.
|
huffman@40621
|
764 |
- With mutual recursion, each type gets a separate coind theorem.
|
huffman@40621
|
765 |
- Variable names in bisim_def and coinduct rules have changed.
|
wenzelm@41571
|
766 |
|
huffman@40621
|
767 |
INCOMPATIBILITY.
|
huffman@40621
|
768 |
|
wenzelm@41571
|
769 |
* Case combinators generated by the domain package for type "foo" are
|
wenzelm@41571
|
770 |
now named "foo_case" instead of "foo_when". INCOMPATIBILITY.
|
huffman@40621
|
771 |
|
huffman@40771
|
772 |
* Several theorems have been renamed to more accurately reflect the
|
wenzelm@41571
|
773 |
names of constants and types involved. INCOMPATIBILITY.
|
wenzelm@41571
|
774 |
|
huffman@40771
|
775 |
thelub_const ~> lub_const
|
huffman@40771
|
776 |
lub_const ~> is_lub_const
|
huffman@40771
|
777 |
thelubI ~> lub_eqI
|
huffman@40771
|
778 |
is_lub_lub ~> is_lubD2
|
huffman@40771
|
779 |
lubI ~> is_lub_lub
|
huffman@40771
|
780 |
unique_lub ~> is_lub_unique
|
huffman@40771
|
781 |
is_ub_lub ~> is_lub_rangeD1
|
huffman@40771
|
782 |
lub_bin_chain ~> is_lub_bin_chain
|
huffman@41030
|
783 |
lub_fun ~> is_lub_fun
|
huffman@41030
|
784 |
thelub_fun ~> lub_fun
|
huffman@41031
|
785 |
thelub_cfun ~> lub_cfun
|
huffman@40771
|
786 |
thelub_Pair ~> lub_Pair
|
huffman@40771
|
787 |
lub_cprod ~> is_lub_prod
|
huffman@40771
|
788 |
thelub_cprod ~> lub_prod
|
huffman@40771
|
789 |
minimal_cprod ~> minimal_prod
|
huffman@40771
|
790 |
inst_cprod_pcpo ~> inst_prod_pcpo
|
huffman@41430
|
791 |
UU_I ~> bottomI
|
huffman@41430
|
792 |
compact_UU ~> compact_bottom
|
huffman@41430
|
793 |
deflation_UU ~> deflation_bottom
|
huffman@41430
|
794 |
finite_deflation_UU ~> finite_deflation_bottom
|
huffman@40771
|
795 |
|
wenzelm@41571
|
796 |
* Many legacy theorem names have been discontinued. INCOMPATIBILITY.
|
wenzelm@41571
|
797 |
|
huffman@40621
|
798 |
sq_ord_less_eq_trans ~> below_eq_trans
|
huffman@40621
|
799 |
sq_ord_eq_less_trans ~> eq_below_trans
|
huffman@40621
|
800 |
refl_less ~> below_refl
|
huffman@40621
|
801 |
trans_less ~> below_trans
|
huffman@40621
|
802 |
antisym_less ~> below_antisym
|
huffman@40621
|
803 |
antisym_less_inverse ~> po_eq_conv [THEN iffD1]
|
huffman@40621
|
804 |
box_less ~> box_below
|
huffman@40621
|
805 |
rev_trans_less ~> rev_below_trans
|
huffman@40621
|
806 |
not_less2not_eq ~> not_below2not_eq
|
huffman@40621
|
807 |
less_UU_iff ~> below_UU_iff
|
huffman@40621
|
808 |
flat_less_iff ~> flat_below_iff
|
huffman@40621
|
809 |
adm_less ~> adm_below
|
huffman@40621
|
810 |
adm_not_less ~> adm_not_below
|
huffman@40621
|
811 |
adm_compact_not_less ~> adm_compact_not_below
|
huffman@40621
|
812 |
less_fun_def ~> below_fun_def
|
huffman@40621
|
813 |
expand_fun_less ~> fun_below_iff
|
huffman@40621
|
814 |
less_fun_ext ~> fun_belowI
|
huffman@40621
|
815 |
less_discr_def ~> below_discr_def
|
huffman@40621
|
816 |
discr_less_eq ~> discr_below_eq
|
huffman@40621
|
817 |
less_unit_def ~> below_unit_def
|
huffman@40621
|
818 |
less_cprod_def ~> below_prod_def
|
huffman@40621
|
819 |
prod_lessI ~> prod_belowI
|
huffman@40621
|
820 |
Pair_less_iff ~> Pair_below_iff
|
huffman@40621
|
821 |
fst_less_iff ~> fst_below_iff
|
huffman@40621
|
822 |
snd_less_iff ~> snd_below_iff
|
huffman@40621
|
823 |
expand_cfun_less ~> cfun_below_iff
|
huffman@40621
|
824 |
less_cfun_ext ~> cfun_belowI
|
huffman@40621
|
825 |
injection_less ~> injection_below
|
huffman@40621
|
826 |
less_up_def ~> below_up_def
|
huffman@40621
|
827 |
not_Iup_less ~> not_Iup_below
|
huffman@40621
|
828 |
Iup_less ~> Iup_below
|
huffman@40621
|
829 |
up_less ~> up_below
|
huffman@40621
|
830 |
Def_inject_less_eq ~> Def_below_Def
|
huffman@40621
|
831 |
Def_less_is_eq ~> Def_below_iff
|
huffman@40621
|
832 |
spair_less_iff ~> spair_below_iff
|
huffman@40621
|
833 |
less_sprod ~> below_sprod
|
huffman@40621
|
834 |
spair_less ~> spair_below
|
huffman@40621
|
835 |
sfst_less_iff ~> sfst_below_iff
|
huffman@40621
|
836 |
ssnd_less_iff ~> ssnd_below_iff
|
huffman@40621
|
837 |
fix_least_less ~> fix_least_below
|
huffman@40621
|
838 |
dist_less_one ~> dist_below_one
|
huffman@40621
|
839 |
less_ONE ~> below_ONE
|
huffman@40621
|
840 |
ONE_less_iff ~> ONE_below_iff
|
huffman@40621
|
841 |
less_sinlD ~> below_sinlD
|
huffman@40621
|
842 |
less_sinrD ~> below_sinrD
|
huffman@40621
|
843 |
|
huffman@40621
|
844 |
|
wenzelm@40948
|
845 |
*** FOL and ZF ***
|
haftmann@38522
|
846 |
|
wenzelm@41310
|
847 |
* All constant names are now qualified internally and use proper
|
wenzelm@41310
|
848 |
identifiers, e.g. "IFOL.eq" instead of "op =". INCOMPATIBILITY.
|
wenzelm@41310
|
849 |
|
haftmann@38522
|
850 |
|
wenzelm@37868
|
851 |
*** ML ***
|
wenzelm@37868
|
852 |
|
wenzelm@41594
|
853 |
* Antiquotation @{assert} inlines a function bool -> unit that raises
|
wenzelm@41594
|
854 |
Fail if the argument is false. Due to inlining the source position of
|
wenzelm@41594
|
855 |
failed assertions is included in the error output.
|
wenzelm@41594
|
856 |
|
wenzelm@41594
|
857 |
* Discontinued antiquotation @{theory_ref}, which is obsolete since ML
|
wenzelm@41594
|
858 |
text is in practice always evaluated with a stable theory checkpoint.
|
wenzelm@41594
|
859 |
Minor INCOMPATIBILITY, use (Theory.check_thy @{theory}) instead.
|
wenzelm@41594
|
860 |
|
wenzelm@41594
|
861 |
* Antiquotation @{theory A} refers to theory A from the ancestry of
|
wenzelm@41594
|
862 |
the current context, not any accidental theory loader state as before.
|
wenzelm@41594
|
863 |
Potential INCOMPATIBILITY, subtle change in semantics.
|
wenzelm@41228
|
864 |
|
wenzelm@40956
|
865 |
* Syntax.pretty_priority (default 0) configures the required priority
|
wenzelm@40956
|
866 |
of pretty-printed output and thus affects insertion of parentheses.
|
wenzelm@40956
|
867 |
|
wenzelm@40959
|
868 |
* Syntax.default_root (default "any") configures the inner syntax
|
wenzelm@40959
|
869 |
category (nonterminal symbol) for parsing of terms.
|
wenzelm@40959
|
870 |
|
wenzelm@40722
|
871 |
* Former exception Library.UnequalLengths now coincides with
|
wenzelm@40722
|
872 |
ListPair.UnequalLengths.
|
wenzelm@40722
|
873 |
|
wenzelm@41594
|
874 |
* Renamed structure MetaSimplifier to Raw_Simplifier. Note that the
|
wenzelm@41594
|
875 |
main functionality is provided by structure Simplifier.
|
wenzelm@41594
|
876 |
|
wenzelm@40627
|
877 |
* Renamed raw "explode" function to "raw_explode" to emphasize its
|
wenzelm@40627
|
878 |
meaning. Note that internally to Isabelle, Symbol.explode is used in
|
wenzelm@40627
|
879 |
almost all situations.
|
wenzelm@40627
|
880 |
|
wenzelm@40318
|
881 |
* Discontinued obsolete function sys_error and exception SYS_ERROR.
|
wenzelm@40318
|
882 |
See implementation manual for further details on exceptions in
|
wenzelm@40318
|
883 |
Isabelle/ML.
|
wenzelm@40318
|
884 |
|
wenzelm@39616
|
885 |
* Renamed setmp_noncritical to Unsynchronized.setmp to emphasize its
|
wenzelm@39616
|
886 |
meaning.
|
wenzelm@39616
|
887 |
|
wenzelm@39557
|
888 |
* Renamed structure PureThy to Pure_Thy and moved most of its
|
wenzelm@39557
|
889 |
operations to structure Global_Theory, to emphasize that this is
|
wenzelm@39557
|
890 |
rarely-used global-only stuff.
|
wenzelm@39557
|
891 |
|
wenzelm@39513
|
892 |
* Discontinued Output.debug. Minor INCOMPATIBILITY, use plain writeln
|
wenzelm@39513
|
893 |
instead (or tracing for high-volume output).
|
wenzelm@39513
|
894 |
|
wenzelm@38980
|
895 |
* Configuration option show_question_marks only affects regular pretty
|
wenzelm@38980
|
896 |
printing of types and terms, not raw Term.string_of_vname.
|
wenzelm@38980
|
897 |
|
wenzelm@39164
|
898 |
* ML_Context.thm and ML_Context.thms are no longer pervasive. Rare
|
wenzelm@39164
|
899 |
INCOMPATIBILITY, superseded by static antiquotations @{thm} and
|
wenzelm@39164
|
900 |
@{thms} for most purposes.
|
wenzelm@39164
|
901 |
|
wenzelm@41594
|
902 |
* ML structure Unsynchronized is never opened, not even in Isar
|
wenzelm@38980
|
903 |
interaction mode as before. Old Unsynchronized.set etc. have been
|
wenzelm@38980
|
904 |
discontinued -- use plain := instead. This should be *rare* anyway,
|
wenzelm@38980
|
905 |
since modern tools always work via official context data, notably
|
wenzelm@38980
|
906 |
configuration options.
|
wenzelm@38980
|
907 |
|
wenzelm@39239
|
908 |
* Parallel and asynchronous execution requires special care concerning
|
wenzelm@39239
|
909 |
interrupts. Structure Exn provides some convenience functions that
|
wenzelm@39239
|
910 |
avoid working directly with raw Interrupt. User code must not absorb
|
wenzelm@39239
|
911 |
interrupts -- intermediate handling (for cleanup etc.) needs to be
|
wenzelm@39239
|
912 |
followed by re-raising of the original exception. Another common
|
wenzelm@39239
|
913 |
source of mistakes are "handle _" patterns, which make the meaning of
|
wenzelm@39239
|
914 |
the program subject to physical effects of the environment.
|
wenzelm@39239
|
915 |
|
wenzelm@37868
|
916 |
|
wenzelm@37868
|
917 |
|
wenzelm@37144
|
918 |
New in Isabelle2009-2 (June 2010)
|
wenzelm@37144
|
919 |
---------------------------------
|
haftmann@33993
|
920 |
|
wenzelm@35260
|
921 |
*** General ***
|
wenzelm@35260
|
922 |
|
wenzelm@35436
|
923 |
* Authentic syntax for *all* logical entities (type classes, type
|
wenzelm@35436
|
924 |
constructors, term constants): provides simple and robust
|
wenzelm@35436
|
925 |
correspondence between formal entities and concrete syntax. Within
|
wenzelm@35436
|
926 |
the parse tree / AST representations, "constants" are decorated by
|
wenzelm@35436
|
927 |
their category (class, type, const) and spelled out explicitly with
|
wenzelm@35436
|
928 |
their full internal name.
|
wenzelm@35436
|
929 |
|
wenzelm@35436
|
930 |
Substantial INCOMPATIBILITY concerning low-level syntax declarations
|
wenzelm@35436
|
931 |
and translations (translation rules and translation functions in ML).
|
wenzelm@35436
|
932 |
Some hints on upgrading:
|
wenzelm@35260
|
933 |
|
wenzelm@35260
|
934 |
- Many existing uses of 'syntax' and 'translations' can be replaced
|
wenzelm@35436
|
935 |
by more modern 'type_notation', 'notation' and 'abbreviation',
|
wenzelm@35436
|
936 |
which are independent of this issue.
|
wenzelm@35260
|
937 |
|
wenzelm@35260
|
938 |
- 'translations' require markup within the AST; the term syntax
|
wenzelm@35260
|
939 |
provides the following special forms:
|
wenzelm@35260
|
940 |
|
wenzelm@35260
|
941 |
CONST c -- produces syntax version of constant c from context
|
wenzelm@35261
|
942 |
XCONST c -- literally c, checked as constant from context
|
wenzelm@35261
|
943 |
c -- literally c, if declared by 'syntax'
|
wenzelm@35261
|
944 |
|
wenzelm@35261
|
945 |
Plain identifiers are treated as AST variables -- occasionally the
|
wenzelm@35261
|
946 |
system indicates accidental variables via the error "rhs contains
|
wenzelm@35261
|
947 |
extra variables".
|
wenzelm@35260
|
948 |
|
wenzelm@35436
|
949 |
Type classes and type constructors are marked according to their
|
wenzelm@35436
|
950 |
concrete syntax. Some old translations rules need to be written
|
wenzelm@35436
|
951 |
for the "type" category, using type constructor application
|
wenzelm@35436
|
952 |
instead of pseudo-term application of the default category
|
wenzelm@35436
|
953 |
"logic".
|
wenzelm@35436
|
954 |
|
wenzelm@35260
|
955 |
- 'parse_translation' etc. in ML may use the following
|
wenzelm@35260
|
956 |
antiquotations:
|
wenzelm@35260
|
957 |
|
wenzelm@35436
|
958 |
@{class_syntax c} -- type class c within parse tree / AST
|
wenzelm@35436
|
959 |
@{term_syntax c} -- type constructor c within parse tree / AST
|
wenzelm@35260
|
960 |
@{const_syntax c} -- ML version of "CONST c" above
|
wenzelm@35260
|
961 |
@{syntax_const c} -- literally c (checked wrt. 'syntax' declarations)
|
wenzelm@35260
|
962 |
|
wenzelm@35436
|
963 |
- Literal types within 'typed_print_translations', i.e. those *not*
|
wenzelm@35436
|
964 |
represented as pseudo-terms are represented verbatim. Use @{class
|
wenzelm@35436
|
965 |
c} or @{type_name c} here instead of the above syntax
|
wenzelm@35436
|
966 |
antiquotations.
|
wenzelm@35436
|
967 |
|
wenzelm@35260
|
968 |
Note that old non-authentic syntax was based on unqualified base
|
wenzelm@35436
|
969 |
names, so all of the above "constant" names would coincide. Recall
|
wenzelm@35436
|
970 |
that 'print_syntax' and ML_command "set Syntax.trace_ast" help to
|
wenzelm@35436
|
971 |
diagnose syntax problems.
|
wenzelm@35260
|
972 |
|
wenzelm@35351
|
973 |
* Type constructors admit general mixfix syntax, not just infix.
|
wenzelm@35351
|
974 |
|
wenzelm@36508
|
975 |
* Concrete syntax may be attached to local entities without a proof
|
wenzelm@36508
|
976 |
body, too. This works via regular mixfix annotations for 'fix',
|
wenzelm@36508
|
977 |
'def', 'obtain' etc. or via the explicit 'write' command, which is
|
wenzelm@36508
|
978 |
similar to the 'notation' command in theory specifications.
|
wenzelm@36508
|
979 |
|
wenzelm@37351
|
980 |
* Discontinued unnamed infix syntax (legacy feature for many years) --
|
wenzelm@37351
|
981 |
need to specify constant name and syntax separately. Internal ML
|
wenzelm@37351
|
982 |
datatype constructors have been renamed from InfixName to Infix etc.
|
wenzelm@37351
|
983 |
Minor INCOMPATIBILITY.
|
wenzelm@37351
|
984 |
|
wenzelm@37351
|
985 |
* Schematic theorem statements need to be explicitly markup as such,
|
wenzelm@37351
|
986 |
via commands 'schematic_lemma', 'schematic_theorem',
|
wenzelm@37351
|
987 |
'schematic_corollary'. Thus the relevance of the proof is made
|
wenzelm@37351
|
988 |
syntactically clear, which impacts performance in a parallel or
|
wenzelm@37351
|
989 |
asynchronous interactive environment. Minor INCOMPATIBILITY.
|
wenzelm@37351
|
990 |
|
wenzelm@35613
|
991 |
* Use of cumulative prems via "!" in some proof methods has been
|
wenzelm@37351
|
992 |
discontinued (old legacy feature).
|
wenzelm@35613
|
993 |
|
boehmes@35979
|
994 |
* References 'trace_simp' and 'debug_simp' have been replaced by
|
wenzelm@36857
|
995 |
configuration options stored in the context. Enabling tracing (the
|
wenzelm@36857
|
996 |
case of debugging is similar) in proofs works via
|
wenzelm@36857
|
997 |
|
wenzelm@36857
|
998 |
using [[trace_simp = true]]
|
wenzelm@36857
|
999 |
|
wenzelm@36857
|
1000 |
Tracing is then active for all invocations of the simplifier in
|
wenzelm@36857
|
1001 |
subsequent goal refinement steps. Tracing may also still be enabled or
|
wenzelm@40780
|
1002 |
disabled via the ProofGeneral settings menu.
|
boehmes@35979
|
1003 |
|
wenzelm@36177
|
1004 |
* Separate commands 'hide_class', 'hide_type', 'hide_const',
|
wenzelm@36177
|
1005 |
'hide_fact' replace the former 'hide' KIND command. Minor
|
wenzelm@36177
|
1006 |
INCOMPATIBILITY.
|
wenzelm@36177
|
1007 |
|
wenzelm@37298
|
1008 |
* Improved parallelism of proof term normalization: usedir -p2 -q0 is
|
wenzelm@37298
|
1009 |
more efficient than combinations with -q1 or -q2.
|
wenzelm@37298
|
1010 |
|
wenzelm@35260
|
1011 |
|
haftmann@34170
|
1012 |
*** Pure ***
|
haftmann@34170
|
1013 |
|
wenzelm@37351
|
1014 |
* Proofterms record type-class reasoning explicitly, using the
|
wenzelm@37351
|
1015 |
"unconstrain" operation internally. This eliminates all sort
|
wenzelm@37351
|
1016 |
constraints from a theorem and proof, introducing explicit
|
wenzelm@37351
|
1017 |
OFCLASS-premises. On the proof term level, this operation is
|
wenzelm@37351
|
1018 |
automatically applied at theorem boundaries, such that closed proofs
|
wenzelm@37351
|
1019 |
are always free of sort constraints. INCOMPATIBILITY for tools that
|
wenzelm@37351
|
1020 |
inspect proof terms.
|
haftmann@36147
|
1021 |
|
wenzelm@35765
|
1022 |
* Local theory specifications may depend on extra type variables that
|
wenzelm@35765
|
1023 |
are not present in the result type -- arguments TYPE('a) :: 'a itself
|
wenzelm@35765
|
1024 |
are added internally. For example:
|
wenzelm@35765
|
1025 |
|
wenzelm@35765
|
1026 |
definition unitary :: bool where "unitary = (ALL (x::'a) y. x = y)"
|
wenzelm@35765
|
1027 |
|
wenzelm@37351
|
1028 |
* Predicates of locales introduced by classes carry a mandatory
|
wenzelm@37351
|
1029 |
"class" prefix. INCOMPATIBILITY.
|
wenzelm@37351
|
1030 |
|
wenzelm@37351
|
1031 |
* Vacuous class specifications observe default sort. INCOMPATIBILITY.
|
wenzelm@37351
|
1032 |
|
wenzelm@37351
|
1033 |
* Old 'axclass' command has been discontinued. INCOMPATIBILITY, use
|
wenzelm@37351
|
1034 |
'class' instead.
|
wenzelm@37351
|
1035 |
|
wenzelm@37351
|
1036 |
* Command 'code_reflect' allows to incorporate generated ML code into
|
wenzelm@37351
|
1037 |
runtime environment; replaces immature code_datatype antiquotation.
|
wenzelm@37351
|
1038 |
INCOMPATIBILITY.
|
wenzelm@37351
|
1039 |
|
wenzelm@37351
|
1040 |
* Code generator: simple concept for abstract datatypes obeying
|
wenzelm@37351
|
1041 |
invariants.
|
wenzelm@37351
|
1042 |
|
wenzelm@36857
|
1043 |
* Code generator: details of internal data cache have no impact on the
|
wenzelm@36857
|
1044 |
user space functionality any longer.
|
wenzelm@36857
|
1045 |
|
wenzelm@37351
|
1046 |
* Methods "unfold_locales" and "intro_locales" ignore non-locale
|
wenzelm@37351
|
1047 |
subgoals. This is more appropriate for interpretations with 'where'.
|
wenzelm@36857
|
1048 |
INCOMPATIBILITY.
|
haftmann@34170
|
1049 |
|
wenzelm@36356
|
1050 |
* Command 'example_proof' opens an empty proof body. This allows to
|
wenzelm@36356
|
1051 |
experiment with Isar, without producing any persistent result.
|
wenzelm@36356
|
1052 |
|
wenzelm@35413
|
1053 |
* Commands 'type_notation' and 'no_type_notation' declare type syntax
|
wenzelm@35413
|
1054 |
within a local theory context, with explicit checking of the
|
wenzelm@35413
|
1055 |
constructors involved (in contrast to the raw 'syntax' versions).
|
wenzelm@35413
|
1056 |
|
wenzelm@36178
|
1057 |
* Commands 'types' and 'typedecl' now work within a local theory
|
wenzelm@36178
|
1058 |
context -- without introducing dependencies on parameters or
|
wenzelm@36178
|
1059 |
assumptions, which is not possible in Isabelle/Pure.
|
wenzelm@35681
|
1060 |
|
wenzelm@36857
|
1061 |
* Command 'defaultsort' has been renamed to 'default_sort', it works
|
wenzelm@36857
|
1062 |
within a local theory context. Minor INCOMPATIBILITY.
|
wenzelm@36454
|
1063 |
|
haftmann@34170
|
1064 |
|
haftmann@33993
|
1065 |
*** HOL ***
|
haftmann@33993
|
1066 |
|
wenzelm@37351
|
1067 |
* Command 'typedef' now works within a local theory context -- without
|
wenzelm@37351
|
1068 |
introducing dependencies on parameters or assumptions, which is not
|
wenzelm@37351
|
1069 |
possible in Isabelle/Pure/HOL. Note that the logical environment may
|
wenzelm@37351
|
1070 |
contain multiple interpretations of local typedefs (with different
|
wenzelm@37351
|
1071 |
non-emptiness proofs), even in a global theory context.
|
wenzelm@37351
|
1072 |
|
wenzelm@37351
|
1073 |
* New package for quotient types. Commands 'quotient_type' and
|
wenzelm@37351
|
1074 |
'quotient_definition' may be used for defining types and constants by
|
wenzelm@37351
|
1075 |
quotient constructions. An example is the type of integers created by
|
wenzelm@37351
|
1076 |
quotienting pairs of natural numbers:
|
wenzelm@37380
|
1077 |
|
wenzelm@37351
|
1078 |
fun
|
wenzelm@37380
|
1079 |
intrel :: "(nat * nat) => (nat * nat) => bool"
|
wenzelm@37351
|
1080 |
where
|
wenzelm@37351
|
1081 |
"intrel (x, y) (u, v) = (x + v = u + y)"
|
wenzelm@37351
|
1082 |
|
wenzelm@37380
|
1083 |
quotient_type int = "nat * nat" / intrel
|
wenzelm@37351
|
1084 |
by (auto simp add: equivp_def expand_fun_eq)
|
wenzelm@37380
|
1085 |
|
wenzelm@37351
|
1086 |
quotient_definition
|
wenzelm@37351
|
1087 |
"0::int" is "(0::nat, 0::nat)"
|
wenzelm@37351
|
1088 |
|
wenzelm@37351
|
1089 |
The method "lifting" can be used to lift of theorems from the
|
wenzelm@37351
|
1090 |
underlying "raw" type to the quotient type. The example
|
wenzelm@37351
|
1091 |
src/HOL/Quotient_Examples/FSet.thy includes such a quotient
|
wenzelm@37351
|
1092 |
construction and provides a reasoning infrastructure for finite sets.
|
wenzelm@37351
|
1093 |
|
wenzelm@37351
|
1094 |
* Renamed Library/Quotient.thy to Library/Quotient_Type.thy to avoid
|
wenzelm@37351
|
1095 |
clash with new theory Quotient in Main HOL.
|
wenzelm@37351
|
1096 |
|
wenzelm@37351
|
1097 |
* Moved the SMT binding into the main HOL session, eliminating
|
wenzelm@37351
|
1098 |
separate HOL-SMT session.
|
wenzelm@37351
|
1099 |
|
haftmann@37020
|
1100 |
* List membership infix mem operation is only an input abbreviation.
|
haftmann@37020
|
1101 |
INCOMPATIBILITY.
|
haftmann@37020
|
1102 |
|
wenzelm@37144
|
1103 |
* Theory Library/Word.thy has been removed. Use library Word/Word.thy
|
wenzelm@37144
|
1104 |
for future developements; former Library/Word.thy is still present in
|
wenzelm@37144
|
1105 |
the AFP entry RSAPPS.
|
haftmann@36963
|
1106 |
|
wenzelm@36857
|
1107 |
* Theorem Int.int_induct renamed to Int.int_of_nat_induct and is no
|
wenzelm@36857
|
1108 |
longer shadowed. INCOMPATIBILITY.
|
haftmann@36808
|
1109 |
|
huffman@36836
|
1110 |
* Dropped theorem duplicate comp_arith; use semiring_norm instead.
|
huffman@36836
|
1111 |
INCOMPATIBILITY.
|
huffman@36836
|
1112 |
|
huffman@36836
|
1113 |
* Dropped theorem RealPow.real_sq_order; use power2_le_imp_le instead.
|
huffman@36836
|
1114 |
INCOMPATIBILITY.
|
haftmann@36714
|
1115 |
|
wenzelm@36857
|
1116 |
* Dropped normalizing_semiring etc; use the facts in semiring classes
|
wenzelm@36857
|
1117 |
instead. INCOMPATIBILITY.
|
wenzelm@36857
|
1118 |
|
huffman@36979
|
1119 |
* Dropped several real-specific versions of lemmas about floor and
|
wenzelm@37351
|
1120 |
ceiling; use the generic lemmas from theory "Archimedean_Field"
|
wenzelm@37351
|
1121 |
instead. INCOMPATIBILITY.
|
huffman@36979
|
1122 |
|
huffman@36979
|
1123 |
floor_number_of_eq ~> floor_number_of
|
huffman@36979
|
1124 |
le_floor_eq_number_of ~> number_of_le_floor
|
huffman@36979
|
1125 |
le_floor_eq_zero ~> zero_le_floor
|
huffman@36979
|
1126 |
le_floor_eq_one ~> one_le_floor
|
huffman@36979
|
1127 |
floor_less_eq_number_of ~> floor_less_number_of
|
huffman@36979
|
1128 |
floor_less_eq_zero ~> floor_less_zero
|
huffman@36979
|
1129 |
floor_less_eq_one ~> floor_less_one
|
huffman@36979
|
1130 |
less_floor_eq_number_of ~> number_of_less_floor
|
huffman@36979
|
1131 |
less_floor_eq_zero ~> zero_less_floor
|
huffman@36979
|
1132 |
less_floor_eq_one ~> one_less_floor
|
huffman@36979
|
1133 |
floor_le_eq_number_of ~> floor_le_number_of
|
huffman@36979
|
1134 |
floor_le_eq_zero ~> floor_le_zero
|
huffman@36979
|
1135 |
floor_le_eq_one ~> floor_le_one
|
huffman@36979
|
1136 |
floor_subtract_number_of ~> floor_diff_number_of
|
huffman@36979
|
1137 |
floor_subtract_one ~> floor_diff_one
|
huffman@36979
|
1138 |
ceiling_number_of_eq ~> ceiling_number_of
|
huffman@36979
|
1139 |
ceiling_le_eq_number_of ~> ceiling_le_number_of
|
huffman@36979
|
1140 |
ceiling_le_zero_eq ~> ceiling_le_zero
|
huffman@36979
|
1141 |
ceiling_le_eq_one ~> ceiling_le_one
|
huffman@36979
|
1142 |
less_ceiling_eq_number_of ~> number_of_less_ceiling
|
huffman@36979
|
1143 |
less_ceiling_eq_zero ~> zero_less_ceiling
|
huffman@36979
|
1144 |
less_ceiling_eq_one ~> one_less_ceiling
|
huffman@36979
|
1145 |
ceiling_less_eq_number_of ~> ceiling_less_number_of
|
huffman@36979
|
1146 |
ceiling_less_eq_zero ~> ceiling_less_zero
|
huffman@36979
|
1147 |
ceiling_less_eq_one ~> ceiling_less_one
|
huffman@36979
|
1148 |
le_ceiling_eq_number_of ~> number_of_le_ceiling
|
huffman@36979
|
1149 |
le_ceiling_eq_zero ~> zero_le_ceiling
|
huffman@36979
|
1150 |
le_ceiling_eq_one ~> one_le_ceiling
|
huffman@36979
|
1151 |
ceiling_subtract_number_of ~> ceiling_diff_number_of
|
huffman@36979
|
1152 |
ceiling_subtract_one ~> ceiling_diff_one
|
huffman@36979
|
1153 |
|
wenzelm@37144
|
1154 |
* Theory "Finite_Set": various folding_XXX locales facilitate the
|
wenzelm@36857
|
1155 |
application of the various fold combinators on finite sets.
|
wenzelm@36857
|
1156 |
|
wenzelm@36857
|
1157 |
* Library theory "RBT" renamed to "RBT_Impl"; new library theory "RBT"
|
wenzelm@36857
|
1158 |
provides abstract red-black tree type which is backed by "RBT_Impl" as
|
wenzelm@36857
|
1159 |
implementation. INCOMPATIBILTY.
|
haftmann@36147
|
1160 |
|
huffman@36830
|
1161 |
* Theory Library/Coinductive_List has been removed -- superseded by
|
wenzelm@35763
|
1162 |
AFP/thys/Coinductive.
|
wenzelm@35763
|
1163 |
|
huffman@36829
|
1164 |
* Theory PReal, including the type "preal" and related operations, has
|
huffman@36829
|
1165 |
been removed. INCOMPATIBILITY.
|
huffman@36829
|
1166 |
|
wenzelm@37380
|
1167 |
* Real: new development using Cauchy Sequences.
|
wenzelm@37380
|
1168 |
|
wenzelm@37351
|
1169 |
* Split off theory "Big_Operators" containing setsum, setprod,
|
wenzelm@37351
|
1170 |
Inf_fin, Sup_fin, Min, Max from theory Finite_Set. INCOMPATIBILITY.
|
wenzelm@36857
|
1171 |
|
wenzelm@36857
|
1172 |
* Theory "Rational" renamed to "Rat", for consistency with "Nat",
|
wenzelm@36857
|
1173 |
"Int" etc. INCOMPATIBILITY.
|
wenzelm@36857
|
1174 |
|
wenzelm@37351
|
1175 |
* Constant Rat.normalize needs to be qualified. INCOMPATIBILITY.
|
wenzelm@37143
|
1176 |
|
wenzelm@36857
|
1177 |
* New set of rules "ac_simps" provides combined assoc / commute
|
wenzelm@36857
|
1178 |
rewrites for all interpretations of the appropriate generic locales.
|
wenzelm@36857
|
1179 |
|
wenzelm@36857
|
1180 |
* Renamed theory "OrderedGroup" to "Groups" and split theory
|
wenzelm@36857
|
1181 |
"Ring_and_Field" into theories "Rings" and "Fields"; for more
|
wenzelm@36857
|
1182 |
appropriate and more consistent names suitable for name prefixes
|
wenzelm@36857
|
1183 |
within the HOL theories. INCOMPATIBILITY.
|
haftmann@35050
|
1184 |
|
haftmann@35084
|
1185 |
* Some generic constants have been put to appropriate theories:
|
wenzelm@36857
|
1186 |
- less_eq, less: Orderings
|
wenzelm@36857
|
1187 |
- zero, one, plus, minus, uminus, times, abs, sgn: Groups
|
wenzelm@36857
|
1188 |
- inverse, divide: Rings
|
haftmann@35084
|
1189 |
INCOMPATIBILITY.
|
haftmann@35084
|
1190 |
|
wenzelm@36857
|
1191 |
* More consistent naming of type classes involving orderings (and
|
wenzelm@36857
|
1192 |
lattices):
|
haftmann@35027
|
1193 |
|
haftmann@35027
|
1194 |
lower_semilattice ~> semilattice_inf
|
haftmann@35027
|
1195 |
upper_semilattice ~> semilattice_sup
|
haftmann@35027
|
1196 |
|
haftmann@35027
|
1197 |
dense_linear_order ~> dense_linorder
|
haftmann@35027
|
1198 |
|
haftmann@35027
|
1199 |
pordered_ab_group_add ~> ordered_ab_group_add
|
haftmann@35027
|
1200 |
pordered_ab_group_add_abs ~> ordered_ab_group_add_abs
|
haftmann@35027
|
1201 |
pordered_ab_semigroup_add ~> ordered_ab_semigroup_add
|
haftmann@35027
|
1202 |
pordered_ab_semigroup_add_imp_le ~> ordered_ab_semigroup_add_imp_le
|
haftmann@35027
|
1203 |
pordered_cancel_ab_semigroup_add ~> ordered_cancel_ab_semigroup_add
|
haftmann@35027
|
1204 |
pordered_cancel_comm_semiring ~> ordered_cancel_comm_semiring
|
haftmann@35027
|
1205 |
pordered_cancel_semiring ~> ordered_cancel_semiring
|
haftmann@35027
|
1206 |
pordered_comm_monoid_add ~> ordered_comm_monoid_add
|
haftmann@35027
|
1207 |
pordered_comm_ring ~> ordered_comm_ring
|
haftmann@35027
|
1208 |
pordered_comm_semiring ~> ordered_comm_semiring
|
haftmann@35027
|
1209 |
pordered_ring ~> ordered_ring
|
haftmann@35027
|
1210 |
pordered_ring_abs ~> ordered_ring_abs
|
haftmann@35027
|
1211 |
pordered_semiring ~> ordered_semiring
|
haftmann@35027
|
1212 |
|
haftmann@35027
|
1213 |
ordered_ab_group_add ~> linordered_ab_group_add
|
haftmann@35027
|
1214 |
ordered_ab_semigroup_add ~> linordered_ab_semigroup_add
|
haftmann@35027
|
1215 |
ordered_cancel_ab_semigroup_add ~> linordered_cancel_ab_semigroup_add
|
haftmann@35027
|
1216 |
ordered_comm_semiring_strict ~> linordered_comm_semiring_strict
|
haftmann@35027
|
1217 |
ordered_field ~> linordered_field
|
haftmann@35027
|
1218 |
ordered_field_no_lb ~> linordered_field_no_lb
|
haftmann@35027
|
1219 |
ordered_field_no_ub ~> linordered_field_no_ub
|
haftmann@35027
|
1220 |
ordered_field_dense_linear_order ~> dense_linordered_field
|
haftmann@35027
|
1221 |
ordered_idom ~> linordered_idom
|
haftmann@35027
|
1222 |
ordered_ring ~> linordered_ring
|
haftmann@35027
|
1223 |
ordered_ring_le_cancel_factor ~> linordered_ring_le_cancel_factor
|
haftmann@35027
|
1224 |
ordered_ring_less_cancel_factor ~> linordered_ring_less_cancel_factor
|
haftmann@35027
|
1225 |
ordered_ring_strict ~> linordered_ring_strict
|
haftmann@35027
|
1226 |
ordered_semidom ~> linordered_semidom
|
haftmann@35027
|
1227 |
ordered_semiring ~> linordered_semiring
|
haftmann@35027
|
1228 |
ordered_semiring_1 ~> linordered_semiring_1
|
haftmann@35027
|
1229 |
ordered_semiring_1_strict ~> linordered_semiring_1_strict
|
haftmann@35027
|
1230 |
ordered_semiring_strict ~> linordered_semiring_strict
|
haftmann@35027
|
1231 |
|
wenzelm@36857
|
1232 |
The following slightly odd type classes have been moved to a
|
wenzelm@37351
|
1233 |
separate theory Library/Lattice_Algebras:
|
haftmann@35032
|
1234 |
|
haftmann@35032
|
1235 |
lordered_ab_group_add ~> lattice_ab_group_add
|
haftmann@35032
|
1236 |
lordered_ab_group_add_abs ~> lattice_ab_group_add_abs
|
haftmann@35032
|
1237 |
lordered_ab_group_add_meet ~> semilattice_inf_ab_group_add
|
haftmann@35032
|
1238 |
lordered_ab_group_add_join ~> semilattice_sup_ab_group_add
|
haftmann@35032
|
1239 |
lordered_ring ~> lattice_ring
|
haftmann@35032
|
1240 |
|
haftmann@35027
|
1241 |
INCOMPATIBILITY.
|
haftmann@35027
|
1242 |
|
haftmann@36416
|
1243 |
* Refined field classes:
|
wenzelm@36857
|
1244 |
- classes division_ring_inverse_zero, field_inverse_zero,
|
wenzelm@36857
|
1245 |
linordered_field_inverse_zero include rule inverse 0 = 0 --
|
wenzelm@36857
|
1246 |
subsumes former division_by_zero class;
|
wenzelm@36857
|
1247 |
- numerous lemmas have been ported from field to division_ring.
|
wenzelm@36857
|
1248 |
INCOMPATIBILITY.
|
haftmann@36416
|
1249 |
|
haftmann@36416
|
1250 |
* Refined algebra theorem collections:
|
wenzelm@36857
|
1251 |
- dropped theorem group group_simps, use algebra_simps instead;
|
wenzelm@36857
|
1252 |
- dropped theorem group ring_simps, use field_simps instead;
|
wenzelm@36857
|
1253 |
- proper theorem collection field_simps subsumes former theorem
|
wenzelm@36857
|
1254 |
groups field_eq_simps and field_simps;
|
wenzelm@36857
|
1255 |
- dropped lemma eq_minus_self_iff which is a duplicate for
|
wenzelm@36857
|
1256 |
equal_neg_zero.
|
wenzelm@36857
|
1257 |
INCOMPATIBILITY.
|
wenzelm@35009
|
1258 |
|
wenzelm@35009
|
1259 |
* Theory Finite_Set and List: some lemmas have been generalized from
|
wenzelm@34076
|
1260 |
sets to lattices:
|
wenzelm@34076
|
1261 |
|
haftmann@34007
|
1262 |
fun_left_comm_idem_inter ~> fun_left_comm_idem_inf
|
haftmann@34007
|
1263 |
fun_left_comm_idem_union ~> fun_left_comm_idem_sup
|
haftmann@34007
|
1264 |
inter_Inter_fold_inter ~> inf_Inf_fold_inf
|
haftmann@34007
|
1265 |
union_Union_fold_union ~> sup_Sup_fold_sup
|
haftmann@34007
|
1266 |
Inter_fold_inter ~> Inf_fold_inf
|
haftmann@34007
|
1267 |
Union_fold_union ~> Sup_fold_sup
|
haftmann@34007
|
1268 |
inter_INTER_fold_inter ~> inf_INFI_fold_inf
|
haftmann@34007
|
1269 |
union_UNION_fold_union ~> sup_SUPR_fold_sup
|
haftmann@34007
|
1270 |
INTER_fold_inter ~> INFI_fold_inf
|
haftmann@34007
|
1271 |
UNION_fold_union ~> SUPR_fold_sup
|
haftmann@34007
|
1272 |
|
wenzelm@37351
|
1273 |
* Theory "Complete_Lattice": lemmas top_def and bot_def have been
|
haftmann@36416
|
1274 |
replaced by the more convenient lemmas Inf_empty and Sup_empty.
|
haftmann@36416
|
1275 |
Dropped lemmas Inf_insert_simp and Sup_insert_simp, which are subsumed
|
haftmann@36416
|
1276 |
by Inf_insert and Sup_insert. Lemmas Inf_UNIV and Sup_UNIV replace
|
haftmann@36416
|
1277 |
former Inf_Univ and Sup_Univ. Lemmas inf_top_right and sup_bot_right
|
haftmann@36416
|
1278 |
subsume inf_top and sup_bot respectively. INCOMPATIBILITY.
|
haftmann@36416
|
1279 |
|
wenzelm@36857
|
1280 |
* Reorganized theory Multiset: swapped notation of pointwise and
|
wenzelm@36857
|
1281 |
multiset order:
|
wenzelm@37351
|
1282 |
|
wenzelm@36857
|
1283 |
- pointwise ordering is instance of class order with standard syntax
|
wenzelm@36857
|
1284 |
<= and <;
|
wenzelm@36857
|
1285 |
- multiset ordering has syntax <=# and <#; partial order properties
|
wenzelm@36857
|
1286 |
are provided by means of interpretation with prefix
|
wenzelm@36857
|
1287 |
multiset_order;
|
wenzelm@36857
|
1288 |
- less duplication, less historical organization of sections,
|
wenzelm@36857
|
1289 |
conversion from associations lists to multisets, rudimentary code
|
wenzelm@36857
|
1290 |
generation;
|
wenzelm@36857
|
1291 |
- use insert_DiffM2 [symmetric] instead of elem_imp_eq_diff_union,
|
wenzelm@36857
|
1292 |
if needed.
|
wenzelm@37351
|
1293 |
|
nipkow@36903
|
1294 |
Renamed:
|
wenzelm@37351
|
1295 |
|
wenzelm@37351
|
1296 |
multiset_eq_conv_count_eq ~> multiset_ext_iff
|
wenzelm@37351
|
1297 |
multi_count_ext ~> multiset_ext
|
wenzelm@37351
|
1298 |
diff_union_inverse2 ~> diff_union_cancelR
|
wenzelm@37351
|
1299 |
|
wenzelm@36857
|
1300 |
INCOMPATIBILITY.
|
haftmann@36416
|
1301 |
|
nipkow@36903
|
1302 |
* Theory Permutation: replaced local "remove" by List.remove1.
|
nipkow@36903
|
1303 |
|
haftmann@36416
|
1304 |
* Code generation: ML and OCaml code is decorated with signatures.
|
haftmann@36416
|
1305 |
|
wenzelm@35009
|
1306 |
* Theory List: added transpose.
|
wenzelm@35009
|
1307 |
|
huffman@35810
|
1308 |
* Library/Nat_Bijection.thy is a collection of bijective functions
|
huffman@35810
|
1309 |
between nat and other types, which supersedes the older libraries
|
huffman@35810
|
1310 |
Library/Nat_Int_Bij.thy and HOLCF/NatIso.thy. INCOMPATIBILITY.
|
huffman@35810
|
1311 |
|
huffman@35810
|
1312 |
Constants:
|
huffman@35810
|
1313 |
Nat_Int_Bij.nat2_to_nat ~> prod_encode
|
huffman@35810
|
1314 |
Nat_Int_Bij.nat_to_nat2 ~> prod_decode
|
huffman@35810
|
1315 |
Nat_Int_Bij.int_to_nat_bij ~> int_encode
|
huffman@35810
|
1316 |
Nat_Int_Bij.nat_to_int_bij ~> int_decode
|
huffman@35810
|
1317 |
Countable.pair_encode ~> prod_encode
|
huffman@35810
|
1318 |
NatIso.prod2nat ~> prod_encode
|
huffman@35810
|
1319 |
NatIso.nat2prod ~> prod_decode
|
huffman@35810
|
1320 |
NatIso.sum2nat ~> sum_encode
|
huffman@35810
|
1321 |
NatIso.nat2sum ~> sum_decode
|
huffman@35810
|
1322 |
NatIso.list2nat ~> list_encode
|
huffman@35810
|
1323 |
NatIso.nat2list ~> list_decode
|
huffman@35810
|
1324 |
NatIso.set2nat ~> set_encode
|
huffman@35810
|
1325 |
NatIso.nat2set ~> set_decode
|
huffman@35810
|
1326 |
|
huffman@35810
|
1327 |
Lemmas:
|
huffman@35810
|
1328 |
Nat_Int_Bij.bij_nat_to_int_bij ~> bij_int_decode
|
huffman@35810
|
1329 |
Nat_Int_Bij.nat2_to_nat_inj ~> inj_prod_encode
|
huffman@35810
|
1330 |
Nat_Int_Bij.nat2_to_nat_surj ~> surj_prod_encode
|
huffman@35810
|
1331 |
Nat_Int_Bij.nat_to_nat2_inj ~> inj_prod_decode
|
huffman@35810
|
1332 |
Nat_Int_Bij.nat_to_nat2_surj ~> surj_prod_decode
|
huffman@35810
|
1333 |
Nat_Int_Bij.i2n_n2i_id ~> int_encode_inverse
|
huffman@35810
|
1334 |
Nat_Int_Bij.n2i_i2n_id ~> int_decode_inverse
|
huffman@35810
|
1335 |
Nat_Int_Bij.surj_nat_to_int_bij ~> surj_int_encode
|
huffman@35810
|
1336 |
Nat_Int_Bij.surj_int_to_nat_bij ~> surj_int_decode
|
huffman@35810
|
1337 |
Nat_Int_Bij.inj_nat_to_int_bij ~> inj_int_encode
|
huffman@35810
|
1338 |
Nat_Int_Bij.inj_int_to_nat_bij ~> inj_int_decode
|
huffman@35810
|
1339 |
Nat_Int_Bij.bij_nat_to_int_bij ~> bij_int_encode
|
huffman@35810
|
1340 |
Nat_Int_Bij.bij_int_to_nat_bij ~> bij_int_decode
|
huffman@35810
|
1341 |
|
blanchet@36929
|
1342 |
* Sledgehammer:
|
blanchet@36929
|
1343 |
- Renamed ATP commands:
|
blanchet@36929
|
1344 |
atp_info ~> sledgehammer running_atps
|
blanchet@36929
|
1345 |
atp_kill ~> sledgehammer kill_atps
|
blanchet@36929
|
1346 |
atp_messages ~> sledgehammer messages
|
blanchet@36929
|
1347 |
atp_minimize ~> sledgehammer minimize
|
blanchet@36929
|
1348 |
print_atps ~> sledgehammer available_atps
|
blanchet@36929
|
1349 |
INCOMPATIBILITY.
|
blanchet@36929
|
1350 |
- Added user's manual ("isabelle doc sledgehammer").
|
blanchet@36929
|
1351 |
- Added option syntax and "sledgehammer_params" to customize
|
blanchet@36929
|
1352 |
Sledgehammer's behavior. See the manual for details.
|
blanchet@36929
|
1353 |
- Modified the Isar proof reconstruction code so that it produces
|
blanchet@36929
|
1354 |
direct proofs rather than proofs by contradiction. (This feature
|
blanchet@36929
|
1355 |
is still experimental.)
|
blanchet@36929
|
1356 |
- Made Isar proof reconstruction work for SPASS, remote ATPs, and in
|
blanchet@36929
|
1357 |
full-typed mode.
|
blanchet@36929
|
1358 |
- Added support for TPTP syntax for SPASS via the "spass_tptp" ATP.
|
blanchet@36929
|
1359 |
|
blanchet@36928
|
1360 |
* Nitpick:
|
blanchet@36928
|
1361 |
- Added and implemented "binary_ints" and "bits" options.
|
blanchet@36928
|
1362 |
- Added "std" option and implemented support for nonstandard models.
|
blanchet@36928
|
1363 |
- Added and implemented "finitize" option to improve the precision
|
blanchet@36928
|
1364 |
of infinite datatypes based on a monotonicity analysis.
|
blanchet@36928
|
1365 |
- Added support for quotient types.
|
blanchet@36928
|
1366 |
- Added support for "specification" and "ax_specification"
|
blanchet@36928
|
1367 |
constructs.
|
blanchet@36928
|
1368 |
- Added support for local definitions (for "function" and
|
blanchet@36928
|
1369 |
"termination" proofs).
|
blanchet@36928
|
1370 |
- Added support for term postprocessors.
|
blanchet@36928
|
1371 |
- Optimized "Multiset.multiset" and "FinFun.finfun".
|
blanchet@36928
|
1372 |
- Improved efficiency of "destroy_constrs" optimization.
|
blanchet@36928
|
1373 |
- Fixed soundness bugs related to "destroy_constrs" optimization and
|
blanchet@36928
|
1374 |
record getters.
|
blanchet@37272
|
1375 |
- Fixed soundness bug related to higher-order constructors.
|
blanchet@37272
|
1376 |
- Fixed soundness bug when "full_descrs" is enabled.
|
blanchet@36928
|
1377 |
- Improved precision of set constructs.
|
blanchet@37260
|
1378 |
- Added "atoms" option.
|
blanchet@36928
|
1379 |
- Added cache to speed up repeated Kodkod invocations on the same
|
blanchet@36928
|
1380 |
problems.
|
blanchet@36928
|
1381 |
- Renamed "MiniSatJNI", "zChaffJNI", "BerkMinAlloy", and
|
blanchet@36928
|
1382 |
"SAT4JLight" to "MiniSat_JNI", "zChaff_JNI", "BerkMin_Alloy", and
|
blanchet@36928
|
1383 |
"SAT4J_Light". INCOMPATIBILITY.
|
blanchet@36928
|
1384 |
- Removed "skolemize", "uncurry", "sym_break", "flatten_prop",
|
blanchet@36928
|
1385 |
"sharing_depth", and "show_skolems" options. INCOMPATIBILITY.
|
blanchet@37264
|
1386 |
- Removed "nitpick_intro" attribute. INCOMPATIBILITY.
|
blanchet@36928
|
1387 |
|
berghofe@37361
|
1388 |
* Method "induct" now takes instantiations of the form t, where t is not
|
berghofe@37361
|
1389 |
a variable, as a shorthand for "x == t", where x is a fresh variable.
|
berghofe@37361
|
1390 |
If this is not intended, t has to be enclosed in parentheses.
|
berghofe@37361
|
1391 |
By default, the equalities generated by definitional instantiations
|
berghofe@37361
|
1392 |
are pre-simplified, which may cause parameters of inductive cases
|
berghofe@37361
|
1393 |
to disappear, or may even delete some of the inductive cases.
|
berghofe@37361
|
1394 |
Use "induct (no_simp)" instead of "induct" to restore the old
|
berghofe@37361
|
1395 |
behaviour. The (no_simp) option is also understood by the "cases"
|
berghofe@37361
|
1396 |
and "nominal_induct" methods, which now perform pre-simplification, too.
|
berghofe@37361
|
1397 |
INCOMPATIBILITY.
|
berghofe@37361
|
1398 |
|
haftmann@33993
|
1399 |
|
huffman@36828
|
1400 |
*** HOLCF ***
|
huffman@36828
|
1401 |
|
huffman@36828
|
1402 |
* Variable names in lemmas generated by the domain package have
|
huffman@36828
|
1403 |
changed; the naming scheme is now consistent with the HOL datatype
|
huffman@36828
|
1404 |
package. Some proof scripts may be affected, INCOMPATIBILITY.
|
huffman@36828
|
1405 |
|
huffman@36828
|
1406 |
* The domain package no longer defines the function "foo_copy" for
|
huffman@36828
|
1407 |
recursive domain "foo". The reach lemma is now stated directly in
|
huffman@36828
|
1408 |
terms of "foo_take". Lemmas and proofs that mention "foo_copy" must
|
huffman@36828
|
1409 |
be reformulated in terms of "foo_take", INCOMPATIBILITY.
|
huffman@36828
|
1410 |
|
huffman@36828
|
1411 |
* Most definedness lemmas generated by the domain package (previously
|
huffman@36828
|
1412 |
of the form "x ~= UU ==> foo$x ~= UU") now have an if-and-only-if form
|
huffman@36828
|
1413 |
like "foo$x = UU <-> x = UU", which works better as a simp rule.
|
wenzelm@37351
|
1414 |
Proofs that used definedness lemmas as intro rules may break,
|
huffman@36828
|
1415 |
potential INCOMPATIBILITY.
|
huffman@36828
|
1416 |
|
huffman@36828
|
1417 |
* Induction and casedist rules generated by the domain package now
|
huffman@36828
|
1418 |
declare proper case_names (one called "bottom", and one named for each
|
huffman@36828
|
1419 |
constructor). INCOMPATIBILITY.
|
huffman@36828
|
1420 |
|
huffman@36828
|
1421 |
* For mutually-recursive domains, separate "reach" and "take_lemma"
|
huffman@36828
|
1422 |
rules are generated for each domain, INCOMPATIBILITY.
|
huffman@36828
|
1423 |
|
huffman@36828
|
1424 |
foo_bar.reach ~> foo.reach bar.reach
|
huffman@36828
|
1425 |
foo_bar.take_lemmas ~> foo.take_lemma bar.take_lemma
|
huffman@36828
|
1426 |
|
huffman@36828
|
1427 |
* Some lemmas generated by the domain package have been renamed for
|
huffman@36828
|
1428 |
consistency with the datatype package, INCOMPATIBILITY.
|
huffman@36828
|
1429 |
|
huffman@36828
|
1430 |
foo.ind ~> foo.induct
|
huffman@36828
|
1431 |
foo.finite_ind ~> foo.finite_induct
|
huffman@36828
|
1432 |
foo.coind ~> foo.coinduct
|
huffman@36828
|
1433 |
foo.casedist ~> foo.exhaust
|
huffman@36828
|
1434 |
foo.exhaust ~> foo.nchotomy
|
huffman@36828
|
1435 |
|
huffman@36828
|
1436 |
* For consistency with other definition packages, the fixrec package
|
huffman@36828
|
1437 |
now generates qualified theorem names, INCOMPATIBILITY.
|
huffman@36828
|
1438 |
|
huffman@36828
|
1439 |
foo_simps ~> foo.simps
|
huffman@36828
|
1440 |
foo_unfold ~> foo.unfold
|
huffman@36828
|
1441 |
foo_induct ~> foo.induct
|
huffman@36828
|
1442 |
|
huffman@37087
|
1443 |
* The "fixrec_simp" attribute has been removed. The "fixrec_simp"
|
huffman@37087
|
1444 |
method and internal fixrec proofs now use the default simpset instead.
|
huffman@37087
|
1445 |
INCOMPATIBILITY.
|
huffman@37087
|
1446 |
|
huffman@36828
|
1447 |
* The "contlub" predicate has been removed. Proof scripts should use
|
huffman@36828
|
1448 |
lemma contI2 in place of monocontlub2cont, INCOMPATIBILITY.
|
huffman@36828
|
1449 |
|
huffman@36828
|
1450 |
* The "admw" predicate has been removed, INCOMPATIBILITY.
|
huffman@36828
|
1451 |
|
huffman@36828
|
1452 |
* The constants cpair, cfst, and csnd have been removed in favor of
|
huffman@36828
|
1453 |
Pair, fst, and snd from Isabelle/HOL, INCOMPATIBILITY.
|
huffman@36828
|
1454 |
|
huffman@36828
|
1455 |
|
haftmann@33993
|
1456 |
*** ML ***
|
haftmann@33993
|
1457 |
|
wenzelm@37351
|
1458 |
* Antiquotations for basic formal entities:
|
wenzelm@37351
|
1459 |
|
wenzelm@37351
|
1460 |
@{class NAME} -- type class
|
wenzelm@37351
|
1461 |
@{class_syntax NAME} -- syntax representation of the above
|
wenzelm@37351
|
1462 |
|
wenzelm@37351
|
1463 |
@{type_name NAME} -- logical type
|
wenzelm@37351
|
1464 |
@{type_abbrev NAME} -- type abbreviation
|
wenzelm@37351
|
1465 |
@{nonterminal NAME} -- type of concrete syntactic category
|
wenzelm@37351
|
1466 |
@{type_syntax NAME} -- syntax representation of any of the above
|
wenzelm@37351
|
1467 |
|
wenzelm@37351
|
1468 |
@{const_name NAME} -- logical constant (INCOMPATIBILITY)
|
wenzelm@37351
|
1469 |
@{const_abbrev NAME} -- abbreviated constant
|
wenzelm@37351
|
1470 |
@{const_syntax NAME} -- syntax representation of any of the above
|
wenzelm@37351
|
1471 |
|
wenzelm@37351
|
1472 |
* Antiquotation @{syntax_const NAME} ensures that NAME refers to a raw
|
wenzelm@37351
|
1473 |
syntax constant (cf. 'syntax' command).
|
wenzelm@37351
|
1474 |
|
wenzelm@37351
|
1475 |
* Antiquotation @{make_string} inlines a function to print arbitrary
|
wenzelm@37351
|
1476 |
values similar to the ML toplevel. The result is compiler dependent
|
wenzelm@37351
|
1477 |
and may fall back on "?" in certain situations.
|
wenzelm@37351
|
1478 |
|
wenzelm@37351
|
1479 |
* Diagnostic commands 'ML_val' and 'ML_command' may refer to
|
wenzelm@37351
|
1480 |
antiquotations @{Isar.state} and @{Isar.goal}. This replaces impure
|
wenzelm@37351
|
1481 |
Isar.state() and Isar.goal(), which belong to the old TTY loop and do
|
wenzelm@37351
|
1482 |
not work with the asynchronous Isar document model.
|
wenzelm@37351
|
1483 |
|
wenzelm@37351
|
1484 |
* Configuration options now admit dynamic default values, depending on
|
wenzelm@37351
|
1485 |
the context or even global references.
|
wenzelm@37351
|
1486 |
|
wenzelm@37351
|
1487 |
* SHA1.digest digests strings according to SHA-1 (see RFC 3174). It
|
wenzelm@37351
|
1488 |
uses an efficient external library if available (for Poly/ML).
|
wenzelm@37351
|
1489 |
|
wenzelm@37144
|
1490 |
* Renamed some important ML structures, while keeping the old names
|
wenzelm@37144
|
1491 |
for some time as aliases within the structure Legacy:
|
wenzelm@37144
|
1492 |
|
wenzelm@37144
|
1493 |
OuterKeyword ~> Keyword
|
wenzelm@37144
|
1494 |
OuterLex ~> Token
|
wenzelm@37144
|
1495 |
OuterParse ~> Parse
|
wenzelm@37144
|
1496 |
OuterSyntax ~> Outer_Syntax
|
wenzelm@37216
|
1497 |
PrintMode ~> Print_Mode
|
wenzelm@37144
|
1498 |
SpecParse ~> Parse_Spec
|
wenzelm@37216
|
1499 |
ThyInfo ~> Thy_Info
|
wenzelm@37216
|
1500 |
ThyLoad ~> Thy_Load
|
wenzelm@37216
|
1501 |
ThyOutput ~> Thy_Output
|
wenzelm@37145
|
1502 |
TypeInfer ~> Type_Infer
|
wenzelm@37144
|
1503 |
|
wenzelm@37144
|
1504 |
Note that "open Legacy" simplifies porting of sources, but forgetting
|
wenzelm@37144
|
1505 |
to remove it again will complicate porting again in the future.
|
wenzelm@37144
|
1506 |
|
wenzelm@37144
|
1507 |
* Most operations that refer to a global context are named
|
wenzelm@37144
|
1508 |
accordingly, e.g. Simplifier.global_context or
|
wenzelm@37144
|
1509 |
ProofContext.init_global. There are some situations where a global
|
wenzelm@37144
|
1510 |
context actually works, but under normal circumstances one needs to
|
wenzelm@37144
|
1511 |
pass the proper local context through the code!
|
wenzelm@37144
|
1512 |
|
wenzelm@37144
|
1513 |
* Discontinued old TheoryDataFun with its copy/init operation -- data
|
wenzelm@37144
|
1514 |
needs to be pure. Functor Theory_Data_PP retains the traditional
|
wenzelm@37144
|
1515 |
Pretty.pp argument to merge, which is absent in the standard
|
wenzelm@37144
|
1516 |
Theory_Data version.
|
wenzelm@36429
|
1517 |
|
wenzelm@37144
|
1518 |
* Sorts.certify_sort and derived "cert" operations for types and terms
|
wenzelm@37144
|
1519 |
no longer minimize sorts. Thus certification at the boundary of the
|
wenzelm@37144
|
1520 |
inference kernel becomes invariant under addition of class relations,
|
wenzelm@37144
|
1521 |
which is an important monotonicity principle. Sorts are now minimized
|
wenzelm@37144
|
1522 |
in the syntax layer only, at the boundary between the end-user and the
|
wenzelm@37144
|
1523 |
system. Subtle INCOMPATIBILITY, may have to use Sign.minimize_sort
|
wenzelm@37144
|
1524 |
explicitly in rare situations.
|
wenzelm@37144
|
1525 |
|
wenzelm@35021
|
1526 |
* Renamed old-style Drule.standard to Drule.export_without_context, to
|
wenzelm@35021
|
1527 |
emphasize that this is in no way a standard operation.
|
wenzelm@35021
|
1528 |
INCOMPATIBILITY.
|
wenzelm@35021
|
1529 |
|
wenzelm@34076
|
1530 |
* Subgoal.FOCUS (and variants): resulting goal state is normalized as
|
wenzelm@34076
|
1531 |
usual for resolution. Rare INCOMPATIBILITY.
|
wenzelm@34076
|
1532 |
|
wenzelm@35845
|
1533 |
* Renamed varify/unvarify operations to varify_global/unvarify_global
|
wenzelm@35845
|
1534 |
to emphasize that these only work in a global situation (which is
|
wenzelm@35845
|
1535 |
quite rare).
|
wenzelm@35845
|
1536 |
|
wenzelm@37144
|
1537 |
* Curried take and drop in library.ML; negative length is interpreted
|
wenzelm@37144
|
1538 |
as infinity (as in chop). Subtle INCOMPATIBILITY.
|
wenzelm@36961
|
1539 |
|
wenzelm@37351
|
1540 |
* Proof terms: type substitutions on proof constants now use canonical
|
wenzelm@37351
|
1541 |
order of type variables. INCOMPATIBILITY for tools working with proof
|
wenzelm@37351
|
1542 |
terms.
|
wenzelm@37351
|
1543 |
|
wenzelm@37351
|
1544 |
* Raw axioms/defs may no longer carry sort constraints, and raw defs
|
wenzelm@37351
|
1545 |
may no longer carry premises. User-level specifications are
|
wenzelm@37351
|
1546 |
transformed accordingly by Thm.add_axiom/add_def.
|
wenzelm@37351
|
1547 |
|
haftmann@33993
|
1548 |
|
wenzelm@34238
|
1549 |
*** System ***
|
wenzelm@34238
|
1550 |
|
wenzelm@34238
|
1551 |
* Discontinued special HOL_USEDIR_OPTIONS for the main HOL image;
|
wenzelm@34238
|
1552 |
ISABELLE_USEDIR_OPTIONS applies uniformly to all sessions. Note that
|
wenzelm@34238
|
1553 |
proof terms are enabled unconditionally in the new HOL-Proofs image.
|
wenzelm@34238
|
1554 |
|
wenzelm@34255
|
1555 |
* Discontinued old ISABELLE and ISATOOL environment settings (legacy
|
wenzelm@34255
|
1556 |
feature since Isabelle2009). Use ISABELLE_PROCESS and ISABELLE_TOOL,
|
wenzelm@34255
|
1557 |
respectively.
|
wenzelm@34255
|
1558 |
|
wenzelm@36201
|
1559 |
* Old lib/scripts/polyml-platform is superseded by the
|
wenzelm@36201
|
1560 |
ISABELLE_PLATFORM setting variable, which defaults to the 32 bit
|
wenzelm@36201
|
1561 |
variant, even on a 64 bit machine. The following example setting
|
wenzelm@36201
|
1562 |
prefers 64 bit if available:
|
wenzelm@36201
|
1563 |
|
wenzelm@36201
|
1564 |
ML_PLATFORM="${ISABELLE_PLATFORM64:-$ISABELLE_PLATFORM}"
|
wenzelm@36201
|
1565 |
|
wenzelm@37218
|
1566 |
* The preliminary Isabelle/jEdit application demonstrates the emerging
|
wenzelm@37218
|
1567 |
Isabelle/Scala layer for advanced prover interaction and integration.
|
wenzelm@37218
|
1568 |
See src/Tools/jEdit or "isabelle jedit" provided by the properly built
|
wenzelm@37218
|
1569 |
component.
|
wenzelm@37218
|
1570 |
|
wenzelm@37375
|
1571 |
* "IsabelleText" is a Unicode font derived from Bitstream Vera Mono
|
wenzelm@37375
|
1572 |
and Bluesky TeX fonts. It provides the usual Isabelle symbols,
|
wenzelm@37375
|
1573 |
similar to the default assignment of the document preparation system
|
wenzelm@37375
|
1574 |
(cf. isabellesym.sty). The Isabelle/Scala class Isabelle_System
|
wenzelm@37375
|
1575 |
provides some operations for direct access to the font without asking
|
wenzelm@37375
|
1576 |
the user for manual installation.
|
wenzelm@37375
|
1577 |
|
wenzelm@34238
|
1578 |
|
haftmann@33993
|
1579 |
|
wenzelm@33842
|
1580 |
New in Isabelle2009-1 (December 2009)
|
wenzelm@33842
|
1581 |
-------------------------------------
|
wenzelm@30904
|
1582 |
|
wenzelm@31547
|
1583 |
*** General ***
|
wenzelm@31547
|
1584 |
|
wenzelm@31547
|
1585 |
* Discontinued old form of "escaped symbols" such as \\<forall>. Only
|
wenzelm@31547
|
1586 |
one backslash should be used, even in ML sources.
|
wenzelm@31547
|
1587 |
|
wenzelm@31547
|
1588 |
|
haftmann@30951
|
1589 |
*** Pure ***
|
haftmann@30951
|
1590 |
|
ballarin@32846
|
1591 |
* Locale interpretation propagates mixins along the locale hierarchy.
|
ballarin@32846
|
1592 |
The currently only available mixins are the equations used to map
|
ballarin@32846
|
1593 |
local definitions to terms of the target domain of an interpretation.
|
ballarin@32846
|
1594 |
|
wenzelm@33842
|
1595 |
* Reactivated diagnostic command 'print_interps'. Use "print_interps
|
wenzelm@33842
|
1596 |
loc" to print all interpretations of locale "loc" in the theory.
|
wenzelm@33842
|
1597 |
Interpretations in proofs are not shown.
|
ballarin@32846
|
1598 |
|
ballarin@32983
|
1599 |
* Thoroughly revised locales tutorial. New section on conditional
|
ballarin@32983
|
1600 |
interpretation.
|
ballarin@32983
|
1601 |
|
wenzelm@33843
|
1602 |
* On instantiation of classes, remaining undefined class parameters
|
wenzelm@33843
|
1603 |
are formally declared. INCOMPATIBILITY.
|
wenzelm@33843
|
1604 |
|
haftmann@30951
|
1605 |
|
wenzelm@33842
|
1606 |
*** Document preparation ***
|
wenzelm@33842
|
1607 |
|
wenzelm@33842
|
1608 |
* New generalized style concept for printing terms: @{foo (style) ...}
|
wenzelm@33842
|
1609 |
instead of @{foo_style style ...} (old form is still retained for
|
wenzelm@33842
|
1610 |
backward compatibility). Styles can be also applied for
|
wenzelm@33842
|
1611 |
antiquotations prop, term_type and typeof.
|
haftmann@32891
|
1612 |
|
haftmann@32891
|
1613 |
|
haftmann@30930
|
1614 |
*** HOL ***
|
haftmann@30930
|
1615 |
|
wenzelm@33842
|
1616 |
* New proof method "smt" for a combination of first-order logic with
|
wenzelm@33842
|
1617 |
equality, linear and nonlinear (natural/integer/real) arithmetic, and
|
wenzelm@33842
|
1618 |
fixed-size bitvectors; there is also basic support for higher-order
|
wenzelm@33842
|
1619 |
features (esp. lambda abstractions). It is an incomplete decision
|
wenzelm@33842
|
1620 |
procedure based on external SMT solvers using the oracle mechanism;
|
wenzelm@33842
|
1621 |
for the SMT solver Z3, this method is proof-producing. Certificates
|
wenzelm@33842
|
1622 |
are provided to avoid calling the external solvers solely for
|
wenzelm@33842
|
1623 |
re-checking proofs. Due to a remote SMT service there is no need for
|
wenzelm@33842
|
1624 |
installing SMT solvers locally. See src/HOL/SMT.
|
wenzelm@33842
|
1625 |
|
wenzelm@33842
|
1626 |
* New commands to load and prove verification conditions generated by
|
wenzelm@33842
|
1627 |
the Boogie program verifier or derived systems (e.g. the Verifying C
|
wenzelm@33842
|
1628 |
Compiler (VCC) or Spec#). See src/HOL/Boogie.
|
wenzelm@33842
|
1629 |
|
wenzelm@33842
|
1630 |
* New counterexample generator tool 'nitpick' based on the Kodkod
|
wenzelm@33842
|
1631 |
relational model finder. See src/HOL/Tools/Nitpick and
|
wenzelm@33842
|
1632 |
src/HOL/Nitpick_Examples.
|
wenzelm@33842
|
1633 |
|
haftmann@33860
|
1634 |
* New commands 'code_pred' and 'values' to invoke the predicate
|
haftmann@33860
|
1635 |
compiler and to enumerate values of inductive predicates.
|
haftmann@33860
|
1636 |
|
haftmann@33860
|
1637 |
* A tabled implementation of the reflexive transitive closure.
|
haftmann@33860
|
1638 |
|
haftmann@33860
|
1639 |
* New implementation of quickcheck uses generic code generator;
|
haftmann@33860
|
1640 |
default generators are provided for all suitable HOL types, records
|
haftmann@33860
|
1641 |
and datatypes. Old quickcheck can be re-activated importing theory
|
haftmann@33860
|
1642 |
Library/SML_Quickcheck.
|
haftmann@33860
|
1643 |
|
wenzelm@33843
|
1644 |
* New testing tool Mirabelle for automated proof tools. Applies
|
wenzelm@33843
|
1645 |
several tools and tactics like sledgehammer, metis, or quickcheck, to
|
wenzelm@33843
|
1646 |
every proof step in a theory. To be used in batch mode via the
|
wenzelm@33843
|
1647 |
"mirabelle" utility.
|
wenzelm@33843
|
1648 |
|
wenzelm@33843
|
1649 |
* New proof method "sos" (sum of squares) for nonlinear real
|
wenzelm@33843
|
1650 |
arithmetic (originally due to John Harison). It requires theory
|
wenzelm@33843
|
1651 |
Library/Sum_Of_Squares. It is not a complete decision procedure but
|
wenzelm@33843
|
1652 |
works well in practice on quantifier-free real arithmetic with +, -,
|
wenzelm@33843
|
1653 |
*, ^, =, <= and <, i.e. boolean combinations of equalities and
|
wenzelm@33843
|
1654 |
inequalities between polynomials. It makes use of external
|
wenzelm@33843
|
1655 |
semidefinite programming solvers. Method "sos" generates a
|
wenzelm@33843
|
1656 |
certificate that can be pasted into the proof thus avoiding the need
|
wenzelm@33843
|
1657 |
to call an external tool every time the proof is checked. See
|
wenzelm@33843
|
1658 |
src/HOL/Library/Sum_Of_Squares.
|
wenzelm@33843
|
1659 |
|
wenzelm@33843
|
1660 |
* New method "linarith" invokes existing linear arithmetic decision
|
wenzelm@33843
|
1661 |
procedure only.
|
wenzelm@33843
|
1662 |
|
wenzelm@33843
|
1663 |
* New command 'atp_minimal' reduces result produced by Sledgehammer.
|
wenzelm@33843
|
1664 |
|
wenzelm@33843
|
1665 |
* New Sledgehammer option "Full Types" in Proof General settings menu.
|
wenzelm@33843
|
1666 |
Causes full type information to be output to the ATPs. This slows
|
wenzelm@33843
|
1667 |
ATPs down considerably but eliminates a source of unsound "proofs"
|
wenzelm@33843
|
1668 |
that fail later.
|
wenzelm@33843
|
1669 |
|
wenzelm@33843
|
1670 |
* New method "metisFT": A version of metis that uses full type
|
wenzelm@33843
|
1671 |
information in order to avoid failures of proof reconstruction.
|
wenzelm@33843
|
1672 |
|
wenzelm@33843
|
1673 |
* New evaluator "approximate" approximates an real valued term using
|
wenzelm@33843
|
1674 |
the same method as the approximation method.
|
wenzelm@33843
|
1675 |
|
wenzelm@33843
|
1676 |
* Method "approximate" now supports arithmetic expressions as
|
wenzelm@33843
|
1677 |
boundaries of intervals and implements interval splitting and Taylor
|
wenzelm@33843
|
1678 |
series expansion.
|
wenzelm@33843
|
1679 |
|
wenzelm@33843
|
1680 |
* ML antiquotation @{code_datatype} inserts definition of a datatype
|
wenzelm@33843
|
1681 |
generated by the code generator; e.g. see src/HOL/Predicate.thy.
|
wenzelm@33843
|
1682 |
|
haftmann@33860
|
1683 |
* New theory SupInf of the supremum and infimum operators for sets of
|
haftmann@33860
|
1684 |
reals.
|
haftmann@33860
|
1685 |
|
haftmann@33860
|
1686 |
* New theory Probability, which contains a development of measure
|
haftmann@33860
|
1687 |
theory, eventually leading to Lebesgue integration and probability.
|
haftmann@33860
|
1688 |
|
haftmann@33860
|
1689 |
* Extended Multivariate Analysis to include derivation and Brouwer's
|
haftmann@33860
|
1690 |
fixpoint theorem.
|
wenzelm@33843
|
1691 |
|
wenzelm@33842
|
1692 |
* Reorganization of number theory, INCOMPATIBILITY:
|
wenzelm@33873
|
1693 |
- new number theory development for nat and int, in theories Divides
|
wenzelm@33873
|
1694 |
and GCD as well as in new session Number_Theory
|
wenzelm@33873
|
1695 |
- some constants and facts now suffixed with _nat and _int
|
wenzelm@33873
|
1696 |
accordingly
|
wenzelm@33873
|
1697 |
- former session NumberTheory now named Old_Number_Theory, including
|
wenzelm@33873
|
1698 |
theories Legacy_GCD and Primes (prefer Number_Theory if possible)
|
wenzelm@33842
|
1699 |
- moved theory Pocklington from src/HOL/Library to
|
wenzelm@33842
|
1700 |
src/HOL/Old_Number_Theory
|
haftmann@32479
|
1701 |
|
wenzelm@33873
|
1702 |
* Theory GCD includes functions Gcd/GCD and Lcm/LCM for the gcd and
|
wenzelm@33873
|
1703 |
lcm of finite and infinite sets. It is shown that they form a complete
|
haftmann@32600
|
1704 |
lattice.
|
haftmann@32600
|
1705 |
|
haftmann@32600
|
1706 |
* Class semiring_div requires superclass no_zero_divisors and proof of
|
haftmann@32600
|
1707 |
div_mult_mult1; theorems div_mult_mult1, div_mult_mult2,
|
haftmann@32600
|
1708 |
div_mult_mult1_if, div_mult_mult1 and div_mult_mult2 have been
|
haftmann@32600
|
1709 |
generalized to class semiring_div, subsuming former theorems
|
haftmann@32600
|
1710 |
zdiv_zmult_zmult1, zdiv_zmult_zmult1_if, zdiv_zmult_zmult1 and
|
haftmann@32600
|
1711 |
zdiv_zmult_zmult2. div_mult_mult1 is now [simp] by default.
|
haftmann@32600
|
1712 |
INCOMPATIBILITY.
|
haftmann@32600
|
1713 |
|
haftmann@32588
|
1714 |
* Refinements to lattice classes and sets:
|
haftmann@32064
|
1715 |
- less default intro/elim rules in locale variant, more default
|
haftmann@32064
|
1716 |
intro/elim rules in class variant: more uniformity
|
wenzelm@33842
|
1717 |
- lemma ge_sup_conv renamed to le_sup_iff, in accordance with
|
wenzelm@33842
|
1718 |
le_inf_iff
|
wenzelm@33842
|
1719 |
- dropped lemma alias inf_ACI for inf_aci (same for sup_ACI and
|
wenzelm@33842
|
1720 |
sup_aci)
|
haftmann@32064
|
1721 |
- renamed ACI to inf_sup_aci
|
haftmann@32600
|
1722 |
- new class "boolean_algebra"
|
wenzelm@33842
|
1723 |
- class "complete_lattice" moved to separate theory
|
haftmann@33860
|
1724 |
"Complete_Lattice"; corresponding constants (and abbreviations)
|
wenzelm@33842
|
1725 |
renamed and with authentic syntax:
|
haftmann@33860
|
1726 |
Set.Inf ~> Complete_Lattice.Inf
|
haftmann@33860
|
1727 |
Set.Sup ~> Complete_Lattice.Sup
|
haftmann@33860
|
1728 |
Set.INFI ~> Complete_Lattice.INFI
|
haftmann@33860
|
1729 |
Set.SUPR ~> Complete_Lattice.SUPR
|
haftmann@33860
|
1730 |
Set.Inter ~> Complete_Lattice.Inter
|
haftmann@33860
|
1731 |
Set.Union ~> Complete_Lattice.Union
|
haftmann@33860
|
1732 |
Set.INTER ~> Complete_Lattice.INTER
|
haftmann@33860
|
1733 |
Set.UNION ~> Complete_Lattice.UNION
|
haftmann@32600
|
1734 |
- authentic syntax for
|
haftmann@32600
|
1735 |
Set.Pow
|
haftmann@32600
|
1736 |
Set.image
|
haftmann@32588
|
1737 |
- mere abbreviations:
|
haftmann@32588
|
1738 |
Set.empty (for bot)
|
haftmann@32588
|
1739 |
Set.UNIV (for top)
|
haftmann@33860
|
1740 |
Set.inter (for inf, formerly Set.Int)
|
haftmann@33860
|
1741 |
Set.union (for sup, formerly Set.Un)
|
haftmann@32588
|
1742 |
Complete_Lattice.Inter (for Inf)
|
haftmann@32588
|
1743 |
Complete_Lattice.Union (for Sup)
|
haftmann@32606
|
1744 |
Complete_Lattice.INTER (for INFI)
|
haftmann@32606
|
1745 |
Complete_Lattice.UNION (for SUPR)
|
haftmann@32600
|
1746 |
- object-logic definitions as far as appropriate
|
haftmann@32217
|
1747 |
|
haftmann@32691
|
1748 |
INCOMPATIBILITY. Care is required when theorems Int_subset_iff or
|
wenzelm@33842
|
1749 |
Un_subset_iff are explicitly deleted as default simp rules; then also
|
wenzelm@33842
|
1750 |
their lattice counterparts le_inf_iff and le_sup_iff have to be
|
haftmann@32691
|
1751 |
deleted to achieve the desired effect.
|
haftmann@32064
|
1752 |
|
wenzelm@33842
|
1753 |
* Rules inf_absorb1, inf_absorb2, sup_absorb1, sup_absorb2 are no simp
|
wenzelm@33842
|
1754 |
rules by default any longer; the same applies to min_max.inf_absorb1
|
wenzelm@33842
|
1755 |
etc. INCOMPATIBILITY.
|
wenzelm@33842
|
1756 |
|
wenzelm@33842
|
1757 |
* Rules sup_Int_eq and sup_Un_eq are no longer declared as
|
wenzelm@33842
|
1758 |
pred_set_conv by default. INCOMPATIBILITY.
|
wenzelm@33842
|
1759 |
|
wenzelm@33842
|
1760 |
* Power operations on relations and functions are now one dedicated
|
haftmann@32706
|
1761 |
constant "compow" with infix syntax "^^". Power operation on
|
wenzelm@31547
|
1762 |
multiplicative monoids retains syntax "^" and is now defined generic
|
wenzelm@31547
|
1763 |
in class power. INCOMPATIBILITY.
|
wenzelm@31547
|
1764 |
|
wenzelm@33842
|
1765 |
* Relation composition "R O S" now has a more standard argument order:
|
wenzelm@33842
|
1766 |
"R O S = {(x, z). EX y. (x, y) : R & (y, z) : S}". INCOMPATIBILITY,
|
wenzelm@33842
|
1767 |
rewrite propositions with "S O R" --> "R O S". Proofs may occasionally
|
wenzelm@33842
|
1768 |
break, since the O_assoc rule was not rewritten like this. Fix using
|
wenzelm@33842
|
1769 |
O_assoc[symmetric]. The same applies to the curried version "R OO S".
|
wenzelm@32427
|
1770 |
|
nipkow@33057
|
1771 |
* Function "Inv" is renamed to "inv_into" and function "inv" is now an
|
wenzelm@33842
|
1772 |
abbreviation for "inv_into UNIV". Lemmas are renamed accordingly.
|
nipkow@32988
|
1773 |
INCOMPATIBILITY.
|
nipkow@32988
|
1774 |
|
haftmann@33860
|
1775 |
* Most rules produced by inductive and datatype package have mandatory
|
haftmann@33860
|
1776 |
prefixes. INCOMPATIBILITY.
|
nipkow@31790
|
1777 |
|
wenzelm@33842
|
1778 |
* Changed "DERIV_intros" to a dynamic fact, which can be augmented by
|
wenzelm@33842
|
1779 |
the attribute of the same name. Each of the theorems in the list
|
wenzelm@33842
|
1780 |
DERIV_intros assumes composition with an additional function and
|
wenzelm@33842
|
1781 |
matches a variable to the derivative, which has to be solved by the
|
wenzelm@33842
|
1782 |
Simplifier. Hence (auto intro!: DERIV_intros) computes the derivative
|
wenzelm@33873
|
1783 |
of most elementary terms. Former Maclauren.DERIV_tac and
|
wenzelm@33873
|
1784 |
Maclauren.deriv_tac should be replaced by (auto intro!: DERIV_intros).
|
wenzelm@33873
|
1785 |
INCOMPATIBILITY.
|
haftmann@33860
|
1786 |
|
haftmann@33860
|
1787 |
* Code generator attributes follow the usual underscore convention:
|
haftmann@33860
|
1788 |
code_unfold replaces code unfold
|
haftmann@33860
|
1789 |
code_post replaces code post
|
haftmann@33860
|
1790 |
etc.
|
haftmann@33860
|
1791 |
INCOMPATIBILITY.
|
wenzelm@31900
|
1792 |
|
krauss@33471
|
1793 |
* Renamed methods:
|
krauss@33471
|
1794 |
sizechange -> size_change
|
krauss@33471
|
1795 |
induct_scheme -> induction_schema
|
haftmann@33860
|
1796 |
INCOMPATIBILITY.
|
nipkow@33673
|
1797 |
|
wenzelm@33843
|
1798 |
* Discontinued abbreviation "arbitrary" of constant "undefined".
|
wenzelm@33843
|
1799 |
INCOMPATIBILITY, use "undefined" directly.
|
wenzelm@33843
|
1800 |
|
haftmann@33860
|
1801 |
* Renamed theorems:
|
haftmann@33860
|
1802 |
Suc_eq_add_numeral_1 -> Suc_eq_plus1
|
haftmann@33860
|
1803 |
Suc_eq_add_numeral_1_left -> Suc_eq_plus1_left
|
haftmann@33860
|
1804 |
Suc_plus1 -> Suc_eq_plus1
|
haftmann@33860
|
1805 |
*anti_sym -> *antisym*
|
haftmann@33860
|
1806 |
vector_less_eq_def -> vector_le_def
|
haftmann@33860
|
1807 |
INCOMPATIBILITY.
|
haftmann@33860
|
1808 |
|
haftmann@33860
|
1809 |
* Added theorem List.map_map as [simp]. Removed List.map_compose.
|
haftmann@33860
|
1810 |
INCOMPATIBILITY.
|
haftmann@33860
|
1811 |
|
haftmann@33860
|
1812 |
* Removed predicate "M hassize n" (<--> card M = n & finite M).
|
haftmann@33860
|
1813 |
INCOMPATIBILITY.
|
haftmann@33860
|
1814 |
|
hoelzl@31812
|
1815 |
|
huffman@33825
|
1816 |
*** HOLCF ***
|
huffman@33825
|
1817 |
|
wenzelm@33842
|
1818 |
* Theory Representable defines a class "rep" of domains that are
|
wenzelm@33842
|
1819 |
representable (via an ep-pair) in the universal domain type "udom".
|
huffman@33825
|
1820 |
Instances are provided for all type constructors defined in HOLCF.
|
huffman@33825
|
1821 |
|
huffman@33825
|
1822 |
* The 'new_domain' command is a purely definitional version of the
|
huffman@33825
|
1823 |
domain package, for representable domains. Syntax is identical to the
|
huffman@33825
|
1824 |
old domain package. The 'new_domain' package also supports indirect
|
huffman@33825
|
1825 |
recursion using previously-defined type constructors. See
|
wenzelm@33842
|
1826 |
src/HOLCF/ex/New_Domain.thy for examples.
|
wenzelm@33842
|
1827 |
|
wenzelm@33842
|
1828 |
* Method "fixrec_simp" unfolds one step of a fixrec-defined constant
|
huffman@33825
|
1829 |
on the left-hand side of an equation, and then performs
|
huffman@33825
|
1830 |
simplification. Rewriting is done using rules declared with the
|
wenzelm@33842
|
1831 |
"fixrec_simp" attribute. The "fixrec_simp" method is intended as a
|
wenzelm@33842
|
1832 |
replacement for "fixpat"; see src/HOLCF/ex/Fixrec_ex.thy for examples.
|
huffman@33825
|
1833 |
|
huffman@33825
|
1834 |
* The pattern-match compiler in 'fixrec' can now handle constructors
|
huffman@33825
|
1835 |
with HOL function types. Pattern-match combinators for the Pair
|
huffman@33825
|
1836 |
constructor are pre-configured.
|
huffman@33825
|
1837 |
|
huffman@33825
|
1838 |
* The 'fixrec' package now produces better fixed-point induction rules
|
huffman@33825
|
1839 |
for mutually-recursive definitions: Induction rules have conclusions
|
huffman@33825
|
1840 |
of the form "P foo bar" instead of "P <foo, bar>".
|
huffman@33825
|
1841 |
|
huffman@33825
|
1842 |
* The constant "sq_le" (with infix syntax "<<" or "\<sqsubseteq>") has
|
huffman@33825
|
1843 |
been renamed to "below". The name "below" now replaces "less" in many
|
wenzelm@33842
|
1844 |
theorem names. (Legacy theorem names using "less" are still supported
|
wenzelm@33842
|
1845 |
as well.)
|
huffman@33825
|
1846 |
|
huffman@33825
|
1847 |
* The 'fixrec' package now supports "bottom patterns". Bottom
|
huffman@33825
|
1848 |
patterns can be used to generate strictness rules, or to make
|
huffman@33825
|
1849 |
functions more strict (much like the bang-patterns supported by the
|
wenzelm@33873
|
1850 |
Glasgow Haskell Compiler). See src/HOLCF/ex/Fixrec_ex.thy for
|
wenzelm@33873
|
1851 |
examples.
|
huffman@33825
|
1852 |
|
huffman@33825
|
1853 |
|
wenzelm@31304
|
1854 |
*** ML ***
|
wenzelm@31304
|
1855 |
|
wenzelm@33843
|
1856 |
* Support for Poly/ML 5.3.0, with improved reporting of compiler
|
wenzelm@33843
|
1857 |
errors and run-time exceptions, including detailed source positions.
|
wenzelm@33843
|
1858 |
|
wenzelm@33843
|
1859 |
* Structure Name_Space (formerly NameSpace) now manages uniquely
|
wenzelm@33843
|
1860 |
identified entries, with some additional information such as source
|
wenzelm@33843
|
1861 |
position, logical grouping etc.
|
wenzelm@33843
|
1862 |
|
wenzelm@33524
|
1863 |
* Theory and context data is now introduced by the simplified and
|
wenzelm@33524
|
1864 |
modernized functors Theory_Data, Proof_Data, Generic_Data. Data needs
|
wenzelm@33524
|
1865 |
to be pure, but the old TheoryDataFun for mutable data (with explicit
|
wenzelm@33524
|
1866 |
copy operation) is still available for some time.
|
wenzelm@33524
|
1867 |
|
wenzelm@32742
|
1868 |
* Structure Synchronized (cf. src/Pure/Concurrent/synchronized.ML)
|
wenzelm@32742
|
1869 |
provides a high-level programming interface to synchronized state
|
wenzelm@32742
|
1870 |
variables with atomic update. This works via pure function
|
wenzelm@32742
|
1871 |
application within a critical section -- its runtime should be as
|
wenzelm@32742
|
1872 |
short as possible; beware of deadlocks if critical code is nested,
|
wenzelm@32742
|
1873 |
either directly or indirectly via other synchronized variables!
|
wenzelm@32742
|
1874 |
|
wenzelm@32742
|
1875 |
* Structure Unsynchronized (cf. src/Pure/ML-Systems/unsynchronized.ML)
|
wenzelm@32742
|
1876 |
wraps raw ML references, explicitly indicating their non-thread-safe
|
wenzelm@32742
|
1877 |
behaviour. The Isar toplevel keeps this structure open, to
|
wenzelm@32742
|
1878 |
accommodate Proof General as well as quick and dirty interactive
|
wenzelm@32742
|
1879 |
experiments with references.
|
wenzelm@32742
|
1880 |
|
wenzelm@32365
|
1881 |
* PARALLEL_CHOICE and PARALLEL_GOALS provide basic support for
|
wenzelm@32365
|
1882 |
parallel tactical reasoning.
|
wenzelm@32365
|
1883 |
|
wenzelm@32427
|
1884 |
* Tacticals Subgoal.FOCUS, Subgoal.FOCUS_PREMS, Subgoal.FOCUS_PARAMS
|
wenzelm@32427
|
1885 |
are similar to SUBPROOF, but are slightly more flexible: only the
|
wenzelm@32427
|
1886 |
specified parts of the subgoal are imported into the context, and the
|
wenzelm@32427
|
1887 |
body tactic may introduce new subgoals and schematic variables.
|
wenzelm@32427
|
1888 |
|
wenzelm@32427
|
1889 |
* Old tactical METAHYPS, which does not observe the proof context, has
|
wenzelm@32427
|
1890 |
been renamed to Old_Goals.METAHYPS and awaits deletion. Use SUBPROOF
|
wenzelm@32427
|
1891 |
or Subgoal.FOCUS etc.
|
wenzelm@32216
|
1892 |
|
wenzelm@31971
|
1893 |
* Renamed functor TableFun to Table, and GraphFun to Graph. (Since
|
wenzelm@31971
|
1894 |
functors have their own ML name space there is no point to mark them
|
wenzelm@31971
|
1895 |
separately.) Minor INCOMPATIBILITY.
|
wenzelm@31971
|
1896 |
|
wenzelm@31901
|
1897 |
* Renamed NamedThmsFun to Named_Thms. INCOMPATIBILITY.
|
wenzelm@31901
|
1898 |
|
wenzelm@33842
|
1899 |
* Renamed several structures FooBar to Foo_Bar. Occasional,
|
wenzelm@33842
|
1900 |
INCOMPATIBILITY.
|
wenzelm@33842
|
1901 |
|
wenzelm@33843
|
1902 |
* Operations of structure Skip_Proof no longer require quick_and_dirty
|
wenzelm@33843
|
1903 |
mode, which avoids critical setmp.
|
wenzelm@33843
|
1904 |
|
wenzelm@31306
|
1905 |
* Eliminated old Attrib.add_attributes, Method.add_methods and related
|
wenzelm@33842
|
1906 |
combinators for "args". INCOMPATIBILITY, need to use simplified
|
wenzelm@31306
|
1907 |
Attrib/Method.setup introduced in Isabelle2009.
|
wenzelm@31304
|
1908 |
|
wenzelm@32151
|
1909 |
* Proper context for simpset_of, claset_of, clasimpset_of. May fall
|
wenzelm@32151
|
1910 |
back on global_simpset_of, global_claset_of, global_clasimpset_of as
|
wenzelm@32151
|
1911 |
last resort. INCOMPATIBILITY.
|
wenzelm@32151
|
1912 |
|
wenzelm@32092
|
1913 |
* Display.pretty_thm now requires a proper context (cf. former
|
wenzelm@32092
|
1914 |
ProofContext.pretty_thm). May fall back on Display.pretty_thm_global
|
wenzelm@32092
|
1915 |
or even Display.pretty_thm_without_context as last resort.
|
wenzelm@32092
|
1916 |
INCOMPATIBILITY.
|
wenzelm@32092
|
1917 |
|
wenzelm@32433
|
1918 |
* Discontinued Display.pretty_ctyp/cterm etc. INCOMPATIBILITY, use
|
wenzelm@32433
|
1919 |
Syntax.pretty_typ/term directly, preferably with proper context
|
wenzelm@32433
|
1920 |
instead of global theory.
|
wenzelm@32433
|
1921 |
|
wenzelm@31304
|
1922 |
|
wenzelm@31308
|
1923 |
*** System ***
|
wenzelm@31308
|
1924 |
|
wenzelm@33842
|
1925 |
* Further fine tuning of parallel proof checking, scales up to 8 cores
|
wenzelm@33842
|
1926 |
(max. speedup factor 5.0). See also Goal.parallel_proofs in ML and
|
wenzelm@33842
|
1927 |
usedir option -q.
|
wenzelm@33842
|
1928 |
|
wenzelm@32326
|
1929 |
* Support for additional "Isabelle components" via etc/components, see
|
wenzelm@32326
|
1930 |
also the system manual.
|
wenzelm@32326
|
1931 |
|
wenzelm@32326
|
1932 |
* The isabelle makeall tool now operates on all components with
|
wenzelm@32326
|
1933 |
IsaMakefile, not just hardwired "logics".
|
wenzelm@32326
|
1934 |
|
wenzelm@33842
|
1935 |
* Removed "compress" option from isabelle-process and isabelle usedir;
|
wenzelm@33842
|
1936 |
this is always enabled.
|
kleing@33818
|
1937 |
|
wenzelm@31308
|
1938 |
* Discontinued support for Poly/ML 4.x versions.
|
wenzelm@31308
|
1939 |
|
wenzelm@33842
|
1940 |
* Isabelle tool "wwwfind" provides web interface for 'find_theorems'
|
wenzelm@33842
|
1941 |
on a given logic image. This requires the lighttpd webserver and is
|
wenzelm@33842
|
1942 |
currently supported on Linux only.
|
wenzelm@32061
|
1943 |
|
wenzelm@31308
|
1944 |
|
wenzelm@31304
|
1945 |
|
wenzelm@30845
|
1946 |
New in Isabelle2009 (April 2009)
|
wenzelm@30845
|
1947 |
--------------------------------
|
haftmann@27104
|
1948 |
|
wenzelm@27599
|
1949 |
*** General ***
|
wenzelm@27599
|
1950 |
|
wenzelm@28504
|
1951 |
* Simplified main Isabelle executables, with less surprises on
|
wenzelm@28504
|
1952 |
case-insensitive file-systems (such as Mac OS).
|
wenzelm@28504
|
1953 |
|
wenzelm@28504
|
1954 |
- The main Isabelle tool wrapper is now called "isabelle" instead of
|
wenzelm@28504
|
1955 |
"isatool."
|
wenzelm@28504
|
1956 |
|
wenzelm@28504
|
1957 |
- The former "isabelle" alias for "isabelle-process" has been
|
wenzelm@28504
|
1958 |
removed (should rarely occur to regular users).
|
wenzelm@28504
|
1959 |
|
wenzelm@28915
|
1960 |
- The former "isabelle-interface" and its alias "Isabelle" have been
|
wenzelm@28915
|
1961 |
removed (interfaces are now regular Isabelle tools).
|
wenzelm@28504
|
1962 |
|
wenzelm@28504
|
1963 |
Within scripts and make files, the Isabelle environment variables
|
wenzelm@28504
|
1964 |
ISABELLE_TOOL and ISABELLE_PROCESS replace old ISATOOL and ISABELLE,
|
wenzelm@28504
|
1965 |
respectively. (The latter are still available as legacy feature.)
|
wenzelm@28504
|
1966 |
|
wenzelm@28915
|
1967 |
The old isabelle-interface wrapper could react in confusing ways if
|
wenzelm@28915
|
1968 |
the interface was uninstalled or changed otherwise. Individual
|
wenzelm@28915
|
1969 |
interface tool configuration is now more explicit, see also the
|
wenzelm@28915
|
1970 |
Isabelle system manual. In particular, Proof General is now available
|
wenzelm@28915
|
1971 |
via "isabelle emacs".
|
wenzelm@28504
|
1972 |
|
wenzelm@28504
|
1973 |
INCOMPATIBILITY, need to adapt derivative scripts. Users may need to
|
wenzelm@28504
|
1974 |
purge installed copies of Isabelle executables and re-run "isabelle
|
wenzelm@28504
|
1975 |
install -p ...", or use symlinks.
|
wenzelm@28504
|
1976 |
|
wenzelm@28914
|
1977 |
* The default for ISABELLE_HOME_USER is now ~/.isabelle instead of the
|
wenzelm@30845
|
1978 |
old ~/isabelle, which was slightly non-standard and apt to cause
|
wenzelm@30845
|
1979 |
surprises on case-insensitive file-systems (such as Mac OS).
|
wenzelm@28914
|
1980 |
|
wenzelm@28914
|
1981 |
INCOMPATIBILITY, need to move existing ~/isabelle/etc,
|
wenzelm@28914
|
1982 |
~/isabelle/heaps, ~/isabelle/browser_info to the new place. Special
|
wenzelm@28914
|
1983 |
care is required when using older releases of Isabelle. Note that
|
wenzelm@28914
|
1984 |
ISABELLE_HOME_USER can be changed in Isabelle/etc/settings of any
|
wenzelm@30845
|
1985 |
Isabelle distribution, in order to use the new ~/.isabelle uniformly.
|
wenzelm@28914
|
1986 |
|
wenzelm@29161
|
1987 |
* Proofs of fully specified statements are run in parallel on
|
wenzelm@30845
|
1988 |
multi-core systems. A speedup factor of 2.5 to 3.2 can be expected on
|
wenzelm@30845
|
1989 |
a regular 4-core machine, if the initial heap space is made reasonably
|
wenzelm@30845
|
1990 |
large (cf. Poly/ML option -H). (Requires Poly/ML 5.2.1 or later.)
|
wenzelm@30845
|
1991 |
|
wenzelm@30845
|
1992 |
* The main reference manuals ("isar-ref", "implementation", and
|
wenzelm@30845
|
1993 |
"system") have been updated and extended. Formally checked references
|
wenzelm@30845
|
1994 |
as hyperlinks are now available uniformly.
|
wenzelm@30845
|
1995 |
|
wenzelm@30163
|
1996 |
|
wenzelm@27599
|
1997 |
*** Pure ***
|
wenzelm@27599
|
1998 |
|
wenzelm@30845
|
1999 |
* Complete re-implementation of locales. INCOMPATIBILITY in several
|
wenzelm@30845
|
2000 |
respects. The most important changes are listed below. See the
|
wenzelm@30845
|
2001 |
Tutorial on Locales ("locales" manual) for details.
|
ballarin@29253
|
2002 |
|
ballarin@29253
|
2003 |
- In locale expressions, instantiation replaces renaming. Parameters
|
ballarin@29253
|
2004 |
must be declared in a for clause. To aid compatibility with previous
|
ballarin@29253
|
2005 |
parameter inheritance, in locale declarations, parameters that are not
|
ballarin@29253
|
2006 |
'touched' (instantiation position "_" or omitted) are implicitly added
|
ballarin@29253
|
2007 |
with their syntax at the beginning of the for clause.
|
ballarin@29253
|
2008 |
|
ballarin@29253
|
2009 |
- Syntax from abbreviations and definitions in locales is available in
|
ballarin@29253
|
2010 |
locale expressions and context elements. The latter is particularly
|
ballarin@29253
|
2011 |
useful in locale declarations.
|
ballarin@29253
|
2012 |
|
ballarin@29253
|
2013 |
- More flexible mechanisms to qualify names generated by locale
|
ballarin@29253
|
2014 |
expressions. Qualifiers (prefixes) may be specified in locale
|
wenzelm@30728
|
2015 |
expressions, and can be marked as mandatory (syntax: "name!:") or
|
wenzelm@30728
|
2016 |
optional (syntax "name?:"). The default depends for plain "name:"
|
wenzelm@30728
|
2017 |
depends on the situation where a locale expression is used: in
|
wenzelm@30728
|
2018 |
commands 'locale' and 'sublocale' prefixes are optional, in
|
wenzelm@30845
|
2019 |
'interpretation' and 'interpret' prefixes are mandatory. The old
|
wenzelm@30728
|
2020 |
implicit qualifiers derived from the parameter names of a locale are
|
wenzelm@30728
|
2021 |
no longer generated.
|
wenzelm@30106
|
2022 |
|
wenzelm@30845
|
2023 |
- Command "sublocale l < e" replaces "interpretation l < e". The
|
wenzelm@30106
|
2024 |
instantiation clause in "interpretation" and "interpret" (square
|
wenzelm@30106
|
2025 |
brackets) is no longer available. Use locale expressions.
|
ballarin@29253
|
2026 |
|
wenzelm@30845
|
2027 |
- When converting proof scripts, mandatory qualifiers in
|
wenzelm@30728
|
2028 |
'interpretation' and 'interpret' should be retained by default, even
|
wenzelm@30845
|
2029 |
if this is an INCOMPATIBILITY compared to former behavior. In the
|
wenzelm@30845
|
2030 |
worst case, use the "name?:" form for non-mandatory ones. Qualifiers
|
wenzelm@30845
|
2031 |
in locale expressions range over a single locale instance only.
|
wenzelm@30845
|
2032 |
|
wenzelm@30845
|
2033 |
- Dropped locale element "includes". This is a major INCOMPATIBILITY.
|
wenzelm@30845
|
2034 |
In existing theorem specifications replace the includes element by the
|
wenzelm@30845
|
2035 |
respective context elements of the included locale, omitting those
|
wenzelm@30845
|
2036 |
that are already present in the theorem specification. Multiple
|
wenzelm@30845
|
2037 |
assume elements of a locale should be replaced by a single one
|
wenzelm@30845
|
2038 |
involving the locale predicate. In the proof body, declarations (most
|
wenzelm@30845
|
2039 |
notably theorems) may be regained by interpreting the respective
|
wenzelm@30845
|
2040 |
locales in the proof context as required (command "interpret").
|
wenzelm@30845
|
2041 |
|
wenzelm@30845
|
2042 |
If using "includes" in replacement of a target solely because the
|
wenzelm@30845
|
2043 |
parameter types in the theorem are not as general as in the target,
|
wenzelm@30845
|
2044 |
consider declaring a new locale with additional type constraints on
|
wenzelm@30845
|
2045 |
the parameters (context element "constrains").
|
wenzelm@30845
|
2046 |
|
wenzelm@30845
|
2047 |
- Discontinued "locale (open)". INCOMPATIBILITY.
|
wenzelm@30845
|
2048 |
|
wenzelm@30845
|
2049 |
- Locale interpretation commands no longer attempt to simplify goal.
|
wenzelm@30845
|
2050 |
INCOMPATIBILITY: in rare situations the generated goal differs. Use
|
wenzelm@30845
|
2051 |
methods intro_locales and unfold_locales to clarify.
|
wenzelm@30845
|
2052 |
|
wenzelm@30845
|
2053 |
- Locale interpretation commands no longer accept interpretation
|
wenzelm@30845
|
2054 |
attributes. INCOMPATIBILITY.
|
wenzelm@30845
|
2055 |
|
wenzelm@30845
|
2056 |
* Class declaration: so-called "base sort" must not be given in import
|
wenzelm@30845
|
2057 |
list any longer, but is inferred from the specification. Particularly
|
wenzelm@30845
|
2058 |
in HOL, write
|
wenzelm@30845
|
2059 |
|
wenzelm@30845
|
2060 |
class foo = ...
|
wenzelm@30845
|
2061 |
|
wenzelm@30845
|
2062 |
instead of
|
wenzelm@30845
|
2063 |
|
wenzelm@30845
|
2064 |
class foo = type + ...
|
wenzelm@30845
|
2065 |
|
wenzelm@30845
|
2066 |
* Class target: global versions of theorems stemming do not carry a
|
wenzelm@30845
|
2067 |
parameter prefix any longer. INCOMPATIBILITY.
|
wenzelm@30845
|
2068 |
|
wenzelm@30845
|
2069 |
* Class 'instance' command no longer accepts attached definitions.
|
wenzelm@30845
|
2070 |
INCOMPATIBILITY, use proper 'instantiation' target instead.
|
wenzelm@30845
|
2071 |
|
wenzelm@30845
|
2072 |
* Recovered hiding of consts, which was accidentally broken in
|
wenzelm@30845
|
2073 |
Isabelle2007. Potential INCOMPATIBILITY, ``hide const c'' really
|
wenzelm@30845
|
2074 |
makes c inaccessible; consider using ``hide (open) const c'' instead.
|
wenzelm@30845
|
2075 |
|
wenzelm@30845
|
2076 |
* Slightly more coherent Pure syntax, with updated documentation in
|
wenzelm@30845
|
2077 |
isar-ref manual. Removed locales meta_term_syntax and
|
wenzelm@30845
|
2078 |
meta_conjunction_syntax: TERM and &&& (formerly &&) are now permanent,
|
wenzelm@30845
|
2079 |
INCOMPATIBILITY in rare situations. Note that &&& should not be used
|
wenzelm@30845
|
2080 |
directly in regular applications.
|
wenzelm@30845
|
2081 |
|
wenzelm@30845
|
2082 |
* There is a new syntactic category "float_const" for signed decimal
|
wenzelm@30845
|
2083 |
fractions (e.g. 123.45 or -123.45).
|
wenzelm@30845
|
2084 |
|
wenzelm@30845
|
2085 |
* Removed exotic 'token_translation' command. INCOMPATIBILITY, use ML
|
wenzelm@30845
|
2086 |
interface with 'setup' command instead.
|
wenzelm@30845
|
2087 |
|
wenzelm@30845
|
2088 |
* Command 'local_setup' is similar to 'setup', but operates on a local
|
wenzelm@30845
|
2089 |
theory context.
|
haftmann@27104
|
2090 |
|
wenzelm@28114
|
2091 |
* The 'axiomatization' command now only works within a global theory
|
wenzelm@28114
|
2092 |
context. INCOMPATIBILITY.
|
wenzelm@28114
|
2093 |
|
wenzelm@30845
|
2094 |
* Goal-directed proof now enforces strict proof irrelevance wrt. sort
|
wenzelm@30845
|
2095 |
hypotheses. Sorts required in the course of reasoning need to be
|
wenzelm@30845
|
2096 |
covered by the constraints in the initial statement, completed by the
|
wenzelm@30845
|
2097 |
type instance information of the background theory. Non-trivial sort
|
wenzelm@30845
|
2098 |
hypotheses, which rarely occur in practice, may be specified via
|
wenzelm@30845
|
2099 |
vacuous propositions of the form SORT_CONSTRAINT('a::c). For example:
|
wenzelm@30845
|
2100 |
|
wenzelm@30845
|
2101 |
lemma assumes "SORT_CONSTRAINT('a::empty)" shows False ...
|
wenzelm@30845
|
2102 |
|
wenzelm@30845
|
2103 |
The result contains an implicit sort hypotheses as before --
|
wenzelm@30845
|
2104 |
SORT_CONSTRAINT premises are eliminated as part of the canonical rule
|
wenzelm@30845
|
2105 |
normalization.
|
wenzelm@30845
|
2106 |
|
wenzelm@30845
|
2107 |
* Generalized Isar history, with support for linear undo, direct state
|
wenzelm@30845
|
2108 |
addressing etc.
|
wenzelm@30845
|
2109 |
|
wenzelm@30845
|
2110 |
* Changed defaults for unify configuration options:
|
wenzelm@30845
|
2111 |
|
wenzelm@30845
|
2112 |
unify_trace_bound = 50 (formerly 25)
|
wenzelm@30845
|
2113 |
unify_search_bound = 60 (formerly 30)
|
wenzelm@30845
|
2114 |
|
wenzelm@30845
|
2115 |
* Different bookkeeping for code equations (INCOMPATIBILITY):
|
wenzelm@30845
|
2116 |
|
wenzelm@30845
|
2117 |
a) On theory merge, the last set of code equations for a particular
|
wenzelm@30845
|
2118 |
constant is taken (in accordance with the policy applied by other
|
wenzelm@30845
|
2119 |
parts of the code generator framework).
|
wenzelm@30845
|
2120 |
|
wenzelm@30845
|
2121 |
b) Code equations stemming from explicit declarations (e.g. code
|
wenzelm@30845
|
2122 |
attribute) gain priority over default code equations stemming
|
wenzelm@30845
|
2123 |
from definition, primrec, fun etc.
|
wenzelm@30845
|
2124 |
|
wenzelm@30845
|
2125 |
* Keyword 'code_exception' now named 'code_abort'. INCOMPATIBILITY.
|
wenzelm@30845
|
2126 |
|
haftmann@30965
|
2127 |
* Unified theorem tables for both code generators. Thus [code
|
wenzelm@30845
|
2128 |
func] has disappeared and only [code] remains. INCOMPATIBILITY.
|
wenzelm@30577
|
2129 |
|
wenzelm@30577
|
2130 |
* Command 'find_consts' searches for constants based on type and name
|
wenzelm@30577
|
2131 |
patterns, e.g.
|
kleing@29883
|
2132 |
|
kleing@29883
|
2133 |
find_consts "_ => bool"
|
kleing@29883
|
2134 |
|
wenzelm@30106
|
2135 |
By default, matching is against subtypes, but it may be restricted to
|
wenzelm@30728
|
2136 |
the whole type. Searching by name is possible. Multiple queries are
|
wenzelm@30106
|
2137 |
conjunctive and queries may be negated by prefixing them with a
|
wenzelm@30106
|
2138 |
hyphen:
|
kleing@29883
|
2139 |
|
kleing@29883
|
2140 |
find_consts strict: "_ => bool" name: "Int" -"int => int"
|
kleing@29861
|
2141 |
|
wenzelm@30845
|
2142 |
* New 'find_theorems' criterion "solves" matches theorems that
|
wenzelm@30845
|
2143 |
directly solve the current goal (modulo higher-order unification).
|
wenzelm@30845
|
2144 |
|
wenzelm@30845
|
2145 |
* Auto solve feature for main theorem statements: whenever a new goal
|
wenzelm@30845
|
2146 |
is stated, "find_theorems solves" is called; any theorems that could
|
wenzelm@30845
|
2147 |
solve the lemma directly are listed as part of the goal state.
|
wenzelm@30845
|
2148 |
Cf. associated options in Proof General Isabelle settings menu,
|
wenzelm@30845
|
2149 |
enabled by default, with reasonable timeout for pathological cases of
|
wenzelm@30845
|
2150 |
higher-order unification.
|
webertj@30415
|
2151 |
|
haftmann@27104
|
2152 |
|
wenzelm@27381
|
2153 |
*** Document preparation ***
|
wenzelm@27381
|
2154 |
|
wenzelm@27381
|
2155 |
* Antiquotation @{lemma} now imitates a regular terminal proof,
|
wenzelm@27392
|
2156 |
demanding keyword 'by' and supporting the full method expression
|
wenzelm@27519
|
2157 |
syntax just like the Isar command 'by'.
|
wenzelm@27381
|
2158 |
|
wenzelm@27381
|
2159 |
|
haftmann@27104
|
2160 |
*** HOL ***
|
haftmann@27104
|
2161 |
|
wenzelm@30845
|
2162 |
* Integrated main parts of former image HOL-Complex with HOL. Entry
|
wenzelm@30845
|
2163 |
points Main and Complex_Main remain as before.
|
wenzelm@30845
|
2164 |
|
wenzelm@30845
|
2165 |
* Logic image HOL-Plain provides a minimal HOL with the most important
|
wenzelm@30845
|
2166 |
tools available (inductive, datatype, primrec, ...). This facilitates
|
wenzelm@30845
|
2167 |
experimentation and tool development. Note that user applications
|
wenzelm@30845
|
2168 |
(and library theories) should never refer to anything below theory
|
wenzelm@30845
|
2169 |
Main, as before.
|
wenzelm@30845
|
2170 |
|
wenzelm@30845
|
2171 |
* Logic image HOL-Main stops at theory Main, and thus facilitates
|
wenzelm@30845
|
2172 |
experimentation due to shorter build times.
|
wenzelm@30845
|
2173 |
|
wenzelm@30845
|
2174 |
* Logic image HOL-NSA contains theories of nonstandard analysis which
|
wenzelm@30845
|
2175 |
were previously part of former HOL-Complex. Entry point Hyperreal
|
wenzelm@30845
|
2176 |
remains valid, but theories formerly using Complex_Main should now use
|
wenzelm@30845
|
2177 |
new entry point Hypercomplex.
|
wenzelm@30845
|
2178 |
|
wenzelm@30845
|
2179 |
* Generic ATP manager for Sledgehammer, based on ML threads instead of
|
wenzelm@30845
|
2180 |
Posix processes. Avoids potentially expensive forking of the ML
|
wenzelm@30845
|
2181 |
process. New thread-based implementation also works on non-Unix
|
wenzelm@30845
|
2182 |
platforms (Cygwin). Provers are no longer hardwired, but defined
|
wenzelm@30845
|
2183 |
within the theory via plain ML wrapper functions. Basic Sledgehammer
|
wenzelm@30845
|
2184 |
commands are covered in the isar-ref manual.
|
wenzelm@30845
|
2185 |
|
wenzelm@30845
|
2186 |
* Wrapper scripts for remote SystemOnTPTP service allows to use
|
wenzelm@30845
|
2187 |
sledgehammer without local ATP installation (Vampire etc.). Other
|
wenzelm@30845
|
2188 |
provers may be included via suitable ML wrappers, see also
|
wenzelm@30845
|
2189 |
src/HOL/ATP_Linkup.thy.
|
wenzelm@30845
|
2190 |
|
wenzelm@30845
|
2191 |
* ATP selection (E/Vampire/Spass) is now via Proof General's settings
|
wenzelm@30845
|
2192 |
menu.
|
wenzelm@30845
|
2193 |
|
wenzelm@30845
|
2194 |
* The metis method no longer fails because the theorem is too trivial
|
wenzelm@30845
|
2195 |
(contains the empty clause).
|
wenzelm@30845
|
2196 |
|
wenzelm@30845
|
2197 |
* The metis method now fails in the usual manner, rather than raising
|
wenzelm@30845
|
2198 |
an exception, if it determines that it cannot prove the theorem.
|
wenzelm@30845
|
2199 |
|
wenzelm@30845
|
2200 |
* Method "coherent" implements a prover for coherent logic (see also
|
wenzelm@30845
|
2201 |
src/Tools/coherent.ML).
|
wenzelm@30845
|
2202 |
|
wenzelm@30845
|
2203 |
* Constants "undefined" and "default" replace "arbitrary". Usually
|
wenzelm@30845
|
2204 |
"undefined" is the right choice to replace "arbitrary", though
|
wenzelm@30845
|
2205 |
logically there is no difference. INCOMPATIBILITY.
|
wenzelm@30845
|
2206 |
|
wenzelm@30845
|
2207 |
* Command "value" now integrates different evaluation mechanisms. The
|
wenzelm@30845
|
2208 |
result of the first successful evaluation mechanism is printed. In
|
wenzelm@30845
|
2209 |
square brackets a particular named evaluation mechanisms may be
|
wenzelm@30845
|
2210 |
specified (currently, [SML], [code] or [nbe]). See further
|
wenzelm@30845
|
2211 |
src/HOL/ex/Eval_Examples.thy.
|
wenzelm@30845
|
2212 |
|
wenzelm@30845
|
2213 |
* Normalization by evaluation now allows non-leftlinear equations.
|
wenzelm@30845
|
2214 |
Declare with attribute [code nbe].
|
wenzelm@30845
|
2215 |
|
wenzelm@30845
|
2216 |
* Methods "case_tac" and "induct_tac" now refer to the very same rules
|
wenzelm@30845
|
2217 |
as the structured Isar versions "cases" and "induct", cf. the
|
wenzelm@30845
|
2218 |
corresponding "cases" and "induct" attributes. Mutual induction rules
|
wenzelm@30845
|
2219 |
are now presented as a list of individual projections
|
wenzelm@30845
|
2220 |
(e.g. foo_bar.inducts for types foo and bar); the old format with
|
wenzelm@30845
|
2221 |
explicit HOL conjunction is no longer supported. INCOMPATIBILITY, in
|
wenzelm@30845
|
2222 |
rare situations a different rule is selected --- notably nested tuple
|
wenzelm@30845
|
2223 |
elimination instead of former prod.exhaust: use explicit (case_tac t
|
wenzelm@30845
|
2224 |
rule: prod.exhaust) here.
|
wenzelm@30845
|
2225 |
|
wenzelm@30845
|
2226 |
* Attributes "cases", "induct", "coinduct" support "del" option.
|
wenzelm@30845
|
2227 |
|
wenzelm@30845
|
2228 |
* Removed fact "case_split_thm", which duplicates "case_split".
|
wenzelm@30845
|
2229 |
|
wenzelm@30845
|
2230 |
* The option datatype has been moved to a new theory Option. Renamed
|
wenzelm@30845
|
2231 |
option_map to Option.map, and o2s to Option.set, INCOMPATIBILITY.
|
wenzelm@30845
|
2232 |
|
wenzelm@30845
|
2233 |
* New predicate "strict_mono" classifies strict functions on partial
|
wenzelm@30845
|
2234 |
orders. With strict functions on linear orders, reasoning about
|
wenzelm@30845
|
2235 |
(in)equalities is facilitated by theorems "strict_mono_eq",
|
wenzelm@30845
|
2236 |
"strict_mono_less_eq" and "strict_mono_less".
|
wenzelm@30845
|
2237 |
|
wenzelm@30845
|
2238 |
* Some set operations are now proper qualified constants with
|
wenzelm@30845
|
2239 |
authentic syntax. INCOMPATIBILITY:
|
haftmann@30304
|
2240 |
|
haftmann@30304
|
2241 |
op Int ~> Set.Int
|
haftmann@30304
|
2242 |
op Un ~> Set.Un
|
haftmann@30304
|
2243 |
INTER ~> Set.INTER
|
haftmann@30304
|
2244 |
UNION ~> Set.UNION
|
haftmann@30304
|
2245 |
Inter ~> Set.Inter
|
haftmann@30304
|
2246 |
Union ~> Set.Union
|
haftmann@30304
|
2247 |
{} ~> Set.empty
|
haftmann@30304
|
2248 |
UNIV ~> Set.UNIV
|
haftmann@30304
|
2249 |
|
wenzelm@30845
|
2250 |
* Class complete_lattice with operations Inf, Sup, INFI, SUPR now in
|
wenzelm@30845
|
2251 |
theory Set.
|
wenzelm@30845
|
2252 |
|
wenzelm@30845
|
2253 |
* Auxiliary class "itself" has disappeared -- classes without any
|
wenzelm@30845
|
2254 |
parameter are treated as expected by the 'class' command.
|
haftmann@29797
|
2255 |
|
haftmann@29823
|
2256 |
* Leibnitz's Series for Pi and the arcus tangens and logarithm series.
|
haftmann@29823
|
2257 |
|
wenzelm@30845
|
2258 |
* Common decision procedures (Cooper, MIR, Ferrack, Approximation,
|
wenzelm@30845
|
2259 |
Dense_Linear_Order) are now in directory HOL/Decision_Procs.
|
wenzelm@30845
|
2260 |
|
wenzelm@30845
|
2261 |
* Theory src/HOL/Decision_Procs/Approximation provides the new proof
|
wenzelm@30845
|
2262 |
method "approximation". It proves formulas on real values by using
|
wenzelm@30845
|
2263 |
interval arithmetic. In the formulas are also the transcendental
|
wenzelm@30845
|
2264 |
functions sin, cos, tan, atan, ln, exp and the constant pi are
|
wenzelm@30845
|
2265 |
allowed. For examples see
|
wenzelm@30845
|
2266 |
src/HOL/Descision_Procs/ex/Approximation_Ex.thy.
|
haftmann@29823
|
2267 |
|
haftmann@29823
|
2268 |
* Theory "Reflection" now resides in HOL/Library.
|
haftmann@29650
|
2269 |
|
wenzelm@30845
|
2270 |
* Entry point to Word library now simply named "Word".
|
wenzelm@30845
|
2271 |
INCOMPATIBILITY.
|
haftmann@29628
|
2272 |
|
haftmann@29197
|
2273 |
* Made source layout more coherent with logical distribution
|
haftmann@29197
|
2274 |
structure:
|
haftmann@28952
|
2275 |
|
haftmann@28952
|
2276 |
src/HOL/Library/RType.thy ~> src/HOL/Typerep.thy
|
haftmann@28952
|
2277 |
src/HOL/Library/Code_Message.thy ~> src/HOL/
|
haftmann@28952
|
2278 |
src/HOL/Library/GCD.thy ~> src/HOL/
|
haftmann@28952
|
2279 |
src/HOL/Library/Order_Relation.thy ~> src/HOL/
|
haftmann@28952
|
2280 |
src/HOL/Library/Parity.thy ~> src/HOL/
|
haftmann@28952
|
2281 |
src/HOL/Library/Univ_Poly.thy ~> src/HOL/
|
huffman@30176
|
2282 |
src/HOL/Real/ContNotDenum.thy ~> src/HOL/Library/
|
haftmann@28952
|
2283 |
src/HOL/Real/Lubs.thy ~> src/HOL/
|
haftmann@28952
|
2284 |
src/HOL/Real/PReal.thy ~> src/HOL/
|
haftmann@28952
|
2285 |
src/HOL/Real/Rational.thy ~> src/HOL/
|
haftmann@28952
|
2286 |
src/HOL/Real/RComplete.thy ~> src/HOL/
|
haftmann@28952
|
2287 |
src/HOL/Real/RealDef.thy ~> src/HOL/
|
haftmann@28952
|
2288 |
src/HOL/Real/RealPow.thy ~> src/HOL/
|
haftmann@28952
|
2289 |
src/HOL/Real/Real.thy ~> src/HOL/
|
haftmann@28952
|
2290 |
src/HOL/Complex/Complex_Main.thy ~> src/HOL/
|
haftmann@28952
|
2291 |
src/HOL/Complex/Complex.thy ~> src/HOL/
|
huffman@30176
|
2292 |
src/HOL/Complex/FrechetDeriv.thy ~> src/HOL/Library/
|
huffman@30176
|
2293 |
src/HOL/Complex/Fundamental_Theorem_Algebra.thy ~> src/HOL/Library/
|
haftmann@28952
|
2294 |
src/HOL/Hyperreal/Deriv.thy ~> src/HOL/
|
haftmann@28952
|
2295 |
src/HOL/Hyperreal/Fact.thy ~> src/HOL/
|
haftmann@28952
|
2296 |
src/HOL/Hyperreal/Integration.thy ~> src/HOL/
|
haftmann@28952
|
2297 |
src/HOL/Hyperreal/Lim.thy ~> src/HOL/
|
haftmann@28952
|
2298 |
src/HOL/Hyperreal/Ln.thy ~> src/HOL/
|
haftmann@28952
|
2299 |
src/HOL/Hyperreal/Log.thy ~> src/HOL/
|
haftmann@28952
|
2300 |
src/HOL/Hyperreal/MacLaurin.thy ~> src/HOL/
|
haftmann@28952
|
2301 |
src/HOL/Hyperreal/NthRoot.thy ~> src/HOL/
|
haftmann@28952
|
2302 |
src/HOL/Hyperreal/Series.thy ~> src/HOL/
|
haftmann@29197
|
2303 |
src/HOL/Hyperreal/SEQ.thy ~> src/HOL/
|
haftmann@28952
|
2304 |
src/HOL/Hyperreal/Taylor.thy ~> src/HOL/
|
haftmann@28952
|
2305 |
src/HOL/Hyperreal/Transcendental.thy ~> src/HOL/
|
haftmann@28952
|
2306 |
src/HOL/Real/Float ~> src/HOL/Library/
|
haftmann@29197
|
2307 |
src/HOL/Real/HahnBanach ~> src/HOL/HahnBanach
|
haftmann@29197
|
2308 |
src/HOL/Real/RealVector.thy ~> src/HOL/
|
haftmann@28952
|
2309 |
|
haftmann@28952
|
2310 |
src/HOL/arith_data.ML ~> src/HOL/Tools
|
haftmann@28952
|
2311 |
src/HOL/hologic.ML ~> src/HOL/Tools
|
haftmann@28952
|
2312 |
src/HOL/simpdata.ML ~> src/HOL/Tools
|
haftmann@28952
|
2313 |
src/HOL/int_arith1.ML ~> src/HOL/Tools/int_arith.ML
|
haftmann@28952
|
2314 |
src/HOL/int_factor_simprocs.ML ~> src/HOL/Tools
|
haftmann@28952
|
2315 |
src/HOL/nat_simprocs.ML ~> src/HOL/Tools
|
haftmann@28952
|
2316 |
src/HOL/Real/float_arith.ML ~> src/HOL/Tools
|
haftmann@28952
|
2317 |
src/HOL/Real/float_syntax.ML ~> src/HOL/Tools
|
haftmann@28952
|
2318 |
src/HOL/Real/rat_arith.ML ~> src/HOL/Tools
|
haftmann@28952
|
2319 |
src/HOL/Real/real_arith.ML ~> src/HOL/Tools
|
haftmann@28952
|
2320 |
|
haftmann@29398
|
2321 |
src/HOL/Library/Array.thy ~> src/HOL/Imperative_HOL
|
haftmann@29398
|
2322 |
src/HOL/Library/Heap_Monad.thy ~> src/HOL/Imperative_HOL
|
haftmann@29398
|
2323 |
src/HOL/Library/Heap.thy ~> src/HOL/Imperative_HOL
|
haftmann@29398
|
2324 |
src/HOL/Library/Imperative_HOL.thy ~> src/HOL/Imperative_HOL
|
haftmann@29398
|
2325 |
src/HOL/Library/Ref.thy ~> src/HOL/Imperative_HOL
|
haftmann@29398
|
2326 |
src/HOL/Library/Relational.thy ~> src/HOL/Imperative_HOL
|
haftmann@29398
|
2327 |
|
wenzelm@30845
|
2328 |
* If methods "eval" and "evaluation" encounter a structured proof
|
wenzelm@30845
|
2329 |
state with !!/==>, only the conclusion is evaluated to True (if
|
wenzelm@30845
|
2330 |
possible), avoiding strange error messages.
|
wenzelm@30845
|
2331 |
|
wenzelm@30845
|
2332 |
* Method "sizechange" automates termination proofs using (a
|
wenzelm@30845
|
2333 |
modification of) the size-change principle. Requires SAT solver. See
|
wenzelm@30845
|
2334 |
src/HOL/ex/Termination.thy for examples.
|
wenzelm@30845
|
2335 |
|
wenzelm@30845
|
2336 |
* Simplifier: simproc for let expressions now unfolds if bound
|
wenzelm@30845
|
2337 |
variable occurs at most once in let expression body. INCOMPATIBILITY.
|
wenzelm@30845
|
2338 |
|
wenzelm@30845
|
2339 |
* Method "arith": Linear arithmetic now ignores all inequalities when
|
wenzelm@30845
|
2340 |
fast_arith_neq_limit is exceeded, instead of giving up entirely.
|
wenzelm@30845
|
2341 |
|
wenzelm@30845
|
2342 |
* New attribute "arith" for facts that should always be used
|
wenzelm@30845
|
2343 |
automatically by arithmetic. It is intended to be used locally in
|
wenzelm@30845
|
2344 |
proofs, e.g.
|
wenzelm@30845
|
2345 |
|
wenzelm@30845
|
2346 |
assumes [arith]: "x > 0"
|
wenzelm@30845
|
2347 |
|
nipkow@30706
|
2348 |
Global usage is discouraged because of possible performance impact.
|
nipkow@30706
|
2349 |
|
wenzelm@30845
|
2350 |
* New classes "top" and "bot" with corresponding operations "top" and
|
wenzelm@30845
|
2351 |
"bot" in theory Orderings; instantiation of class "complete_lattice"
|
wenzelm@30845
|
2352 |
requires instantiation of classes "top" and "bot". INCOMPATIBILITY.
|
wenzelm@30845
|
2353 |
|
wenzelm@30845
|
2354 |
* Changed definition lemma "less_fun_def" in order to provide an
|
wenzelm@30845
|
2355 |
instance for preorders on functions; use lemma "less_le" instead.
|
wenzelm@30845
|
2356 |
INCOMPATIBILITY.
|
wenzelm@30845
|
2357 |
|
wenzelm@30845
|
2358 |
* Theory Orderings: class "wellorder" moved here, with explicit
|
wenzelm@30845
|
2359 |
induction rule "less_induct" as assumption. For instantiation of
|
wenzelm@30845
|
2360 |
"wellorder" by means of predicate "wf", use rule wf_wellorderI.
|
wenzelm@30845
|
2361 |
INCOMPATIBILITY.
|
wenzelm@30845
|
2362 |
|
wenzelm@30845
|
2363 |
* Theory Orderings: added class "preorder" as superclass of "order".
|
wenzelm@27793
|
2364 |
INCOMPATIBILITY: Instantiation proofs for order, linorder
|
wenzelm@27793
|
2365 |
etc. slightly changed. Some theorems named order_class.* now named
|
wenzelm@27793
|
2366 |
preorder_class.*.
|
wenzelm@27793
|
2367 |
|
wenzelm@30845
|
2368 |
* Theory Relation: renamed "refl" to "refl_on", "reflexive" to "refl,
|
wenzelm@30845
|
2369 |
"diag" to "Id_on".
|
wenzelm@30845
|
2370 |
|
wenzelm@30845
|
2371 |
* Theory Finite_Set: added a new fold combinator of type
|
wenzelm@30845
|
2372 |
|
nipkow@28855
|
2373 |
('a => 'b => 'b) => 'b => 'a set => 'b
|
wenzelm@30845
|
2374 |
|
wenzelm@30845
|
2375 |
Occasionally this is more convenient than the old fold combinator
|
wenzelm@30845
|
2376 |
which is now defined in terms of the new one and renamed to
|
wenzelm@30845
|
2377 |
fold_image.
|
wenzelm@30845
|
2378 |
|
wenzelm@30845
|
2379 |
* Theories Ring_and_Field and OrderedGroup: The lemmas "group_simps"
|
wenzelm@30845
|
2380 |
and "ring_simps" have been replaced by "algebra_simps" (which can be
|
wenzelm@30845
|
2381 |
extended with further lemmas!). At the moment both still exist but
|
wenzelm@30845
|
2382 |
the former will disappear at some point.
|
wenzelm@30845
|
2383 |
|
wenzelm@30845
|
2384 |
* Theory Power: Lemma power_Suc is now declared as a simp rule in
|
wenzelm@30845
|
2385 |
class recpower. Type-specific simp rules for various recpower types
|
wenzelm@30845
|
2386 |
have been removed. INCOMPATIBILITY, rename old lemmas as follows:
|
huffman@30273
|
2387 |
|
huffman@30273
|
2388 |
rat_power_0 -> power_0
|
huffman@30273
|
2389 |
rat_power_Suc -> power_Suc
|
huffman@30273
|
2390 |
realpow_0 -> power_0
|
huffman@30273
|
2391 |
realpow_Suc -> power_Suc
|
huffman@30273
|
2392 |
complexpow_0 -> power_0
|
huffman@30273
|
2393 |
complexpow_Suc -> power_Suc
|
huffman@30273
|
2394 |
power_poly_0 -> power_0
|
huffman@30273
|
2395 |
power_poly_Suc -> power_Suc
|
huffman@30273
|
2396 |
|
wenzelm@30845
|
2397 |
* Theories Ring_and_Field and Divides: Definition of "op dvd" has been
|
wenzelm@27793
|
2398 |
moved to separate class dvd in Ring_and_Field; a couple of lemmas on
|
wenzelm@27793
|
2399 |
dvd has been generalized to class comm_semiring_1. Likewise a bunch
|
wenzelm@27793
|
2400 |
of lemmas from Divides has been generalized from nat to class
|
wenzelm@27793
|
2401 |
semiring_div. INCOMPATIBILITY. This involves the following theorem
|
wenzelm@27793
|
2402 |
renames resulting from duplicate elimination:
|
haftmann@27651
|
2403 |
|
haftmann@27651
|
2404 |
dvd_def_mod ~> dvd_eq_mod_eq_0
|
haftmann@27651
|
2405 |
zero_dvd_iff ~> dvd_0_left_iff
|
haftmann@28559
|
2406 |
dvd_0 ~> dvd_0_right
|
haftmann@27651
|
2407 |
DIVISION_BY_ZERO_DIV ~> div_by_0
|
haftmann@27651
|
2408 |
DIVISION_BY_ZERO_MOD ~> mod_by_0
|
haftmann@27651
|
2409 |
mult_div ~> div_mult_self2_is_id
|
haftmann@27651
|
2410 |
mult_mod ~> mod_mult_self2_is_0
|
haftmann@27651
|
2411 |
|
wenzelm@30845
|
2412 |
* Theory IntDiv: removed many lemmas that are instances of class-based
|
wenzelm@30845
|
2413 |
generalizations (from Divides and Ring_and_Field). INCOMPATIBILITY,
|
wenzelm@30845
|
2414 |
rename old lemmas as follows:
|
nipkow@30044
|
2415 |
|
nipkow@30044
|
2416 |
dvd_diff -> nat_dvd_diff
|
nipkow@30044
|
2417 |
dvd_zminus_iff -> dvd_minus_iff
|
nipkow@30224
|
2418 |
mod_add1_eq -> mod_add_eq
|
nipkow@30224
|
2419 |
mod_mult1_eq -> mod_mult_right_eq
|
nipkow@30224
|
2420 |
mod_mult1_eq' -> mod_mult_left_eq
|
nipkow@30224
|
2421 |
mod_mult_distrib_mod -> mod_mult_eq
|
nipkow@30044
|
2422 |
nat_mod_add_left_eq -> mod_add_left_eq
|
nipkow@30044
|
2423 |
nat_mod_add_right_eq -> mod_add_right_eq
|
nipkow@30044
|
2424 |
nat_mod_div_trivial -> mod_div_trivial
|
nipkow@30044
|
2425 |
nat_mod_mod_trivial -> mod_mod_trivial
|
nipkow@30044
|
2426 |
zdiv_zadd_self1 -> div_add_self1
|
nipkow@30044
|
2427 |
zdiv_zadd_self2 -> div_add_self2
|
nipkow@30181
|
2428 |
zdiv_zmult_self1 -> div_mult_self2_is_id
|
nipkow@30044
|
2429 |
zdiv_zmult_self2 -> div_mult_self1_is_id
|
nipkow@30044
|
2430 |
zdvd_triv_left -> dvd_triv_left
|
nipkow@30044
|
2431 |
zdvd_triv_right -> dvd_triv_right
|
nipkow@30044
|
2432 |
zdvd_zmult_cancel_disj -> dvd_mult_cancel_left
|
nipkow@30085
|
2433 |
zmod_eq0_zdvd_iff -> dvd_eq_mod_eq_0[symmetric]
|
nipkow@30044
|
2434 |
zmod_zadd_left_eq -> mod_add_left_eq
|
nipkow@30044
|
2435 |
zmod_zadd_right_eq -> mod_add_right_eq
|
nipkow@30044
|
2436 |
zmod_zadd_self1 -> mod_add_self1
|
nipkow@30044
|
2437 |
zmod_zadd_self2 -> mod_add_self2
|
nipkow@30224
|
2438 |
zmod_zadd1_eq -> mod_add_eq
|
nipkow@30044
|
2439 |
zmod_zdiff1_eq -> mod_diff_eq
|
nipkow@30044
|
2440 |
zmod_zdvd_zmod -> mod_mod_cancel
|
nipkow@30044
|
2441 |
zmod_zmod_cancel -> mod_mod_cancel
|
nipkow@30044
|
2442 |
zmod_zmult_self1 -> mod_mult_self2_is_0
|
nipkow@30044
|
2443 |
zmod_zmult_self2 -> mod_mult_self1_is_0
|
nipkow@30044
|
2444 |
zmod_1 -> mod_by_1
|
nipkow@30044
|
2445 |
zdiv_1 -> div_by_1
|
nipkow@30044
|
2446 |
zdvd_abs1 -> abs_dvd_iff
|
nipkow@30044
|
2447 |
zdvd_abs2 -> dvd_abs_iff
|
nipkow@30044
|
2448 |
zdvd_refl -> dvd_refl
|
nipkow@30044
|
2449 |
zdvd_trans -> dvd_trans
|
nipkow@30044
|
2450 |
zdvd_zadd -> dvd_add
|
nipkow@30044
|
2451 |
zdvd_zdiff -> dvd_diff
|
nipkow@30044
|
2452 |
zdvd_zminus_iff -> dvd_minus_iff
|
nipkow@30044
|
2453 |
zdvd_zminus2_iff -> minus_dvd_iff
|
nipkow@30044
|
2454 |
zdvd_zmultD -> dvd_mult_right
|
nipkow@30044
|
2455 |
zdvd_zmultD2 -> dvd_mult_left
|
nipkow@30044
|
2456 |
zdvd_zmult_mono -> mult_dvd_mono
|
nipkow@30044
|
2457 |
zdvd_0_right -> dvd_0_right
|
nipkow@30044
|
2458 |
zdvd_0_left -> dvd_0_left_iff
|
nipkow@30044
|
2459 |
zdvd_1_left -> one_dvd
|
nipkow@30044
|
2460 |
zminus_dvd_iff -> minus_dvd_iff
|
nipkow@30044
|
2461 |
|
wenzelm@30845
|
2462 |
* Theory Rational: 'Fract k 0' now equals '0'. INCOMPATIBILITY.
|
wenzelm@30845
|
2463 |
|
wenzelm@30845
|
2464 |
* The real numbers offer decimal input syntax: 12.34 is translated
|
wenzelm@30845
|
2465 |
into 1234/10^2. This translation is not reversed upon output.
|
wenzelm@30845
|
2466 |
|
wenzelm@30845
|
2467 |
* Theory Library/Polynomial defines an abstract type 'a poly of
|
wenzelm@30845
|
2468 |
univariate polynomials with coefficients of type 'a. In addition to
|
wenzelm@30845
|
2469 |
the standard ring operations, it also supports div and mod. Code
|
wenzelm@30845
|
2470 |
generation is also supported, using list-style constructors.
|
wenzelm@30845
|
2471 |
|
wenzelm@30845
|
2472 |
* Theory Library/Inner_Product defines a class of real_inner for real
|
wenzelm@30845
|
2473 |
inner product spaces, with an overloaded operation inner :: 'a => 'a
|
wenzelm@30845
|
2474 |
=> real. Class real_inner is a subclass of real_normed_vector from
|
wenzelm@30845
|
2475 |
theory RealVector.
|
wenzelm@30845
|
2476 |
|
wenzelm@30845
|
2477 |
* Theory Library/Product_Vector provides instances for the product
|
wenzelm@30845
|
2478 |
type 'a * 'b of several classes from RealVector and Inner_Product.
|
wenzelm@30845
|
2479 |
Definitions of addition, subtraction, scalar multiplication, norms,
|
wenzelm@30845
|
2480 |
and inner products are included.
|
wenzelm@30845
|
2481 |
|
wenzelm@30845
|
2482 |
* Theory Library/Bit defines the field "bit" of integers modulo 2. In
|
wenzelm@30845
|
2483 |
addition to the field operations, numerals and case syntax are also
|
wenzelm@30845
|
2484 |
supported.
|
wenzelm@30845
|
2485 |
|
wenzelm@30845
|
2486 |
* Theory Library/Diagonalize provides constructive version of Cantor's
|
wenzelm@30845
|
2487 |
first diagonalization argument.
|
wenzelm@30845
|
2488 |
|
wenzelm@30845
|
2489 |
* Theory Library/GCD: Curried operations gcd, lcm (for nat) and zgcd,
|
wenzelm@27599
|
2490 |
zlcm (for int); carried together from various gcd/lcm developements in
|
wenzelm@30845
|
2491 |
the HOL Distribution. Constants zgcd and zlcm replace former igcd and
|
wenzelm@30845
|
2492 |
ilcm; corresponding theorems renamed accordingly. INCOMPATIBILITY,
|
wenzelm@30845
|
2493 |
may recover tupled syntax as follows:
|
haftmann@27556
|
2494 |
|
haftmann@27556
|
2495 |
hide (open) const gcd
|
haftmann@27556
|
2496 |
abbreviation gcd where
|
haftmann@27556
|
2497 |
"gcd == (%(a, b). GCD.gcd a b)"
|
haftmann@27556
|
2498 |
notation (output)
|
haftmann@27556
|
2499 |
GCD.gcd ("gcd '(_, _')")
|
haftmann@27556
|
2500 |
|
wenzelm@30845
|
2501 |
The same works for lcm, zgcd, zlcm.
|
wenzelm@30845
|
2502 |
|
wenzelm@30845
|
2503 |
* Theory Library/Nat_Infinity: added addition, numeral syntax and more
|
wenzelm@30845
|
2504 |
instantiations for algebraic structures. Removed some duplicate
|
wenzelm@30845
|
2505 |
theorems. Changes in simp rules. INCOMPATIBILITY.
|
wenzelm@30845
|
2506 |
|
wenzelm@30845
|
2507 |
* ML antiquotation @{code} takes a constant as argument and generates
|
haftmann@27651
|
2508 |
corresponding code in background and inserts name of the corresponding
|
haftmann@27651
|
2509 |
resulting ML value/function/datatype constructor binding in place.
|
haftmann@27651
|
2510 |
All occurrences of @{code} with a single ML block are generated
|
haftmann@27651
|
2511 |
simultaneously. Provides a generic and safe interface for
|
wenzelm@30845
|
2512 |
instrumentalizing code generation. See
|
wenzelm@30845
|
2513 |
src/HOL/Decision_Procs/Ferrack.thy for a more ambitious application.
|
wenzelm@30845
|
2514 |
In future you ought to refrain from ad-hoc compiling generated SML
|
wenzelm@30845
|
2515 |
code on the ML toplevel. Note that (for technical reasons) @{code}
|
wenzelm@30845
|
2516 |
cannot refer to constants for which user-defined serializations are
|
wenzelm@30845
|
2517 |
set. Refer to the corresponding ML counterpart directly in that
|
wenzelm@30845
|
2518 |
cases.
|
wenzelm@27122
|
2519 |
|
wenzelm@27122
|
2520 |
* Command 'rep_datatype': instead of theorem names the command now
|
wenzelm@27122
|
2521 |
takes a list of terms denoting the constructors of the type to be
|
wenzelm@27122
|
2522 |
represented as datatype. The characteristic theorems have to be
|
wenzelm@27122
|
2523 |
proven. INCOMPATIBILITY. Also observe that the following theorems
|
wenzelm@27122
|
2524 |
have disappeared in favour of existing ones:
|
wenzelm@27122
|
2525 |
|
haftmann@27104
|
2526 |
unit_induct ~> unit.induct
|
haftmann@27104
|
2527 |
prod_induct ~> prod.induct
|
haftmann@27104
|
2528 |
sum_induct ~> sum.induct
|
haftmann@27104
|
2529 |
Suc_Suc_eq ~> nat.inject
|
haftmann@27104
|
2530 |
Suc_not_Zero Zero_not_Suc ~> nat.distinct
|
haftmann@27104
|
2531 |
|
haftmann@27104
|
2532 |
|
ballarin@27696
|
2533 |
*** HOL-Algebra ***
|
ballarin@27696
|
2534 |
|
ballarin@27713
|
2535 |
* New locales for orders and lattices where the equivalence relation
|
wenzelm@30106
|
2536 |
is not restricted to equality. INCOMPATIBILITY: all order and lattice
|
wenzelm@30106
|
2537 |
locales use a record structure with field eq for the equivalence.
|
ballarin@27713
|
2538 |
|
ballarin@27713
|
2539 |
* New theory of factorial domains.
|
ballarin@27713
|
2540 |
|
wenzelm@30845
|
2541 |
* Units_l_inv and Units_r_inv are now simp rules by default.
|
ballarin@27696
|
2542 |
INCOMPATIBILITY. Simplifier proof that require deletion of l_inv
|
ballarin@27696
|
2543 |
and/or r_inv will now also require deletion of these lemmas.
|
ballarin@27696
|
2544 |
|
wenzelm@30845
|
2545 |
* Renamed the following theorems, INCOMPATIBILITY:
|
wenzelm@30845
|
2546 |
|
ballarin@27696
|
2547 |
UpperD ~> Upper_memD
|
ballarin@27696
|
2548 |
LowerD ~> Lower_memD
|
ballarin@27696
|
2549 |
least_carrier ~> least_closed
|
ballarin@27696
|
2550 |
greatest_carrier ~> greatest_closed
|
ballarin@27696
|
2551 |
greatest_Lower_above ~> greatest_Lower_below
|
ballarin@27717
|
2552 |
one_zero ~> carrier_one_zero
|
ballarin@27717
|
2553 |
one_not_zero ~> carrier_one_not_zero (collision with assumption)
|
ballarin@27696
|
2554 |
|
wenzelm@27793
|
2555 |
|
wenzelm@30849
|
2556 |
*** HOL-Nominal ***
|
wenzelm@30849
|
2557 |
|
wenzelm@30855
|
2558 |
* Nominal datatypes can now contain type-variables.
|
wenzelm@30855
|
2559 |
|
wenzelm@30855
|
2560 |
* Commands 'nominal_inductive' and 'equivariance' work with local
|
wenzelm@30855
|
2561 |
theory targets.
|
wenzelm@30855
|
2562 |
|
wenzelm@30855
|
2563 |
* Nominal primrec can now works with local theory targets and its
|
wenzelm@30855
|
2564 |
specification syntax now conforms to the general format as seen in
|
wenzelm@30855
|
2565 |
'inductive' etc.
|
wenzelm@30855
|
2566 |
|
wenzelm@30855
|
2567 |
* Method "perm_simp" honours the standard simplifier attributes
|
wenzelm@30855
|
2568 |
(no_asm), (no_asm_use) etc.
|
wenzelm@30855
|
2569 |
|
wenzelm@30855
|
2570 |
* The new predicate #* is defined like freshness, except that on the
|
wenzelm@30855
|
2571 |
left hand side can be a set or list of atoms.
|
wenzelm@30855
|
2572 |
|
wenzelm@30855
|
2573 |
* Experimental command 'nominal_inductive2' derives strong induction
|
wenzelm@30855
|
2574 |
principles for inductive definitions. In contrast to
|
wenzelm@30855
|
2575 |
'nominal_inductive', which can only deal with a fixed number of
|
wenzelm@30855
|
2576 |
binders, it can deal with arbitrary expressions standing for sets of
|
wenzelm@30855
|
2577 |
atoms to be avoided. The only inductive definition we have at the
|
wenzelm@30855
|
2578 |
moment that needs this generalisation is the typing rule for Lets in
|
wenzelm@30855
|
2579 |
the algorithm W:
|
wenzelm@30855
|
2580 |
|
wenzelm@30855
|
2581 |
Gamma |- t1 : T1 (x,close Gamma T1)::Gamma |- t2 : T2 x#Gamma
|
wenzelm@30855
|
2582 |
-----------------------------------------------------------------
|
wenzelm@30855
|
2583 |
Gamma |- Let x be t1 in t2 : T2
|
wenzelm@30855
|
2584 |
|
wenzelm@30855
|
2585 |
In this rule one wants to avoid all the binders that are introduced by
|
wenzelm@30855
|
2586 |
"close Gamma T1". We are looking for other examples where this
|
wenzelm@30855
|
2587 |
feature might be useful. Please let us know.
|
wenzelm@30849
|
2588 |
|
wenzelm@30849
|
2589 |
|
huffman@30176
|
2590 |
*** HOLCF ***
|
huffman@30176
|
2591 |
|
huffman@30176
|
2592 |
* Reimplemented the simplification procedure for proving continuity
|
huffman@30176
|
2593 |
subgoals. The new simproc is extensible; users can declare additional
|
huffman@30176
|
2594 |
continuity introduction rules with the attribute [cont2cont].
|
huffman@30176
|
2595 |
|
huffman@30176
|
2596 |
* The continuity simproc now uses a different introduction rule for
|
huffman@30176
|
2597 |
solving continuity subgoals on terms with lambda abstractions. In
|
huffman@30176
|
2598 |
some rare cases the new simproc may fail to solve subgoals that the
|
huffman@30176
|
2599 |
old one could solve, and "simp add: cont2cont_LAM" may be necessary.
|
huffman@30176
|
2600 |
Potential INCOMPATIBILITY.
|
huffman@30176
|
2601 |
|
wenzelm@30847
|
2602 |
* Command 'fixrec': specification syntax now conforms to the general
|
wenzelm@30855
|
2603 |
format as seen in 'inductive' etc. See src/HOLCF/ex/Fixrec_ex.thy for
|
wenzelm@30855
|
2604 |
examples. INCOMPATIBILITY.
|
wenzelm@30845
|
2605 |
|
wenzelm@30845
|
2606 |
|
wenzelm@30845
|
2607 |
*** ZF ***
|
wenzelm@30845
|
2608 |
|
wenzelm@30845
|
2609 |
* Proof of Zorn's Lemma for partial orders.
|
huffman@30176
|
2610 |
|
huffman@30176
|
2611 |
|
wenzelm@27246
|
2612 |
*** ML ***
|
wenzelm@28088
|
2613 |
|
wenzelm@30845
|
2614 |
* Multithreading for Poly/ML 5.1/5.2 is no longer supported, only for
|
wenzelm@30845
|
2615 |
Poly/ML 5.2.1 or later. Important note: the TimeLimit facility
|
wenzelm@30845
|
2616 |
depends on multithreading, so timouts will not work before Poly/ML
|
wenzelm@30845
|
2617 |
5.2.1!
|
wenzelm@30845
|
2618 |
|
wenzelm@29161
|
2619 |
* High-level support for concurrent ML programming, see
|
wenzelm@29161
|
2620 |
src/Pure/Cuncurrent. The data-oriented model of "future values" is
|
wenzelm@29161
|
2621 |
particularly convenient to organize independent functional
|
wenzelm@29161
|
2622 |
computations. The concept of "synchronized variables" provides a
|
wenzelm@29161
|
2623 |
higher-order interface for components with shared state, avoiding the
|
wenzelm@30845
|
2624 |
delicate details of mutexes and condition variables. (Requires
|
wenzelm@30845
|
2625 |
Poly/ML 5.2.1 or later.)
|
wenzelm@30845
|
2626 |
|
wenzelm@30845
|
2627 |
* ML bindings produced via Isar commands are stored within the Isar
|
wenzelm@30845
|
2628 |
context (theory or proof). Consequently, commands like 'use' and 'ML'
|
wenzelm@30845
|
2629 |
become thread-safe and work with undo as expected (concerning
|
wenzelm@30845
|
2630 |
top-level bindings, not side-effects on global references).
|
wenzelm@30845
|
2631 |
INCOMPATIBILITY, need to provide proper Isar context when invoking the
|
wenzelm@30845
|
2632 |
compiler at runtime; really global bindings need to be given outside a
|
wenzelm@30845
|
2633 |
theory. (Requires Poly/ML 5.2 or later.)
|
wenzelm@30845
|
2634 |
|
wenzelm@30845
|
2635 |
* Command 'ML_prf' is analogous to 'ML' but works within a proof
|
wenzelm@30845
|
2636 |
context. Top-level ML bindings are stored within the proof context in
|
wenzelm@30845
|
2637 |
a purely sequential fashion, disregarding the nested proof structure.
|
wenzelm@30845
|
2638 |
ML bindings introduced by 'ML_prf' are discarded at the end of the
|
wenzelm@30845
|
2639 |
proof. (Requires Poly/ML 5.2 or later.)
|
wenzelm@29161
|
2640 |
|
wenzelm@30530
|
2641 |
* Simplified ML attribute and method setup, cf. functions Attrib.setup
|
wenzelm@30845
|
2642 |
and Method.setup, as well as Isar commands 'attribute_setup' and
|
wenzelm@30547
|
2643 |
'method_setup'. INCOMPATIBILITY for 'method_setup', need to simplify
|
wenzelm@30547
|
2644 |
existing code accordingly, or use plain 'setup' together with old
|
wenzelm@30547
|
2645 |
Method.add_method.
|
wenzelm@30530
|
2646 |
|
wenzelm@28294
|
2647 |
* Simplified ML oracle interface Thm.add_oracle promotes 'a -> cterm
|
wenzelm@28294
|
2648 |
to 'a -> thm, while results are always tagged with an authentic oracle
|
wenzelm@28294
|
2649 |
name. The Isar command 'oracle' is now polymorphic, no argument type
|
wenzelm@28294
|
2650 |
is specified. INCOMPATIBILITY, need to simplify existing oracle code
|
wenzelm@28294
|
2651 |
accordingly. Note that extra performance may be gained by producing
|
wenzelm@28294
|
2652 |
the cterm carefully, avoiding slow Thm.cterm_of.
|
wenzelm@28294
|
2653 |
|
wenzelm@30845
|
2654 |
* Simplified interface for defining document antiquotations via
|
wenzelm@30845
|
2655 |
ThyOutput.antiquotation, ThyOutput.output, and optionally
|
wenzelm@30845
|
2656 |
ThyOutput.maybe_pretty_source. INCOMPATIBILITY, need to simplify user
|
wenzelm@30845
|
2657 |
antiquotations accordingly, see src/Pure/Thy/thy_output.ML for common
|
wenzelm@30845
|
2658 |
examples.
|
wenzelm@28099
|
2659 |
|
wenzelm@30395
|
2660 |
* More systematic treatment of long names, abstract name bindings, and
|
wenzelm@30395
|
2661 |
name space operations. Basic operations on qualified names have been
|
wenzelm@30399
|
2662 |
move from structure NameSpace to Long_Name, e.g. Long_Name.base_name,
|
wenzelm@30395
|
2663 |
Long_Name.append. Old type bstring has been mostly replaced by
|
|