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