author | haftmann |
Fri, 10 Mar 2006 15:33:48 +0100 | |
changeset 19233 | 77ca20b0ed77 |
parent 19226 | 20c113d17e01 |
child 19240 | 3a73cb17a707 |
permissions | -rw-r--r-- |
5363 | 1 |
Isabelle NEWS -- history user-relevant changes |
2 |
============================================== |
|
2553 | 3 |
|
17754
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
4 |
New in this Isabelle release |
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
5 |
---------------------------- |
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
6 |
|
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
7 |
*** General *** |
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
8 |
|
17918
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
9 |
* Theory syntax: the header format ``theory A = B + C:'' has been |
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
10 |
discontinued in favour of ``theory A imports B C begin''. Use isatool |
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
11 |
fixheaders to convert existing theory files. INCOMPATIBILITY. |
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
12 |
|
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
13 |
* Theory syntax: the old non-Isar theory file format has been |
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
14 |
discontinued altogether. Note that ML proof scripts may still be used |
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
15 |
with Isar theories; migration is usually quite simple with the ML |
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
16 |
function use_legacy_bindings. INCOMPATIBILITY. |
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
17 |
|
17981
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
18 |
* Legacy goal package: reduced interface to the bare minimum required |
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
19 |
to keep existing proof scripts running. Most other user-level |
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
20 |
functions are now part of the OldGoals structure, which is *not* open |
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
21 |
by default (consider isatool expandshort before open OldGoals). |
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
22 |
Removed top_sg, prin, printyp, pprint_term/typ altogether, because |
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
23 |
these tend to cause confusion about the actual goal (!) context being |
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
24 |
used here, which is not necessarily the same as the_context(). |
17918
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
25 |
|
17754
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
26 |
* Command 'find_theorems': support "*" wildcard in "name:" criterion. |
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
27 |
|
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
28 |
|
17865 | 29 |
*** Document preparation *** |
30 |
||
17869 | 31 |
* Added antiquotations @{ML_type text} and @{ML_struct text} which |
32 |
check the given source text as ML type/structure, printing verbatim. |
|
17865 | 33 |
|
34 |
||
17779 | 35 |
*** Pure *** |
36 |
||
17865 | 37 |
* Isar: improper proof element 'guess' is like 'obtain', but derives |
38 |
the obtained context from the course of reasoning! For example: |
|
39 |
||
40 |
assume "EX x y. A x & B y" -- "any previous fact" |
|
41 |
then guess x and y by clarify |
|
42 |
||
43 |
This technique is potentially adventurous, depending on the facts and |
|
44 |
proof tools being involved here. |
|
45 |
||
18020 | 46 |
* Isar: known facts from the proof context may be specified as literal |
47 |
propositions, using ASCII back-quote syntax. This works wherever |
|
48 |
named facts used to be allowed so far, in proof commands, proof |
|
49 |
methods, attributes etc. Literal facts are retrieved from the context |
|
50 |
according to unification of type and term parameters. For example, |
|
51 |
provided that "A" and "A ==> B" and "!!x. P x ==> Q x" are known |
|
52 |
theorems in the current context, then these are valid literal facts: |
|
53 |
`A` and `A ==> B` and `!!x. P x ==> Q x" as well as `P a ==> Q a` etc. |
|
54 |
||
55 |
There is also a proof method "fact" which does the same composition |
|
18044 | 56 |
for explicit goal states, e.g. the following proof texts coincide with |
57 |
certain special cases of literal facts: |
|
18020 | 58 |
|
59 |
have "A" by fact == note `A` |
|
60 |
have "A ==> B" by fact == note `A ==> B` |
|
61 |
have "!!x. P x ==> Q x" by fact == note `!!x. P x ==> Q x` |
|
62 |
have "P a ==> Q a" by fact == note `P a ==> Q a` |
|
63 |
||
18308 | 64 |
* Isar: 'def' now admits simultaneous definitions, e.g.: |
65 |
||
66 |
def x == "t" and y == "u" |
|
67 |
||
18540 | 68 |
* Isar: added command 'unfolding', which is structurally similar to |
69 |
'using', but affects both the goal state and facts by unfolding given |
|
18815
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
70 |
rewrite rules. Thus many occurrences of the 'unfold' method or |
18540 | 71 |
'unfolded' attribute may be replaced by first-class proof text. |
72 |
||
18815
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
73 |
* Isar: methods 'unfold' / 'fold', attributes 'unfolded' / 'folded', |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
74 |
and command 'unfolding' now all support object-level equalities |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
75 |
(potentially conditional). The underlying notion of rewrite rule is |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
76 |
analogous to the 'rule_format' attribute, but *not* that of the |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
77 |
Simplifier (which is usually more generous). |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
78 |
|
19220 | 79 |
* Isar: the goal restriction operator [N] (default N = 1) evaluates a |
80 |
method expression within a sandbox consisting of the first N |
|
81 |
sub-goals, which need to exist. (Recall that proper Isar proof methods |
|
82 |
do not admit arbitrary goal addressing, unlike certain tactic |
|
83 |
emulations.) For example, ``simp_all [3]'' simplifies the first three |
|
84 |
sub-goals, while (rule foo, simp_all)[] simplifies all new goals that |
|
19226 | 85 |
emerge from applying rule foo to the originally first one. |
19220 | 86 |
|
18901 | 87 |
* Isar: the conclusion of a long theorem statement is now either |
88 |
'shows' (a simultaneous conjunction, as before), or 'obtains' |
|
89 |
(essentially a disjunction of cases with local parameters and |
|
90 |
assumptions). The latter allows to express general elimination rules |
|
18910 | 91 |
adequately; in this notation common elimination rules look like this: |
18901 | 92 |
|
93 |
lemma exE: -- "EX x. P x ==> (!!x. P x ==> thesis) ==> thesis" |
|
94 |
assumes "EX x. P x" |
|
95 |
obtains x where "P x" |
|
96 |
||
97 |
lemma conjE: -- "A & B ==> (A ==> B ==> thesis) ==> thesis" |
|
98 |
assumes "A & B" |
|
99 |
obtains A and B |
|
100 |
||
101 |
lemma disjE: -- "A | B ==> (A ==> thesis) ==> (B ==> thesis) ==> thesis" |
|
102 |
assumes "A | B" |
|
103 |
obtains |
|
104 |
A |
|
105 |
| B |
|
106 |
||
18910 | 107 |
The subsequent classical rules even refer to the formal "thesis" |
18901 | 108 |
explicitly: |
109 |
||
110 |
lemma classical: -- "(~ thesis ==> thesis) ==> thesis" |
|
111 |
obtains "~ thesis" |
|
112 |
||
18910 | 113 |
lemma Peirce's_Law: -- "((thesis ==> something) ==> thesis) ==> thesis" |
114 |
obtains "thesis ==> something" |
|
18901 | 115 |
|
116 |
The actual proof of an 'obtains' statement is analogous to that of the |
|
18910 | 117 |
Isar proof element 'obtain', only that there may be several cases. |
118 |
Optional case names may be specified in parentheses; these will be |
|
119 |
available both in the present proof and as annotations in the |
|
120 |
resulting rule, for later use with the 'cases' method (cf. attribute |
|
121 |
case_names). |
|
18901 | 122 |
|
123 |
* Isar: 'obtain' takes an optional case name for the local context |
|
124 |
introduction rule (default "that"). |
|
125 |
||
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
126 |
* Isar/locales: new derived specification elements 'definition', |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
127 |
'abbreviation', 'axiomatization', which support type-inference, admit |
19083 | 128 |
object-level specifications (equality, equivalence). See also the |
129 |
isar-ref manual. Examples: |
|
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
130 |
|
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
131 |
definition |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
132 |
"f x y = x + y + 1" |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
133 |
"g x = f x x" |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
134 |
|
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
135 |
thm f_def g_def |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
136 |
|
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
137 |
axiomatization |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
138 |
eq (infix "===" 50) |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
139 |
where eq_refl: "x === x" and eq_subst: "x === y ==> P x ==> P y" |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
140 |
|
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
141 |
abbreviation (output) |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
142 |
neq (infix "=!=" 50) |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
143 |
"(x =!= y) <-> ~ (x === y)" |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
144 |
|
19083 | 145 |
These specifications may be also used in a locale context. Then the |
146 |
constants being introduced depend on certain fixed parameters, and the |
|
147 |
constant name is qualified by the locale base name. An internal |
|
148 |
abbreviation takes care for convenient input and output, making the |
|
19088 | 149 |
parameters implicit and using the original short name. See also |
19083 | 150 |
HOL/ex/Abstract_NAT.thy for an example of deriving polymorphic |
151 |
entities from a monomorphic theory. |
|
152 |
||
153 |
Presently, abbreviations are only available 'in' a target locale, but |
|
154 |
not inherited by general import expressions. |
|
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
155 |
|
19084 | 156 |
Also note that 'abbreviation' may be used as a type-safe replacement |
157 |
for 'syntax' + 'translations' in common applications. |
|
158 |
||
18233 | 159 |
* Provers/induct: improved internal context management to support |
160 |
local fixes and defines on-the-fly. Thus explicit meta-level |
|
161 |
connectives !! and ==> are rarely required anymore in inductive goals |
|
162 |
(using object-logic connectives for this purpose has been long |
|
163 |
obsolete anyway). The subsequent proof patterns illustrate advanced |
|
164 |
techniques of natural induction; general datatypes and inductive sets |
|
18267 | 165 |
work analogously (see also src/HOL/Lambda for realistic examples). |
166 |
||
167 |
(1) This is how to ``strengthen'' an inductive goal wrt. certain |
|
18239 | 168 |
parameters: |
18233 | 169 |
|
170 |
lemma |
|
171 |
fixes n :: nat and x :: 'a |
|
172 |
assumes a: "A n x" |
|
173 |
shows "P n x" |
|
174 |
using a -- {* make induct insert fact a *} |
|
175 |
proof (induct n fixing: x) -- {* generalize goal to "!!x. A n x ==> P n x" *} |
|
18248 | 176 |
case 0 |
18233 | 177 |
show ?case sorry |
178 |
next |
|
18248 | 179 |
case (Suc n) |
18239 | 180 |
note `!!x. A n x ==> P n x` -- {* induction hypothesis, according to induction rule *} |
181 |
note `A (Suc n) x` -- {* induction premise, stemming from fact a *} |
|
18233 | 182 |
show ?case sorry |
183 |
qed |
|
184 |
||
18267 | 185 |
(2) This is how to perform induction over ``expressions of a certain |
18233 | 186 |
form'', using a locally defined inductive parameter n == "a x" |
18239 | 187 |
together with strengthening (the latter is usually required to get |
18267 | 188 |
sufficiently flexible induction hypotheses): |
18233 | 189 |
|
190 |
lemma |
|
191 |
fixes a :: "'a => nat" |
|
192 |
assumes a: "A (a x)" |
|
193 |
shows "P (a x)" |
|
194 |
using a |
|
195 |
proof (induct n == "a x" fixing: x) |
|
196 |
... |
|
197 |
||
18267 | 198 |
See also HOL/Isar_examples/Puzzle.thy for an application of the this |
199 |
particular technique. |
|
200 |
||
18901 | 201 |
(3) This is how to perform existential reasoning ('obtains' or |
202 |
'obtain') by induction, while avoiding explicit object-logic |
|
203 |
encodings: |
|
204 |
||
205 |
lemma |
|
206 |
fixes n :: nat |
|
207 |
obtains x :: 'a where "P n x" and "Q n x" |
|
18267 | 208 |
proof (induct n fixing: thesis) |
209 |
case 0 |
|
210 |
obtain x where "P 0 x" and "Q 0 x" sorry |
|
18399 | 211 |
then show thesis by (rule 0) |
18267 | 212 |
next |
213 |
case (Suc n) |
|
214 |
obtain x where "P n x" and "Q n x" by (rule Suc.hyps) |
|
215 |
obtain x where "P (Suc n) x" and "Q (Suc n) x" sorry |
|
216 |
then show thesis by (rule Suc.prems) |
|
217 |
qed |
|
218 |
||
219 |
Here the 'fixing: thesis' specification essentially modifies the scope |
|
220 |
of the formal thesis parameter, in order to the get the whole |
|
221 |
existence statement through the induction as expected. |
|
18233 | 222 |
|
18506
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
223 |
* Provers/induct: mutual induction rules are now specified as a list |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
224 |
of rule sharing the same induction cases. HOL packages usually |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
225 |
provide foo_bar.inducts for mutually defined items foo and bar |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
226 |
(e.g. inductive sets or datatypes). INCOMPATIBILITY, users need to |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
227 |
specify mutual induction rules differently, i.e. like this: |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
228 |
|
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
229 |
(induct rule: foo_bar.inducts) |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
230 |
(induct set: foo bar) |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
231 |
(induct type: foo bar) |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
232 |
|
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
233 |
The ML function ProjectRule.projections turns old-style rules into the |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
234 |
new format. |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
235 |
|
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
236 |
* Provers/induct: improved handling of simultaneous goals. Instead of |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
237 |
introducing object-level conjunction, the statement is now split into |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
238 |
several conclusions, while the corresponding symbolic cases are |
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
239 |
nested accordingly. INCOMPATIBILITY, proofs need to be structured |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
240 |
explicitly. For example: |
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
241 |
|
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
242 |
lemma |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
243 |
fixes n :: nat |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
244 |
shows "P n" and "Q n" |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
245 |
proof (induct n) |
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
246 |
case 0 case 1 |
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
247 |
show "P 0" sorry |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
248 |
next |
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
249 |
case 0 case 2 |
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
250 |
show "Q 0" sorry |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
251 |
next |
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
252 |
case (Suc n) case 1 |
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
253 |
note `P n` and `Q n` |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
254 |
show "P (Suc n)" sorry |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
255 |
next |
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
256 |
case (Suc n) case 2 |
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
257 |
note `P n` and `Q n` |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
258 |
show "Q (Suc n)" sorry |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
259 |
qed |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
260 |
|
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
261 |
The split into subcases may be deferred as follows -- this is |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
262 |
particularly relevant for goal statements with local premises. |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
263 |
|
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
264 |
lemma |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
265 |
fixes n :: nat |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
266 |
shows "A n ==> P n" and "B n ==> Q n" |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
267 |
proof (induct n) |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
268 |
case 0 |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
269 |
{ |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
270 |
case 1 |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
271 |
note `A 0` |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
272 |
show "P 0" sorry |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
273 |
next |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
274 |
case 2 |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
275 |
note `B 0` |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
276 |
show "Q 0" sorry |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
277 |
} |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
278 |
next |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
279 |
case (Suc n) |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
280 |
note `A n ==> P n` and `B n ==> Q n` |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
281 |
{ |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
282 |
case 1 |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
283 |
note `A (Suc n)` |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
284 |
show "P (Suc n)" sorry |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
285 |
next |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
286 |
case 2 |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
287 |
note `B (Suc n)` |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
288 |
show "Q (Suc n)" sorry |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
289 |
} |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
290 |
qed |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
291 |
|
18506
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
292 |
If simultaneous goals are to be used with mutual rules, the statement |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
293 |
needs to be structured carefully as a two-level conjunction, using |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
294 |
lists of propositions separated by 'and': |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
295 |
|
18507 | 296 |
lemma |
297 |
shows "a : A ==> P1 a" |
|
298 |
"a : A ==> P2 a" |
|
299 |
and "b : B ==> Q1 b" |
|
300 |
"b : B ==> Q2 b" |
|
301 |
"b : B ==> Q3 b" |
|
302 |
proof (induct set: A B) |
|
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
303 |
|
18399 | 304 |
* Provers/induct: support coinduction as well. See |
305 |
src/HOL/Library/Coinductive_List.thy for various examples. |
|
306 |
||
18674 | 307 |
* Simplifier: by default the simplifier trace only shows top level rewrites |
308 |
now. That is, trace_simp_depth_limit is set to 1 by default. Thus there is |
|
309 |
less danger of being flooded by the trace. The trace indicates where parts |
|
310 |
have been suppressed. |
|
311 |
||
18536
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
312 |
* Provers/classical: removed obsolete classical version of elim_format |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
313 |
attribute; classical elim/dest rules are now treated uniformly when |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
314 |
manipulating the claset. |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
315 |
|
18694 | 316 |
* Provers/classical: stricter checks to ensure that supplied intro, |
317 |
dest and elim rules are well-formed; dest and elim rules must have at |
|
318 |
least one premise. |
|
319 |
||
320 |
* Provers/classical: attributes dest/elim/intro take an optional |
|
18695 | 321 |
weight argument for the rule (just as the Pure versions). Weights are |
18696 | 322 |
ignored by automated tools, but determine the search order of single |
18694 | 323 |
rule steps. |
18557
60a0f9caa0a2
Provers/classical: stricter checks to ensure that supplied intro, dest and
paulson
parents:
18549
diff
changeset
|
324 |
|
18536
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
325 |
* Syntax: input syntax now supports dummy variable binding "%_. b", |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
326 |
where the body does not mention the bound variable. Note that dummy |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
327 |
patterns implicitly depend on their context of bounds, which makes |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
328 |
"{_. _}" match any set comprehension as expected. Potential |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
329 |
INCOMPATIBILITY -- parse translations need to cope with syntactic |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
330 |
constant "_idtdummy" in the binding position. |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
331 |
|
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
332 |
* Syntax: removed obsolete syntactic constant "_K" and its associated |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
333 |
parse translation. INCOMPATIBILITY -- use dummy abstraction instead, |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
334 |
for example "A -> B" => "Pi A (%_. B)". |
17779 | 335 |
|
17865 | 336 |
|
17806 | 337 |
*** HOL *** |
338 |
||
17996 | 339 |
* Alternative iff syntax "A <-> B" for equality on bool (with priority |
340 |
25 like -->); output depends on the "iff" print_mode, the default is |
|
341 |
"A = B" (with priority 50). |
|
342 |
||
19233
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
343 |
* Renamed some (legacy-named) constants in HOL.thy: |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
344 |
op + ~> HOL.plus |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
345 |
op - ~> HOL.minus |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
346 |
uminus ~> HOL.uminus |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
347 |
op * ~> HOL.times |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
348 |
|
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
349 |
Adaptions may be required in the following cases: |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
350 |
|
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
351 |
a) User-defined constants using any of the names "plus", "minus", or "times" |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
352 |
The standard syntax translations for "+", "-" and "*" may go wrong. |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
353 |
INCOMPATIBILITY: use more specific names. |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
354 |
|
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
355 |
b) Variables named "plus", "minus", or "times" |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
356 |
INCOMPATIBILITY: use more specific names. |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
357 |
|
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
358 |
c) Commutative equations theorems (e. g. "a + b = b + a") |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
359 |
Since the changing of names also changes the order of terms, commutative rewrites |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
360 |
perhaps will be applied when not applied before or the other way round. |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
361 |
Experience shows that thiis is rarely the case (only two adaptions in the whole |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
362 |
Isabelle distribution). |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
363 |
INCOMPATIBILITY: rewrite proof; sometimes already an exchange of a distributive |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
364 |
law may suffice. |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
365 |
|
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
366 |
d) ML code directly refering to constant names |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
367 |
This in general only affects hand-written proof tactics, simprocs and so on. |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
368 |
INCOMPATIBILITY: grep your sourcecode and replace names. |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
369 |
|
18674 | 370 |
* "LEAST x:A. P" expands to "LEAST x. x:A & P" (input only). |
371 |
||
17865 | 372 |
* In the context of the assumption "~(s = t)" the Simplifier rewrites |
373 |
"t = s" to False (by simproc "neq_simproc"). For backward |
|
374 |
compatibility this can be disabled by ML "reset use_neq_simproc". |
|
17779 | 375 |
|
18979 | 376 |
* "m dvd n" where m and n are numbers is evaluated to True/False by simp. |
377 |
||
19211 | 378 |
* Theorem Cons_eq_map_conv no longer has attribute `simp'. |
379 |
||
380 |
* Prefer ex1I over ex_ex1I in single-step reasoning, e.g. by the |
|
381 |
'rule' method. |
|
382 |
||
17809
195045659c06
Tactics sat and satx reimplemented, several improvements
webertj
parents:
17806
diff
changeset
|
383 |
* Tactics 'sat' and 'satx' reimplemented, several improvements: goals |
195045659c06
Tactics sat and satx reimplemented, several improvements
webertj
parents:
17806
diff
changeset
|
384 |
no longer need to be stated as "<prems> ==> False", equivalences (i.e. |
17865 | 385 |
"=" on type bool) are handled, variable names of the form "lit_<n>" |
386 |
are no longer reserved, significant speedup. |
|
387 |
||
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
388 |
* inductive and datatype: provide projections of mutual rules, bundled |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
389 |
as foo_bar.inducts; |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
390 |
|
18446 | 391 |
* Library: added theory Coinductive_List of potentially infinite lists |
392 |
as greatest fixed-point. |
|
18399 | 393 |
|
17809
195045659c06
Tactics sat and satx reimplemented, several improvements
webertj
parents:
17806
diff
changeset
|
394 |
|
17878 | 395 |
*** ML *** |
396 |
||
18450
e57731ba01dd
discontinued unflat in favour of burrow and burrow_split
haftmann
parents:
18446
diff
changeset
|
397 |
* Pure/library: |
e57731ba01dd
discontinued unflat in favour of burrow and burrow_split
haftmann
parents:
18446
diff
changeset
|
398 |
|
e57731ba01dd
discontinued unflat in favour of burrow and burrow_split
haftmann
parents:
18446
diff
changeset
|
399 |
val burrow: ('a list -> 'b list) -> 'a list list -> 'b list list |
18549
5308a6ea3b96
rearranged burrow_split to fold_burrow to allow composition with fold_map
haftmann
parents:
18540
diff
changeset
|
400 |
val fold_burrow: ('a list -> 'c -> 'b list * 'd) -> 'a list list -> 'c -> 'b list list * 'd |
18450
e57731ba01dd
discontinued unflat in favour of burrow and burrow_split
haftmann
parents:
18446
diff
changeset
|
401 |
|
18540 | 402 |
The semantics of "burrow" is: "take a function with *simulatanously* |
403 |
transforms a list of value, and apply it *simulatanously* to a list of |
|
404 |
list of values of the appropriate type". Confer this with "map" which |
|
405 |
would *not* apply its argument function simulatanously but in |
|
18549
5308a6ea3b96
rearranged burrow_split to fold_burrow to allow composition with fold_map
haftmann
parents:
18540
diff
changeset
|
406 |
sequence. "fold_burrow" has an additional context. |
18540 | 407 |
|
408 |
Both actually avoid the usage of "unflat" since they hide away |
|
409 |
"unflat" from the user. |
|
18450
e57731ba01dd
discontinued unflat in favour of burrow and burrow_split
haftmann
parents:
18446
diff
changeset
|
410 |
|
18446 | 411 |
* Pure/library: functions map2 and fold2 with curried syntax for |
412 |
simultanous mapping and folding: |
|
413 |
||
18422
875451c9d253
re-arranged tuples (theory * 'a) to ('a * theory) in Pure
haftmann
parents:
18399
diff
changeset
|
414 |
val map2: ('a -> 'b -> 'c) -> 'a list -> 'b list -> 'c list |
875451c9d253
re-arranged tuples (theory * 'a) to ('a * theory) in Pure
haftmann
parents:
18399
diff
changeset
|
415 |
val fold2: ('a -> 'b -> 'c -> 'c) -> 'a list -> 'b list -> 'c -> 'c |
875451c9d253
re-arranged tuples (theory * 'a) to ('a * theory) in Pure
haftmann
parents:
18399
diff
changeset
|
416 |
|
18446 | 417 |
* Pure/library: indexed lists - some functions in the Isabelle library |
418 |
treating lists over 'a as finite mappings from [0...n] to 'a have been |
|
419 |
given more convenient names and signatures reminiscent of similar |
|
420 |
functions for alists, tables, etc: |
|
18051 | 421 |
|
422 |
val nth: 'a list -> int -> 'a |
|
423 |
val nth_update: int * 'a -> 'a list -> 'a list |
|
424 |
val nth_map: int -> ('a -> 'a) -> 'a list -> 'a list |
|
425 |
val fold_index: (int * 'a -> 'b -> 'b) -> 'a list -> 'b -> 'b |
|
426 |
||
18446 | 427 |
Note that fold_index starts counting at index 0, not 1 like foldln |
428 |
used to. |
|
429 |
||
19032 | 430 |
* Pure/General/name_mangler.ML provides a functor for generic name |
18446 | 431 |
mangling (bijective mapping from any expression values to strings). |
432 |
||
19032 | 433 |
* Pure/General/rat.ML implements rational numbers. |
434 |
||
435 |
* Pure/General/table.ML: the join operations now works via exceptions |
|
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
436 |
DUP/SAME instead of type option. This is simpler in simple cases, and |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
437 |
admits slightly more efficient complex applications. |
18446 | 438 |
|
18642 | 439 |
* Pure: datatype Context.generic joins theory/Proof.context and |
18644 | 440 |
provides some facilities for code that works in either kind of |
18642 | 441 |
context, notably GenericDataFun for uniform theory and proof data. |
442 |
||
18862
bd83590be0f7
* Pure: 'advanced' translation functions use Context.generic instead of just theory;
wenzelm
parents:
18815
diff
changeset
|
443 |
* Pure: 'advanced' translation functions (parse_translation etc.) now |
bd83590be0f7
* Pure: 'advanced' translation functions use Context.generic instead of just theory;
wenzelm
parents:
18815
diff
changeset
|
444 |
use Context.generic instead of just theory. |
bd83590be0f7
* Pure: 'advanced' translation functions use Context.generic instead of just theory;
wenzelm
parents:
18815
diff
changeset
|
445 |
|
18737 | 446 |
* Pure: simplified internal attribute type, which is now always |
447 |
Context.generic * thm -> Context.generic * thm. Global (theory) |
|
448 |
vs. local (Proof.context) attributes have been discontinued, while |
|
18738 | 449 |
minimizing code duplication. Thm.rule_attribute and |
450 |
Thm.declaration_attribute build canonical attributes; see also |
|
19006
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
451 |
structure Context for further operations on Context.generic, notably |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
452 |
GenericDataFun. INCOMPATIBILITY, need to adapt attribute type |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
453 |
declarations and definitions. |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
454 |
|
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
455 |
* Pure/Isar: Args/Attrib parsers operate on Context.generic -- |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
456 |
global/local versions on theory vs. Proof.context have been |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
457 |
discontinued; Attrib.syntax and Method.syntax have been adapted |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
458 |
accordingly. INCOMPATIBILITY, need to adapt parser expressions for |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
459 |
attributes, methods, etc. |
18642 | 460 |
|
18446 | 461 |
* Pure: several functions of signature "... -> theory -> theory * ..." |
462 |
have been reoriented to "... -> theory -> ... * theory" in order to |
|
463 |
allow natural usage in combination with the ||>, ||>>, |-> and |
|
464 |
fold_map combinators. |
|
18051 | 465 |
|
18020 | 466 |
* Pure: primitive rule lift_rule now takes goal cterm instead of an |
18145 | 467 |
actual goal state (thm). Use Thm.lift_rule (Thm.cprem_of st i) to |
18020 | 468 |
achieve the old behaviour. |
469 |
||
470 |
* Pure: the "Goal" constant is now called "prop", supporting a |
|
471 |
slightly more general idea of ``protecting'' meta-level rule |
|
472 |
statements. |
|
473 |
||
18567 | 474 |
* Pure: structure Goal provides simple interfaces for |
17981
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
475 |
init/conclude/finish and tactical prove operations (replacing former |
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
476 |
Tactic.prove). Note that OldGoals.prove_goalw_cterm has long been |
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
477 |
obsolete, it is ill-behaved in a local proof context (e.g. with local |
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
478 |
fixes/assumes or in a locale context). |
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
479 |
|
18815
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
480 |
* Isar: simplified treatment of user-level errors, using exception |
18687 | 481 |
ERROR of string uniformly. Function error now merely raises ERROR, |
18686
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
482 |
without any side effect on output channels. The Isar toplevel takes |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
483 |
care of proper display of ERROR exceptions. ML code may use plain |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
484 |
handle/can/try; cat_error may be used to concatenate errors like this: |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
485 |
|
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
486 |
... handle ERROR msg => cat_error msg "..." |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
487 |
|
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
488 |
Toplevel ML code (run directly or through the Isar toplevel) may be |
18687 | 489 |
embedded into the Isar toplevel with exception display/debug like |
490 |
this: |
|
18686
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
491 |
|
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
492 |
Isar.toplevel (fn () => ...) |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
493 |
|
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
494 |
INCOMPATIBILITY, removed special transform_error facilities, removed |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
495 |
obsolete variants of user-level exceptions (ERROR_MESSAGE, |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
496 |
Context.PROOF, ProofContext.CONTEXT, Proof.STATE, ProofHistory.FAIL) |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
497 |
-- use plain ERROR instead. |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
498 |
|
18815
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
499 |
* Isar: theory setup now has type (theory -> theory), instead of a |
18722
0888eca0f1be
* ML/Isar: theory setup has type (theory -> theory);
wenzelm
parents:
18696
diff
changeset
|
500 |
list. INCOMPATIBILITY, may use #> to compose setup functions. |
0888eca0f1be
* ML/Isar: theory setup has type (theory -> theory);
wenzelm
parents:
18696
diff
changeset
|
501 |
|
18815
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
502 |
* Isar: installed ML toplevel pretty printer for type Proof.context, |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
503 |
subject to ProofContext.debug/verbose flags. |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
504 |
|
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
505 |
* Isar: Toplevel.theory_to_proof admits transactions that modify the |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
506 |
theory before entering a proof state. Transactions now always see a |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
507 |
quasi-functional intermediate checkpoint, both in interactive and |
18590
f6a553aa3d81
Pure/Isar: Toplevel.theory_to_proof admits transactions that modify the theory;
wenzelm
parents:
18568
diff
changeset
|
508 |
batch mode. |
18567 | 509 |
|
17878 | 510 |
* Simplifier: the simpset of a running simplification process now |
511 |
contains a proof context (cf. Simplifier.the_context), which is the |
|
512 |
very context that the initial simpset has been retrieved from (by |
|
17890 | 513 |
simpset_of/local_simpset_of). Consequently, all plug-in components |
17878 | 514 |
(solver, looper etc.) may depend on arbitrary proof data. |
515 |
||
516 |
* Simplifier.inherit_context inherits the proof context (plus the |
|
517 |
local bounds) of the current simplification process; any simproc |
|
518 |
etc. that calls the Simplifier recursively should do this! Removed |
|
519 |
former Simplifier.inherit_bounds, which is already included here -- |
|
17890 | 520 |
INCOMPATIBILITY. Tools based on low-level rewriting may even have to |
521 |
specify an explicit context using Simplifier.context/theory_context. |
|
17878 | 522 |
|
523 |
* Simplifier/Classical Reasoner: more abstract interfaces |
|
524 |
change_simpset/claset for modifying the simpset/claset reference of a |
|
525 |
theory; raw versions simpset/claset_ref etc. have been discontinued -- |
|
526 |
INCOMPATIBILITY. |
|
527 |
||
18540 | 528 |
* Provers: more generic wrt. syntax of object-logics, avoid hardwired |
529 |
"Trueprop" etc. |
|
530 |
||
17878 | 531 |
|
17754
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
532 |
|
17720 | 533 |
New in Isabelle2005 (October 2005) |
534 |
---------------------------------- |
|
14655
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
535 |
|
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
536 |
*** General *** |
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
537 |
|
15130 | 538 |
* Theory headers: the new header syntax for Isar theories is |
539 |
||
540 |
theory <name> |
|
16234 | 541 |
imports <theory1> ... <theoryN> |
542 |
uses <file1> ... <fileM> |
|
15130 | 543 |
begin |
544 |
||
16234 | 545 |
where the 'uses' part is optional. The previous syntax |
546 |
||
547 |
theory <name> = <theory1> + ... + <theoryN>: |
|
548 |
||
16717 | 549 |
will disappear in the next release. Use isatool fixheaders to convert |
550 |
existing theory files. Note that there is no change in ancient |
|
17371 | 551 |
non-Isar theories now, but these will disappear soon. |
15130 | 552 |
|
15475
fdf9434b04ea
- Proofs are now hidden by default when generating documents
berghofe
parents:
15454
diff
changeset
|
553 |
* Theory loader: parent theories can now also be referred to via |
16234 | 554 |
relative and absolute paths. |
555 |
||
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
556 |
* Command 'find_theorems' searches for a list of criteria instead of a |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
557 |
list of constants. Known criteria are: intro, elim, dest, name:string, |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
558 |
simp:term, and any term. Criteria can be preceded by '-' to select |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
559 |
theorems that do not match. Intro, elim, dest select theorems that |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
560 |
match the current goal, name:s selects theorems whose fully qualified |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
561 |
name contain s, and simp:term selects all simplification rules whose |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
562 |
lhs match term. Any other term is interpreted as pattern and selects |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
563 |
all theorems matching the pattern. Available in ProofGeneral under |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
564 |
'ProofGeneral -> Find Theorems' or C-c C-f. Example: |
16234 | 565 |
|
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
566 |
C-c C-f (100) "(_::nat) + _ + _" intro -name: "HOL." |
16234 | 567 |
|
568 |
prints the last 100 theorems matching the pattern "(_::nat) + _ + _", |
|
569 |
matching the current goal as introduction rule and not having "HOL." |
|
570 |
in their name (i.e. not being defined in theory HOL). |
|
16013
3010430d894d
removed find_rewrites (superceded by improved thms_containing);
wenzelm
parents:
16000
diff
changeset
|
571 |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
572 |
* Command 'thms_containing' has been discontinued in favour of |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
573 |
'find_theorems'; INCOMPATIBILITY. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
574 |
|
17385 | 575 |
* Communication with Proof General is now 8bit clean, which means that |
576 |
Unicode text in UTF-8 encoding may be used within theory texts (both |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
577 |
formal and informal parts). Cf. option -U of the Isabelle Proof |
17538 | 578 |
General interface. Here are some simple examples (cf. src/HOL/ex): |
579 |
||
580 |
http://isabelle.in.tum.de/library/HOL/ex/Hebrew.html |
|
581 |
http://isabelle.in.tum.de/library/HOL/ex/Chinese.html |
|
17385 | 582 |
|
17425 | 583 |
* Improved efficiency of the Simplifier and, to a lesser degree, the |
584 |
Classical Reasoner. Typical big applications run around 2 times |
|
585 |
faster. |
|
586 |
||
15703 | 587 |
|
588 |
*** Document preparation *** |
|
589 |
||
16234 | 590 |
* Commands 'display_drafts' and 'print_drafts' perform simple output |
591 |
of raw sources. Only those symbols that do not require additional |
|
592 |
LaTeX packages (depending on comments in isabellesym.sty) are |
|
593 |
displayed properly, everything else is left verbatim. isatool display |
|
594 |
and isatool print are used as front ends (these are subject to the |
|
595 |
DVI/PDF_VIEWER and PRINT_COMMAND settings, respectively). |
|
596 |
||
17047
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
597 |
* Command tags control specific markup of certain regions of text, |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
598 |
notably folding and hiding. Predefined tags include "theory" (for |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
599 |
theory begin and end), "proof" for proof commands, and "ML" for |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
600 |
commands involving ML code; the additional tags "visible" and |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
601 |
"invisible" are unused by default. Users may give explicit tag |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
602 |
specifications in the text, e.g. ''by %invisible (auto)''. The |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
603 |
interpretation of tags is determined by the LaTeX job during document |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
604 |
preparation: see option -V of isatool usedir, or options -n and -t of |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
605 |
isatool document, or even the LaTeX macros \isakeeptag, \isafoldtag, |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
606 |
\isadroptag. |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
607 |
|
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
608 |
Several document versions may be produced at the same time via isatool |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
609 |
usedir (the generated index.html will link all of them). Typical |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
610 |
specifications include ''-V document=theory,proof,ML'' to present |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
611 |
theory/proof/ML parts faithfully, ''-V outline=/proof,/ML'' to fold |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
612 |
proof and ML commands, and ''-V mutilated=-theory,-proof,-ML'' to omit |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
613 |
these parts without any formal replacement text. The Isabelle site |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
614 |
default settings produce ''document'' and ''outline'' versions as |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
615 |
specified above. |
16234 | 616 |
|
17402 | 617 |
* Several new antiquotations: |
15979 | 618 |
|
619 |
@{term_type term} prints a term with its type annotated; |
|
620 |
||
621 |
@{typeof term} prints the type of a term; |
|
622 |
||
16234 | 623 |
@{const const} is the same as @{term const}, but checks that the |
624 |
argument is a known logical constant; |
|
15979 | 625 |
|
626 |
@{term_style style term} and @{thm_style style thm} print a term or |
|
16234 | 627 |
theorem applying a "style" to it |
628 |
||
17117
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
629 |
@{ML text} |
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
630 |
|
16234 | 631 |
Predefined styles are 'lhs' and 'rhs' printing the lhs/rhs of |
632 |
definitions, equations, inequations etc., 'concl' printing only the |
|
17393 | 633 |
conclusion of a meta-logical statement theorem, and 'prem1' .. 'prem19' |
16234 | 634 |
to print the specified premise. TermStyle.add_style provides an ML |
635 |
interface for introducing further styles. See also the "LaTeX Sugar" |
|
17117
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
636 |
document practical applications. The ML antiquotation prints |
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
637 |
type-checked ML expressions verbatim. |
16234 | 638 |
|
17259
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
639 |
* Markup commands 'chapter', 'section', 'subsection', 'subsubsection', |
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
640 |
and 'text' support optional locale specification '(in loc)', which |
17269 | 641 |
specifies the default context for interpreting antiquotations. For |
642 |
example: 'text (in lattice) {* @{thm inf_assoc}*}'. |
|
17259
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
643 |
|
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
644 |
* Option 'locale=NAME' of antiquotations specifies an alternative |
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
645 |
context interpreting the subsequent argument. For example: @{thm |
17269 | 646 |
[locale=lattice] inf_assoc}. |
17259
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
647 |
|
17097
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
648 |
* Proper output of proof terms (@{prf ...} and @{full_prf ...}) within |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
649 |
a proof context. |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
650 |
|
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
651 |
* Proper output of antiquotations for theory commands involving a |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
652 |
proof context (such as 'locale' or 'theorem (in loc) ...'). |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
653 |
|
17193
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
654 |
* Delimiters of outer tokens (string etc.) now produce separate LaTeX |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
655 |
macros (\isachardoublequoteopen, isachardoublequoteclose etc.). |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
656 |
|
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
657 |
* isatool usedir: new option -C (default true) controls whether option |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
658 |
-D should include a copy of the original document directory; -C false |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
659 |
prevents unwanted effects such as copying of administrative CVS data. |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
660 |
|
16234 | 661 |
|
662 |
*** Pure *** |
|
663 |
||
664 |
* Considerably improved version of 'constdefs' command. Now performs |
|
665 |
automatic type-inference of declared constants; additional support for |
|
666 |
local structure declarations (cf. locales and HOL records), see also |
|
667 |
isar-ref manual. Potential INCOMPATIBILITY: need to observe strictly |
|
668 |
sequential dependencies of definitions within a single 'constdefs' |
|
669 |
section; moreover, the declared name needs to be an identifier. If |
|
670 |
all fails, consider to fall back on 'consts' and 'defs' separately. |
|
671 |
||
672 |
* Improved indexed syntax and implicit structures. First of all, |
|
673 |
indexed syntax provides a notational device for subscripted |
|
674 |
application, using the new syntax \<^bsub>term\<^esub> for arbitrary |
|
675 |
expressions. Secondly, in a local context with structure |
|
676 |
declarations, number indexes \<^sub>n or the empty index (default |
|
677 |
number 1) refer to a certain fixed variable implicitly; option |
|
678 |
show_structs controls printing of implicit structures. Typical |
|
679 |
applications of these concepts involve record types and locales. |
|
680 |
||
681 |
* New command 'no_syntax' removes grammar declarations (and |
|
682 |
translations) resulting from the given syntax specification, which is |
|
683 |
interpreted in the same manner as for the 'syntax' command. |
|
684 |
||
685 |
* 'Advanced' translation functions (parse_translation etc.) may depend |
|
686 |
on the signature of the theory context being presently used for |
|
687 |
parsing/printing, see also isar-ref manual. |
|
688 |
||
16856 | 689 |
* Improved 'oracle' command provides a type-safe interface to turn an |
690 |
ML expression of type theory -> T -> term into a primitive rule of |
|
691 |
type theory -> T -> thm (i.e. the functionality of Thm.invoke_oracle |
|
692 |
is already included here); see also FOL/ex/IffExample.thy; |
|
693 |
INCOMPATIBILITY. |
|
694 |
||
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
695 |
* axclass: name space prefix for class "c" is now "c_class" (was "c" |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
696 |
before); "cI" is no longer bound, use "c.intro" instead. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
697 |
INCOMPATIBILITY. This change avoids clashes of fact bindings for |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
698 |
axclasses vs. locales. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
699 |
|
16234 | 700 |
* Improved internal renaming of symbolic identifiers -- attach primes |
701 |
instead of base 26 numbers. |
|
702 |
||
703 |
* New flag show_question_marks controls printing of leading question |
|
704 |
marks in schematic variable names. |
|
705 |
||
706 |
* In schematic variable names, *any* symbol following \<^isub> or |
|
707 |
\<^isup> is now treated as part of the base name. For example, the |
|
708 |
following works without printing of awkward ".0" indexes: |
|
709 |
||
710 |
lemma "x\<^isub>1 = x\<^isub>2 ==> x\<^isub>2 = x\<^isub>1" |
|
711 |
by simp |
|
712 |
||
713 |
* Inner syntax includes (*(*nested*) comments*). |
|
714 |
||
17548 | 715 |
* Pretty printer now supports unbreakable blocks, specified in mixfix |
16234 | 716 |
annotations as "(00...)". |
717 |
||
718 |
* Clear separation of logical types and nonterminals, where the latter |
|
719 |
may only occur in 'syntax' specifications or type abbreviations. |
|
720 |
Before that distinction was only partially implemented via type class |
|
721 |
"logic" vs. "{}". Potential INCOMPATIBILITY in rare cases of improper |
|
722 |
use of 'types'/'consts' instead of 'nonterminals'/'syntax'. Some very |
|
723 |
exotic syntax specifications may require further adaption |
|
17691 | 724 |
(e.g. Cube/Cube.thy). |
16234 | 725 |
|
726 |
* Removed obsolete type class "logic", use the top sort {} instead. |
|
727 |
Note that non-logical types should be declared as 'nonterminals' |
|
728 |
rather than 'types'. INCOMPATIBILITY for new object-logic |
|
729 |
specifications. |
|
730 |
||
17095 | 731 |
* Attributes 'induct' and 'cases': type or set names may now be |
732 |
locally fixed variables as well. |
|
733 |
||
16234 | 734 |
* Simplifier: can now control the depth to which conditional rewriting |
735 |
is traced via the PG menu Isabelle -> Settings -> Trace Simp Depth |
|
736 |
Limit. |
|
737 |
||
738 |
* Simplifier: simplification procedures may now take the current |
|
739 |
simpset into account (cf. Simplifier.simproc(_i) / mk_simproc |
|
740 |
interface), which is very useful for calling the Simplifier |
|
741 |
recursively. Minor INCOMPATIBILITY: the 'prems' argument of simprocs |
|
742 |
is gone -- use prems_of_ss on the simpset instead. Moreover, the |
|
743 |
low-level mk_simproc no longer applies Logic.varify internally, to |
|
744 |
allow for use in a context of fixed variables. |
|
745 |
||
746 |
* thin_tac now works even if the assumption being deleted contains !! |
|
747 |
or ==>. More generally, erule now works even if the major premise of |
|
748 |
the elimination rule contains !! or ==>. |
|
749 |
||
17597 | 750 |
* Method 'rules' has been renamed to 'iprover'. INCOMPATIBILITY. |
17590 | 751 |
|
16234 | 752 |
* Reorganized bootstrapping of the Pure theories; CPure is now derived |
753 |
from Pure, which contains all common declarations already. Both |
|
754 |
theories are defined via plain Isabelle/Isar .thy files. |
|
755 |
INCOMPATIBILITY: elements of CPure (such as the CPure.intro / |
|
756 |
CPure.elim / CPure.dest attributes) now appear in the Pure name space; |
|
757 |
use isatool fixcpure to adapt your theory and ML sources. |
|
758 |
||
759 |
* New syntax 'name(i-j, i-, i, ...)' for referring to specific |
|
760 |
selections of theorems in named facts via index ranges. |
|
761 |
||
17097
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
762 |
* 'print_theorems': in theory mode, really print the difference |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
763 |
wrt. the last state (works for interactive theory development only), |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
764 |
in proof mode print all local facts (cf. 'print_facts'); |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
765 |
|
17397 | 766 |
* 'hide': option '(open)' hides only base names. |
767 |
||
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
768 |
* More efficient treatment of intermediate checkpoints in interactive |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
769 |
theory development. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
770 |
|
17663
28be54ff74f8
Added entries for code_module, code_library, and value.
berghofe
parents:
17641
diff
changeset
|
771 |
* Code generator is now invoked via code_module (incremental code |
17664 | 772 |
generation) and code_library (modular code generation, ML structures |
773 |
for each theory). INCOMPATIBILITY: new keywords 'file' and 'contains' |
|
774 |
must be quoted when used as identifiers. |
|
775 |
||
776 |
* New 'value' command for reading, evaluating and printing terms using |
|
777 |
the code generator. INCOMPATIBILITY: command keyword 'value' must be |
|
778 |
quoted when used as identifier. |
|
17663
28be54ff74f8
Added entries for code_module, code_library, and value.
berghofe
parents:
17641
diff
changeset
|
779 |
|
16234 | 780 |
|
781 |
*** Locales *** |
|
17095 | 782 |
|
17385 | 783 |
* New commands for the interpretation of locale expressions in |
784 |
theories (1), locales (2) and proof contexts (3). These generate |
|
785 |
proof obligations from the expression specification. After the |
|
786 |
obligations have been discharged, theorems of the expression are added |
|
787 |
to the theory, target locale or proof context. The synopsis of the |
|
788 |
commands is a follows: |
|
789 |
||
17095 | 790 |
(1) interpretation expr inst |
791 |
(2) interpretation target < expr |
|
792 |
(3) interpret expr inst |
|
17385 | 793 |
|
17095 | 794 |
Interpretation in theories and proof contexts require a parameter |
795 |
instantiation of terms from the current context. This is applied to |
|
17385 | 796 |
specifications and theorems of the interpreted expression. |
797 |
Interpretation in locales only permits parameter renaming through the |
|
798 |
locale expression. Interpretation is smart in that interpretations |
|
799 |
that are active already do not occur in proof obligations, neither are |
|
800 |
instantiated theorems stored in duplicate. Use 'print_interps' to |
|
801 |
inspect active interpretations of a particular locale. For details, |
|
17436 | 802 |
see the Isar Reference manual. Examples can be found in |
803 |
HOL/Finite_Set.thy and HOL/Algebra/UnivPoly.thy. |
|
16234 | 804 |
|
805 |
INCOMPATIBILITY: former 'instantiate' has been withdrawn, use |
|
806 |
'interpret' instead. |
|
807 |
||
17385 | 808 |
* New context element 'constrains' for adding type constraints to |
809 |
parameters. |
|
810 |
||
811 |
* Context expressions: renaming of parameters with syntax |
|
812 |
redeclaration. |
|
17095 | 813 |
|
814 |
* Locale declaration: 'includes' disallowed. |
|
815 |
||
16234 | 816 |
* Proper static binding of attribute syntax -- i.e. types / terms / |
817 |
facts mentioned as arguments are always those of the locale definition |
|
818 |
context, independently of the context of later invocations. Moreover, |
|
819 |
locale operations (renaming and type / term instantiation) are applied |
|
820 |
to attribute arguments as expected. |
|
821 |
||
822 |
INCOMPATIBILITY of the ML interface: always pass Attrib.src instead of |
|
823 |
actual attributes; rare situations may require Attrib.attribute to |
|
824 |
embed those attributes into Attrib.src that lack concrete syntax. |
|
825 |
Attribute implementations need to cooperate properly with the static |
|
826 |
binding mechanism. Basic parsers Args.XXX_typ/term/prop and |
|
827 |
Attrib.XXX_thm etc. already do the right thing without further |
|
828 |
intervention. Only unusual applications -- such as "where" or "of" |
|
829 |
(cf. src/Pure/Isar/attrib.ML), which process arguments depending both |
|
830 |
on the context and the facts involved -- may have to assign parsed |
|
831 |
values to argument tokens explicitly. |
|
832 |
||
833 |
* Changed parameter management in theorem generation for long goal |
|
834 |
statements with 'includes'. INCOMPATIBILITY: produces a different |
|
835 |
theorem statement in rare situations. |
|
836 |
||
17228 | 837 |
* Locale inspection command 'print_locale' omits notes elements. Use |
838 |
'print_locale!' to have them included in the output. |
|
839 |
||
16234 | 840 |
|
841 |
*** Provers *** |
|
842 |
||
843 |
* Provers/hypsubst.ML: improved version of the subst method, for |
|
844 |
single-step rewriting: it now works in bound variable contexts. New is |
|
845 |
'subst (asm)', for rewriting an assumption. INCOMPATIBILITY: may |
|
846 |
rewrite a different subterm than the original subst method, which is |
|
847 |
still available as 'simplesubst'. |
|
848 |
||
849 |
* Provers/quasi.ML: new transitivity reasoners for transitivity only |
|
850 |
and quasi orders. |
|
851 |
||
852 |
* Provers/trancl.ML: new transitivity reasoner for transitive and |
|
853 |
reflexive-transitive closure of relations. |
|
854 |
||
855 |
* Provers/blast.ML: new reference depth_limit to make blast's depth |
|
856 |
limit (previously hard-coded with a value of 20) user-definable. |
|
857 |
||
858 |
* Provers/simplifier.ML has been moved to Pure, where Simplifier.setup |
|
859 |
is peformed already. Object-logics merely need to finish their |
|
860 |
initial simpset configuration as before. INCOMPATIBILITY. |
|
15703 | 861 |
|
15475
fdf9434b04ea
- Proofs are now hidden by default when generating documents
berghofe
parents:
15454
diff
changeset
|
862 |
|
14700
2f885b7e5ba7
reimplementation of HOL records; only one type is created for
schirmer
parents:
14699
diff
changeset
|
863 |
*** HOL *** |
2f885b7e5ba7
reimplementation of HOL records; only one type is created for
schirmer
parents:
14699
diff
changeset
|
864 |
|
16234 | 865 |
* Symbolic syntax of Hilbert Choice Operator is now as follows: |
14878 | 866 |
|
867 |
syntax (epsilon) |
|
868 |
"_Eps" :: "[pttrn, bool] => 'a" ("(3\<some>_./ _)" [0, 10] 10) |
|
869 |
||
16234 | 870 |
The symbol \<some> is displayed as the alternative epsilon of LaTeX |
871 |
and x-symbol; use option '-m epsilon' to get it actually printed. |
|
872 |
Moreover, the mathematically important symbolic identifier \<epsilon> |
|
873 |
becomes available as variable, constant etc. INCOMPATIBILITY, |
|
874 |
||
875 |
* "x > y" abbreviates "y < x" and "x >= y" abbreviates "y <= x". |
|
876 |
Similarly for all quantifiers: "ALL x > y" etc. The x-symbol for >= |
|
17371 | 877 |
is \<ge>. New transitivity rules have been added to HOL/Orderings.thy to |
17016
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
878 |
support corresponding Isar calculations. |
16234 | 879 |
|
880 |
* "{x:A. P}" abbreviates "{x. x:A & P}", and similarly for "\<in>" |
|
881 |
instead of ":". |
|
882 |
||
883 |
* theory SetInterval: changed the syntax for open intervals: |
|
884 |
||
885 |
Old New |
|
886 |
{..n(} {..<n} |
|
887 |
{)n..} {n<..} |
|
888 |
{m..n(} {m..<n} |
|
889 |
{)m..n} {m<..n} |
|
890 |
{)m..n(} {m<..<n} |
|
891 |
||
892 |
The old syntax is still supported but will disappear in the next |
|
893 |
release. For conversion use the following Emacs search and replace |
|
894 |
patterns (these are not perfect but work quite well): |
|
15046 | 895 |
|
896 |
{)\([^\.]*\)\.\. -> {\1<\.\.} |
|
897 |
\.\.\([^(}]*\)(} -> \.\.<\1} |
|
898 |
||
17533 | 899 |
* Theory Commutative_Ring (in Library): method comm_ring for proving |
900 |
equalities in commutative rings; method 'algebra' provides a generic |
|
901 |
interface. |
|
17389
b4743198b939
Method comm_ring for proving equalities in commutative rings.
wenzelm
parents:
17385
diff
changeset
|
902 |
|
b4743198b939
Method comm_ring for proving equalities in commutative rings.
wenzelm
parents:
17385
diff
changeset
|
903 |
* Theory Finite_Set: changed the syntax for 'setsum', summation over |
16234 | 904 |
finite sets: "setsum (%x. e) A", which used to be "\<Sum>x:A. e", is |
17371 | 905 |
now either "SUM x:A. e" or "\<Sum>x \<in> A. e". The bound variable can |
17189 | 906 |
be a tuple pattern. |
16234 | 907 |
|
908 |
Some new syntax forms are available: |
|
909 |
||
910 |
"\<Sum>x | P. e" for "setsum (%x. e) {x. P}" |
|
911 |
"\<Sum>x = a..b. e" for "setsum (%x. e) {a..b}" |
|
912 |
"\<Sum>x = a..<b. e" for "setsum (%x. e) {a..<b}" |
|
913 |
"\<Sum>x < k. e" for "setsum (%x. e) {..<k}" |
|
914 |
||
915 |
The latter form "\<Sum>x < k. e" used to be based on a separate |
|
916 |
function "Summation", which has been discontinued. |
|
917 |
||
918 |
* theory Finite_Set: in structured induction proofs, the insert case |
|
919 |
is now 'case (insert x F)' instead of the old counterintuitive 'case |
|
920 |
(insert F x)'. |
|
921 |
||
922 |
* The 'refute' command has been extended to support a much larger |
|
923 |
fragment of HOL, including axiomatic type classes, constdefs and |
|
924 |
typedefs, inductive datatypes and recursion. |
|
925 |
||
17700 | 926 |
* New tactics 'sat' and 'satx' to prove propositional tautologies. |
927 |
Requires zChaff with proof generation to be installed. See |
|
928 |
HOL/ex/SAT_Examples.thy for examples. |
|
17619 | 929 |
|
16234 | 930 |
* Datatype induction via method 'induct' now preserves the name of the |
931 |
induction variable. For example, when proving P(xs::'a list) by |
|
932 |
induction on xs, the induction step is now P(xs) ==> P(a#xs) rather |
|
933 |
than P(list) ==> P(a#list) as previously. Potential INCOMPATIBILITY |
|
934 |
in unstructured proof scripts. |
|
935 |
||
936 |
* Reworked implementation of records. Improved scalability for |
|
937 |
records with many fields, avoiding performance problems for type |
|
938 |
inference. Records are no longer composed of nested field types, but |
|
939 |
of nested extension types. Therefore the record type only grows linear |
|
940 |
in the number of extensions and not in the number of fields. The |
|
941 |
top-level (users) view on records is preserved. Potential |
|
942 |
INCOMPATIBILITY only in strange cases, where the theory depends on the |
|
943 |
old record representation. The type generated for a record is called |
|
944 |
<record_name>_ext_type. |
|
945 |
||
946 |
Flag record_quick_and_dirty_sensitive can be enabled to skip the |
|
947 |
proofs triggered by a record definition or a simproc (if |
|
948 |
quick_and_dirty is enabled). Definitions of large records can take |
|
949 |
quite long. |
|
950 |
||
951 |
New simproc record_upd_simproc for simplification of multiple record |
|
952 |
updates enabled by default. Moreover, trivial updates are also |
|
953 |
removed: r(|x := x r|) = r. INCOMPATIBILITY: old proofs break |
|
954 |
occasionally, since simplification is more powerful by default. |
|
955 |
||
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
956 |
* typedef: proper support for polymorphic sets, which contain extra |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
957 |
type-variables in the term. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
958 |
|
16234 | 959 |
* Simplifier: automatically reasons about transitivity chains |
960 |
involving "trancl" (r^+) and "rtrancl" (r^*) by setting up tactics |
|
961 |
provided by Provers/trancl.ML as additional solvers. INCOMPATIBILITY: |
|
962 |
old proofs break occasionally as simplification may now solve more |
|
963 |
goals than previously. |
|
964 |
||
965 |
* Simplifier: converts x <= y into x = y if assumption y <= x is |
|
966 |
present. Works for all partial orders (class "order"), in particular |
|
967 |
numbers and sets. For linear orders (e.g. numbers) it treats ~ x < y |
|
968 |
just like y <= x. |
|
969 |
||
970 |
* Simplifier: new simproc for "let x = a in f x". If a is a free or |
|
971 |
bound variable or a constant then the let is unfolded. Otherwise |
|
972 |
first a is simplified to b, and then f b is simplified to g. If |
|
973 |
possible we abstract b from g arriving at "let x = b in h x", |
|
974 |
otherwise we unfold the let and arrive at g. The simproc can be |
|
975 |
enabled/disabled by the reference use_let_simproc. Potential |
|
976 |
INCOMPATIBILITY since simplification is more powerful by default. |
|
15776 | 977 |
|
16563 | 978 |
* Classical reasoning: the meson method now accepts theorems as arguments. |
979 |
||
17595 | 980 |
* Prover support: pre-release of the Isabelle-ATP linkup, which runs background |
981 |
jobs to provide advice on the provability of subgoals. |
|
982 |
||
16891 | 983 |
* Theory OrderedGroup and Ring_and_Field: various additions and |
984 |
improvements to faciliate calculations involving equalities and |
|
985 |
inequalities. |
|
986 |
||
987 |
The following theorems have been eliminated or modified |
|
988 |
(INCOMPATIBILITY): |
|
16888 | 989 |
|
990 |
abs_eq now named abs_of_nonneg |
|
17371 | 991 |
abs_of_ge_0 now named abs_of_nonneg |
992 |
abs_minus_eq now named abs_of_nonpos |
|
16888 | 993 |
imp_abs_id now named abs_of_nonneg |
994 |
imp_abs_neg_id now named abs_of_nonpos |
|
995 |
mult_pos now named mult_pos_pos |
|
996 |
mult_pos_le now named mult_nonneg_nonneg |
|
997 |
mult_pos_neg_le now named mult_nonneg_nonpos |
|
998 |
mult_pos_neg2_le now named mult_nonneg_nonpos2 |
|
999 |
mult_neg now named mult_neg_neg |
|
1000 |
mult_neg_le now named mult_nonpos_nonpos |
|
1001 |
||
16891 | 1002 |
* Theory Parity: added rules for simplifying exponents. |
1003 |
||
17092 | 1004 |
* Theory List: |
1005 |
||
1006 |
The following theorems have been eliminated or modified |
|
1007 |
(INCOMPATIBILITY): |
|
1008 |
||
1009 |
list_all_Nil now named list_all.simps(1) |
|
1010 |
list_all_Cons now named list_all.simps(2) |
|
1011 |
list_all_conv now named list_all_iff |
|
1012 |
set_mem_eq now named mem_iff |
|
1013 |
||
16929 | 1014 |
* Theories SetsAndFunctions and BigO (see HOL/Library) support |
1015 |
asymptotic "big O" calculations. See the notes in BigO.thy. |
|
1016 |
||
16888 | 1017 |
|
1018 |
*** HOL-Complex *** |
|
1019 |
||
16891 | 1020 |
* Theory RealDef: better support for embedding natural numbers and |
1021 |
integers in the reals. |
|
1022 |
||
1023 |
The following theorems have been eliminated or modified |
|
1024 |
(INCOMPATIBILITY): |
|
1025 |
||
17016
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
1026 |
exp_ge_add_one_self now requires no hypotheses |
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
1027 |
real_of_int_add reversed direction of equality (use [symmetric]) |
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
1028 |
real_of_int_minus reversed direction of equality (use [symmetric]) |
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
1029 |
real_of_int_diff reversed direction of equality (use [symmetric]) |
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
1030 |
real_of_int_mult reversed direction of equality (use [symmetric]) |
16891 | 1031 |
|
1032 |
* Theory RComplete: expanded support for floor and ceiling functions. |
|
16888 | 1033 |
|
16962 | 1034 |
* Theory Ln is new, with properties of the natural logarithm |
1035 |
||
17423 | 1036 |
* Hyperreal: There is a new type constructor "star" for making |
1037 |
nonstandard types. The old type names are now type synonyms: |
|
1038 |
||
1039 |
hypreal = real star |
|
1040 |
hypnat = nat star |
|
1041 |
hcomplex = complex star |
|
1042 |
||
1043 |
* Hyperreal: Many groups of similarly-defined constants have been |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1044 |
replaced by polymorphic versions (INCOMPATIBILITY): |
17423 | 1045 |
|
1046 |
star_of <-- hypreal_of_real, hypnat_of_nat, hcomplex_of_complex |
|
1047 |
||
1048 |
starset <-- starsetNat, starsetC |
|
1049 |
*s* <-- *sNat*, *sc* |
|
1050 |
starset_n <-- starsetNat_n, starsetC_n |
|
1051 |
*sn* <-- *sNatn*, *scn* |
|
1052 |
InternalSets <-- InternalNatSets, InternalCSets |
|
1053 |
||
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1054 |
starfun <-- starfun{Nat,Nat2,C,RC,CR} |
17423 | 1055 |
*f* <-- *fNat*, *fNat2*, *fc*, *fRc*, *fcR* |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1056 |
starfun_n <-- starfun{Nat,Nat2,C,RC,CR}_n |
17423 | 1057 |
*fn* <-- *fNatn*, *fNat2n*, *fcn*, *fRcn*, *fcRn* |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1058 |
InternalFuns <-- InternalNatFuns, InternalNatFuns2, Internal{C,RC,CR}Funs |
17423 | 1059 |
|
1060 |
* Hyperreal: Many type-specific theorems have been removed in favor of |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1061 |
theorems specific to various axiomatic type classes (INCOMPATIBILITY): |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1062 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1063 |
add_commute <-- {hypreal,hypnat,hcomplex}_add_commute |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1064 |
add_assoc <-- {hypreal,hypnat,hcomplex}_add_assocs |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1065 |
OrderedGroup.add_0 <-- {hypreal,hypnat,hcomplex}_add_zero_left |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1066 |
OrderedGroup.add_0_right <-- {hypreal,hcomplex}_add_zero_right |
17423 | 1067 |
right_minus <-- hypreal_add_minus |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1068 |
left_minus <-- {hypreal,hcomplex}_add_minus_left |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1069 |
mult_commute <-- {hypreal,hypnat,hcomplex}_mult_commute |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1070 |
mult_assoc <-- {hypreal,hypnat,hcomplex}_mult_assoc |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1071 |
mult_1_left <-- {hypreal,hypnat}_mult_1, hcomplex_mult_one_left |
17423 | 1072 |
mult_1_right <-- hcomplex_mult_one_right |
1073 |
mult_zero_left <-- hcomplex_mult_zero_left |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1074 |
left_distrib <-- {hypreal,hypnat,hcomplex}_add_mult_distrib |
17423 | 1075 |
right_distrib <-- hypnat_add_mult_distrib2 |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1076 |
zero_neq_one <-- {hypreal,hypnat,hcomplex}_zero_not_eq_one |
17423 | 1077 |
right_inverse <-- hypreal_mult_inverse |
1078 |
left_inverse <-- hypreal_mult_inverse_left, hcomplex_mult_inv_left |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1079 |
order_refl <-- {hypreal,hypnat}_le_refl |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1080 |
order_trans <-- {hypreal,hypnat}_le_trans |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1081 |
order_antisym <-- {hypreal,hypnat}_le_anti_sym |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1082 |
order_less_le <-- {hypreal,hypnat}_less_le |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1083 |
linorder_linear <-- {hypreal,hypnat}_le_linear |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1084 |
add_left_mono <-- {hypreal,hypnat}_add_left_mono |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1085 |
mult_strict_left_mono <-- {hypreal,hypnat}_mult_less_mono2 |
17423 | 1086 |
add_nonneg_nonneg <-- hypreal_le_add_order |
1087 |
||
1088 |
* Hyperreal: Separate theorems having to do with type-specific |
|
1089 |
versions of constants have been merged into theorems that apply to the |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1090 |
new polymorphic constants (INCOMPATIBILITY): |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1091 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1092 |
STAR_UNIV_set <-- {STAR_real,NatStar_real,STARC_complex}_set |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1093 |
STAR_empty_set <-- {STAR,NatStar,STARC}_empty_set |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1094 |
STAR_Un <-- {STAR,NatStar,STARC}_Un |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1095 |
STAR_Int <-- {STAR,NatStar,STARC}_Int |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1096 |
STAR_Compl <-- {STAR,NatStar,STARC}_Compl |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1097 |
STAR_subset <-- {STAR,NatStar,STARC}_subset |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1098 |
STAR_mem <-- {STAR,NatStar,STARC}_mem |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1099 |
STAR_mem_Compl <-- {STAR,STARC}_mem_Compl |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1100 |
STAR_diff <-- {STAR,STARC}_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1101 |
STAR_star_of_image_subset <-- {STAR_hypreal_of_real, NatStar_hypreal_of_real, |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1102 |
STARC_hcomplex_of_complex}_image_subset |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1103 |
starset_n_Un <-- starset{Nat,C}_n_Un |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1104 |
starset_n_Int <-- starset{Nat,C}_n_Int |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1105 |
starset_n_Compl <-- starset{Nat,C}_n_Compl |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1106 |
starset_n_diff <-- starset{Nat,C}_n_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1107 |
InternalSets_Un <-- Internal{Nat,C}Sets_Un |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1108 |
InternalSets_Int <-- Internal{Nat,C}Sets_Int |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1109 |
InternalSets_Compl <-- Internal{Nat,C}Sets_Compl |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1110 |
InternalSets_diff <-- Internal{Nat,C}Sets_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1111 |
InternalSets_UNIV_diff <-- Internal{Nat,C}Sets_UNIV_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1112 |
InternalSets_starset_n <-- Internal{Nat,C}Sets_starset{Nat,C}_n |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1113 |
starset_starset_n_eq <-- starset{Nat,C}_starset{Nat,C}_n_eq |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1114 |
starset_n_starset <-- starset{Nat,C}_n_starset{Nat,C} |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1115 |
starfun_n_starfun <-- starfun{Nat,Nat2,C,RC,CR}_n_starfun{Nat,Nat2,C,RC,CR} |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1116 |
starfun <-- starfun{Nat,Nat2,C,RC,CR} |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1117 |
starfun_mult <-- starfun{Nat,Nat2,C,RC,CR}_mult |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1118 |
starfun_add <-- starfun{Nat,Nat2,C,RC,CR}_add |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1119 |
starfun_minus <-- starfun{Nat,Nat2,C,RC,CR}_minus |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1120 |
starfun_diff <-- starfun{C,RC,CR}_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1121 |
starfun_o <-- starfun{NatNat2,Nat2,_stafunNat,C,C_starfunRC,_starfunCR}_o |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1122 |
starfun_o2 <-- starfun{NatNat2,_stafunNat,C,C_starfunRC,_starfunCR}_o2 |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1123 |
starfun_const_fun <-- starfun{Nat,Nat2,C,RC,CR}_const_fun |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1124 |
starfun_inverse <-- starfun{Nat,C,RC,CR}_inverse |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1125 |
starfun_eq <-- starfun{Nat,Nat2,C,RC,CR}_eq |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1126 |
starfun_eq_iff <-- starfun{C,RC,CR}_eq_iff |
17423 | 1127 |
starfun_Id <-- starfunC_Id |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1128 |
starfun_approx <-- starfun{Nat,CR}_approx |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1129 |
starfun_capprox <-- starfun{C,RC}_capprox |
17423 | 1130 |
starfun_abs <-- starfunNat_rabs |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1131 |
starfun_lambda_cancel <-- starfun{C,CR,RC}_lambda_cancel |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1132 |
starfun_lambda_cancel2 <-- starfun{C,CR,RC}_lambda_cancel2 |
17423 | 1133 |
starfun_mult_HFinite_approx <-- starfunCR_mult_HFinite_capprox |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1134 |
starfun_mult_CFinite_capprox <-- starfun{C,RC}_mult_CFinite_capprox |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1135 |
starfun_add_capprox <-- starfun{C,RC}_add_capprox |
17423 | 1136 |
starfun_add_approx <-- starfunCR_add_approx |
1137 |
starfun_inverse_inverse <-- starfunC_inverse_inverse |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1138 |
starfun_divide <-- starfun{C,CR,RC}_divide |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1139 |
starfun_n <-- starfun{Nat,C}_n |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1140 |
starfun_n_mult <-- starfun{Nat,C}_n_mult |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1141 |
starfun_n_add <-- starfun{Nat,C}_n_add |
17423 | 1142 |
starfun_n_add_minus <-- starfunNat_n_add_minus |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1143 |
starfun_n_const_fun <-- starfun{Nat,C}_n_const_fun |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1144 |
starfun_n_minus <-- starfun{Nat,C}_n_minus |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1145 |
starfun_n_eq <-- starfun{Nat,C}_n_eq |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1146 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1147 |
star_n_add <-- {hypreal,hypnat,hcomplex}_add |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1148 |
star_n_minus <-- {hypreal,hcomplex}_minus |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1149 |
star_n_diff <-- {hypreal,hcomplex}_diff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1150 |
star_n_mult <-- {hypreal,hcomplex}_mult |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1151 |
star_n_inverse <-- {hypreal,hcomplex}_inverse |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1152 |
star_n_le <-- {hypreal,hypnat}_le |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1153 |
star_n_less <-- {hypreal,hypnat}_less |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1154 |
star_n_zero_num <-- {hypreal,hypnat,hcomplex}_zero_num |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1155 |
star_n_one_num <-- {hypreal,hypnat,hcomplex}_one_num |
17423 | 1156 |
star_n_abs <-- hypreal_hrabs |
1157 |
star_n_divide <-- hcomplex_divide |
|
1158 |
||
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1159 |
star_of_add <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_add |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1160 |
star_of_minus <-- {hypreal_of_real,hcomplex_of_complex}_minus |
17423 | 1161 |
star_of_diff <-- hypreal_of_real_diff |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1162 |
star_of_mult <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_mult |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1163 |
star_of_one <-- {hypreal_of_real,hcomplex_of_complex}_one |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1164 |
star_of_zero <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_zero |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1165 |
star_of_le <-- {hypreal_of_real,hypnat_of_nat}_le_iff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1166 |
star_of_less <-- {hypreal_of_real,hypnat_of_nat}_less_iff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1167 |
star_of_eq <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_eq_iff |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1168 |
star_of_inverse <-- {hypreal_of_real,hcomplex_of_complex}_inverse |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1169 |
star_of_divide <-- {hypreal_of_real,hcomplex_of_complex}_divide |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1170 |
star_of_of_nat <-- {hypreal_of_real,hcomplex_of_complex}_of_nat |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1171 |
star_of_of_int <-- {hypreal_of_real,hcomplex_of_complex}_of_int |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1172 |
star_of_number_of <-- {hypreal,hcomplex}_number_of |
17423 | 1173 |
star_of_number_less <-- number_of_less_hypreal_of_real_iff |
1174 |
star_of_number_le <-- number_of_le_hypreal_of_real_iff |
|
1175 |
star_of_eq_number <-- hypreal_of_real_eq_number_of_iff |
|
1176 |
star_of_less_number <-- hypreal_of_real_less_number_of_iff |
|
1177 |
star_of_le_number <-- hypreal_of_real_le_number_of_iff |
|
1178 |
star_of_power <-- hypreal_of_real_power |
|
1179 |
star_of_eq_0 <-- hcomplex_of_complex_zero_iff |
|
1180 |
||
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1181 |
* Hyperreal: new method "transfer" that implements the transfer |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1182 |
principle of nonstandard analysis. With a subgoal that mentions |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1183 |
nonstandard types like "'a star", the command "apply transfer" |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1184 |
replaces it with an equivalent one that mentions only standard types. |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1185 |
To be successful, all free variables must have standard types; non- |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1186 |
standard variables must have explicit universal quantifiers. |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1187 |
|
17641 | 1188 |
* Hyperreal: A theory of Taylor series. |
1189 |
||
14655
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
1190 |
|
14682
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
1191 |
*** HOLCF *** |
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
1192 |
|
17533 | 1193 |
* Discontinued special version of 'constdefs' (which used to support |
1194 |
continuous functions) in favor of the general Pure one with full |
|
1195 |
type-inference. |
|
1196 |
||
1197 |
* New simplification procedure for solving continuity conditions; it |
|
1198 |
is much faster on terms with many nested lambda abstractions (cubic |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1199 |
instead of exponential time). |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1200 |
|
17533 | 1201 |
* New syntax for domain package: selector names are now optional. |
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1202 |
Parentheses should be omitted unless argument is lazy, for example: |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1203 |
|
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1204 |
domain 'a stream = cons "'a" (lazy "'a stream") |
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1205 |
|
17533 | 1206 |
* New command 'fixrec' for defining recursive functions with pattern |
1207 |
matching; defining multiple functions with mutual recursion is also |
|
1208 |
supported. Patterns may include the constants cpair, spair, up, sinl, |
|
1209 |
sinr, or any data constructor defined by the domain package. The given |
|
1210 |
equations are proven as rewrite rules. See HOLCF/ex/Fixrec_ex.thy for |
|
1211 |
syntax and examples. |
|
1212 |
||
1213 |
* New commands 'cpodef' and 'pcpodef' for defining predicate subtypes |
|
1214 |
of cpo and pcpo types. Syntax is exactly like the 'typedef' command, |
|
1215 |
but the proof obligation additionally includes an admissibility |
|
1216 |
requirement. The packages generate instances of class cpo or pcpo, |
|
1217 |
with continuity and strictness theorems for Rep and Abs. |
|
17442
c0f0b92c198c
add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents:
17436
diff
changeset
|
1218 |
|
17584 | 1219 |
* HOLCF: Many theorems have been renamed according to a more standard naming |
1220 |
scheme (INCOMPATIBILITY): |
|
1221 |
||
1222 |
foo_inject: "foo$x = foo$y ==> x = y" |
|
1223 |
foo_eq: "(foo$x = foo$y) = (x = y)" |
|
1224 |
foo_less: "(foo$x << foo$y) = (x << y)" |
|
1225 |
foo_strict: "foo$UU = UU" |
|
1226 |
foo_defined: "... ==> foo$x ~= UU" |
|
1227 |
foo_defined_iff: "(foo$x = UU) = (x = UU)" |
|
1228 |
||
14682
a5072752114c
HOLCF: discontinued special version of 'constdefs';
wenzelm
parents:
14655
diff
changeset
|
1229 |
|
14885 | 1230 |
*** ZF *** |
1231 |
||
16234 | 1232 |
* ZF/ex: theories Group and Ring provide examples in abstract algebra, |
1233 |
including the First Isomorphism Theorem (on quotienting by the kernel |
|
1234 |
of a homomorphism). |
|
15089
430264838064
ZF/Simplifier: second copy of context type solver;
wenzelm
parents:
15076
diff
changeset
|
1235 |
|
430264838064
ZF/Simplifier: second copy of context type solver;
wenzelm
parents:
15076
diff
changeset
|
1236 |
* ZF/Simplifier: install second copy of type solver that actually |
16234 | 1237 |
makes use of TC rules declared to Isar proof contexts (or locales); |
1238 |
the old version is still required for ML proof scripts. |
|
15703 | 1239 |
|
1240 |
||
17445 | 1241 |
*** Cube *** |
1242 |
||
1243 |
* Converted to Isar theory format; use locales instead of axiomatic |
|
1244 |
theories. |
|
1245 |
||
1246 |
||
15703 | 1247 |
*** ML *** |
1248 |
||
15973 | 1249 |
* Pure/library.ML no longer defines its own option datatype, but uses |
16234 | 1250 |
that of the SML basis, which has constructors NONE and SOME instead of |
1251 |
None and Some, as well as exception Option.Option instead of OPTION. |
|
1252 |
The functions the, if_none, is_some, is_none have been adapted |
|
1253 |
accordingly, while Option.map replaces apsome. |
|
15973 | 1254 |
|
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1255 |
* Pure/library.ML: the exception LIST has been given up in favour of |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1256 |
the standard exceptions Empty and Subscript, as well as |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1257 |
Library.UnequalLengths. Function like Library.hd and Library.tl are |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1258 |
superceded by the standard hd and tl functions etc. |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1259 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1260 |
A number of basic list functions are no longer exported to the ML |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1261 |
toplevel, as they are variants of predefined functions. The following |
16234 | 1262 |
suggests how one can translate existing code: |
15973 | 1263 |
|
1264 |
rev_append xs ys = List.revAppend (xs, ys) |
|
1265 |
nth_elem (i, xs) = List.nth (xs, i) |
|
1266 |
last_elem xs = List.last xs |
|
1267 |
flat xss = List.concat xss |
|
16234 | 1268 |
seq fs = List.app fs |
15973 | 1269 |
partition P xs = List.partition P xs |
1270 |
mapfilter f xs = List.mapPartial f xs |
|
1271 |
||
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1272 |
* Pure/library.ML: several combinators for linear functional |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1273 |
transformations, notably reverse application and composition: |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1274 |
|
17371 | 1275 |
x |> f f #> g |
1276 |
(x, y) |-> f f #-> g |
|
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1277 |
|
17495 | 1278 |
* Pure/library.ML: introduced/changed precedence of infix operators: |
1279 |
||
1280 |
infix 1 |> |-> ||> ||>> |>> |>>> #> #->; |
|
1281 |
infix 2 ?; |
|
1282 |
infix 3 o oo ooo oooo; |
|
1283 |
infix 4 ~~ upto downto; |
|
1284 |
||
1285 |
Maybe INCOMPATIBILITY when any of those is used in conjunction with other |
|
1286 |
infix operators. |
|
1287 |
||
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1288 |
* Pure/library.ML: natural list combinators fold, fold_rev, and |
16869 | 1289 |
fold_map support linear functional transformations and nesting. For |
16860
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1290 |
example: |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1291 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1292 |
fold f [x1, ..., xN] y = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1293 |
y |> f x1 |> ... |> f xN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1294 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1295 |
(fold o fold) f [xs1, ..., xsN] y = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1296 |
y |> fold f xs1 |> ... |> fold f xsN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1297 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1298 |
fold f [x1, ..., xN] = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1299 |
f x1 #> ... #> f xN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1300 |
|
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1301 |
(fold o fold) f [xs1, ..., xsN] = |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1302 |
fold f xs1 #> ... #> fold f xsN |
43abdba4da5c
* Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents:
16856
diff
changeset
|
1303 |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1304 |
* Pure/library.ML: the following selectors on type 'a option are |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1305 |
available: |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1306 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1307 |
the: 'a option -> 'a (*partial*) |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1308 |
these: 'a option -> 'a where 'a = 'b list |
17402 | 1309 |
the_default: 'a -> 'a option -> 'a |
1310 |
the_list: 'a option -> 'a list |
|
1311 |
||
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1312 |
* Pure/General: structure AList (cf. Pure/General/alist.ML) provides |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1313 |
basic operations for association lists, following natural argument |
17564 | 1314 |
order; moreover the explicit equality predicate passed here avoids |
17495 | 1315 |
potentially expensive polymorphic runtime equality checks. |
1316 |
The old functions may be expressed as follows: |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1317 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1318 |
assoc = uncurry (AList.lookup (op =)) |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1319 |
assocs = these oo AList.lookup (op =) |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1320 |
overwrite = uncurry (AList.update (op =)) o swap |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1321 |
|
17564 | 1322 |
* Pure/General: structure AList (cf. Pure/General/alist.ML) provides |
1323 |
||
1324 |
val make: ('a -> 'b) -> 'a list -> ('a * 'b) list |
|
1325 |
val find: ('a * 'b -> bool) -> ('c * 'b) list -> 'a -> 'c list |
|
1326 |
||
1327 |
replacing make_keylist and keyfilter (occassionally used) |
|
1328 |
Naive rewrites: |
|
1329 |
||
1330 |
make_keylist = AList.make |
|
1331 |
keyfilter = AList.find (op =) |
|
1332 |
||
1333 |
* eq_fst and eq_snd now take explicit equality parameter, thus |
|
1334 |
avoiding eqtypes. Naive rewrites: |
|
1335 |
||
1336 |
eq_fst = eq_fst (op =) |
|
1337 |
eq_snd = eq_snd (op =) |
|
1338 |
||
1339 |
* Removed deprecated apl and apr (rarely used). |
|
1340 |
Naive rewrites: |
|
1341 |
||
1342 |
apl (n, op) =>>= curry op n |
|
1343 |
apr (op, m) =>>= fn n => op (n, m) |
|
1344 |
||
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1345 |
* Pure/General: structure OrdList (cf. Pure/General/ord_list.ML) |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1346 |
provides a reasonably efficient light-weight implementation of sets as |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1347 |
lists. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1348 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1349 |
* Pure/General: generic tables (cf. Pure/General/table.ML) provide a |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1350 |
few new operations; existing lookup and update are now curried to |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1351 |
follow natural argument order (for use with fold etc.); |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1352 |
INCOMPATIBILITY, use (uncurry Symtab.lookup) etc. as last resort. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1353 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1354 |
* Pure/General: output via the Isabelle channels of |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1355 |
writeln/warning/error etc. is now passed through Output.output, with a |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1356 |
hook for arbitrary transformations depending on the print_mode |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1357 |
(cf. Output.add_mode -- the first active mode that provides a output |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1358 |
function wins). Already formatted output may be embedded into further |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1359 |
text via Output.raw; the result of Pretty.string_of/str_of and derived |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1360 |
functions (string_of_term/cterm/thm etc.) is already marked raw to |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1361 |
accommodate easy composition of diagnostic messages etc. Programmers |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1362 |
rarely need to care about Output.output or Output.raw at all, with |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1363 |
some notable exceptions: Output.output is required when bypassing the |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1364 |
standard channels (writeln etc.), or in token translations to produce |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1365 |
properly formatted results; Output.raw is required when capturing |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1366 |
already output material that will eventually be presented to the user |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1367 |
a second time. For the default print mode, both Output.output and |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1368 |
Output.raw have no effect. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1369 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1370 |
* Pure/General: Output.time_accumulator NAME creates an operator ('a |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1371 |
-> 'b) -> 'a -> 'b to measure runtime and count invocations; the |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1372 |
cumulative results are displayed at the end of a batch session. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1373 |
|
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1374 |
* Pure/General: File.sysify_path and File.quote_sysify path have been |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1375 |
replaced by File.platform_path and File.shell_path (with appropriate |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1376 |
hooks). This provides a clean interface for unusual systems where the |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1377 |
internal and external process view of file names are different. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1378 |
|
16689
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
1379 |
* Pure: more efficient orders for basic syntactic entities: added |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
1380 |
fast_string_ord, fast_indexname_ord, fast_term_ord; changed sort_ord |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
1381 |
and typ_ord to use fast_string_ord and fast_indexname_ord (term_ord is |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
1382 |
NOT affected); structures Symtab, Vartab, Typtab, Termtab use the fast |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
1383 |
orders now -- potential INCOMPATIBILITY for code that depends on a |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
1384 |
particular order for Symtab.keys, Symtab.dest, etc. (consider using |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
1385 |
Library.sort_strings on result). |
05b986733a59
* Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents:
16662
diff
changeset
|
1386 |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1387 |
* Pure/term.ML: combinators fold_atyps, fold_aterms, fold_term_types, |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1388 |
fold_types traverse types/terms from left to right, observing natural |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1389 |
argument order. Supercedes previous foldl_XXX versions, add_frees, |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1390 |
add_vars etc. have been adapted as well: INCOMPATIBILITY. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
1391 |
|
16151 | 1392 |
* Pure: name spaces have been refined, with significant changes of the |
16234 | 1393 |
internal interfaces -- INCOMPATIBILITY. Renamed cond_extern(_table) |
1394 |
to extern(_table). The plain name entry path is superceded by a |
|
1395 |
general 'naming' context, which also includes the 'policy' to produce |
|
1396 |
a fully qualified name and external accesses of a fully qualified |
|
1397 |
name; NameSpace.extend is superceded by context dependent |
|
1398 |
Sign.declare_name. Several theory and proof context operations modify |
|
1399 |
the naming context. Especially note Theory.restore_naming and |
|
1400 |
ProofContext.restore_naming to get back to a sane state; note that |
|
1401 |
Theory.add_path is no longer sufficient to recover from |
|
1402 |
Theory.absolute_path in particular. |
|
1403 |
||
1404 |
* Pure: new flags short_names (default false) and unique_names |
|
1405 |
(default true) for controlling output of qualified names. If |
|
421c3522f160
major reorganization and cleanup;
& |