author | wenzelm |
Mon, 21 Dec 2015 15:09:35 +0100 | |
changeset 61885 | acdfc76a6c33 |
parent 61848 | 9250e546ab23 |
child 61892 | 5c68d06f97b3 |
permissions | -rw-r--r-- |
57491 | 1 |
Isabelle NEWS -- history of user-relevant changes |
2 |
================================================= |
|
2553 | 3 |
|
60006 | 4 |
(Note: Isabelle/jEdit shows a tree-view of this file in Sidekick.) |
5 |
||
60331 | 6 |
|
60138 | 7 |
New in this Isabelle version |
8 |
---------------------------- |
|
9 |
||
61337 | 10 |
*** General *** |
11 |
||
12 |
* Toplevel theorem statements have been simplified as follows: |
|
13 |
||
14 |
theorems ~> lemmas |
|
15 |
schematic_lemma ~> schematic_goal |
|
16 |
schematic_theorem ~> schematic_goal |
|
17 |
schematic_corollary ~> schematic_goal |
|
18 |
||
19 |
Command-line tool "isabelle update_theorems" updates theory sources |
|
20 |
accordingly. |
|
21 |
||
61338 | 22 |
* Toplevel theorem statement 'proposition' is another alias for |
23 |
'theorem'. |
|
24 |
||
61579 | 25 |
* Syntax for formal comments "-- text" now also supports the symbolic |
26 |
form "\<comment> text". Command-line tool "isabelle update_cartouches -c" helps |
|
27 |
to update old sources. |
|
28 |
||
61337 | 29 |
|
60610
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
30 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
31 |
|
61600
1ca11ddfcc70
clarified completion of explicit symbols (see also f6bd97a587b7, e0e4ac981cf1);
wenzelm
parents:
61597
diff
changeset
|
32 |
* Completion of symbols via prefix of \<name> or \<^name> or \name is |
1ca11ddfcc70
clarified completion of explicit symbols (see also f6bd97a587b7, e0e4ac981cf1);
wenzelm
parents:
61597
diff
changeset
|
33 |
always possible, independently of the language context. It is never |
1ca11ddfcc70
clarified completion of explicit symbols (see also f6bd97a587b7, e0e4ac981cf1);
wenzelm
parents:
61597
diff
changeset
|
34 |
implicit: a popup will show up unconditionally. |
1ca11ddfcc70
clarified completion of explicit symbols (see also f6bd97a587b7, e0e4ac981cf1);
wenzelm
parents:
61597
diff
changeset
|
35 |
|
60610
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
36 |
* Improved scheduling for urgent print tasks (e.g. command state output, |
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
37 |
interactive queries) wrt. long-running background tasks. |
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
38 |
|
60986 | 39 |
* IDE support for the source-level debugger of Poly/ML, to work with |
60984 | 40 |
Isabelle/ML and official Standard ML. Configuration option "ML_debugger" |
41 |
and commands 'ML_file_debug', 'ML_file_no_debug', 'SML_file_debug', |
|
42 |
'SML_file_no_debug' control compilation of sources with debugging |
|
43 |
information. The Debugger panel allows to set breakpoints (via context |
|
44 |
menu), step through stopped threads, evaluate local ML expressions etc. |
|
45 |
At least one Debugger view needs to be active to have any effect on the |
|
46 |
running ML program. |
|
47 |
||
61173 | 48 |
* The main Isabelle executable is managed as single-instance Desktop |
49 |
application uniformly on all platforms: Linux, Windows, Mac OS X. |
|
61170 | 50 |
|
61803 | 51 |
* The State panel manages explicit proof state output, with dynamic |
52 |
auto-update according to cursor movement. Alternatively, the jEdit |
|
53 |
action "isabelle.update-state" (shortcut S+ENTER) triggers manual |
|
54 |
update. |
|
61729 | 55 |
|
56 |
* The Output panel no longer shows proof state output by default, to |
|
57 |
avoid GUI overcrowding. INCOMPATIBILITY, use the State panel instead or |
|
58 |
enable option "editor_output_state". |
|
61215 | 59 |
|
61803 | 60 |
* The text overview column (status of errors, warnings etc.) is updated |
61 |
asynchronously, leading to much better editor reactivity. Moreover, the |
|
62 |
full document node content is taken into account. The width of the |
|
63 |
column is scaled according to the main text area font, for improved |
|
64 |
visibility. |
|
65 |
||
66 |
* The main text area no longer changes its color hue in outdated |
|
67 |
situations. The text overview column takes over the role to indicate |
|
68 |
unfinished edits in the PIDE pipeline. This avoids flashing text display |
|
69 |
due to ad-hoc updates by auxiliary GUI components, such as the State |
|
70 |
panel. |
|
71 |
||
61483 | 72 |
* Action "isabelle-emph" (with keyboard shortcut C+e LEFT) controls |
73 |
emphasized text style; the effect is visible in document output, not in |
|
74 |
the editor. |
|
75 |
||
76 |
* Action "isabelle-reset" now uses keyboard shortcut C+e BACK_SPACE, |
|
77 |
instead of former C+e LEFT. |
|
78 |
||
61512
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
79 |
* New command-line tool "isabelle jedit_client" allows to connect to |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
80 |
already running Isabelle/jEdit process. This achieves the effect of |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
81 |
single-instance applications seen on common GUI desktops. |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
82 |
|
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
83 |
* The command-line tool "isabelle jedit" and the isabelle.Main |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
84 |
application wrapper threat the default $USER_HOME/Scratch.thy more |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
85 |
uniformly, and allow the dummy file argument ":" to open an empty buffer |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
86 |
instead. |
933463440449
more uniform command-line for "isabelle jedit" and the isabelle.Main app wrapper;
wenzelm
parents:
61501
diff
changeset
|
87 |
|
61529
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
88 |
* The default look-and-feel for Linux is the traditional "Metal", which |
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
89 |
works better with GUI scaling for very high-resolution displays (e.g. |
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
90 |
4K). Moreover, it is generally more robust than "Nimbus". |
82fc5a6231a2
back to traditional Metal as default, and thus evade current problems with Nimbus scrollbar slider;
wenzelm
parents:
61520
diff
changeset
|
91 |
|
60610
f52b4b0c10c4
improved scheduling for urgent tasks, using farm of replacement threads (may lead to factor 2 overloading, but CPUs are usually hyperthreaded);
wenzelm
parents:
60595
diff
changeset
|
92 |
|
61405 | 93 |
*** Document preparation *** |
94 |
||
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
95 |
* There is a new short form for antiquotations with a single argument |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
96 |
that is a cartouche: \<^name>\<open>...\<close> is equivalent to @{name \<open>...\<close>} and |
61595 | 97 |
\<open>...\<close> without control symbol is equivalent to @{cartouche \<open>...\<close>}. |
98 |
\<^name> without following cartouche is equivalent to @{name}. The |
|
61501 | 99 |
standard Isabelle fonts provide glyphs to render important control |
100 |
symbols, e.g. "\<^verbatim>", "\<^emph>", "\<^bold>". |
|
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
101 |
|
61614 | 102 |
* Antiquotation @{theory_text} prints uninterpreted theory source text |
61653 | 103 |
(outer syntax with command keywords etc.). This may be used in the short |
61748 | 104 |
form \<^theory_text>\<open>...\<close>. @{theory_text [display]} supports option "indent". |
105 |
||
106 |
* @{verbatim [display]} supports option "indent". |
|
61614 | 107 |
|
61660
78b371644654
added antiquotation @{doc}, e.g. useful for demonstration purposes;
wenzelm
parents:
61658
diff
changeset
|
108 |
* Antiquotation @{doc ENTRY} provides a reference to the given |
78b371644654
added antiquotation @{doc}, e.g. useful for demonstration purposes;
wenzelm
parents:
61658
diff
changeset
|
109 |
documentation, with a hyperlink in the Prover IDE. |
78b371644654
added antiquotation @{doc}, e.g. useful for demonstration purposes;
wenzelm
parents:
61658
diff
changeset
|
110 |
|
61623 | 111 |
* Antiquotations @{command}, @{method}, @{attribute} print checked |
112 |
entities of the Isar language. |
|
113 |
||
61595 | 114 |
* Antiquotations @{noindent}, @{smallskip}, @{medskip}, @{bigskip} with |
115 |
corresponding control symbols \<^noindent>, \<^smallskip>, \<^medskip>, \<^bigskip> specify spacing formally, using |
|
116 |
standard LaTeX macros of the same names. |
|
117 |
||
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
118 |
* Antiquotation @{cartouche} in Isabelle/Pure is the same as @{text}. |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
119 |
Consequently, \<open>...\<close> without any decoration prints literal quasi-formal |
61492 | 120 |
text. Command-line tool "isabelle update_cartouches -t" helps to update |
121 |
old sources, by approximative patching of the content of string and |
|
122 |
cartouche tokens seen in theory sources. |
|
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
123 |
|
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
124 |
* The @{text} antiquotation now ignores the antiquotation option |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
125 |
"source". The given text content is output unconditionally, without any |
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
126 |
surrounding quotes etc. Subtle INCOMPATIBILITY, put quotes into the |
61494 | 127 |
argument where they are really intended, e.g. @{text \<open>"foo"\<close>}. Initial |
128 |
or terminal spaces are ignored. |
|
61491
97261e6c1d42
another antiquotation short form: undecorated cartouche as alias for @{text};
wenzelm
parents:
61488
diff
changeset
|
129 |
|
61471 | 130 |
* HTML presentation uses the standard IsabelleText font and Unicode |
131 |
rendering of Isabelle symbols like Isabelle/Scala/jEdit. The former |
|
61488 | 132 |
print mode "HTML" loses its special meaning. |
61471 | 133 |
|
61463 | 134 |
* Commands 'paragraph' and 'subparagraph' provide additional section |
135 |
headings. Thus there are 6 levels of standard headings, as in HTML. |
|
136 |
||
137 |
* Text is structured in paragraphs and nested lists, using notation that |
|
138 |
is similar to Markdown. The control symbols for list items are as |
|
139 |
follows: |
|
140 |
||
141 |
\<^item> itemize |
|
142 |
\<^enum> enumerate |
|
143 |
\<^descr> description |
|
144 |
||
145 |
* Command 'text_raw' has been clarified: input text is processed as in |
|
146 |
'text' (with antiquotations and control symbols). The key difference is |
|
147 |
the lack of the surrounding isabelle markup environment in output. |
|
61405 | 148 |
|
61473
34d1913f0b20
clarified control antiquotations: decode control symbol to get name;
wenzelm
parents:
61471
diff
changeset
|
149 |
* Document antiquotations @{emph} and @{bold} output LaTeX source |
61653 | 150 |
recursively, adding appropriate text style markup. These may be used in |
151 |
the short form \<^emph>\<open>...\<close> and \<^bold>\<open>...\<close>. |
|
61473
34d1913f0b20
clarified control antiquotations: decode control symbol to get name;
wenzelm
parents:
61471
diff
changeset
|
152 |
|
61571 | 153 |
* Document antiquotation @{footnote} outputs LaTeX source recursively, |
61653 | 154 |
marked as \footnote{}. This may be used in the short form \<^footnote>\<open>...\<close>. |
61571 | 155 |
|
61405 | 156 |
|
60406 | 157 |
*** Isar *** |
158 |
||
159 |
* Command 'obtain' binds term abbreviations (via 'is' patterns) in the |
|
160 |
proof body as well, abstracted over relevant parameters. |
|
161 |
||
60477
051b200f7578
improved treatment of Element.Obtains via Expression.prepare_stmt;
wenzelm
parents:
60460
diff
changeset
|
162 |
* Improved type-inference for theorem statement 'obtains': separate |
051b200f7578
improved treatment of Element.Obtains via Expression.prepare_stmt;
wenzelm
parents:
60460
diff
changeset
|
163 |
parameter scope for of each clause. |
051b200f7578
improved treatment of Element.Obtains via Expression.prepare_stmt;
wenzelm
parents:
60460
diff
changeset
|
164 |
|
60408
1fd46ced2fa8
more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents:
60406
diff
changeset
|
165 |
* Term abbreviations via 'is' patterns also work for schematic |
1fd46ced2fa8
more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents:
60406
diff
changeset
|
166 |
statements: result is abstracted over unknowns. |
1fd46ced2fa8
more uniform treatment of auto bindings vs. explicit user bindings;
wenzelm
parents:
60406
diff
changeset
|
167 |
|
60414 | 168 |
* Local goals ('have', 'show', 'hence', 'thus') allow structured |
61733 | 169 |
rule statements like fixes/assumes/shows in theorem specifications, but |
170 |
the notation is postfix with keywords 'if' (or 'when') and 'for'. For |
|
60555
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
171 |
example: |
60414 | 172 |
|
173 |
have result: "C x y" |
|
174 |
if "A x" and "B y" |
|
175 |
for x :: 'a and y :: 'a |
|
176 |
<proof> |
|
177 |
||
60449 | 178 |
The local assumptions are bound to the name "that". The result is |
179 |
exported from context of the statement as usual. The above roughly |
|
60414 | 180 |
corresponds to a raw proof block like this: |
181 |
||
182 |
{ |
|
183 |
fix x :: 'a and y :: 'a |
|
60449 | 184 |
assume that: "A x" "B y" |
60414 | 185 |
have "C x y" <proof> |
186 |
} |
|
187 |
note result = this |
|
60406 | 188 |
|
60555
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
189 |
The keyword 'when' may be used instead of 'if', to indicate 'presume' |
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
190 |
instead of 'assume' above. |
51a6997b1384
support 'when' statement, which corresponds to 'presume';
wenzelm
parents:
60554
diff
changeset
|
191 |
|
61733 | 192 |
* Assumptions ('assume', 'presume') allow structured rule statements |
193 |
using 'if' and 'for', similar to 'have' etc. above. For example: |
|
61658 | 194 |
|
195 |
assume result: "C x y" |
|
196 |
if "A x" and "B y" |
|
197 |
for x :: 'a and y :: 'a |
|
198 |
||
199 |
This assumes "\<And>x y::'a. A x \<Longrightarrow> B y \<Longrightarrow> C x y" and produces a general |
|
200 |
result as usual: "A ?x \<Longrightarrow> B ?y \<Longrightarrow> C ?x ?y". |
|
201 |
||
202 |
Vacuous quantification in assumptions is omitted, i.e. a for-context |
|
203 |
only effects propositions according to actual use of variables. For |
|
204 |
example: |
|
205 |
||
206 |
assume "A x" and "B y" for x and y |
|
207 |
||
208 |
is equivalent to: |
|
209 |
||
210 |
assume "\<And>x. A x" and "\<And>y. B y" |
|
211 |
||
60595 | 212 |
* The meaning of 'show' with Pure rule statements has changed: premises |
213 |
are treated in the sense of 'assume', instead of 'presume'. This means, |
|
214 |
a goal like "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" can be solved completely as follows: |
|
215 |
||
216 |
show "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" |
|
217 |
||
218 |
or: |
|
219 |
||
220 |
show "C x" if "A x" "B x" for x |
|
221 |
||
222 |
Rare INCOMPATIBILITY, the old behaviour may be recovered as follows: |
|
223 |
||
224 |
show "C x" when "A x" "B x" for x |
|
225 |
||
60406 | 226 |
* New command 'supply' supports fact definitions during goal refinement |
227 |
('apply' scripts). |
|
228 |
||
60459 | 229 |
* New command 'consider' states rules for generalized elimination and |
230 |
case splitting. This is like a toplevel statement "theorem obtains" used |
|
231 |
within a proof body; or like a multi-branch 'obtain' without activation |
|
232 |
of the local context elements yet. |
|
233 |
||
60455 | 234 |
* Proof method "cases" allows to specify the rule as first entry of |
235 |
chained facts. This is particularly useful with 'consider': |
|
236 |
||
237 |
consider (a) A | (b) B | (c) C <proof> |
|
238 |
then have something |
|
239 |
proof cases |
|
240 |
case a |
|
241 |
then show ?thesis <proof> |
|
242 |
next |
|
243 |
case b |
|
244 |
then show ?thesis <proof> |
|
245 |
next |
|
246 |
case c |
|
247 |
then show ?thesis <proof> |
|
248 |
qed |
|
249 |
||
60565 | 250 |
* Command 'case' allows fact name and attribute specification like this: |
251 |
||
252 |
case a: (c xs) |
|
253 |
case a [attributes]: (c xs) |
|
254 |
||
255 |
Facts that are introduced by invoking the case context are uniformly |
|
256 |
qualified by "a"; the same name is used for the cumulative fact. The old |
|
257 |
form "case (c xs) [attributes]" is no longer supported. Rare |
|
258 |
INCOMPATIBILITY, need to adapt uses of case facts in exotic situations, |
|
259 |
and always put attributes in front. |
|
260 |
||
60618
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
261 |
* The standard proof method of commands 'proof' and '..' is now called |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
262 |
"standard" to make semantically clear what it is; the old name "default" |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
263 |
is still available as legacy for some time. Documentation now explains |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
264 |
'..' more accurately as "by standard" instead of "by rule". |
4c79543cc376
renamed "default" to "standard", to make semantically clear what it is;
wenzelm
parents:
60617
diff
changeset
|
265 |
|
60631 | 266 |
* Command 'subgoal' allows to impose some structure on backward |
267 |
refinements, to avoid proof scripts degenerating into long of 'apply' |
|
268 |
sequences. Further explanations and examples are given in the isar-ref |
|
269 |
manual. |
|
270 |
||
61166
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
271 |
* Proof method "goal_cases" turns the current subgoals into cases within |
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
272 |
the context; the conclusion is bound to variable ?case in each case. For |
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
273 |
example: |
60617 | 274 |
|
275 |
lemma "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" |
|
60622 | 276 |
and "\<And>y z. U y \<Longrightarrow> V z \<Longrightarrow> W y z" |
61166
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
277 |
proof goal_cases |
60622 | 278 |
case (1 x) |
279 |
then show ?case using \<open>A x\<close> \<open>B x\<close> sorry |
|
280 |
next |
|
281 |
case (2 y z) |
|
282 |
then show ?case using \<open>U y\<close> \<open>V z\<close> sorry |
|
283 |
qed |
|
284 |
||
285 |
lemma "\<And>x. A x \<Longrightarrow> B x \<Longrightarrow> C x" |
|
286 |
and "\<And>y z. U y \<Longrightarrow> V z \<Longrightarrow> W y z" |
|
61166
5976fe402824
renamed method "goals" to "goal_cases" to emphasize its meaning;
wenzelm
parents:
61158
diff
changeset
|
287 |
proof goal_cases |
60617 | 288 |
case prems: 1 |
289 |
then show ?case using prems sorry |
|
290 |
next |
|
291 |
case prems: 2 |
|
292 |
then show ?case using prems sorry |
|
293 |
qed |
|
60578 | 294 |
|
60581 | 295 |
* The undocumented feature of implicit cases goal1, goal2, goal3, etc. |
60617 | 296 |
is marked as legacy, and will be removed eventually. The proof method |
297 |
"goals" achieves a similar effect within regular Isar; often it can be |
|
298 |
done more adequately by other means (e.g. 'consider'). |
|
60581 | 299 |
|
60551 | 300 |
* Nesting of Isar goal structure has been clarified: the context after |
301 |
the initial backwards refinement is retained for the whole proof, within |
|
302 |
all its context sections (as indicated via 'next'). This is e.g. |
|
303 |
relevant for 'using', 'including', 'supply': |
|
304 |
||
305 |
have "A \<and> A" if a: A for A |
|
306 |
supply [simp] = a |
|
307 |
proof |
|
308 |
show A by simp |
|
309 |
next |
|
310 |
show A by simp |
|
311 |
qed |
|
312 |
||
60554 | 313 |
* Method "sleep" succeeds after a real-time delay (in seconds). This is |
314 |
occasionally useful for demonstration and testing purposes. |
|
315 |
||
60406 | 316 |
|
60331 | 317 |
*** Pure *** |
318 |
||
61606
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
319 |
* Qualifiers in locale expressions default to mandatory ('!') regardless |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
320 |
of the command. Previously, for 'locale' and 'sublocale' the default was |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
321 |
optional ('?'). The old synatx '!' has been discontinued. |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
322 |
INCOMPATIBILITY, remove '!' and add '?' as required. |
61565
352c73a689da
Qualifiers in locale expressions default to mandatory regardless of the command.
ballarin
parents:
61551
diff
changeset
|
323 |
|
61566
c3d6e570ccef
Keyword 'rewrites' identifies rewrite morphisms.
ballarin
parents:
61565
diff
changeset
|
324 |
* Keyword 'rewrites' identifies rewrite morphisms in interpretation |
61606
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
325 |
commands. Previously, the keyword was 'where'. INCOMPATIBILITY. |
61566
c3d6e570ccef
Keyword 'rewrites' identifies rewrite morphisms.
ballarin
parents:
61565
diff
changeset
|
326 |
|
61701
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
327 |
* More gentle suppression of syntax along locale morphisms while |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
328 |
printing terms. Previously 'abbreviation' and 'notation' declarations |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
329 |
would be suppressed for morphisms except term identity. Now |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
330 |
'abbreviation' is also kept for morphims that only change the involved |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
331 |
parameters, and only 'notation' is suppressed. This can be of great |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
332 |
help when working with complex locale hierarchies, because proof |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
333 |
states are displayed much more succinctly. It also means that only |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
334 |
notation needs to be redeclared if desired, as illustrated by this |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
335 |
example: |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
336 |
|
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
337 |
locale struct = fixes composition :: "'a => 'a => 'a" (infixl "\<cdot>" 65) |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
338 |
begin |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
339 |
definition derived (infixl "\<odot>" 65) where ... |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
340 |
end |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
341 |
|
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
342 |
locale morphism = |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
343 |
left: struct composition + right: struct composition' |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
344 |
for composition (infix "\<cdot>" 65) and composition' (infix "\<cdot>''" 65) |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
345 |
begin |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
346 |
notation right.derived ("\<odot>''") |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
347 |
end |
e89cfc004f18
Refine the supression of abbreviations for morphisms that are not identities.
ballarin
parents:
61694
diff
changeset
|
348 |
|
61823 | 349 |
* Command 'sublocale' accepts rewrite definitions after keyword |
61675 | 350 |
'defines'. |
351 |
||
61670
301e0b4ecd45
coalesce permanent_interpretation.ML with interpretation.ML
haftmann
parents:
61660
diff
changeset
|
352 |
* Command 'permanent_interpretation' is available in Pure, without |
61673
fd4ac1530d63
represent both algebraic and local-theory views on locale interpretation in interfaces
haftmann
parents:
61670
diff
changeset
|
353 |
need to load a separate theory. Keyword 'defines' identifies |
61823 | 354 |
rewrite definitions, keyword 'rewrites' identifies rewrite equations. |
61673
fd4ac1530d63
represent both algebraic and local-theory views on locale interpretation in interfaces
haftmann
parents:
61670
diff
changeset
|
355 |
INCOMPATIBILITY. |
61670
301e0b4ecd45
coalesce permanent_interpretation.ML with interpretation.ML
haftmann
parents:
61660
diff
changeset
|
356 |
|
61252 | 357 |
* Command 'print_definitions' prints dependencies of definitional |
358 |
specifications. This functionality used to be part of 'print_theory'. |
|
359 |
||
60489 | 360 |
* The vacuous fact "TERM x" may be established "by fact" or as `TERM x` |
361 |
as well, not just "by this" or "." as before. |
|
362 |
||
60331 | 363 |
* Configuration option rule_insts_schematic has been discontinued |
364 |
(intermediate legacy feature in Isabelle2015). INCOMPATIBILITY. |
|
365 |
||
60347 | 366 |
* Abbreviations in type classes now carry proper sort constraint. |
367 |
Rare INCOMPATIBILITY in situations where the previous misbehaviour |
|
61228 | 368 |
has been exploited. |
60347 | 369 |
|
370 |
* Refinement of user-space type system in type classes: pseudo-local |
|
371 |
operations behave more similar to abbreviations. Potential |
|
372 |
INCOMPATIBILITY in exotic situations. |
|
373 |
||
374 |
||
60171 | 375 |
*** HOL *** |
376 |
||
61424
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
377 |
* Combinator to represent case distinction on products is named "case_prod", |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
378 |
uniformly, discontinuing any input aliasses. Very popular theorem aliasses |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
379 |
have been retained. |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
380 |
Consolidated facts: |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
381 |
PairE ~> prod.exhaust |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
382 |
Pair_eq ~> prod.inject |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
383 |
pair_collapse ~> prod.collapse |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
384 |
Pair_fst_snd_eq ~> prod_eq_iff |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
385 |
split_twice ~> prod.case_distrib |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
386 |
split_weak_cong ~> prod.case_cong_weak |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
387 |
split_split ~> prod.split |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
388 |
split_split_asm ~> prod.split_asm |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
389 |
splitI ~> case_prodI |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
390 |
splitD ~> case_prodD |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
391 |
splitI2 ~> case_prodI2 |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
392 |
splitI2' ~> case_prodI2' |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
393 |
splitE ~> case_prodE |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
394 |
splitE' ~> case_prodE' |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
395 |
split_pair ~> case_prod_Pair |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
396 |
split_eta ~> case_prod_eta |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
397 |
split_comp ~> case_prod_comp |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
398 |
mem_splitI ~> mem_case_prodI |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
399 |
mem_splitI2 ~> mem_case_prodI2 |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
400 |
mem_splitE ~> mem_case_prodE |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
401 |
The_split ~> The_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
402 |
cond_split_eta ~> cond_case_prod_eta |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
403 |
Collect_split_in_rel_leE ~> Collect_case_prod_in_rel_leE |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
404 |
Collect_split_in_rel_leI ~> Collect_case_prod_in_rel_leI |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
405 |
in_rel_Collect_split_eq ~> in_rel_Collect_case_prod_eq |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
406 |
Collect_split_Grp_eqD ~> Collect_case_prod_Grp_eqD |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
407 |
Collect_split_Grp_inD ~> Collect_case_prod_Grp_in |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
408 |
Domain_Collect_split ~> Domain_Collect_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
409 |
Image_Collect_split ~> Image_Collect_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
410 |
Range_Collect_split ~> Range_Collect_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
411 |
Eps_split ~> Eps_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
412 |
Eps_split_eq ~> Eps_case_prod_eq |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
413 |
split_rsp ~> case_prod_rsp |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
414 |
curry_split ~> curry_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
415 |
split_curry ~> case_prod_curry |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
416 |
Changes in structure HOLogic: |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
417 |
split_const ~> case_prod_const |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
418 |
mk_split ~> mk_case_prod |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
419 |
mk_psplits ~> mk_ptupleabs |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
420 |
strip_psplits ~> strip_ptupleabs |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
421 |
INCOMPATIBILITY. |
c3658c18b7bc
prod_case as canonical name for product type eliminator
haftmann
parents:
61405
diff
changeset
|
422 |
|
61308 | 423 |
* Commands 'inductive' and 'inductive_set' work better when names for |
424 |
intro rules are omitted: the "cases" and "induct" rules no longer |
|
425 |
declare empty case_names, but no case_names at all. This allows to use |
|
426 |
numbered cases in proofs, without requiring method "goal_cases". |
|
427 |
||
61269
64a5bce1f498
documentation for "Semantic subtype definitions";
wenzelm
parents:
61268
diff
changeset
|
428 |
* The 'typedef' command has been upgraded from a partially checked |
64a5bce1f498
documentation for "Semantic subtype definitions";
wenzelm
parents:
61268
diff
changeset
|
429 |
"axiomatization", to a full definitional specification that takes the |
64a5bce1f498
documentation for "Semantic subtype definitions";
wenzelm
parents:
61268
diff
changeset
|
430 |
global collection of overloaded constant / type definitions into |
64a5bce1f498
documentation for "Semantic subtype definitions";
wenzelm
parents:
61268
diff
changeset
|
431 |
account. Type definitions with open dependencies on overloaded |
64a5bce1f498
documentation for "Semantic subtype definitions";
wenzelm
parents:
61268
diff
changeset
|
432 |
definitions need to be specified as "typedef (overloaded)". This |
64a5bce1f498
documentation for "Semantic subtype definitions";
wenzelm
parents:
61268
diff
changeset
|
433 |
provides extra robustness in theory construction. Rare INCOMPATIBILITY. |
64a5bce1f498
documentation for "Semantic subtype definitions";
wenzelm
parents:
61268
diff
changeset
|
434 |
|
61118 | 435 |
* Qualification of various formal entities in the libraries is done more |
436 |
uniformly via "context begin qualified definition ... end" instead of |
|
437 |
old-style "hide_const (open) ...". Consequently, both the defined |
|
438 |
constant and its defining fact become qualified, e.g. Option.is_none and |
|
439 |
Option.is_none_def. Occasional INCOMPATIBILITY in applications. |
|
440 |
||
61694
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
441 |
* The coercions to type 'real' have been reorganised. The function 'real' |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
442 |
is no longer overloaded, but has type 'nat => real' and abbreviates |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
443 |
of_nat for that type. Also 'real_of_int :: int => real' abbreviates |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
444 |
of_int for that type. Other overloaded instances of 'real' have been |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
445 |
replaced by 'real_of_ereal' and 'real_of_float'. |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
446 |
Consolidated facts (among others): |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
447 |
real_of_nat_le_iff -> of_nat_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
448 |
real_of_nat_numeral of_nat_numeral |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
449 |
real_of_int_zero of_int_0 |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
450 |
real_of_nat_zero of_nat_0 |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
451 |
real_of_one of_int_1 |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
452 |
real_of_int_add of_int_add |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
453 |
real_of_nat_add of_nat_add |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
454 |
real_of_int_diff of_int_diff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
455 |
real_of_nat_diff of_nat_diff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
456 |
floor_subtract floor_diff_of_int |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
457 |
real_of_int_inject of_int_eq_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
458 |
real_of_int_gt_zero_cancel_iff of_int_0_less_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
459 |
real_of_int_ge_zero_cancel_iff of_int_0_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
460 |
real_of_nat_ge_zero of_nat_0_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
461 |
real_of_int_ceiling_ge le_of_int_ceiling |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
462 |
ceiling_less_eq ceiling_less_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
463 |
ceiling_le_eq ceiling_le_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
464 |
less_floor_eq less_floor_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
465 |
floor_less_eq floor_less_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
466 |
floor_divide_eq_div floor_divide_of_int_eq |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
467 |
real_of_int_zero_cancel of_nat_eq_0_iff |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
468 |
ceiling_real_of_int ceiling_of_int |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
469 |
INCOMPATIBILITY. |
6571c78c9667
Removed some legacy theorems; minor adjustments to simplification rules; new material on homotopic paths
paulson <lp15@cam.ac.uk>
parents:
61685
diff
changeset
|
470 |
|
61069 | 471 |
* Some old and rarely used ASCII replacement syntax has been removed. |
472 |
INCOMPATIBILITY, standard syntax with symbols should be used instead. |
|
473 |
The subsequent commands help to reproduce the old forms, e.g. to |
|
474 |
simplify porting old theories: |
|
475 |
||
476 |
type_notation Map.map (infixr "~=>" 0) |
|
477 |
notation Map.map_comp (infixl "o'_m" 55) |
|
478 |
||
61384 | 479 |
type_notation FinFun.finfun ("(_ =>f /_)" [22, 21] 21) |
480 |
||
481 |
notation FuncSet.funcset (infixr "->" 60) |
|
482 |
notation FuncSet.extensional_funcset (infixr "->\<^sub>E" 60) |
|
483 |
||
484 |
notation Omega_Words_Fun.conc (infixr "conc" 65) |
|
485 |
||
486 |
notation Preorder.equiv ("op ~~") |
|
487 |
and Preorder.equiv ("(_/ ~~ _)" [51, 51] 50) |
|
488 |
||
61143 | 489 |
* The alternative notation "\<Colon>" for type and sort constraints has been |
490 |
removed: in LaTeX document output it looks the same as "::". |
|
491 |
INCOMPATIBILITY, use plain "::" instead. |
|
492 |
||
60841 | 493 |
* Theory Map: lemma map_of_is_SomeD was a clone of map_of_SomeD and has |
494 |
been removed. INCOMPATIBILITY. |
|
495 |
||
60712
3ba16d28449d
Quickcheck setup for finite sets
Lars Hupel <lars.hupel@mytum.de>
parents:
60707
diff
changeset
|
496 |
* Quickcheck setup for finite sets. |
3ba16d28449d
Quickcheck setup for finite sets
Lars Hupel <lars.hupel@mytum.de>
parents:
60707
diff
changeset
|
497 |
|
60171 | 498 |
* Discontinued simp_legacy_precond. Potential INCOMPATIBILITY. |
60138 | 499 |
|
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
500 |
* Sledgehammer: |
61318 | 501 |
- The MaSh relevance filter has been sped up. |
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
502 |
- Proof reconstruction has been improved, to minimize the incidence of |
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
503 |
cases where Sledgehammer gives a proof that does not work. |
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
504 |
- Auto Sledgehammer now minimizes and preplays the results. |
61030 | 505 |
- Handle Vampire 4.0 proof output without raising exception. |
61043 | 506 |
- Eliminated "MASH" environment variable. Use the "MaSh" option in |
507 |
Isabelle/jEdit instead. INCOMPATIBILITY. |
|
61317 | 508 |
- Eliminated obsolete "blocking" option and related subcommands. |
60306
6b7c64ab8bd2
made Auto Sledgehammer behave more like the real thing
blanchet
parents:
60301
diff
changeset
|
509 |
|
60310 | 510 |
* Nitpick: |
61325
1cfc476198c9
avoid too aggressive optimization of 'finite' predicate
blanchet
parents:
61324
diff
changeset
|
511 |
- Fixed soundness bug in translation of "finite" predicate. |
61324
d4ec7594f558
avoid unsound simplification of (C (s x)) when s is a selector but not C's
blanchet
parents:
61318
diff
changeset
|
512 |
- Fixed soundness bug in "destroy_constrs" optimization. |
60310 | 513 |
- Removed "check_potential" and "check_genuine" options. |
61317 | 514 |
- Eliminated obsolete "blocking" option. |
60310 | 515 |
|
61345 | 516 |
* New (co)datatype package: |
517 |
- New commands "lift_bnf" and "copy_bnf" for lifting (copying) a BNF |
|
518 |
structure on the raw type to an abstract type defined using typedef. |
|
519 |
- Always generate "case_transfer" theorem. |
|
61551 | 520 |
- Allow discriminators and selectors with the same name as the type |
521 |
being defined. |
|
522 |
- Avoid various internal name clashes (e.g., 'datatype f = f'). |
|
60920 | 523 |
|
61370 | 524 |
* Transfer: |
61426
d53db136e8fd
new material on path_component_sets, inside, outside, etc. And more default simprules
paulson <lp15@cam.ac.uk>
parents:
61424
diff
changeset
|
525 |
- new methods for interactive debugging of 'transfer' and |
61370 | 526 |
'transfer_prover': 'transfer_start', 'transfer_step', 'transfer_end', |
527 |
'transfer_prover_start' and 'transfer_prover_end'. |
|
528 |
||
60868
dd18c33c001e
direct bootstrap of integer division from natural division
haftmann
parents:
60841
diff
changeset
|
529 |
* Division on integers is bootstrapped directly from division on |
dd18c33c001e
direct bootstrap of integer division from natural division
haftmann
parents:
60841
diff
changeset
|
530 |
naturals and uses generic numeral algorithm for computations. |
dd18c33c001e
direct bootstrap of integer division from natural division
haftmann
parents:
60841
diff
changeset
|
531 |
Slight INCOMPATIBILITY, simproc numeral_divmod replaces and generalizes |
dd18c33c001e
direct bootstrap of integer division from natural division
haftmann
parents:
60841
diff
changeset
|
532 |
former simprocs binary_int_div and binary_int_mod |
dd18c33c001e
direct bootstrap of integer division from natural division
haftmann
parents:
60841
diff
changeset
|
533 |
|
60516
0826b7025d07
generalized some theorems about integral domains and moved to HOL theories
haftmann
parents:
60515
diff
changeset
|
534 |
* Tightened specification of class semiring_no_zero_divisors. Slight |
0826b7025d07
generalized some theorems about integral domains and moved to HOL theories
haftmann
parents:
60515
diff
changeset
|
535 |
INCOMPATIBILITY. |
0826b7025d07
generalized some theorems about integral domains and moved to HOL theories
haftmann
parents:
60515
diff
changeset
|
536 |
|
60688
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
537 |
* Class algebraic_semidom introduces common algebraic notions of |
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
538 |
integral (semi)domains, particularly units. Although |
60517
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60516
diff
changeset
|
539 |
logically subsumed by fields, is is not a super class of these |
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60516
diff
changeset
|
540 |
in order not to burden fields with notions that are trivial there. |
60688
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
541 |
|
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
542 |
* Class normalization_semidom specifies canonical representants |
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
543 |
for equivalence classes of associated elements in an integral |
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
544 |
(semi)domain. This formalizes associated elements as well. |
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
545 |
|
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
546 |
* Abstract specification of gcd/lcm operations in classes semiring_gcd, |
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
547 |
semiring_Gcd, semiring_Lcd. Minor INCOMPATIBILITY: facts gcd_nat.commute |
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
548 |
and gcd_int.commute are subsumed by gcd.commute, as well as gcd_nat.assoc |
01488b559910
avoid explicit definition of the relation of associated elements in a ring -- prefer explicit normalization instead
haftmann
parents:
60642
diff
changeset
|
549 |
and gcd_int.assoc by gcd.assoc. |
60517
f16e4fb20652
separate class for notions specific for integral (semi)domains, in contrast to fields where these are trivial
haftmann
parents:
60516
diff
changeset
|
550 |
|
60429
d3d1e185cd63
uniform _ div _ as infix syntax for ring division
haftmann
parents:
60418
diff
changeset
|
551 |
* Former constants Fields.divide (_ / _) and Divides.div (_ div _) |
60352
d46de31a50c4
separate class for division operator, with particular syntax added in more specific classes
haftmann
parents:
60347
diff
changeset
|
552 |
are logically unified to Rings.divide in syntactic type class |
60429
d3d1e185cd63
uniform _ div _ as infix syntax for ring division
haftmann
parents:
60418
diff
changeset
|
553 |
Rings.divide, with infix syntax (_ div _). Infix syntax (_ / _) |
d3d1e185cd63
uniform _ div _ as infix syntax for ring division
haftmann
parents:
60418
diff
changeset
|
554 |
for field division is added later as abbreviation in class Fields.inverse. |
60516
0826b7025d07
generalized some theorems about integral domains and moved to HOL theories
haftmann
parents:
60515
diff
changeset
|
555 |
INCOMPATIBILITY, instantiations must refer to Rings.divide rather |
60429
d3d1e185cd63
uniform _ div _ as infix syntax for ring division
haftmann
parents:
60418
diff
changeset
|
556 |
than the former separate constants, hence infix syntax (_ / _) is usually |
d3d1e185cd63
uniform _ div _ as infix syntax for ring division
haftmann
parents:
60418
diff
changeset
|
557 |
not available during instantiation. |
60352
d46de31a50c4
separate class for division operator, with particular syntax added in more specific classes
haftmann
parents:
60347
diff
changeset
|
558 |
|
61629
90f54d9e63f2
cancel complementary terms as arguments to sup/inf in boolean algebras
Andreas Lochbihler
parents:
61623
diff
changeset
|
559 |
* New cancellation simprocs for boolean algebras to cancel |
90f54d9e63f2
cancel complementary terms as arguments to sup/inf in boolean algebras
Andreas Lochbihler
parents:
61623
diff
changeset
|
560 |
complementary terms for sup and inf. For example, "sup x (sup y (- x))" |
90f54d9e63f2
cancel complementary terms as arguments to sup/inf in boolean algebras
Andreas Lochbihler
parents:
61623
diff
changeset
|
561 |
simplifies to "top". INCOMPATIBILITY. |
90f54d9e63f2
cancel complementary terms as arguments to sup/inf in boolean algebras
Andreas Lochbihler
parents:
61623
diff
changeset
|
562 |
|
60397
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
563 |
* Library/Multiset: |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
564 |
- Renamed multiset inclusion operators: |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
565 |
< ~> <# |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
566 |
\<subset> ~> \<subset># |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
567 |
<= ~> <=# |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
568 |
\<le> ~> \<le># |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
569 |
\<subseteq> ~> \<subseteq># |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
570 |
INCOMPATIBILITY. |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
571 |
- "'a multiset" is no longer an instance of the "order", |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
572 |
"ordered_ab_semigroup_add_imp_le", "ordered_cancel_comm_monoid_diff", |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
573 |
"semilattice_inf", and "semilattice_sup" type classes. The theorems |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
574 |
previously provided by these type classes (directly or indirectly) |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
575 |
are now available through the "subset_mset" interpretation |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
576 |
(e.g. add_mono ~> subset_mset.add_mono). |
f8a513fedb31
Renaming multiset operators < ~> <#,...
Mathias Fleury <Mathias.Fleury@mpi-inf.mpg.de>
parents:
60390
diff
changeset
|
577 |
INCOMPATIBILITY. |
60497 | 578 |
- Renamed conversions: |
60515 | 579 |
multiset_of ~> mset |
580 |
multiset_of_set ~> mset_set |
|
60497 | 581 |
set_of ~> set_mset |
582 |
INCOMPATIBILITY |
|
60398 | 583 |
- Renamed lemmas: |
584 |
mset_le_def ~> subseteq_mset_def |
|
585 |
mset_less_def ~> subset_mset_def |
|
60400 | 586 |
less_eq_multiset.rep_eq ~> subseteq_mset_def |
587 |
INCOMPATIBILITY |
|
588 |
- Removed lemmas generated by lift_definition: |
|
589 |
less_eq_multiset.abs_eq, less_eq_multiset.rsp less_eq_multiset.transfer |
|
590 |
less_eq_multiset_def |
|
591 |
INCOMPATIBILITY |
|
60006 | 592 |
|
61766
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61748
diff
changeset
|
593 |
* Library/Bourbaki_Witt_Fixpoint: Added formalisation of the Bourbaki-Witt |
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61748
diff
changeset
|
594 |
fixpoint theorem for increasing functions in chain-complete partial |
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61748
diff
changeset
|
595 |
orders. |
507b39df1a57
add formalisation of Bourbaki-Witt fixpoint theorem
Andreas Lochbihler
parents:
61748
diff
changeset
|
596 |
|
61848 | 597 |
* Multivariate_Analysis/Cauchy_Integral_Thm: Contour integrals (= complex path integrals), |
598 |
Cauchy's integral theorem, winding numbers and Cauchy's integral formula, ported from HOL Light |
|
61426
d53db136e8fd
new material on path_component_sets, inside, outside, etc. And more default simprules
paulson <lp15@cam.ac.uk>
parents:
61424
diff
changeset
|
599 |
|
61807 | 600 |
* Multivariate_Analysis: Added topological concepts such as connected components, |
601 |
homotopic paths and the inside or outside of a set. |
|
60809
457abb82fb9e
the Cauchy integral theorem and related material
paulson <lp15@cam.ac.uk>
parents:
60802
diff
changeset
|
602 |
|
60523 | 603 |
* Theory Library/Old_Recdef: discontinued obsolete 'defer_recdef' |
604 |
command. Minor INCOMPATIBILITY, use 'function' instead. |
|
605 |
||
61681
ca53150406c9
option "inductive_defs" controls exposure of def and mono facts;
wenzelm
parents:
61660
diff
changeset
|
606 |
* Inductive definitions ('inductive', 'coinductive', etc.) expose |
ca53150406c9
option "inductive_defs" controls exposure of def and mono facts;
wenzelm
parents:
61660
diff
changeset
|
607 |
low-level facts of the internal construction only if the option |
ca53150406c9
option "inductive_defs" controls exposure of def and mono facts;
wenzelm
parents:
61660
diff
changeset
|
608 |
"inductive_defs" is enabled. This refers to the internal predicate |
ca53150406c9
option "inductive_defs" controls exposure of def and mono facts;
wenzelm
parents:
61660
diff
changeset
|
609 |
definition and its monotonicity result. Rare INCOMPATIBILITY. |
ca53150406c9
option "inductive_defs" controls exposure of def and mono facts;
wenzelm
parents:
61660
diff
changeset
|
610 |
|
61121
efe8b18306b7
do not expose low-level "_def" facts of 'function' definitions, to avoid potential confusion with the situation of plain 'definition';
wenzelm
parents:
61119
diff
changeset
|
611 |
* Recursive function definitions ('fun', 'function', 'partial_function') |
61681
ca53150406c9
option "inductive_defs" controls exposure of def and mono facts;
wenzelm
parents:
61660
diff
changeset
|
612 |
expose low-level facts of the internal construction only if the option |
ca53150406c9
option "inductive_defs" controls exposure of def and mono facts;
wenzelm
parents:
61660
diff
changeset
|
613 |
"function_defs" is enabled. Rare INCOMPATIBILITY. |
61121
efe8b18306b7
do not expose low-level "_def" facts of 'function' definitions, to avoid potential confusion with the situation of plain 'definition';
wenzelm
parents:
61119
diff
changeset
|
614 |
|
61685 | 615 |
* Data_Structures: new and growing session of standard data structures. |
616 |
||
61119 | 617 |
* Imperative_HOL: obsolete theory Legacy_Mrec has been removed. |
618 |
||
61606
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
619 |
* Library/Omega_Words_Fun: Infinite words modeled as functions nat => |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
620 |
'a. |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
621 |
|
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
622 |
* HOL-Statespace: command 'statespace' uses mandatory qualifier for |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
623 |
import of parent, as for general 'locale' expressions. INCOMPATIBILITY, |
6d5213bd9709
uniform mandatory qualifier for all locale expressions, including 'statespace' parent;
wenzelm
parents:
61604
diff
changeset
|
624 |
remove '!' and add '?' as required. |
61178
0b071f72f330
Omega_Words_Fun: Infinite words as functions from nat.
lammich <lammich@in.tum.de>
parents:
61174
diff
changeset
|
625 |
|
60479 | 626 |
|
60793 | 627 |
*** ML *** |
628 |
||
61841
4d3527b94f2a
more general types Proof.method / context_tactic;
wenzelm
parents:
61823
diff
changeset
|
629 |
* Isar proof methods are based on a slightly more general type |
4d3527b94f2a
more general types Proof.method / context_tactic;
wenzelm
parents:
61823
diff
changeset
|
630 |
context_tactic, which allows to change the proof context dynamically |
4d3527b94f2a
more general types Proof.method / context_tactic;
wenzelm
parents:
61823
diff
changeset
|
631 |
(e.g. to update cases) and indicate explicit Seq.Error results. Former |
4d3527b94f2a
more general types Proof.method / context_tactic;
wenzelm
parents:
61823
diff
changeset
|
632 |
METHOD_CASES is superseded by CONTEXT_METHOD; further combinators are |
4d3527b94f2a
more general types Proof.method / context_tactic;
wenzelm
parents:
61823
diff
changeset
|
633 |
provided in src/Pure/Isar/method.ML for convenience. INCOMPATIBILITY. |
4d3527b94f2a
more general types Proof.method / context_tactic;
wenzelm
parents:
61823
diff
changeset
|
634 |
|
61597
53e32a9b66b8
added @{undefined} with somewhat undefined symbol;
wenzelm
parents:
61595
diff
changeset
|
635 |
* Antiquotation @{undefined} or \<^undefined> inlines (raise Match). |
53e32a9b66b8
added @{undefined} with somewhat undefined symbol;
wenzelm
parents:
61595
diff
changeset
|
636 |
|
61268 | 637 |
* The auxiliary module Pure/display.ML has been eliminated. Its |
638 |
elementary thm print operations are now in Pure/more_thm.ML and thus |
|
639 |
called Thm.pretty_thm, Thm.string_of_thm etc. INCOMPATIBILITY. |
|
640 |
||
61144 | 641 |
* Simproc programming interfaces have been simplified: |
642 |
Simplifier.make_simproc and Simplifier.define_simproc supersede various |
|
643 |
forms of Simplifier.mk_simproc, Simplifier.simproc_global etc. Note that |
|
644 |
term patterns for the left-hand sides are specified with implicitly |
|
645 |
fixed variables, like top-level theorem statements. INCOMPATIBILITY. |
|
646 |
||
60802 | 647 |
* Instantiation rules have been re-organized as follows: |
648 |
||
649 |
Thm.instantiate (*low-level instantiation with named arguments*) |
|
650 |
Thm.instantiate' (*version with positional arguments*) |
|
651 |
||
652 |
Drule.infer_instantiate (*instantiation with type inference*) |
|
653 |
Drule.infer_instantiate' (*version with positional arguments*) |
|
654 |
||
655 |
The LHS only requires variable specifications, instead of full terms. |
|
656 |
Old cterm_instantiate is superseded by infer_instantiate. |
|
657 |
INCOMPATIBILITY, need to re-adjust some ML names and types accordingly. |
|
658 |
||
60793 | 659 |
* Old tactic shorthands atac, rtac, etac, dtac, ftac have been |
660 |
discontinued. INCOMPATIBILITY, use regular assume_tac, resolve_tac etc. |
|
661 |
instead (with proper context). |
|
60642
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
662 |
|
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
663 |
* Thm.instantiate (and derivatives) no longer require the LHS of the |
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
664 |
instantiation to be certified: plain variables are given directly. |
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
665 |
|
60707
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
666 |
* Subgoal.SUBPROOF and Subgoal.FOCUS combinators use anonymous |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
667 |
quasi-bound variables (like the Simplifier), instead of accidentally |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
668 |
named local fixes. This has the potential to improve stability of proof |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
669 |
tools, but can also cause INCOMPATIBILITY for tools that don't observe |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
670 |
the proof context discipline. |
e96b7be56d44
SUBPROOF and Subgoal.FOCUS combinators use anonymous quasi-bound variables (like the Simplifier);
wenzelm
parents:
60688
diff
changeset
|
671 |
|
61885
acdfc76a6c33
more explicit ML profiling, with official Isabelle output;
wenzelm
parents:
61848
diff
changeset
|
672 |
* The following combinators for low-level profiling of the ML runtime |
acdfc76a6c33
more explicit ML profiling, with official Isabelle output;
wenzelm
parents:
61848
diff
changeset
|
673 |
system are available: |
acdfc76a6c33
more explicit ML profiling, with official Isabelle output;
wenzelm
parents:
61848
diff
changeset
|
674 |
|
acdfc76a6c33
more explicit ML profiling, with official Isabelle output;
wenzelm
parents:
61848
diff
changeset
|
675 |
profile_time (*CPU time*) |
acdfc76a6c33
more explicit ML profiling, with official Isabelle output;
wenzelm
parents:
61848
diff
changeset
|
676 |
profile_time_thread (*CPU time on this thread*) |
acdfc76a6c33
more explicit ML profiling, with official Isabelle output;
wenzelm
parents:
61848
diff
changeset
|
677 |
profile_allocations (*overall heap allocations*) |
acdfc76a6c33
more explicit ML profiling, with official Isabelle output;
wenzelm
parents:
61848
diff
changeset
|
678 |
|
60642
48dd1cefb4ae
simplified Thm.instantiate and derivatives: the LHS refers to non-certified variables -- this merely serves as index into already certified structures (or is ignored);
wenzelm
parents:
60631
diff
changeset
|
679 |
|
60983
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60922
diff
changeset
|
680 |
*** System *** |
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60922
diff
changeset
|
681 |
|
61602 | 682 |
* Global session timeout is multiplied by timeout_scale factor. This |
683 |
allows to adjust large-scale tests (e.g. AFP) to overall hardware |
|
684 |
performance. |
|
685 |
||
61174 | 686 |
* Property values in etc/symbols may contain spaces, if written with the |
687 |
replacement character "␣" (Unicode point 0x2324). For example: |
|
688 |
||
61602 | 689 |
\<star> code: 0x0022c6 group: operator font: Deja␣Vu␣Sans␣Mono |
61174 | 690 |
|
61216 | 691 |
* Command-line tool "isabelle update_then" expands old Isar command |
692 |
conflations: |
|
693 |
||
694 |
hence ~> then have |
|
695 |
thus ~> then show |
|
696 |
||
697 |
This syntax is more orthogonal and improves readability and |
|
698 |
maintainability of proofs. |
|
699 |
||
61158
ea6a4c8bc722
convenient change of ML system architecture via system option ML_preference_64, which is grepped off-line from stored preferences during bootstrap;
wenzelm
parents:
61149
diff
changeset
|
700 |
* Poly/ML default platform architecture may be changed from 32bit to |
ea6a4c8bc722
convenient change of ML system architecture via system option ML_preference_64, which is grepped off-line from stored preferences during bootstrap;
wenzelm
parents:
61149
diff
changeset
|
701 |
64bit via system option ML_system_64. A system restart (and rebuild) |
ea6a4c8bc722
convenient change of ML system architecture via system option ML_preference_64, which is grepped off-line from stored preferences during bootstrap;
wenzelm
parents:
61149
diff
changeset
|
702 |
is required after change. |
ea6a4c8bc722
convenient change of ML system architecture via system option ML_preference_64, which is grepped off-line from stored preferences during bootstrap;
wenzelm
parents:
61149
diff
changeset
|
703 |
|
61796 | 704 |
* Poly/ML 5.6 runs natively on x86-windows and x86_64-windows, which |
705 |
both allow larger heap space than former x86-cygwin. |
|
60983
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60922
diff
changeset
|
706 |
|
60995
5176de8f90db
updated to jdk-8u60, with support for x86_64-windows;
wenzelm
parents:
60986
diff
changeset
|
707 |
* Java runtime environment for x86_64-windows allows to use larger heap |
5176de8f90db
updated to jdk-8u60, with support for x86_64-windows;
wenzelm
parents:
60986
diff
changeset
|
708 |
space. |
5176de8f90db
updated to jdk-8u60, with support for x86_64-windows;
wenzelm
parents:
60986
diff
changeset
|
709 |
|
61135
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
710 |
* Java runtime options are determined separately for 32bit vs. 64bit |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
711 |
platforms as follows. |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
712 |
|
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
713 |
- Isabelle desktop application: platform-specific files that are |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
714 |
associated with the main app bundle |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
715 |
|
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
716 |
- isabelle jedit: settings |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
717 |
JEDIT_JAVA_SYSTEM_OPTIONS |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
718 |
JEDIT_JAVA_OPTIONS32 vs. JEDIT_JAVA_OPTIONS64 |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
719 |
|
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
720 |
- isabelle build: settings |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
721 |
ISABELLE_BUILD_JAVA_OPTIONS32 vs. ISABELLE_BUILD_JAVA_OPTIONS64 |
8f7d802b7a71
clarified Java runtime options (NB: ISABELLE_JAVA_PLATFORM is determined later via component);
wenzelm
parents:
61134
diff
changeset
|
722 |
|
61294 | 723 |
* Bash shell function "jvmpath" has been renamed to "platform_path": it |
724 |
is relevant both for Poly/ML and JVM processes. |
|
725 |
||
61567 | 726 |
* Heap images are 10-15% smaller due to less wasteful persistent theory |
727 |
content (using ML type theory_id instead of theory); |
|
728 |
||
60983
ff4a67c65084
updated to polyml-5.5.3-20150820, with native x86-windows support;
wenzelm
parents:
60922
diff
changeset
|
729 |
|
60479 | 730 |
|
60009 | 731 |
New in Isabelle2015 (May 2015) |
732 |
------------------------------ |
|
57695 | 733 |
|
57941
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
734 |
*** General *** |
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
735 |
|
59939
7d46aa03696e
support for 'restricted' modifier: only qualified accesses outside the local scope;
wenzelm
parents:
59936
diff
changeset
|
736 |
* Local theory specification commands may have a 'private' or |
59990
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
737 |
'qualified' modifier to restrict name space accesses to the local scope, |
59939
7d46aa03696e
support for 'restricted' modifier: only qualified accesses outside the local scope;
wenzelm
parents:
59936
diff
changeset
|
738 |
as provided by some "context begin ... end" block. For example: |
59926 | 739 |
|
740 |
context |
|
741 |
begin |
|
742 |
||
743 |
private definition ... |
|
744 |
private lemma ... |
|
745 |
||
59990
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
746 |
qualified definition ... |
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
747 |
qualified lemma ... |
a81dc82ecba3
clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
wenzelm
parents:
59967
diff
changeset
|
748 |
|
59926 | 749 |
lemma ... |
750 |
theorem ... |
|
751 |
||
752 |
end |
|
753 |
||
59901 | 754 |
* Command 'experiment' opens an anonymous locale context with private |
755 |
naming policy. |
|
756 |
||
59951 | 757 |
* Command 'notepad' requires proper nesting of begin/end and its proof |
758 |
structure in the body: 'oops' is no longer supported here. Minor |
|
759 |
INCOMPATIBILITY, use 'sorry' instead. |
|
760 |
||
761 |
* Command 'named_theorems' declares a dynamic fact within the context, |
|
762 |
together with an attribute to maintain the content incrementally. This |
|
763 |
supersedes functor Named_Thms in Isabelle/ML, but with a subtle change |
|
764 |
of semantics due to external visual order vs. internal reverse order. |
|
765 |
||
766 |
* 'find_theorems': search patterns which are abstractions are |
|
767 |
schematically expanded before search. Search results match the naive |
|
768 |
expectation more closely, particularly wrt. abbreviations. |
|
769 |
INCOMPATIBILITY. |
|
59648 | 770 |
|
59569 | 771 |
* Commands 'method_setup' and 'attribute_setup' now work within a local |
772 |
theory context. |
|
57941
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
773 |
|
58928
23d0ffd48006
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm
parents:
58872
diff
changeset
|
774 |
* Outer syntax commands are managed authentically within the theory |
59569 | 775 |
context, without implicit global state. Potential for accidental |
58928
23d0ffd48006
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm
parents:
58872
diff
changeset
|
776 |
INCOMPATIBILITY, make sure that required theories are really imported. |
23d0ffd48006
plain value Keywords.keywords, which might be used outside theory for bootstrap purposes;
wenzelm
parents:
58872
diff
changeset
|
777 |
|
60115 | 778 |
* Historical command-line terminator ";" is no longer accepted (and |
779 |
already used differently in Isar). Minor INCOMPATIBILITY, use "isabelle |
|
780 |
update_semicolons" to remove obsolete semicolons from old theory |
|
781 |
sources. |
|
782 |
||
59951 | 783 |
* Structural composition of proof methods (meth1; meth2) in Isar |
784 |
corresponds to (tac1 THEN_ALL_NEW tac2) in ML. |
|
59105 | 785 |
|
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
786 |
* The Eisbach proof method language allows to define new proof methods |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
787 |
by combining existing ones with their usual syntax. The "match" proof |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
788 |
method provides basic fact/term matching in addition to |
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
789 |
premise/conclusion matching through Subgoal.focus, and binds fact names |
60288
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60273
diff
changeset
|
790 |
from matches as well as term patterns within matches. The Isabelle |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60273
diff
changeset
|
791 |
documentation provides an entry "eisbach" for the Eisbach User Manual. |
d7f636331176
added Eisbach manual, using version 8845c4cb28b6 of its Bitbucket repository;
wenzelm
parents:
60273
diff
changeset
|
792 |
Sources and various examples are in ~~/src/HOL/Eisbach/. |
60119
54bea620e54f
added Eisbach, using version 3752768caa17 of its Bitbucket repository;
wenzelm
parents:
60115
diff
changeset
|
793 |
|
57941
57200bdc2aa7
localized command 'method_setup' and 'attribute_setup';
wenzelm
parents:
57882
diff
changeset
|
794 |
|
58524 | 795 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
796 |
||
59569 | 797 |
* Improved folding mode "isabelle" based on Isar syntax. Alternatively, |
798 |
the "sidekick" mode may be used for document structure. |
|
799 |
||
800 |
* Extended bracket matching based on Isar language structure. System |
|
801 |
option jedit_structure_limit determines maximum number of lines to scan |
|
802 |
in the buffer. |
|
58758 | 803 |
|
58540 | 804 |
* Support for BibTeX files: context menu, context-sensitive token |
805 |
marker, SideKick parser. |
|
58524 | 806 |
|
58551 | 807 |
* Document antiquotation @{cite} provides formal markup, which is |
60265 | 808 |
interpreted semi-formally based on .bib files that happen to be open in |
809 |
the editor (hyperlinks, completion etc.). |
|
58551 | 810 |
|
58785 | 811 |
* Less waste of vertical space via negative line spacing (see Global |
812 |
Options / Text Area). |
|
813 |
||
60089
8bd5999133d4
let the system choose Graph_Display.display_graph_old: thm_deps needs tree hierarchy, code_deps needs cycles (!?);
wenzelm
parents:
60085
diff
changeset
|
814 |
* Improved graphview panel with optional output of PNG or PDF, for |
60273
83de10e27007
use display_graph_old for locale_deps, to show a bit more than nothing for cyclic graphs;
wenzelm
parents:
60265
diff
changeset
|
815 |
display of 'thy_deps', 'class_deps' etc. |
60009 | 816 |
|
60115 | 817 |
* The commands 'thy_deps' and 'class_deps' allow optional bounds to |
818 |
restrict the visualized hierarchy. |
|
60093 | 819 |
|
60072 | 820 |
* Improved scheduling for asynchronous print commands (e.g. provers |
821 |
managed by the Sledgehammer panel) wrt. ongoing document processing. |
|
822 |
||
58524 | 823 |
|
59951 | 824 |
*** Document preparation *** |
825 |
||
826 |
* Document markup commands 'chapter', 'section', 'subsection', |
|
827 |
'subsubsection', 'text', 'txt', 'text_raw' work uniformly in any |
|
828 |
context, even before the initial 'theory' command. Obsolete proof |
|
829 |
commands 'sect', 'subsect', 'subsubsect', 'txt_raw' have been |
|
830 |
discontinued, use 'section', 'subsection', 'subsubsection', 'text_raw' |
|
831 |
instead. The old 'header' command is still retained for some time, but |
|
832 |
should be replaced by 'chapter', 'section' etc. (using "isabelle |
|
833 |
update_header"). Minor INCOMPATIBILITY. |
|
834 |
||
60009 | 835 |
* Official support for "tt" style variants, via \isatt{...} or |
836 |
\begin{isabellett}...\end{isabellett}. The somewhat fragile \verb or |
|
837 |
verbatim environment of LaTeX is no longer used. This allows @{ML} etc. |
|
838 |
as argument to other macros (such as footnotes). |
|
839 |
||
840 |
* Document antiquotation @{verbatim} prints ASCII text literally in "tt" |
|
841 |
style. |
|
842 |
||
843 |
* Discontinued obsolete option "document_graph": session_graph.pdf is |
|
844 |
produced unconditionally for HTML browser_info and PDF-LaTeX document. |
|
845 |
||
59951 | 846 |
* Diagnostic commands and document markup commands within a proof do not |
847 |
affect the command tag for output. Thus commands like 'thm' are subject |
|
848 |
to proof document structure, and no longer "stick out" accidentally. |
|
849 |
Commands 'text' and 'txt' merely differ in the LaTeX style, not their |
|
850 |
tags. Potential INCOMPATIBILITY in exotic situations. |
|
851 |
||
852 |
* System option "pretty_margin" is superseded by "thy_output_margin", |
|
853 |
which is also accessible via document antiquotation option "margin". |
|
854 |
Only the margin for document output may be changed, but not the global |
|
855 |
pretty printing: that is 76 for plain console output, and adapted |
|
856 |
dynamically in GUI front-ends. Implementations of document |
|
857 |
antiquotations need to observe the margin explicitly according to |
|
858 |
Thy_Output.string_of_margin. Minor INCOMPATIBILITY. |
|
859 |
||
60299
5ae2a2e74c93
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
wenzelm
parents:
60288
diff
changeset
|
860 |
* Specification of 'document_files' in the session ROOT file is |
5ae2a2e74c93
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
wenzelm
parents:
60288
diff
changeset
|
861 |
mandatory for document preparation. The legacy mode with implicit |
5ae2a2e74c93
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
wenzelm
parents:
60288
diff
changeset
|
862 |
copying of the document/ directory is no longer supported. Minor |
5ae2a2e74c93
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
wenzelm
parents:
60288
diff
changeset
|
863 |
INCOMPATIBILITY. |
5ae2a2e74c93
clarified NEWS: document_files are officially required since Isabelle2014, but the absence was tolerated as legacy feature;
wenzelm
parents:
60288
diff
changeset
|
864 |
|
59951 | 865 |
|
58202 | 866 |
*** Pure *** |
867 |
||
59835
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
868 |
* Proof methods with explicit instantiation ("rule_tac", "subgoal_tac" |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
869 |
etc.) allow an optional context of local variables ('for' declaration): |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
870 |
these variables become schematic in the instantiated theorem; this |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
871 |
behaviour is analogous to 'for' in attributes "where" and "of". |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
872 |
Configuration option rule_insts_schematic (default false) controls use |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
873 |
of schematic variables outside the context. Minor INCOMPATIBILITY, |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
874 |
declare rule_insts_schematic = true temporarily and update to use local |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
875 |
variable declarations or dummy patterns instead. |
97872c658a44
rule_insts_schematic is considered legacy and false by default;
wenzelm
parents:
59815
diff
changeset
|
876 |
|
60009 | 877 |
* Explicit instantiation via attributes "where", "of", and proof methods |
878 |
"rule_tac" with derivatives like "subgoal_tac" etc. admit dummy patterns |
|
879 |
("_") that stand for anonymous local variables. |
|
880 |
||
59951 | 881 |
* Generated schematic variables in standard format of exported facts are |
882 |
incremented to avoid material in the proof context. Rare |
|
883 |
INCOMPATIBILITY, explicit instantiation sometimes needs to refer to |
|
884 |
different index. |
|
885 |
||
60010 | 886 |
* Lexical separation of signed and unsigned numerals: categories "num" |
887 |
and "float" are unsigned. INCOMPATIBILITY: subtle change in precedence |
|
888 |
of numeral signs, particularly in expressions involving infix syntax |
|
889 |
like "(- 1) ^ n". |
|
58410
6d46ad54a2ab
explicit separation of signed and unsigned numerals using existing lexical categories num and xnum
haftmann
parents:
58373
diff
changeset
|
890 |
|
58421 | 891 |
* Old inner token category "xnum" has been discontinued. Potential |
892 |
INCOMPATIBILITY for exotic syntax: may use mixfix grammar with "num" |
|
893 |
token category instead. |
|
894 |
||
58202 | 895 |
|
57737 | 896 |
*** HOL *** |
897 |
||
57983
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
898 |
* New (co)datatype package: |
58373 | 899 |
- The 'datatype_new' command has been renamed 'datatype'. The old |
900 |
command of that name is now called 'old_datatype' and is provided |
|
901 |
by "~~/src/HOL/Library/Old_Datatype.thy". See |
|
902 |
'isabelle doc datatypes' for information on porting. |
|
903 |
INCOMPATIBILITY. |
|
57983
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
904 |
- Renamed theorems: |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
905 |
disc_corec ~> corec_disc |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
906 |
disc_corec_iff ~> corec_disc_iff |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
907 |
disc_exclude ~> distinct_disc |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
908 |
disc_exhaust ~> exhaust_disc |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
909 |
disc_map_iff ~> map_disc_iff |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
910 |
sel_corec ~> corec_sel |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
911 |
sel_exhaust ~> exhaust_sel |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
912 |
sel_map ~> map_sel |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
913 |
sel_set ~> set_sel |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
914 |
sel_split ~> split_sel |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
915 |
sel_split_asm ~> split_sel_asm |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
916 |
strong_coinduct ~> coinduct_strong |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
917 |
weak_case_cong ~> case_cong_weak |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
918 |
INCOMPATIBILITY. |
58192 | 919 |
- The "no_code" option to "free_constructors", "datatype_new", and |
920 |
"codatatype" has been renamed "plugins del: code". |
|
921 |
INCOMPATIBILITY. |
|
58044 | 922 |
- The rules "set_empty" have been removed. They are easy |
923 |
consequences of other set rules "by auto". |
|
924 |
INCOMPATIBILITY. |
|
925 |
- The rule "set_cases" is now registered with the "[cases set]" |
|
57990 | 926 |
attribute. This can influence the behavior of the "cases" proof |
927 |
method when more than one case rule is applicable (e.g., an |
|
928 |
assumption is of the form "w : set ws" and the method "cases w" |
|
929 |
is invoked). The solution is to specify the case rule explicitly |
|
930 |
(e.g. "cases w rule: widget.exhaust"). |
|
931 |
INCOMPATIBILITY. |
|
59675 | 932 |
- Renamed theories: |
933 |
BNF_Comp ~> BNF_Composition |
|
934 |
BNF_FP_Base ~> BNF_Fixpoint_Base |
|
935 |
BNF_GFP ~> BNF_Greatest_Fixpoint |
|
936 |
BNF_LFP ~> BNF_Least_Fixpoint |
|
937 |
BNF_Constructions_on_Wellorders ~> BNF_Wellorder_Constructions |
|
938 |
Cardinals/Constructions_on_Wellorders ~> Cardinals/Wellorder_Constructions |
|
939 |
INCOMPATIBILITY. |
|
60114 | 940 |
- Lifting and Transfer setup for basic HOL types sum and prod (also |
941 |
option) is now performed by the BNF package. Theories Lifting_Sum, |
|
942 |
Lifting_Product and Lifting_Option from Main became obsolete and |
|
943 |
were removed. Changed definitions of the relators rel_prod and |
|
944 |
rel_sum (using inductive). |
|
60111 | 945 |
INCOMPATIBILITY: use rel_prod.simps and rel_sum.simps instead |
60114 | 946 |
of rel_prod_def and rel_sum_def. |
947 |
Minor INCOMPATIBILITY: (rarely used by name) transfer theorem names |
|
948 |
changed (e.g. map_prod_transfer ~> prod.map_transfer). |
|
60261 | 949 |
- Parametricity theorems for map functions, relators, set functions, |
950 |
constructors, case combinators, discriminators, selectors and |
|
951 |
(co)recursors are automatically proved and registered as transfer |
|
952 |
rules. |
|
57983
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
953 |
|
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
954 |
* Old datatype package: |
58310 | 955 |
- The old 'datatype' command has been renamed 'old_datatype', and |
58373 | 956 |
'rep_datatype' has been renamed 'old_rep_datatype'. They are |
957 |
provided by "~~/src/HOL/Library/Old_Datatype.thy". See |
|
58310 | 958 |
'isabelle doc datatypes' for information on porting. |
58373 | 959 |
INCOMPATIBILITY. |
57983
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
960 |
- Renamed theorems: |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
961 |
weak_case_cong ~> case_cong_weak |
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
962 |
INCOMPATIBILITY. |
58373 | 963 |
- Renamed theory: |
964 |
~~/src/HOL/Datatype.thy ~> ~~/src/HOL/Library/Old_Datatype.thy |
|
965 |
INCOMPATIBILITY. |
|
57983
6edc3529bb4e
reordered some (co)datatype property names for more consistency
blanchet
parents:
57946
diff
changeset
|
966 |
|
59039 | 967 |
* Nitpick: |
60010 | 968 |
- Fixed soundness bug related to the strict and non-strict subset |
59039 | 969 |
operations. |
970 |
||
57737 | 971 |
* Sledgehammer: |
59511 | 972 |
- CVC4 is now included with Isabelle instead of CVC3 and run by |
973 |
default. |
|
59965 | 974 |
- Z3 is now always enabled by default, now that it is fully open |
975 |
source. The "z3_non_commercial" option is discontinued. |
|
57737 | 976 |
- Minimization is now always enabled by default. |
60010 | 977 |
Removed sub-command: |
57737 | 978 |
min |
59967 | 979 |
- Proof reconstruction, both one-liners and Isar, has been |
59039 | 980 |
dramatically improved. |
981 |
- Improved support for CVC4 and veriT. |
|
57737 | 982 |
|
58062 | 983 |
* Old and new SMT modules: |
58067 | 984 |
- The old 'smt' method has been renamed 'old_smt' and moved to |
59569 | 985 |
'src/HOL/Library/Old_SMT.thy'. It is provided for compatibility, |
986 |
until applications have been ported to use the new 'smt' method. For |
|
987 |
the method to work, an older version of Z3 (e.g. Z3 3.2 or 4.0) must |
|
988 |
be installed, and the environment variable "OLD_Z3_SOLVER" must |
|
989 |
point to it. |
|
58062 | 990 |
INCOMPATIBILITY. |
58067 | 991 |
- The 'smt2' method has been renamed 'smt'. |
58060 | 992 |
INCOMPATIBILITY. |
59569 | 993 |
- New option 'smt_reconstruction_step_timeout' to limit the |
994 |
reconstruction time of Z3 proof steps in the new 'smt' method. |
|
59216 | 995 |
- New option 'smt_statistics' to display statistics of the new 'smt' |
996 |
method, especially runtime statistics of Z3 proof reconstruction. |
|
58060 | 997 |
|
60261 | 998 |
* Lifting: command 'lift_definition' allows to execute lifted constants |
999 |
that have as a return type a datatype containing a subtype. This |
|
1000 |
overcomes long-time limitations in the area of code generation and |
|
1001 |
lifting, and avoids tedious workarounds. |
|
60258 | 1002 |
|
60009 | 1003 |
* Command and antiquotation "value" provide different evaluation slots |
1004 |
(again), where the previous strategy (NBE after ML) serves as default. |
|
1005 |
Minor INCOMPATIBILITY. |
|
1006 |
||
1007 |
* Add NO_MATCH-simproc, allows to check for syntactic non-equality. |
|
1008 |
||
1009 |
* field_simps: Use NO_MATCH-simproc for distribution rules, to avoid |
|
1010 |
non-termination in case of distributing a division. With this change |
|
1011 |
field_simps is in some cases slightly less powerful, if it fails try to |
|
1012 |
add algebra_simps, or use divide_simps. Minor INCOMPATIBILITY. |
|
1013 |
||
1014 |
* Separate class no_zero_divisors has been given up in favour of fully |
|
1015 |
algebraic semiring_no_zero_divisors. INCOMPATIBILITY. |
|
1016 |
||
1017 |
* Class linordered_semidom really requires no zero divisors. |
|
1018 |
INCOMPATIBILITY. |
|
1019 |
||
1020 |
* Classes division_ring, field and linordered_field always demand |
|
1021 |
"inverse 0 = 0". Given up separate classes division_ring_inverse_zero, |
|
1022 |
field_inverse_zero and linordered_field_inverse_zero. INCOMPATIBILITY. |
|
1023 |
||
1024 |
* Classes cancel_ab_semigroup_add / cancel_monoid_add specify explicit |
|
1025 |
additive inverse operation. INCOMPATIBILITY. |
|
1026 |
||
60020
065ecea354d0
Complex roots of unity. Better definition of ln for complex numbers. Used [code del] to stop code generation for powr.
paulson <lp15@cam.ac.uk>
parents:
60010
diff
changeset
|
1027 |
* Complex powers and square roots. The functions "ln" and "powr" are now |
60025 | 1028 |
overloaded for types real and complex, and 0 powr y = 0 by definition. |
1029 |
INCOMPATIBILITY: type constraints may be necessary. |
|
60020
065ecea354d0
Complex roots of unity. Better definition of ln for complex numbers. Used [code del] to stop code generation for powr.
paulson <lp15@cam.ac.uk>
parents:
60010
diff
changeset
|
1030 |
|
60009 | 1031 |
* The functions "sin" and "cos" are now defined for any type of sort |
1032 |
"{real_normed_algebra_1,banach}" type, so in particular on "real" and |
|
1033 |
"complex" uniformly. Minor INCOMPATIBILITY: type constraints may be |
|
1034 |
needed. |
|
1035 |
||
1036 |
* New library of properties of the complex transcendental functions sin, |
|
1037 |
cos, tan, exp, Ln, Arctan, Arcsin, Arccos. Ported from HOL Light. |
|
1038 |
||
1039 |
* The factorial function, "fact", now has type "nat => 'a" (of a sort |
|
1040 |
that admits numeric types including nat, int, real and complex. |
|
1041 |
INCOMPATIBILITY: an expression such as "fact 3 = 6" may require a type |
|
1042 |
constraint, and the combination "real (fact k)" is likely to be |
|
1043 |
unsatisfactory. If a type conversion is still necessary, then use |
|
1044 |
"of_nat (fact k)" or "real_of_nat (fact k)". |
|
1045 |
||
1046 |
* Removed functions "natfloor" and "natceiling", use "nat o floor" and |
|
1047 |
"nat o ceiling" instead. A few of the lemmas have been retained and |
|
1048 |
adapted: in their names "natfloor"/"natceiling" has been replaced by |
|
1049 |
"nat_floor"/"nat_ceiling". |
|
1050 |
||
1051 |
* Qualified some duplicated fact names required for boostrapping the |
|
1052 |
type class hierarchy: |
|
1053 |
ab_add_uminus_conv_diff ~> diff_conv_add_uminus |
|
1054 |
field_inverse_zero ~> inverse_zero |
|
1055 |
field_divide_inverse ~> divide_inverse |
|
1056 |
field_inverse ~> left_inverse |
|
1057 |
Minor INCOMPATIBILITY. |
|
1058 |
||
1059 |
* Eliminated fact duplicates: |
|
1060 |
mult_less_imp_less_right ~> mult_right_less_imp_less |
|
1061 |
mult_less_imp_less_left ~> mult_left_less_imp_less |
|
1062 |
Minor INCOMPATIBILITY. |
|
1063 |
||
1064 |
* Fact consolidation: even_less_0_iff is subsumed by |
|
1065 |
double_add_less_zero_iff_single_add_less_zero (simp by default anyway). |
|
1066 |
||
1067 |
* Generalized and consolidated some theorems concerning divsibility: |
|
1068 |
dvd_reduce ~> dvd_add_triv_right_iff |
|
1069 |
dvd_plus_eq_right ~> dvd_add_right_iff |
|
1070 |
dvd_plus_eq_left ~> dvd_add_left_iff |
|
1071 |
Minor INCOMPATIBILITY. |
|
1072 |
||
1073 |
* "even" and "odd" are mere abbreviations for "2 dvd _" and "~ 2 dvd _" |
|
1074 |
and part of theory Main. |
|
1075 |
even_def ~> even_iff_mod_2_eq_zero |
|
1076 |
INCOMPATIBILITY. |
|
1077 |
||
1078 |
* Lemma name consolidation: divide_Numeral1 ~> divide_numeral_1. Minor |
|
1079 |
INCOMPATIBILITY. |
|
1080 |
||
1081 |
* Bootstrap of listsum as special case of abstract product over lists. |
|
1082 |
Fact rename: |
|
1083 |
listsum_def ~> listsum.eq_foldr |
|
1084 |
INCOMPATIBILITY. |
|
1085 |
||
1086 |
* Product over lists via constant "listprod". |
|
1087 |
||
1088 |
* Theory List: renamed drop_Suc_conv_tl and nth_drop' to |
|
1089 |
Cons_nth_drop_Suc. |
|
58247
98d0f85d247f
enamed drop_Suc_conv_tl and nth_drop' to Cons_nth_drop_Suc
nipkow
parents:
58202
diff
changeset
|
1090 |
|
58626 | 1091 |
* New infrastructure for compiling, running, evaluating and testing |
59569 | 1092 |
generated code in target languages in HOL/Library/Code_Test. See |
1093 |
HOL/Codegenerator_Test/Code_Test* for examples. |
|
58008 | 1094 |
|
60009 | 1095 |
* Library/Multiset: |
59813 | 1096 |
- Introduced "replicate_mset" operation. |
1097 |
- Introduced alternative characterizations of the multiset ordering in |
|
1098 |
"Library/Multiset_Order". |
|
59958
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1099 |
- Renamed multiset ordering: |
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1100 |
<# ~> #<# |
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1101 |
<=# ~> #<=# |
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1102 |
\<subset># ~> #\<subset># |
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1103 |
\<subseteq># ~> #\<subseteq># |
4538d41e8e54
renamed multiset ordering to free up nice <# etc. symbols for the standard subset
blanchet
parents:
59951
diff
changeset
|
1104 |
INCOMPATIBILITY. |
59986
f38b94549dc8
introduced new abbreviations for multiset operations (in the hope of getting rid of the old names <, <=, etc.)
blanchet
parents:
59967
diff
changeset
|
1105 |
- Introduced abbreviations for ill-named multiset operations: |
f38b94549dc8
introduced new abbreviations for multiset operations (in the hope of getting rid of the old names <, <=, etc.)
blanchet
parents:
59967
diff
changeset
|
1106 |
<#, \<subset># abbreviate < (strict subset) |
f38b94549dc8
introduced new abbreviations for multiset operations (in the hope of getting rid of the old names <, <=, etc.)
blanchet
parents:
59967
diff
changeset
|
1107 |
<=#, \<le>#, \<subseteq># abbreviate <= (subset or equal) |
f38b94549dc8
introduced new abbreviations for multiset operations (in the hope of getting rid of the old names <, <=, etc.)
blanchet
parents:
59967
diff
changeset
|
1108 |
INCOMPATIBILITY. |
59813 | 1109 |
- Renamed |
1110 |
in_multiset_of ~> in_multiset_in_set |
|
59998
c54d36be22ef
renamed Multiset.fold -> fold_mset, Multiset.filter -> filter_mset
nipkow
parents:
59991
diff
changeset
|
1111 |
Multiset.fold ~> fold_mset |
c54d36be22ef
renamed Multiset.fold -> fold_mset, Multiset.filter -> filter_mset
nipkow
parents:
59991
diff
changeset
|
1112 |
Multiset.filter ~> filter_mset |
59813 | 1113 |
INCOMPATIBILITY. |
59949 | 1114 |
- Removed mcard, is equal to size. |
59813 | 1115 |
- Added attributes: |
1116 |
image_mset.id [simp] |
|
1117 |
image_mset_id [simp] |
|
1118 |
elem_multiset_of_set [simp, intro] |
|
1119 |
comp_fun_commute_plus_mset [simp] |
|
1120 |
comp_fun_commute.fold_mset_insert [OF comp_fun_commute_plus_mset, simp] |
|
1121 |
in_mset_fold_plus_iff [iff] |
|
1122 |
set_of_Union_mset [simp] |
|
1123 |
in_Union_mset_iff [iff] |
|
1124 |
INCOMPATIBILITY. |
|
1125 |
||
60009 | 1126 |
* Library/Sum_of_Squares: simplified and improved "sos" method. Always |
1127 |
use local CSDP executable, which is much faster than the NEOS server. |
|
1128 |
The "sos_cert" functionality is invoked as "sos" with additional |
|
1129 |
argument. Minor INCOMPATIBILITY. |
|
1130 |
||
1131 |
* HOL-Decision_Procs: New counterexample generator quickcheck |
|
1132 |
[approximation] for inequalities of transcendental functions. Uses |
|
1133 |
hardware floating point arithmetic to randomly discover potential |
|
60010 | 1134 |
counterexamples. Counterexamples are certified with the "approximation" |
60009 | 1135 |
method. See HOL/Decision_Procs/ex/Approximation_Quickcheck_Ex.thy for |
1136 |
examples. |
|
58990 | 1137 |
|
59354 | 1138 |
* HOL-Probability: Reworked measurability prover |
60010 | 1139 |
- applies destructor rules repeatedly |
59354 | 1140 |
- removed application splitting (replaced by destructor rule) |
59569 | 1141 |
- added congruence rules to rewrite measure spaces under the sets |
1142 |
projection |
|
1143 |
||
60009 | 1144 |
* New proof method "rewrite" (in theory ~~/src/HOL/Library/Rewrite) for |
1145 |
single-step rewriting with subterm selection based on patterns. |
|
1146 |
||
58630 | 1147 |
|
58066 | 1148 |
*** ML *** |
1149 |
||
60009 | 1150 |
* Subtle change of name space policy: undeclared entries are now |
1151 |
considered inaccessible, instead of accessible via the fully-qualified |
|
1152 |
internal name. This mainly affects Name_Space.intern (and derivatives), |
|
1153 |
which may produce an unexpected Long_Name.hidden prefix. Note that |
|
60010 | 1154 |
contemporary applications use the strict Name_Space.check (and |
60009 | 1155 |
derivatives) instead, which is not affected by the change. Potential |
1156 |
INCOMPATIBILITY in rare applications of Name_Space.intern. |
|
59951 | 1157 |
|
60094 | 1158 |
* Subtle change of error semantics of Toplevel.proof_of: regular user |
1159 |
ERROR instead of internal Toplevel.UNDEF. |
|
1160 |
||
59951 | 1161 |
* Basic combinators map, fold, fold_map, split_list, apply are available |
1162 |
as parameterized antiquotations, e.g. @{map 4} for lists of quadruples. |
|
1163 |
||
1164 |
* Renamed "pairself" to "apply2", in accordance to @{apply 2}. |
|
1165 |
INCOMPATIBILITY. |
|
1166 |
||
1167 |
* Former combinators NAMED_CRITICAL and CRITICAL for central critical |
|
1168 |
sections have been discontinued, in favour of the more elementary |
|
1169 |
Multithreading.synchronized and its high-level derivative |
|
1170 |
Synchronized.var (which is usually sufficient in applications). Subtle |
|
1171 |
INCOMPATIBILITY: synchronized access needs to be atomic and cannot be |
|
1172 |
nested. |
|
1173 |
||
60009 | 1174 |
* Synchronized.value (ML) is actually synchronized (as in Scala): subtle |
1175 |
change of semantics with minimal potential for INCOMPATIBILITY. |
|
59899 | 1176 |
|
59621
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents:
59588
diff
changeset
|
1177 |
* The main operations to certify logical entities are Thm.ctyp_of and |
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents:
59588
diff
changeset
|
1178 |
Thm.cterm_of with a local context; old-style global theory variants are |
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents:
59588
diff
changeset
|
1179 |
available as Thm.global_ctyp_of and Thm.global_cterm_of. |
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents:
59588
diff
changeset
|
1180 |
INCOMPATIBILITY. |
291934bac95e
Thm.cterm_of and Thm.ctyp_of operate on local context;
wenzelm
parents:
59588
diff
changeset
|
1181 |
|
59582 | 1182 |
* Elementary operations in module Thm are no longer pervasive. |
1183 |
INCOMPATIBILITY, need to use qualified Thm.prop_of, Thm.cterm_of, |
|
1184 |
Thm.term_of etc. |
|
1185 |
||
58963
26bf09b95dda
proper context for assume_tac (atac remains as fall-back without context);
wenzelm
parents:
58957
diff
changeset
|
1186 |
* Proper context for various elementary tactics: assume_tac, |
59498
50b60f501b05
proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
wenzelm
parents:
59480
diff
changeset
|
1187 |
resolve_tac, eresolve_tac, dresolve_tac, forward_tac, match_tac, |
50b60f501b05
proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
wenzelm
parents:
59480
diff
changeset
|
1188 |
compose_tac, Splitter.split_tac etc. INCOMPATIBILITY. |
58956
a816aa3ff391
proper context for compose_tac, Splitter.split_tac (relevant for unify trace options);
wenzelm
parents:
58928
diff
changeset
|
1189 |
|
58066 | 1190 |
* Tactical PARALLEL_ALLGOALS is the most common way to refer to |
1191 |
PARALLEL_GOALS. |
|
1192 |
||
59564
fdc03c8daacc
Goal.prove_multi is superseded by the fully general Goal.prove_common;
wenzelm
parents:
59557
diff
changeset
|
1193 |
* Goal.prove_multi is superseded by the fully general Goal.prove_common, |
fdc03c8daacc
Goal.prove_multi is superseded by the fully general Goal.prove_common;
wenzelm
parents:
59557
diff
changeset
|
1194 |
which also allows to specify a fork priority. |
fdc03c8daacc
Goal.prove_multi is superseded by the fully general Goal.prove_common;
wenzelm
parents:
59557
diff
changeset
|
1195 |
|
59936
b8ffc3dc9e24
@{command_spec} is superseded by @{command_keyword};
wenzelm
parents:
59926
diff
changeset
|
1196 |
* Antiquotation @{command_spec "COMMAND"} is superseded by |
b8ffc3dc9e24
@{command_spec} is superseded by @{command_keyword};
wenzelm
parents:
59926
diff
changeset
|
1197 |
@{command_keyword COMMAND} (usually without quotes and with PIDE |
b8ffc3dc9e24
@{command_spec} is superseded by @{command_keyword};
wenzelm
parents:
59926
diff
changeset
|
1198 |
markup). Minor INCOMPATIBILITY. |
b8ffc3dc9e24
@{command_spec} is superseded by @{command_keyword};
wenzelm
parents:
59926
diff
changeset
|
1199 |
|
60009 | 1200 |
* Cartouches within ML sources are turned into values of type |
1201 |
Input.source (with formal position information). |
|
1202 |
||
58066 | 1203 |
|
58610 | 1204 |
*** System *** |
1205 |
||
59951 | 1206 |
* The Isabelle tool "update_cartouches" changes theory files to use |
1207 |
cartouches instead of old-style {* verbatim *} or `alt_string` tokens. |
|
1208 |
||
60106 | 1209 |
* The Isabelle tool "build" provides new options -X, -k, -x. |
59951 | 1210 |
|
1211 |
* Discontinued old-fashioned "codegen" tool. Code generation can always |
|
1212 |
be externally triggered using an appropriate ROOT file plus a |
|
1213 |
corresponding theory. Parametrization is possible using environment |
|
1214 |
variables, or ML snippets in the most extreme cases. Minor |
|
1215 |
INCOMPATIBILITY. |
|
58842 | 1216 |
|
59200 | 1217 |
* JVM system property "isabelle.threads" determines size of Scala thread |
1218 |
pool, like Isabelle system option "threads" for ML. |
|
1219 |
||
59201
702e0971d617
added system property isabelle.laf, notably for initial system dialog;
wenzelm
parents:
59200
diff
changeset
|
1220 |
* JVM system property "isabelle.laf" determines the default Swing |
702e0971d617
added system property isabelle.laf, notably for initial system dialog;
wenzelm
parents:
59200
diff
changeset
|
1221 |
look-and-feel, via internal class name or symbolic name as in the jEdit |
702e0971d617
added system property isabelle.laf, notably for initial system dialog;
wenzelm
parents:
59200
diff
changeset
|
1222 |
menu Global Options / Appearance. |
702e0971d617
added system property isabelle.laf, notably for initial system dialog;
wenzelm
parents:
59200
diff
changeset
|
1223 |
|
59951 | 1224 |
* Support for Proof General and Isar TTY loop has been discontinued. |
60009 | 1225 |
Minor INCOMPATIBILITY, use standard PIDE infrastructure instead. |
59891
9ce697050455
added isabelle build option -k, for fast off-line checking of theory sources;
wenzelm
parents:
59849
diff
changeset
|
1226 |
|
58610 | 1227 |
|
57695 | 1228 |
|
57452 | 1229 |
New in Isabelle2014 (August 2014) |
1230 |
--------------------------------- |
|
54055 | 1231 |
|
54702
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
1232 |
*** General *** |
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
1233 |
|
57452 | 1234 |
* Support for official Standard ML within the Isabelle context. |
1235 |
Command 'SML_file' reads and evaluates the given Standard ML file. |
|
1236 |
Toplevel bindings are stored within the theory context; the initial |
|
1237 |
environment is restricted to the Standard ML implementation of |
|
1238 |
Poly/ML, without the add-ons of Isabelle/ML. Commands 'SML_import' |
|
1239 |
and 'SML_export' allow to exchange toplevel bindings between the two |
|
1240 |
separate environments. See also ~~/src/Tools/SML/Examples.thy for |
|
1241 |
some examples. |
|
56499
7e0178c84994
allow text cartouches in regular outer syntax categories "text" and "altstring";
wenzelm
parents:
56450
diff
changeset
|
1242 |
|
57504 | 1243 |
* Standard tactics and proof methods such as "clarsimp", "auto" and |
1244 |
"safe" now preserve equality hypotheses "x = expr" where x is a free |
|
1245 |
variable. Locale assumptions and chained facts containing "x" |
|
1246 |
continue to be useful. The new method "hypsubst_thin" and the |
|
1247 |
configuration option "hypsubst_thin" (within the attribute name space) |
|
1248 |
restore the previous behavior. INCOMPATIBILITY, especially where |
|
1249 |
induction is done after these methods or when the names of free and |
|
1250 |
bound variables clash. As first approximation, old proofs may be |
|
1251 |
repaired by "using [[hypsubst_thin = true]]" in the critical spot. |
|
1252 |
||
56232 | 1253 |
* More static checking of proof methods, which allows the system to |
1254 |
form a closure over the concrete syntax. Method arguments should be |
|
1255 |
processed in the original proof context as far as possible, before |
|
1256 |
operating on the goal state. In any case, the standard discipline for |
|
1257 |
subgoal-addressing needs to be observed: no subgoals or a subgoal |
|
1258 |
number that is out of range produces an empty result sequence, not an |
|
1259 |
exception. Potential INCOMPATIBILITY for non-conformant tactical |
|
1260 |
proof tools. |
|
1261 |
||
57452 | 1262 |
* Lexical syntax (inner and outer) supports text cartouches with |
1263 |
arbitrary nesting, and without escapes of quotes etc. The Prover IDE |
|
1264 |
supports input via ` (backquote). |
|
1265 |
||
1266 |
* The outer syntax categories "text" (for formal comments and document |
|
1267 |
markup commands) and "altstring" (for literal fact references) allow |
|
1268 |
cartouches as well, in addition to the traditional mix of quotations. |
|
1269 |
||
1270 |
* Syntax of document antiquotation @{rail} now uses \<newline> instead |
|
1271 |
of "\\", to avoid the optical illusion of escaped backslash within |
|
57491 | 1272 |
string token. General renovation of its syntax using text cartouches. |
57452 | 1273 |
Minor INCOMPATIBILITY. |
1274 |
||
1275 |
* Discontinued legacy_isub_isup, which was a temporary workaround for |
|
1276 |
Isabelle/ML in Isabelle2013-1. The prover process no longer accepts |
|
1277 |
old identifier syntax with \<^isub> or \<^isup>. Potential |
|
1278 |
INCOMPATIBILITY. |
|
1279 |
||
1280 |
* Document antiquotation @{url} produces markup for the given URL, |
|
1281 |
which results in an active hyperlink within the text. |
|
1282 |
||
1283 |
* Document antiquotation @{file_unchecked} is like @{file}, but does |
|
1284 |
not check existence within the file-system. |
|
1285 |
||
1286 |
* Updated and extended manuals: codegen, datatypes, implementation, |
|
1287 |
isar-ref, jedit, system. |
|
57423
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1288 |
|
54702
3daeba5130f0
added document antiquotation @{url}, which produces formal markup for LaTeX and PIDE;
wenzelm
parents:
54688
diff
changeset
|
1289 |
|
54533 | 1290 |
*** Prover IDE -- Isabelle/Scala/jEdit *** |
1291 |
||
57650 | 1292 |
* Improved Document panel: simplified interaction where every single |
57452 | 1293 |
mouse click (re)opens document via desktop environment or as jEdit |
1294 |
buffer. |
|
1295 |
||
1296 |
* Support for Navigator plugin (with toolbar buttons), with connection |
|
1297 |
to PIDE hyperlinks. |
|
1298 |
||
1299 |
* Auxiliary files ('ML_file' etc.) are managed by the Prover IDE. |
|
1300 |
Open text buffers take precedence over copies within the file-system. |
|
1301 |
||
1302 |
* Improved support for Isabelle/ML, with jEdit mode "isabelle-ml" for |
|
1303 |
auxiliary ML files. |
|
57423
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1304 |
|
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1305 |
* Improved syntactic and semantic completion mechanism, with simple |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1306 |
templates, completion language context, name-space completion, |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1307 |
file-name completion, spell-checker completion. |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1308 |
|
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1309 |
* Refined GUI popup for completion: more robust key/mouse event |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1310 |
handling and propagation to enclosing text area -- avoid loosing |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1311 |
keystrokes with slow / remote graphics displays. |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1312 |
|
57833
2c2bae3da1c2
completion popup supports both ENTER and TAB (default);
wenzelm
parents:
57826
diff
changeset
|
1313 |
* Completion popup supports both ENTER and TAB (default) to select an |
2c2bae3da1c2
completion popup supports both ENTER and TAB (default);
wenzelm
parents:
57826
diff
changeset
|
1314 |
item, depending on Isabelle options. |
2c2bae3da1c2
completion popup supports both ENTER and TAB (default);
wenzelm
parents:
57826
diff
changeset
|
1315 |
|
57423
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1316 |
* Refined insertion of completion items wrt. jEdit text: multiple |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1317 |
selections, rectangular selections, rectangular selection as "tall |
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1318 |
caret". |
56342 | 1319 |
|
56580 | 1320 |
* Integrated spell-checker for document text, comments etc. with |
57423
96f970d1522b
updated NEWS -- removed material that is already in the manual;
wenzelm
parents:
57418
diff
changeset
|
1321 |
completion popup and context-menu. |
56554 | 1322 |
|
56879
ee2b61f37ad9
renamed "Find" to "Query", with more general operations;
wenzelm
parents:
56851
diff
changeset
|
1323 |
* More general "Query" panel supersedes "Find" panel, with GUI access |
ee2b61f37ad9
renamed "Find" to "Query", with more general operations;
wenzelm
parents:
56851
diff
changeset
|
1324 |
to commands 'find_theorems' and 'find_consts', as well as print |
ee2b61f37ad9
renamed "Find" to "Query", with more general operations;
wenzelm
parents:
56851
diff
changeset
|
1325 |
operations for the context. Minor incompatibility in keyboard |
ee2b61f37ad9
renamed "Find" to "Query", with more general operations;
wenzelm
parents:
56851
diff
changeset
|
1326 |
shortcuts etc.: replace action isabelle-find by isabelle-query. |
56761 | 1327 |
|
56901 | 1328 |
* Search field for all output panels ("Output", "Query", "Info" etc.) |
1329 |
to highlight text via regular expression. |
|
1330 |
||
54881 | 1331 |
* Option "jedit_print_mode" (see also "Plugin Options / Isabelle / |
1332 |
General") allows to specify additional print modes for the prover |
|
1333 |
process, without requiring old-fashioned command-line invocation of |
|
1334 |
"isabelle jedit -m MODE". |
|
1335 |
||
56505 | 1336 |
* More support for remote files (e.g. http) using standard Java |
1337 |
networking operations instead of jEdit virtual file-systems. |
|
1338 |
||
57822 | 1339 |
* Empty editors buffers that are no longer required (e.g.\ via theory |
1340 |
imports) are automatically removed from the document model. |
|
1341 |
||
57869 | 1342 |
* Improved monitor panel. |
1343 |
||
56838 | 1344 |
* Improved Console/Scala plugin: more uniform scala.Console output, |
1345 |
more robust treatment of threads and interrupts. |
|
1346 |
||
56939 | 1347 |
* Improved management of dockable windows: clarified keyboard focus |
1348 |
and window placement wrt. main editor view; optional menu item to |
|
1349 |
"Detach" a copy where this makes sense. |
|
1350 |
||
57452 | 1351 |
* New Simplifier Trace panel provides an interactive view of the |
57591
8c095aef6769
clarified "simp_trace_new" and corresponding isar-ref section;
wenzelm
parents:
57532
diff
changeset
|
1352 |
simplification process, enabled by the "simp_trace_new" attribute |
57452 | 1353 |
within the context. |
1354 |
||
1355 |
||
55001 | 1356 |
*** Pure *** |
1357 |
||
57504 | 1358 |
* Low-level type-class commands 'classes', 'classrel', 'arities' have |
1359 |
been discontinued to avoid the danger of non-trivial axiomatization |
|
1360 |
that is not immediately visible. INCOMPATIBILITY, use regular |
|
1361 |
'instance' command with proof. The required OFCLASS(...) theorem |
|
1362 |
might be postulated via 'axiomatization' beforehand, or the proof |
|
1363 |
finished trivially if the underlying class definition is made vacuous |
|
1364 |
(without any assumptions). See also Isabelle/ML operations |
|
1365 |
Axclass.class_axiomatization, Axclass.classrel_axiomatization, |
|
1366 |
Axclass.arity_axiomatization. |
|
1367 |
||
56245 | 1368 |
* Basic constants of Pure use more conventional names and are always |
1369 |
qualified. Rare INCOMPATIBILITY, but with potentially serious |
|
1370 |
consequences, notably for tools in Isabelle/ML. The following |
|
1371 |
renaming needs to be applied: |
|
1372 |
||
1373 |
== ~> Pure.eq |
|
1374 |
==> ~> Pure.imp |
|
1375 |
all ~> Pure.all |
|
1376 |
TYPE ~> Pure.type |
|
1377 |
dummy_pattern ~> Pure.dummy_pattern |
|
1378 |
||
1379 |
Systematic porting works by using the following theory setup on a |
|
1380 |
*previous* Isabelle version to introduce the new name accesses for the |
|
1381 |
old constants: |
|
1382 |
||
1383 |
setup {* |
|
1384 |
fn thy => thy |
|
1385 |
|> Sign.root_path |
|
1386 |
|> Sign.const_alias (Binding.qualify true "Pure" @{binding eq}) "==" |
|
1387 |
|> Sign.const_alias (Binding.qualify true "Pure" @{binding imp}) "==>" |
|
1388 |
|> Sign.const_alias (Binding.qualify true "Pure" @{binding all}) "all" |
|
1389 |
|> Sign.restore_naming thy |
|
1390 |
*} |
|
1391 |
||
1392 |
Thus ML antiquotations like @{const_name Pure.eq} may be used already. |
|
1393 |
Later the application is moved to the current Isabelle version, and |
|
1394 |
the auxiliary aliases are deleted. |
|
1395 |
||