author | wenzelm |
Sat, 11 Nov 2006 16:12:23 +0100 | |
changeset 21308 | 73883a528b26 |
parent 21265 | b8db43faaf9e |
child 21320 | d240748a2cf5 |
permissions | -rw-r--r-- |
5363 | 1 |
Isabelle NEWS -- history user-relevant changes |
2 |
============================================== |
|
2553 | 3 |
|
20807 | 4 |
New in this Isabelle version |
17754
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 |
|
20807 | 18 |
* Theory syntax: some popular names (e.g. "class", "if", "fun") are |
19 |
now keywords. INCOMPATIBILITY, use double quotes. |
|
19814
faa698d46686
* Theory syntax: some popular names (e.g. "class", "if") are now keywords.
wenzelm
parents:
19783
diff
changeset
|
20 |
|
17981
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
21 |
* 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
|
22 |
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
|
23 |
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
|
24 |
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
|
25 |
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
|
26 |
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
|
27 |
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
|
28 |
|
17754
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
29 |
* Command 'find_theorems': support "*" wildcard in "name:" criterion. |
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
30 |
|
20370 | 31 |
* The ``prems limit'' option (cf. ProofContext.prems_limit) is now -1 |
32 |
by default, which means that "prems" (and also "fixed variables") are |
|
33 |
suppressed from proof state output. Note that the ProofGeneral |
|
34 |
settings mechanism allows to change and save options persistently, but |
|
35 |
older versions of Isabelle will fail to start up if a negative prems |
|
36 |
limit is imposed. |
|
37 |
||
21308
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
38 |
* Local theory targets may be specified by non-nested blocks of |
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
39 |
``context/locale/class ... begin'' followed by ``end''. The body may |
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
40 |
contain definitions, theorems etc., including any derived mechanism |
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
41 |
that has been implemented on top of these primitives. This concept |
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
42 |
generalizes the existing ``theorem (in ...)'' towards more versatility |
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
43 |
and scalability. |
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
44 |
|
17754
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
45 |
|
17865 | 46 |
*** Document preparation *** |
47 |
||
17869 | 48 |
* Added antiquotations @{ML_type text} and @{ML_struct text} which |
49 |
check the given source text as ML type/structure, printing verbatim. |
|
17865 | 50 |
|
51 |
||
17779 | 52 |
*** Pure *** |
53 |
||
20807 | 54 |
* class_package.ML offers a combination of axclasses and locales to |
55 |
achieve Haskell-like type classes in Isabelle. See |
|
56 |
HOL/ex/Classpackage.thy for examples. |
|
57 |
||
58 |
* Yet another code generator framework allows to generate executable |
|
59 |
code for ML and Haskell (including "class"es). A short usage sketch: |
|
20188
8b22026445af
added notes on class_package.ML and codegen_package.ML
haftmann
parents:
20169
diff
changeset
|
60 |
|
8b22026445af
added notes on class_package.ML and codegen_package.ML
haftmann
parents:
20169
diff
changeset
|
61 |
internal compilation: |
21125 | 62 |
code_gen <list of constants (term syntax)> (SML *) |
20453
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
63 |
writing SML code to a file: |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
64 |
code_gen <list of constants (term syntax)> (SML <filename>) |
20188
8b22026445af
added notes on class_package.ML and codegen_package.ML
haftmann
parents:
20169
diff
changeset
|
65 |
writing Haskell code to a bunch of files: |
20453
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
66 |
code_gen <list of constants (term syntax)> (Haskell <filename>) |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
67 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
68 |
Reasonable default setup of framework in HOL/Main. |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
69 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
70 |
See HOL/ex/Code*.thy for examples. |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
71 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
72 |
Theorem attributs for selecting and transforming function equations theorems: |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
73 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
74 |
[code fun]: select a theorem as function equation for a specific constant |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
75 |
[code nofun]: deselect a theorem as function equation for a specific constant |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
76 |
[code inline]: select an equation theorem for unfolding (inlining) in place |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
77 |
[code noinline]: deselect an equation theorem for unfolding (inlining) in place |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
78 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
79 |
User-defined serializations (target in {SML, Haskell}): |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
80 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
81 |
code_const <and-list of constants (term syntax)> |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
82 |
{(target) <and-list of const target syntax>}+ |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
83 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
84 |
code_type <and-list of type constructors> |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
85 |
{(target) <and-list of type target syntax>}+ |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
86 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
87 |
code_instance <and-list of instances> |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
88 |
{(target)}+ |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
89 |
where instance ::= <type constructor> :: <class> |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
90 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
91 |
code_class <and_list of classes> |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
92 |
{(target) <and-list of class target syntax>}+ |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
93 |
where class target syntax ::= <class name> {where {<classop> == <target syntax>}+}? |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
94 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
95 |
For code_instance and code_class, target SML is silently ignored. |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
96 |
|
21215
7c9337a0e30a
made locale partial_order compatible with axclass order
haftmann
parents:
21209
diff
changeset
|
97 |
See HOL theories and HOL/ex/Code*.thy for usage examples. Doc/Isar/Advanced/Codegen/ |
7c9337a0e30a
made locale partial_order compatible with axclass order
haftmann
parents:
21209
diff
changeset
|
98 |
provides a tutorial. |
20188
8b22026445af
added notes on class_package.ML and codegen_package.ML
haftmann
parents:
20169
diff
changeset
|
99 |
|
19254 | 100 |
* Command 'no_translations' removes translation rules from theory |
101 |
syntax. |
|
102 |
||
19625
285771cec083
* Pure: overloaded definitions are now actually checked for acyclic dependencies;
wenzelm
parents:
19587
diff
changeset
|
103 |
* Overloaded definitions are now actually checked for acyclic |
19714 | 104 |
dependencies. The overloading scheme is slightly more general than |
105 |
that of Haskell98, although Isabelle does not demand an exact |
|
106 |
correspondence to type class and instance declarations. |
|
107 |
INCOMPATIBILITY, use ``defs (unchecked overloaded)'' to admit more |
|
108 |
exotic versions of overloading -- at the discretion of the user! |
|
19711 | 109 |
|
110 |
Polymorphic constants are represented via type arguments, i.e. the |
|
111 |
instantiation that matches an instance against the most general |
|
112 |
declaration given in the signature. For example, with the declaration |
|
113 |
c :: 'a => 'a => 'a, an instance c :: nat => nat => nat is represented |
|
114 |
as c(nat). Overloading is essentially simultaneous structural |
|
115 |
recursion over such type arguments. Incomplete specification patterns |
|
19714 | 116 |
impose global constraints on all occurrences, e.g. c('a * 'a) on the |
19715 | 117 |
LHS means that more general c('a * 'b) will be disallowed on any RHS. |
19714 | 118 |
Command 'print_theory' outputs the normalized system of recursive |
119 |
equations, see section "definitions". |
|
19625
285771cec083
* Pure: overloaded definitions are now actually checked for acyclic dependencies;
wenzelm
parents:
19587
diff
changeset
|
120 |
|
17865 | 121 |
* Isar: improper proof element 'guess' is like 'obtain', but derives |
122 |
the obtained context from the course of reasoning! For example: |
|
123 |
||
124 |
assume "EX x y. A x & B y" -- "any previous fact" |
|
125 |
then guess x and y by clarify |
|
126 |
||
127 |
This technique is potentially adventurous, depending on the facts and |
|
128 |
proof tools being involved here. |
|
129 |
||
18020 | 130 |
* Isar: known facts from the proof context may be specified as literal |
131 |
propositions, using ASCII back-quote syntax. This works wherever |
|
132 |
named facts used to be allowed so far, in proof commands, proof |
|
133 |
methods, attributes etc. Literal facts are retrieved from the context |
|
134 |
according to unification of type and term parameters. For example, |
|
135 |
provided that "A" and "A ==> B" and "!!x. P x ==> Q x" are known |
|
136 |
theorems in the current context, then these are valid literal facts: |
|
137 |
`A` and `A ==> B` and `!!x. P x ==> Q x" as well as `P a ==> Q a` etc. |
|
138 |
||
139 |
There is also a proof method "fact" which does the same composition |
|
18044 | 140 |
for explicit goal states, e.g. the following proof texts coincide with |
141 |
certain special cases of literal facts: |
|
18020 | 142 |
|
143 |
have "A" by fact == note `A` |
|
144 |
have "A ==> B" by fact == note `A ==> B` |
|
145 |
have "!!x. P x ==> Q x" by fact == note `!!x. P x ==> Q x` |
|
146 |
have "P a ==> Q a" by fact == note `P a ==> Q a` |
|
147 |
||
20118
0c1ec587a5a8
* Isar: ":" (colon) is no longer a symbolic identifier character;
wenzelm
parents:
20090
diff
changeset
|
148 |
* Isar: ":" (colon) is no longer a symbolic identifier character in |
0c1ec587a5a8
* Isar: ":" (colon) is no longer a symbolic identifier character;
wenzelm
parents:
20090
diff
changeset
|
149 |
outer syntax. Thus symbolic identifiers may be used without |
0c1ec587a5a8
* Isar: ":" (colon) is no longer a symbolic identifier character;
wenzelm
parents:
20090
diff
changeset
|
150 |
additional white space in declarations like this: ``assume *: A''. |
0c1ec587a5a8
* Isar: ":" (colon) is no longer a symbolic identifier character;
wenzelm
parents:
20090
diff
changeset
|
151 |
|
20013 | 152 |
* Isar: 'print_facts' prints all local facts of the current context, |
153 |
both named and unnamed ones. |
|
154 |
||
18308 | 155 |
* Isar: 'def' now admits simultaneous definitions, e.g.: |
156 |
||
157 |
def x == "t" and y == "u" |
|
158 |
||
18540 | 159 |
* Isar: added command 'unfolding', which is structurally similar to |
160 |
'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
|
161 |
rewrite rules. Thus many occurrences of the 'unfold' method or |
18540 | 162 |
'unfolded' attribute may be replaced by first-class proof text. |
163 |
||
18815
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
164 |
* Isar: methods 'unfold' / 'fold', attributes 'unfolded' / 'folded', |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
165 |
and command 'unfolding' now all support object-level equalities |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
166 |
(potentially conditional). The underlying notion of rewrite rule is |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
167 |
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
|
168 |
Simplifier (which is usually more generous). |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
169 |
|
19220 | 170 |
* Isar: the goal restriction operator [N] (default N = 1) evaluates a |
171 |
method expression within a sandbox consisting of the first N |
|
19240 | 172 |
sub-goals, which need to exist. For example, ``simp_all [3]'' |
173 |
simplifies the first three sub-goals, while (rule foo, simp_all)[] |
|
174 |
simplifies all new goals that emerge from applying rule foo to the |
|
175 |
originally first one. |
|
19220 | 176 |
|
19814
faa698d46686
* Theory syntax: some popular names (e.g. "class", "if") are now keywords.
wenzelm
parents:
19783
diff
changeset
|
177 |
* Isar: schematic goals are no longer restricted to higher-order |
faa698d46686
* Theory syntax: some popular names (e.g. "class", "if") are now keywords.
wenzelm
parents:
19783
diff
changeset
|
178 |
patterns; e.g. ``lemma "?P(?x)" by (rule TrueI)'' now works as |
faa698d46686
* Theory syntax: some popular names (e.g. "class", "if") are now keywords.
wenzelm
parents:
19783
diff
changeset
|
179 |
expected. |
faa698d46686
* Theory syntax: some popular names (e.g. "class", "if") are now keywords.
wenzelm
parents:
19783
diff
changeset
|
180 |
|
18901 | 181 |
* Isar: the conclusion of a long theorem statement is now either |
182 |
'shows' (a simultaneous conjunction, as before), or 'obtains' |
|
183 |
(essentially a disjunction of cases with local parameters and |
|
184 |
assumptions). The latter allows to express general elimination rules |
|
18910 | 185 |
adequately; in this notation common elimination rules look like this: |
18901 | 186 |
|
187 |
lemma exE: -- "EX x. P x ==> (!!x. P x ==> thesis) ==> thesis" |
|
188 |
assumes "EX x. P x" |
|
189 |
obtains x where "P x" |
|
190 |
||
191 |
lemma conjE: -- "A & B ==> (A ==> B ==> thesis) ==> thesis" |
|
192 |
assumes "A & B" |
|
193 |
obtains A and B |
|
194 |
||
195 |
lemma disjE: -- "A | B ==> (A ==> thesis) ==> (B ==> thesis) ==> thesis" |
|
196 |
assumes "A | B" |
|
197 |
obtains |
|
198 |
A |
|
199 |
| B |
|
200 |
||
18910 | 201 |
The subsequent classical rules even refer to the formal "thesis" |
18901 | 202 |
explicitly: |
203 |
||
204 |
lemma classical: -- "(~ thesis ==> thesis) ==> thesis" |
|
205 |
obtains "~ thesis" |
|
206 |
||
18910 | 207 |
lemma Peirce's_Law: -- "((thesis ==> something) ==> thesis) ==> thesis" |
208 |
obtains "thesis ==> something" |
|
18901 | 209 |
|
210 |
The actual proof of an 'obtains' statement is analogous to that of the |
|
18910 | 211 |
Isar proof element 'obtain', only that there may be several cases. |
212 |
Optional case names may be specified in parentheses; these will be |
|
213 |
available both in the present proof and as annotations in the |
|
214 |
resulting rule, for later use with the 'cases' method (cf. attribute |
|
215 |
case_names). |
|
18901 | 216 |
|
19263 | 217 |
* Isar: 'print_statement' prints theorems from the current theory or |
218 |
proof context in long statement form, according to the syntax of a |
|
219 |
top-level lemma. |
|
220 |
||
18901 | 221 |
* Isar: 'obtain' takes an optional case name for the local context |
222 |
introduction rule (default "that"). |
|
223 |
||
19587 | 224 |
* Isar: removed obsolete 'concl is' patterns. INCOMPATIBILITY, use |
225 |
explicit (is "_ ==> ?foo") in the rare cases where this still happens |
|
226 |
to occur. |
|
227 |
||
19682
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
228 |
* Pure: syntax "CONST name" produces a fully internalized constant |
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
229 |
according to the current context. This is particularly useful for |
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
230 |
syntax translations that should refer to internal constant |
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
231 |
representations independently of name spaces. |
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
232 |
|
21209
dbb8decc36bc
'const_syntax' command: allow fixed variables, renamed to 'notation';
wenzelm
parents:
21200
diff
changeset
|
233 |
* Isar/locales: 'notation' provides a robust interface to the 'syntax' |
dbb8decc36bc
'const_syntax' command: allow fixed variables, renamed to 'notation';
wenzelm
parents:
21200
diff
changeset
|
234 |
primitive that also works in a locale context (both for constants and |
dbb8decc36bc
'const_syntax' command: allow fixed variables, renamed to 'notation';
wenzelm
parents:
21200
diff
changeset
|
235 |
fixed variables). Type declaration and internal syntactic |
dbb8decc36bc
'const_syntax' command: allow fixed variables, renamed to 'notation';
wenzelm
parents:
21200
diff
changeset
|
236 |
representation of given constants retrieved from the context. |
19682
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
237 |
|
19665 | 238 |
* Isar/locales: new derived specification elements 'axiomatization', |
239 |
'definition', 'abbreviation', which support type-inference, admit |
|
19083 | 240 |
object-level specifications (equality, equivalence). See also the |
241 |
isar-ref manual. Examples: |
|
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
242 |
|
19665 | 243 |
axiomatization |
244 |
eq (infix "===" 50) |
|
245 |
where eq_refl: "x === x" and eq_subst: "x === y ==> P x ==> P y" |
|
246 |
||
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
247 |
definition |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
248 |
"f x y = x + y + 1" |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
249 |
"g x = f x x" |
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
250 |
|
19363 | 251 |
abbreviation |
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
252 |
neq (infix "=!=" 50) |
19363 | 253 |
"x =!= y == ~ (x === y)" |
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
254 |
|
19083 | 255 |
These specifications may be also used in a locale context. Then the |
256 |
constants being introduced depend on certain fixed parameters, and the |
|
257 |
constant name is qualified by the locale base name. An internal |
|
258 |
abbreviation takes care for convenient input and output, making the |
|
19088 | 259 |
parameters implicit and using the original short name. See also |
19083 | 260 |
HOL/ex/Abstract_NAT.thy for an example of deriving polymorphic |
261 |
entities from a monomorphic theory. |
|
262 |
||
263 |
Presently, abbreviations are only available 'in' a target locale, but |
|
19363 | 264 |
not inherited by general import expressions. Also note that |
265 |
'abbreviation' may be used as a type-safe replacement for 'syntax' + |
|
266 |
'translations' in common applications. |
|
19084 | 267 |
|
19682
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
268 |
Concrete syntax is attached to specified constants in internal form, |
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
269 |
independently of name spaces. The parse tree representation is |
21209
dbb8decc36bc
'const_syntax' command: allow fixed variables, renamed to 'notation';
wenzelm
parents:
21200
diff
changeset
|
270 |
slightly different -- use 'notation' instead of raw 'syntax', and |
19682
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
271 |
'translations' with explicit "CONST" markup to accommodate this. |
19665 | 272 |
|
19783 | 273 |
* Isar/locales: improved parameter handling: |
274 |
- use of locales "var" and "struct" no longer necessary; |
|
275 |
- parameter renamings are no longer required to be injective. |
|
276 |
This enables, for example, to define a locale for endomorphisms thus: |
|
277 |
locale endom = homom mult mult h. |
|
278 |
||
19931
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
279 |
* Isar/locales: changed the way locales with predicates are defined. |
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
280 |
Instead of accumulating the specification, the imported expression is |
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
281 |
now an interpretation. |
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
282 |
INCOMPATIBILITY: different normal form of locale expressions. |
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
283 |
In particular, in interpretations of locales with predicates, |
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
284 |
goals repesenting already interpreted fragments are not removed |
19984
29bb4659f80a
Method intro_locales replaced by intro_locales and unfold_locales.
ballarin
parents:
19931
diff
changeset
|
285 |
automatically. Use methods `intro_locales' and `unfold_locales'; see below. |
29bb4659f80a
Method intro_locales replaced by intro_locales and unfold_locales.
ballarin
parents:
19931
diff
changeset
|
286 |
|
29bb4659f80a
Method intro_locales replaced by intro_locales and unfold_locales.
ballarin
parents:
19931
diff
changeset
|
287 |
* Isar/locales: new methods `intro_locales' and `unfold_locales' provide |
29bb4659f80a
Method intro_locales replaced by intro_locales and unfold_locales.
ballarin
parents:
19931
diff
changeset
|
288 |
backward reasoning on locales predicates. The methods are aware of |
29bb4659f80a
Method intro_locales replaced by intro_locales and unfold_locales.
ballarin
parents:
19931
diff
changeset
|
289 |
interpretations and discharge corresponding goals. `intro_locales' is |
29bb4659f80a
Method intro_locales replaced by intro_locales and unfold_locales.
ballarin
parents:
19931
diff
changeset
|
290 |
less aggressive then `unfold_locales' and does not unfold predicates to |
29bb4659f80a
Method intro_locales replaced by intro_locales and unfold_locales.
ballarin
parents:
19931
diff
changeset
|
291 |
assumptions. |
19931
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
292 |
|
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
293 |
* Isar/locales: the order in which locale fragments are accumulated |
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
294 |
has changed. This enables to override declarations from fragments |
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
295 |
due to interpretations -- for example, unwanted simp rules. |
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
296 |
|
18233 | 297 |
* Provers/induct: improved internal context management to support |
298 |
local fixes and defines on-the-fly. Thus explicit meta-level |
|
299 |
connectives !! and ==> are rarely required anymore in inductive goals |
|
300 |
(using object-logic connectives for this purpose has been long |
|
301 |
obsolete anyway). The subsequent proof patterns illustrate advanced |
|
302 |
techniques of natural induction; general datatypes and inductive sets |
|
18267 | 303 |
work analogously (see also src/HOL/Lambda for realistic examples). |
304 |
||
305 |
(1) This is how to ``strengthen'' an inductive goal wrt. certain |
|
18239 | 306 |
parameters: |
18233 | 307 |
|
308 |
lemma |
|
309 |
fixes n :: nat and x :: 'a |
|
310 |
assumes a: "A n x" |
|
311 |
shows "P n x" |
|
312 |
using a -- {* make induct insert fact a *} |
|
20503 | 313 |
proof (induct n arbitrary: x) -- {* generalize goal to "!!x. A n x ==> P n x" *} |
18248 | 314 |
case 0 |
18233 | 315 |
show ?case sorry |
316 |
next |
|
18248 | 317 |
case (Suc n) |
18239 | 318 |
note `!!x. A n x ==> P n x` -- {* induction hypothesis, according to induction rule *} |
319 |
note `A (Suc n) x` -- {* induction premise, stemming from fact a *} |
|
18233 | 320 |
show ?case sorry |
321 |
qed |
|
322 |
||
18267 | 323 |
(2) This is how to perform induction over ``expressions of a certain |
18233 | 324 |
form'', using a locally defined inductive parameter n == "a x" |
18239 | 325 |
together with strengthening (the latter is usually required to get |
18267 | 326 |
sufficiently flexible induction hypotheses): |
18233 | 327 |
|
328 |
lemma |
|
329 |
fixes a :: "'a => nat" |
|
330 |
assumes a: "A (a x)" |
|
331 |
shows "P (a x)" |
|
332 |
using a |
|
20503 | 333 |
proof (induct n == "a x" arbitrary: x) |
18233 | 334 |
... |
335 |
||
18267 | 336 |
See also HOL/Isar_examples/Puzzle.thy for an application of the this |
337 |
particular technique. |
|
338 |
||
18901 | 339 |
(3) This is how to perform existential reasoning ('obtains' or |
340 |
'obtain') by induction, while avoiding explicit object-logic |
|
341 |
encodings: |
|
342 |
||
343 |
lemma |
|
344 |
fixes n :: nat |
|
345 |
obtains x :: 'a where "P n x" and "Q n x" |
|
20503 | 346 |
proof (induct n arbitrary: thesis) |
18267 | 347 |
case 0 |
348 |
obtain x where "P 0 x" and "Q 0 x" sorry |
|
18399 | 349 |
then show thesis by (rule 0) |
18267 | 350 |
next |
351 |
case (Suc n) |
|
352 |
obtain x where "P n x" and "Q n x" by (rule Suc.hyps) |
|
353 |
obtain x where "P (Suc n) x" and "Q (Suc n) x" sorry |
|
354 |
then show thesis by (rule Suc.prems) |
|
355 |
qed |
|
356 |
||
20503 | 357 |
Here the 'arbitrary: thesis' specification essentially modifies the |
358 |
scope of the formal thesis parameter, in order to the get the whole |
|
18267 | 359 |
existence statement through the induction as expected. |
18233 | 360 |
|
18506
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
361 |
* 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
|
362 |
of rule sharing the same induction cases. HOL packages usually |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
363 |
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
|
364 |
(e.g. inductive sets or datatypes). INCOMPATIBILITY, users need to |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
365 |
specify mutual induction rules differently, i.e. like this: |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
366 |
|
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
367 |
(induct rule: foo_bar.inducts) |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
368 |
(induct set: foo bar) |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
369 |
(induct type: foo bar) |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
370 |
|
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
371 |
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
|
372 |
new format. |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
373 |
|
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
374 |
* Provers/induct: improved handling of simultaneous goals. Instead of |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
375 |
introducing object-level conjunction, the statement is now split into |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
376 |
several conclusions, while the corresponding symbolic cases are |
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
377 |
nested accordingly. INCOMPATIBILITY, proofs need to be structured |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
378 |
explicitly. For example: |
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
379 |
|
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
380 |
lemma |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
381 |
fixes n :: nat |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
382 |
shows "P n" and "Q n" |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
383 |
proof (induct n) |
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
384 |
case 0 case 1 |
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
385 |
show "P 0" sorry |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
386 |
next |
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
387 |
case 0 case 2 |
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
388 |
show "Q 0" sorry |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
389 |
next |
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
390 |
case (Suc n) case 1 |
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
391 |
note `P n` and `Q n` |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
392 |
show "P (Suc n)" sorry |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
393 |
next |
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
394 |
case (Suc n) case 2 |
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
395 |
note `P n` and `Q n` |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
396 |
show "Q (Suc n)" sorry |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
397 |
qed |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
398 |
|
18601
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
399 |
The split into subcases may be deferred as follows -- this is |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
400 |
particularly relevant for goal statements with local premises. |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
401 |
|
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
402 |
lemma |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
403 |
fixes n :: nat |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
404 |
shows "A n ==> P n" and "B n ==> Q n" |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
405 |
proof (induct n) |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
406 |
case 0 |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
407 |
{ |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
408 |
case 1 |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
409 |
note `A 0` |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
410 |
show "P 0" sorry |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
411 |
next |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
412 |
case 2 |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
413 |
note `B 0` |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
414 |
show "Q 0" sorry |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
415 |
} |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
416 |
next |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
417 |
case (Suc n) |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
418 |
note `A n ==> P n` and `B n ==> Q n` |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
419 |
{ |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
420 |
case 1 |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
421 |
note `A (Suc n)` |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
422 |
show "P (Suc n)" sorry |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
423 |
next |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
424 |
case 2 |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
425 |
note `B (Suc n)` |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
426 |
show "Q (Suc n)" sorry |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
427 |
} |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
428 |
qed |
b248754b60bc
* Provers/induct: improved simultaneous goals -- nested cases;
wenzelm
parents:
18590
diff
changeset
|
429 |
|
18506
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
430 |
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
|
431 |
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
|
432 |
lists of propositions separated by 'and': |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
433 |
|
18507 | 434 |
lemma |
435 |
shows "a : A ==> P1 a" |
|
436 |
"a : A ==> P2 a" |
|
437 |
and "b : B ==> Q1 b" |
|
438 |
"b : B ==> Q2 b" |
|
439 |
"b : B ==> Q3 b" |
|
440 |
proof (induct set: A B) |
|
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
441 |
|
18399 | 442 |
* Provers/induct: support coinduction as well. See |
443 |
src/HOL/Library/Coinductive_List.thy for various examples. |
|
444 |
||
20919
dab803075c62
attribute "symmetric": standardized schematic variables;
wenzelm
parents:
20857
diff
changeset
|
445 |
* Attribute "symmetric" produces result with standardized schematic |
dab803075c62
attribute "symmetric": standardized schematic variables;
wenzelm
parents:
20857
diff
changeset
|
446 |
variables (index 0). Potential INCOMPATIBILITY. |
dab803075c62
attribute "symmetric": standardized schematic variables;
wenzelm
parents:
20857
diff
changeset
|
447 |
|
18674 | 448 |
* Simplifier: by default the simplifier trace only shows top level rewrites |
449 |
now. That is, trace_simp_depth_limit is set to 1 by default. Thus there is |
|
450 |
less danger of being flooded by the trace. The trace indicates where parts |
|
451 |
have been suppressed. |
|
452 |
||
18536
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
453 |
* Provers/classical: removed obsolete classical version of elim_format |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
454 |
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
|
455 |
manipulating the claset. |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
456 |
|
18694 | 457 |
* Provers/classical: stricter checks to ensure that supplied intro, |
458 |
dest and elim rules are well-formed; dest and elim rules must have at |
|
459 |
least one premise. |
|
460 |
||
461 |
* Provers/classical: attributes dest/elim/intro take an optional |
|
18695 | 462 |
weight argument for the rule (just as the Pure versions). Weights are |
18696 | 463 |
ignored by automated tools, but determine the search order of single |
18694 | 464 |
rule steps. |
18557
60a0f9caa0a2
Provers/classical: stricter checks to ensure that supplied intro, dest and
paulson
parents:
18549
diff
changeset
|
465 |
|
18536
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
466 |
* Syntax: input syntax now supports dummy variable binding "%_. b", |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
467 |
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
|
468 |
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
|
469 |
"{_. _}" match any set comprehension as expected. Potential |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
470 |
INCOMPATIBILITY -- parse translations need to cope with syntactic |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
471 |
constant "_idtdummy" in the binding position. |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
472 |
|
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
473 |
* Syntax: removed obsolete syntactic constant "_K" and its associated |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
474 |
parse translation. INCOMPATIBILITY -- use dummy abstraction instead, |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
475 |
for example "A -> B" => "Pi A (%_. B)". |
17779 | 476 |
|
20582
ebd0e03c6a9b
* Pure: 'class_deps' command visualizes the subclass relation;
wenzelm
parents:
20503
diff
changeset
|
477 |
* Pure: 'class_deps' command visualizes the subclass relation, using |
ebd0e03c6a9b
* Pure: 'class_deps' command visualizes the subclass relation;
wenzelm
parents:
20503
diff
changeset
|
478 |
the graph browser tool. |
ebd0e03c6a9b
* Pure: 'class_deps' command visualizes the subclass relation;
wenzelm
parents:
20503
diff
changeset
|
479 |
|
20620
8b26f58c5646
* Pure: 'print_theory' now suppresses entities with internal name;
wenzelm
parents:
20607
diff
changeset
|
480 |
* Pure: 'print_theory' now suppresses entities with internal name |
8b26f58c5646
* Pure: 'print_theory' now suppresses entities with internal name;
wenzelm
parents:
20607
diff
changeset
|
481 |
(trailing "_") by default; use '!' option for full details. |
8b26f58c5646
* Pure: 'print_theory' now suppresses entities with internal name;
wenzelm
parents:
20607
diff
changeset
|
482 |
|
17865 | 483 |
|
17806 | 484 |
*** HOL *** |
485 |
||
21240
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
486 |
* Automated termination proofs "by lexicographic_order" are now |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
487 |
included in the abbreviated function command "fun". No explicit |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
488 |
"termination" command is necessary anymore. |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
489 |
INCOMPATIBILITY: If a "fun"-definition cannot be proved terminating by |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
490 |
a lexicographic size order, then the command fails. Use the expanded |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
491 |
version "function" for these cases. |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
492 |
|
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
493 |
* New method "lexicographic_order" automatically synthesizes |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
494 |
termination relations as lexicographic combinations of size measures. |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
495 |
Usage for (function package) termination proofs: |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
496 |
|
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
497 |
termination |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
498 |
by lexicographic_order |
8e75fb38522c
Made "termination by lexicographic_order" the default for "fun" definitions.
krauss
parents:
21226
diff
changeset
|
499 |
|
21226
a607ae87ee81
field-update in records is generalised to take a function on the field
schirmer
parents:
21215
diff
changeset
|
500 |
* Records: generalised field-update to take a function on the field |
a607ae87ee81
field-update in records is generalised to take a function on the field
schirmer
parents:
21215
diff
changeset
|
501 |
rather than the new value: r(|A := x|) is translated to A_update (K x) r |
a607ae87ee81
field-update in records is generalised to take a function on the field
schirmer
parents:
21215
diff
changeset
|
502 |
The K-combinator that is internally used is called K_record. |
a607ae87ee81
field-update in records is generalised to take a function on the field
schirmer
parents:
21215
diff
changeset
|
503 |
INCOMPATIBILITY: Usage of the plain update functions has to be |
a607ae87ee81
field-update in records is generalised to take a function on the field
schirmer
parents:
21215
diff
changeset
|
504 |
adapted. |
a607ae87ee81
field-update in records is generalised to take a function on the field
schirmer
parents:
21215
diff
changeset
|
505 |
|
21200 | 506 |
* axclass "semiring_0" now contains annihilation axioms |
507 |
("x * 0 = 0","0 * x = 0"), which are required for a semiring. Richer |
|
508 |
structures do not inherit from semiring_0 anymore, because this property |
|
509 |
is a theorem there, not an axiom. |
|
510 |
INCOMPATIBILITY: In instances of semiring_0, there is more to prove, but |
|
511 |
this is mostly trivial. |
|
512 |
||
513 |
* axclass "recpower" was generalized to arbitrary monoids, not just |
|
514 |
commutative semirings. |
|
515 |
INCOMPATIBILITY: If you use recpower and need commutativity or a semiring |
|
516 |
property, add the corresponding classes. |
|
517 |
||
21215
7c9337a0e30a
made locale partial_order compatible with axclass order
haftmann
parents:
21209
diff
changeset
|
518 |
* Locale Lattic_Locales.partial_order changed (to achieve consistency with |
7c9337a0e30a
made locale partial_order compatible with axclass order
haftmann
parents:
21209
diff
changeset
|
519 |
axclass order): |
7c9337a0e30a
made locale partial_order compatible with axclass order
haftmann
parents:
21209
diff
changeset
|
520 |
- moved to Orderings.partial_order |
7c9337a0e30a
made locale partial_order compatible with axclass order
haftmann
parents:
21209
diff
changeset
|
521 |
- additional parameter ``less'' |
7c9337a0e30a
made locale partial_order compatible with axclass order
haftmann
parents:
21209
diff
changeset
|
522 |
INCOMPATIBILITY. |
7c9337a0e30a
made locale partial_order compatible with axclass order
haftmann
parents:
21209
diff
changeset
|
523 |
|
21099 | 524 |
* Constant "List.list_all2" in List.thy now uses authentic syntax. |
525 |
INCOMPATIBILITY: translations containing list_all2 may go wrong. On Isar |
|
526 |
level, use abbreviations instead. |
|
527 |
||
528 |
* Constant "List.op mem" in List.thy now has proper name: "List.memberl" |
|
529 |
INCOMPATIBILITY: rarely occuring name references (e.g. ``List.op mem.simps'') |
|
530 |
require renaming (e.g. ``List.memberl.simps''). |
|
531 |
||
20712
b3cd1233167f
renamed 0 and 1 to HOL.zero and HOL.one respectivly
haftmann
parents:
20620
diff
changeset
|
532 |
* Renamed constants in HOL.thy: |
b3cd1233167f
renamed 0 and 1 to HOL.zero and HOL.one respectivly
haftmann
parents:
20620
diff
changeset
|
533 |
0 ~> HOL.zero |
b3cd1233167f
renamed 0 and 1 to HOL.zero and HOL.one respectivly
haftmann
parents:
20620
diff
changeset
|
534 |
1 ~> HOL.one |
b3cd1233167f
renamed 0 and 1 to HOL.zero and HOL.one respectivly
haftmann
parents:
20620
diff
changeset
|
535 |
INCOMPATIBILITY: ML code directly refering to constant names may need adaption |
b3cd1233167f
renamed 0 and 1 to HOL.zero and HOL.one respectivly
haftmann
parents:
20620
diff
changeset
|
536 |
This in general only affects hand-written proof tactics, simprocs and so on. |
b3cd1233167f
renamed 0 and 1 to HOL.zero and HOL.one respectivly
haftmann
parents:
20620
diff
changeset
|
537 |
|
21215
7c9337a0e30a
made locale partial_order compatible with axclass order
haftmann
parents:
21209
diff
changeset
|
538 |
* New theory Code_Generator providing class 'eq' with constant 'eq', |
20607 | 539 |
allowing for code generation with polymorphic equality. |
540 |
||
20485 | 541 |
* Numeral syntax: type 'bin' which was a mere type copy of 'int' has been |
20500 | 542 |
abandoned in favour of plain 'int'. INCOMPATIBILITY -- Significant changes |
543 |
for setting up numeral syntax for types: |
|
20485 | 544 |
|
545 |
- new constants Numeral.pred and Numeral.succ instead |
|
546 |
of former Numeral.bin_pred and Numeral.bin_succ. |
|
547 |
- Use integer operations instead of bin_add, bin_mult and so on. |
|
548 |
- Numeral simplification theorems named Numeral.numeral_simps instead of Bin_simps. |
|
549 |
- ML structure Bin_Simprocs now named Int_Numeral_Base_Simprocs. |
|
550 |
||
551 |
See HOL/Integ/IntArith.thy for an example setup. |
|
552 |
||
19895 | 553 |
* New top level command 'normal_form' computes the normal form of a term |
554 |
that may contain free variables. For example 'normal_form "rev[a,b,c]"' |
|
555 |
prints '[b,c,a]'. This command is suitable for heavy-duty computations |
|
556 |
because the functions are compiled to ML first. |
|
557 |
INCOMPATIBILITY: new keywords 'normal_form' must quoted when used as |
|
558 |
an identifier. |
|
559 |
||
17996 | 560 |
* Alternative iff syntax "A <-> B" for equality on bool (with priority |
561 |
25 like -->); output depends on the "iff" print_mode, the default is |
|
562 |
"A = B" (with priority 50). |
|
563 |
||
19279 | 564 |
* Renamed constants in HOL.thy and Orderings.thy: |
19233
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
565 |
op + ~> HOL.plus |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
566 |
op - ~> HOL.minus |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
567 |
uminus ~> HOL.uminus |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
568 |
op * ~> HOL.times |
19277 | 569 |
op < ~> Orderings.less |
570 |
op <= ~> Orderings.less_eq |
|
19233
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
571 |
|
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
572 |
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
|
573 |
|
19377 | 574 |
a) User-defined constants using any of the names "plus", "minus", "times", |
575 |
"less" or "less_eq". The standard syntax translations for "+", "-" and "*" |
|
576 |
may go wrong. |
|
19233
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
577 |
INCOMPATIBILITY: use more specific names. |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
578 |
|
19277 | 579 |
b) Variables named "plus", "minus", "times", "less", "less_eq" |
19233
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
580 |
INCOMPATIBILITY: use more specific names. |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
581 |
|
19377 | 582 |
c) Permutative equations (e.g. "a + b = b + a") |
583 |
Since the change of names also changes the order of terms, permutative |
|
584 |
rewrite rules may get applied in a different order. Experience shows that |
|
585 |
this is rarely the case (only two adaptions in the whole Isabelle |
|
586 |
distribution). |
|
587 |
INCOMPATIBILITY: rewrite proofs |
|
19233
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
588 |
|
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
589 |
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
|
590 |
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
|
591 |
INCOMPATIBILITY: grep your sourcecode and replace names. |
77ca20b0ed77
renamed HOL + - * etc. to HOL.plus HOL.minus HOL.times etc.
haftmann
parents:
19226
diff
changeset
|
592 |
|
21265 | 593 |
* Relations less (<) and less_eq (<=) are also available on type bool. |
594 |
Modified syntax to disallow nesting without explicit parentheses, |
|
595 |
e.g. "(x < y) < z" or "x < (y < z)", but NOT "x < y < z". |
|
596 |
||
18674 | 597 |
* "LEAST x:A. P" expands to "LEAST x. x:A & P" (input only). |
598 |
||
20716
a6686a8e1b68
Changed precedence of "op O" (relation composition) from 60 to 75.
krauss
parents:
20712
diff
changeset
|
599 |
* Relation composition operator "op O" now has precedence 75 and binds |
a6686a8e1b68
Changed precedence of "op O" (relation composition) from 60 to 75.
krauss
parents:
20712
diff
changeset
|
600 |
stronger than union and intersection. INCOMPATIBILITY. |
a6686a8e1b68
Changed precedence of "op O" (relation composition) from 60 to 75.
krauss
parents:
20712
diff
changeset
|
601 |
|
19377 | 602 |
* The old set interval syntax "{m..n(}" (and relatives) has been removed. |
603 |
Use "{m..<n}" (and relatives) instead. |
|
604 |
||
17865 | 605 |
* In the context of the assumption "~(s = t)" the Simplifier rewrites |
606 |
"t = s" to False (by simproc "neq_simproc"). For backward |
|
607 |
compatibility this can be disabled by ML "reset use_neq_simproc". |
|
17779 | 608 |
|
18979 | 609 |
* "m dvd n" where m and n are numbers is evaluated to True/False by simp. |
610 |
||
19211 | 611 |
* Theorem Cons_eq_map_conv no longer has attribute `simp'. |
612 |
||
19279 | 613 |
* Theorem setsum_mult renamed to setsum_right_distrib. |
614 |
||
19211 | 615 |
* Prefer ex1I over ex_ex1I in single-step reasoning, e.g. by the |
616 |
'rule' method. |
|
617 |
||
17809
195045659c06
Tactics sat and satx reimplemented, several improvements
webertj
parents:
17806
diff
changeset
|
618 |
* Tactics 'sat' and 'satx' reimplemented, several improvements: goals |
195045659c06
Tactics sat and satx reimplemented, several improvements
webertj
parents:
17806
diff
changeset
|
619 |
no longer need to be stated as "<prems> ==> False", equivalences (i.e. |
17865 | 620 |
"=" on type bool) are handled, variable names of the form "lit_<n>" |
621 |
are no longer reserved, significant speedup. |
|
622 |
||
20136 | 623 |
* Tactics 'sat' and 'satx' can now replay MiniSat proof traces. zChaff is |
624 |
still supported as well. |
|
625 |
||
18480
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
626 |
* inductive and datatype: provide projections of mutual rules, bundled |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
627 |
as foo_bar.inducts; |
8ac97f71369d
* induct: improved treatment of mutual goals and mutual rules;
wenzelm
parents:
18450
diff
changeset
|
628 |
|
21256 | 629 |
* Library: moved theories Parity, GCD, Binomial, Infinite_Set to Library. |
630 |
||
631 |
* Library: moved theory Accessible_Part to main HOL. |
|
19572
a4b3176f19dd
* Library: theory Accessible_Part has been move to main HOL.
wenzelm
parents:
19508
diff
changeset
|
632 |
|
18446 | 633 |
* Library: added theory Coinductive_List of potentially infinite lists |
634 |
as greatest fixed-point. |
|
18399 | 635 |
|
19254 | 636 |
* Library: added theory AssocList which implements (finite) maps as |
19252 | 637 |
association lists. |
17809
195045659c06
Tactics sat and satx reimplemented, several improvements
webertj
parents:
17806
diff
changeset
|
638 |
|
20807 | 639 |
* New proof method "evaluation" for efficiently solving a goal (i.e. a |
640 |
boolean expression) by compiling it to ML. The goal is "proved" (via |
|
641 |
the oracle "Evaluation") if it evaluates to True. |
|
642 |
||
643 |
* Linear arithmetic now splits certain operators (e.g. min, max, abs) |
|
644 |
also when invoked by the simplifier. This results in the simplifier |
|
21056 | 645 |
being more powerful on arithmetic goals. INCOMPATIBILITY. Set |
20807 | 646 |
fast_arith_split_limit to 0 to obtain the old behavior. |
20217
25b068a99d2b
linear arithmetic splits certain operators (e.g. min, max, abs)
webertj
parents:
20188
diff
changeset
|
647 |
|
20067
26bac504ef90
hex and binary numerals (contributed by Rafal Kolanski)
kleing
parents:
20040
diff
changeset
|
648 |
* Support for hex (0x20) and binary (0b1001) numerals. |
19254 | 649 |
|
20807 | 650 |
* New method: reify eqs (t), where eqs are equations for an |
651 |
interpretation I :: 'a list => 'b => 'c and t::'c is an optional |
|
652 |
parameter, computes a term s::'b and a list xs::'a list and proves the |
|
653 |
theorem I xs s = t. This is also known as reification or quoting. The |
|
654 |
resulting theorem is applied to the subgoal to substitute t with I xs |
|
655 |
s. If t is omitted, the subgoal itself is reified. |
|
656 |
||
657 |
* New method: reflection corr_thm eqs (t). The parameters eqs and (t) |
|
658 |
are as explained above. corr_thm is a theorem for I vs (f t) = I vs t, |
|
659 |
where f is supposed to be a computable function (in the sense of code |
|
660 |
generattion). The method uses reify to compute s and xs as above then |
|
661 |
applies corr_thm and uses normalization by evaluation to "prove" f s = |
|
662 |
r and finally gets the theorem t = r, which is again applied to the |
|
663 |
subgoal. An Example is available in HOL/ex/ReflectionEx.thy. |
|
664 |
||
665 |
* Reflection: Automatic refification now handels binding, an example |
|
666 |
is available in HOL/ex/ReflectionEx.thy |
|
667 |
||
668 |
||
20169 | 669 |
*** HOL-Algebra *** |
670 |
||
21170 | 671 |
* Formalisation of ideals and the quotient construction over rings. |
672 |
||
673 |
* Order and lattice theory no longer based on records. |
|
674 |
INCOMPATIBILITY. |
|
675 |
||
676 |
* Method algebra is now set up via an attribute. For examples see |
|
677 |
CRing.thy. INCOMPATIBILITY: the method is now weaker on combinations |
|
678 |
of algebraic structures. |
|
20318
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
ballarin
parents:
20217
diff
changeset
|
679 |
|
0e0ea63fe768
Restructured algebra library, added ideals and quotient rings.
ballarin
parents:
20217
diff
changeset
|
680 |
* Renamed `CRing.thy' to `Ring.thy'. INCOMPATIBILITY. |
20169 | 681 |
|
20807 | 682 |
|
19653 | 683 |
*** HOL-Complex *** |
684 |
||
685 |
* Theory Real: new method ferrack implements quantifier elimination |
|
686 |
for linear arithmetic over the reals. The quantifier elimination |
|
687 |
feature is used only for decision, for compatibility with arith. This |
|
688 |
means a goal is either solved or left unchanged, no simplification. |
|
689 |
||
690 |
||
17878 | 691 |
*** ML *** |
692 |
||
21056 | 693 |
* Pure/table: |
694 |
||
695 |
Function `...tab.foldl` removed. |
|
696 |
INCOMPATIBILITY: use `...tabfold` instead |
|
697 |
||
20857 | 698 |
* Pure/library: |
699 |
||
21056 | 700 |
`gen_rem(s)` abandoned in favour of `remove` / `subtract`. |
20951
868120282837
gen_rem(s) abandoned in favour of remove / subtract
haftmann
parents:
20919
diff
changeset
|
701 |
INCOMPATIBILITY: |
868120282837
gen_rem(s) abandoned in favour of remove / subtract
haftmann
parents:
20919
diff
changeset
|
702 |
rewrite "gen_rem eq (xs, x)" to "remove (eq o swap) x xs" |
868120282837
gen_rem(s) abandoned in favour of remove / subtract
haftmann
parents:
20919
diff
changeset
|
703 |
rewrite "gen_rems eq (xs, ys)" to "subtract (eq o swap) ys xs" |
868120282837
gen_rem(s) abandoned in favour of remove / subtract
haftmann
parents:
20919
diff
changeset
|
704 |
drop "swap" if "eq" is symmetric. |
868120282837
gen_rem(s) abandoned in favour of remove / subtract
haftmann
parents:
20919
diff
changeset
|
705 |
|
868120282837
gen_rem(s) abandoned in favour of remove / subtract
haftmann
parents:
20919
diff
changeset
|
706 |
* Pure/library: |
868120282837
gen_rem(s) abandoned in favour of remove / subtract
haftmann
parents:
20919
diff
changeset
|
707 |
|
21056 | 708 |
infixes `ins` `ins_string` `ins_int` have been abandoned in favour of `insert`. |
20857 | 709 |
INCOMPATIBILITY: rewrite "x ins(_...) xs" to "insert (op =) x xs" |
710 |
||
20607 | 711 |
* Pure/General/susp.ML: |
712 |
||
713 |
New module for delayed evaluations. |
|
714 |
||
18450
e57731ba01dd
discontinued unflat in favour of burrow and burrow_split
haftmann
parents:
18446
diff
changeset
|
715 |
* Pure/library: |
e57731ba01dd
discontinued unflat in favour of burrow and burrow_split
haftmann
parents:
18446
diff
changeset
|
716 |
|
20348 | 717 |
Semantically identical functions "equal_list" and "eq_list" have been |
718 |
unified to "eq_list". |
|
719 |
||
720 |
* Pure/library: |
|
721 |
||
18450
e57731ba01dd
discontinued unflat in favour of burrow and burrow_split
haftmann
parents:
18446
diff
changeset
|
722 |
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
|
723 |
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
|
724 |
|
18540 | 725 |
The semantics of "burrow" is: "take a function with *simulatanously* |
726 |
transforms a list of value, and apply it *simulatanously* to a list of |
|
727 |
list of values of the appropriate type". Confer this with "map" which |
|
728 |
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
|
729 |
sequence. "fold_burrow" has an additional context. |
18540 | 730 |
|
731 |
Both actually avoid the usage of "unflat" since they hide away |
|
732 |
"unflat" from the user. |
|
18450
e57731ba01dd
discontinued unflat in favour of burrow and burrow_split
haftmann
parents:
18446
diff
changeset
|
733 |
|
18446 | 734 |
* Pure/library: functions map2 and fold2 with curried syntax for |
735 |
simultanous mapping and folding: |
|
736 |
||
18422
875451c9d253
re-arranged tuples (theory * 'a) to ('a * theory) in Pure
haftmann
parents:
18399
diff
changeset
|
737 |
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
|
738 |
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
|
739 |
|
18446 | 740 |
* Pure/library: indexed lists - some functions in the Isabelle library |
741 |
treating lists over 'a as finite mappings from [0...n] to 'a have been |
|
742 |
given more convenient names and signatures reminiscent of similar |
|
743 |
functions for alists, tables, etc: |
|
18051 | 744 |
|
745 |
val nth: 'a list -> int -> 'a |
|
746 |
val nth_map: int -> ('a -> 'a) -> 'a list -> 'a list |
|
747 |
val fold_index: (int * 'a -> 'b -> 'b) -> 'a list -> 'b -> 'b |
|
748 |
||
18446 | 749 |
Note that fold_index starts counting at index 0, not 1 like foldln |
750 |
used to. |
|
751 |
||
19653 | 752 |
* Pure/library: general ``divide_and_conquer'' combinator on lists. |
753 |
||
19032 | 754 |
* Pure/General/name_mangler.ML provides a functor for generic name |
21109 | 755 |
mangling (bijective mapping from expression values to strings). |
18446 | 756 |
|
19032 | 757 |
* Pure/General/rat.ML implements rational numbers. |
758 |
||
759 |
* 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
|
760 |
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
|
761 |
admits slightly more efficient complex applications. |
18446 | 762 |
|
18642 | 763 |
* Pure: datatype Context.generic joins theory/Proof.context and |
18644 | 764 |
provides some facilities for code that works in either kind of |
18642 | 765 |
context, notably GenericDataFun for uniform theory and proof data. |
766 |
||
18862
bd83590be0f7
* Pure: 'advanced' translation functions use Context.generic instead of just theory;
wenzelm
parents:
18815
diff
changeset
|
767 |
* 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
|
768 |
use Context.generic instead of just theory. |
bd83590be0f7
* Pure: 'advanced' translation functions use Context.generic instead of just theory;
wenzelm
parents:
18815
diff
changeset
|
769 |
|
18737 | 770 |
* Pure: simplified internal attribute type, which is now always |
771 |
Context.generic * thm -> Context.generic * thm. Global (theory) |
|
772 |
vs. local (Proof.context) attributes have been discontinued, while |
|
18738 | 773 |
minimizing code duplication. Thm.rule_attribute and |
774 |
Thm.declaration_attribute build canonical attributes; see also |
|
19006
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
775 |
structure Context for further operations on Context.generic, notably |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
776 |
GenericDataFun. INCOMPATIBILITY, need to adapt attribute type |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
777 |
declarations and definitions. |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
778 |
|
19508 | 779 |
* Pure/kernel: consts certification ignores sort constraints given in |
780 |
signature declarations. (This information is not relevant to the |
|
781 |
logic, but only for type inference.) IMPORTANT INTERNAL CHANGE. |
|
782 |
||
783 |
* Pure: axiomatic type classes are now purely definitional, with |
|
784 |
explicit proofs of class axioms and super class relations performed |
|
785 |
internally. See Pure/axclass.ML for the main internal interfaces -- |
|
786 |
notably AxClass.define_class supercedes AxClass.add_axclass, and |
|
787 |
AxClass.axiomatize_class/classrel/arity supercede |
|
788 |
Sign.add_classes/classrel/arities. |
|
789 |
||
19006
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
790 |
* Pure/Isar: Args/Attrib parsers operate on Context.generic -- |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
791 |
global/local versions on theory vs. Proof.context have been |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
792 |
discontinued; Attrib.syntax and Method.syntax have been adapted |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
793 |
accordingly. INCOMPATIBILITY, need to adapt parser expressions for |
2427684c201c
* ML/Pure: generic Args/Attrib syntax everywhere;
wenzelm
parents:
18979
diff
changeset
|
794 |
attributes, methods, etc. |
18642 | 795 |
|
18446 | 796 |
* Pure: several functions of signature "... -> theory -> theory * ..." |
797 |
have been reoriented to "... -> theory -> ... * theory" in order to |
|
798 |
allow natural usage in combination with the ||>, ||>>, |-> and |
|
799 |
fold_map combinators. |
|
18051 | 800 |
|
18020 | 801 |
* Pure: primitive rule lift_rule now takes goal cterm instead of an |
18145 | 802 |
actual goal state (thm). Use Thm.lift_rule (Thm.cprem_of st i) to |
18020 | 803 |
achieve the old behaviour. |
804 |
||
805 |
* Pure: the "Goal" constant is now called "prop", supporting a |
|
806 |
slightly more general idea of ``protecting'' meta-level rule |
|
807 |
statements. |
|
808 |
||
20040
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
809 |
* Pure: Logic.(un)varify only works in a global context, which is now |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
810 |
enforced instead of silently assumed. INCOMPATIBILITY, may use |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
811 |
Logic.legacy_(un)varify as temporary workaround. |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
812 |
|
20090 | 813 |
* Pure: structure Name provides scalable operations for generating |
814 |
internal variable names, notably Name.variants etc. This replaces |
|
815 |
some popular functions from term.ML: |
|
816 |
||
817 |
Term.variant -> Name.variant |
|
818 |
Term.variantlist -> Name.variant_list (*canonical argument order*) |
|
819 |
Term.invent_names -> Name.invent_list |
|
820 |
||
821 |
Note that low-level renaming rarely occurs in new code -- operations |
|
822 |
from structure Variable are used instead (see below). |
|
823 |
||
20040
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
824 |
* Pure: structure Variable provides fundamental operations for proper |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
825 |
treatment of fixed/schematic variables in a context. For example, |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
826 |
Variable.import introduces fixes for schematics of given facts and |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
827 |
Variable.export reverses the effect (up to renaming) -- this replaces |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
828 |
various freeze_thaw operations. |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
829 |
|
18567 | 830 |
* 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
|
831 |
init/conclude/finish and tactical prove operations (replacing former |
20040
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
832 |
Tactic.prove). Goal.prove is the canonical way to prove results |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
833 |
within a given context; Goal.prove_global is a degraded version for |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
834 |
theory level goals, including a global Drule.standard. Note that |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
835 |
OldGoals.prove_goalw_cterm has long been obsolete, since it is |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
836 |
ill-behaved in a local proof context (e.g. with local fixes/assumes or |
02c59ec2f2e1
* Pure: structure Variable provides operations for proper treatment of fixed/schematic variables;
wenzelm
parents:
20013
diff
changeset
|
837 |
in a locale context). |
17981
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
838 |
|
18815
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
839 |
* Isar: simplified treatment of user-level errors, using exception |
18687 | 840 |
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
|
841 |
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
|
842 |
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
|
843 |
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
|
844 |
|
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
845 |
... handle ERROR msg => cat_error msg "..." |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
846 |
|
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
847 |
Toplevel ML code (run directly or through the Isar toplevel) may be |
18687 | 848 |
embedded into the Isar toplevel with exception display/debug like |
849 |
this: |
|
18686
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
850 |
|
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
851 |
Isar.toplevel (fn () => ...) |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
852 |
|
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
853 |
INCOMPATIBILITY, removed special transform_error facilities, removed |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
854 |
obsolete variants of user-level exceptions (ERROR_MESSAGE, |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
855 |
Context.PROOF, ProofContext.CONTEXT, Proof.STATE, ProofHistory.FAIL) |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
856 |
-- use plain ERROR instead. |
cbbc71acf994
* ML/Isar: simplified treatment of user-level errors;
wenzelm
parents:
18674
diff
changeset
|
857 |
|
18815
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
858 |
* 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
|
859 |
list. INCOMPATIBILITY, may use #> to compose setup functions. |
0888eca0f1be
* ML/Isar: theory setup has type (theory -> theory);
wenzelm
parents:
18696
diff
changeset
|
860 |
|
18815
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
861 |
* Isar: installed ML toplevel pretty printer for type Proof.context, |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
862 |
subject to ProofContext.debug/verbose flags. |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
863 |
|
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
864 |
* Isar: Toplevel.theory_to_proof admits transactions that modify the |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
865 |
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
|
866 |
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
|
867 |
batch mode. |
18567 | 868 |
|
17878 | 869 |
* Simplifier: the simpset of a running simplification process now |
870 |
contains a proof context (cf. Simplifier.the_context), which is the |
|
871 |
very context that the initial simpset has been retrieved from (by |
|
17890 | 872 |
simpset_of/local_simpset_of). Consequently, all plug-in components |
17878 | 873 |
(solver, looper etc.) may depend on arbitrary proof data. |
874 |
||
875 |
* Simplifier.inherit_context inherits the proof context (plus the |
|
876 |
local bounds) of the current simplification process; any simproc |
|
877 |
etc. that calls the Simplifier recursively should do this! Removed |
|
878 |
former Simplifier.inherit_bounds, which is already included here -- |
|
17890 | 879 |
INCOMPATIBILITY. Tools based on low-level rewriting may even have to |
880 |
specify an explicit context using Simplifier.context/theory_context. |
|
17878 | 881 |
|
882 |
* Simplifier/Classical Reasoner: more abstract interfaces |
|
883 |
change_simpset/claset for modifying the simpset/claset reference of a |
|
884 |
theory; raw versions simpset/claset_ref etc. have been discontinued -- |
|
885 |
INCOMPATIBILITY. |
|
886 |
||
18540 | 887 |
* Provers: more generic wrt. syntax of object-logics, avoid hardwired |
888 |
"Trueprop" etc. |
|
889 |
||
17878 | 890 |
|
20988
0887d0dd3210
* isabelle-process: option -S (secure mode) disables some critical operations;
wenzelm
parents:
20951
diff
changeset
|
891 |
*** System *** |
0887d0dd3210
* isabelle-process: option -S (secure mode) disables some critical operations;
wenzelm
parents:
20951
diff
changeset
|
892 |
|
0887d0dd3210
* isabelle-process: option -S (secure mode) disables some critical operations;
wenzelm
parents:
20951
diff
changeset
|
893 |
* isabelle-process: option -S (secure mode) disables some critical |
0887d0dd3210
* isabelle-process: option -S (secure mode) disables some critical operations;
wenzelm
parents:
20951
diff
changeset
|
894 |
operations, notably runtime compilation and evaluation of ML source |
0887d0dd3210
* isabelle-process: option -S (secure mode) disables some critical operations;
wenzelm
parents:
20951
diff
changeset
|
895 |
code. |
0887d0dd3210
* isabelle-process: option -S (secure mode) disables some critical operations;
wenzelm
parents:
20951
diff
changeset
|
896 |
|
17754
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
897 |
|
17720 | 898 |
New in Isabelle2005 (October 2005) |
899 |
---------------------------------- |
|
14655
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
900 |
|
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
901 |
*** General *** |
8a95abf87dd3
Pure: considerably improved version of 'constdefs' command;
wenzelm
parents:
14624
diff
changeset
|
902 |
|
15130 | 903 |
* Theory headers: the new header syntax for Isar theories is |
904 |
||
905 |
theory <name> |
|
16234 | 906 |
imports <theory1> ... <theoryN> |
907 |
uses <file1> ... <fileM> |
|
15130 | 908 |
begin |
909 |
||
16234 | 910 |
where the 'uses' part is optional. The previous syntax |
911 |
||
912 |
theory <name> = <theory1> + ... + <theoryN>: |
|
913 |
||
16717 | 914 |
will disappear in the next release. Use isatool fixheaders to convert |
915 |
existing theory files. Note that there is no change in ancient |
|
17371 | 916 |
non-Isar theories now, but these will disappear soon. |
15130 | 917 |
|
15475
fdf9434b04ea
- Proofs are now hidden by default when generating documents
berghofe
parents:
15454
diff
changeset
|
918 |
* Theory loader: parent theories can now also be referred to via |
16234 | 919 |
relative and absolute paths. |
920 |
||
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
921 |
* 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
|
922 |
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
|
923 |
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
|
924 |
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
|
925 |
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
|
926 |
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
|
927 |
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
|
928 |
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
|
929 |
'ProofGeneral -> Find Theorems' or C-c C-f. Example: |
16234 | 930 |
|
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
931 |
C-c C-f (100) "(_::nat) + _ + _" intro -name: "HOL." |
16234 | 932 |
|
933 |
prints the last 100 theorems matching the pattern "(_::nat) + _ + _", |
|
934 |
matching the current goal as introduction rule and not having "HOL." |
|
935 |
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
|
936 |
|
17408
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
937 |
* 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
|
938 |
'find_theorems'; INCOMPATIBILITY. |
551c9a4dd693
command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents:
17402
diff
changeset
|
939 |
|
17385 | 940 |
* Communication with Proof General is now 8bit clean, which means that |
941 |
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
|
942 |
formal and informal parts). Cf. option -U of the Isabelle Proof |
17538 | 943 |
General interface. Here are some simple examples (cf. src/HOL/ex): |
944 |
||
945 |
http://isabelle.in.tum.de/library/HOL/ex/Hebrew.html |
|
946 |
http://isabelle.in.tum.de/library/HOL/ex/Chinese.html |
|
17385 | 947 |
|
17425 | 948 |
* Improved efficiency of the Simplifier and, to a lesser degree, the |
949 |
Classical Reasoner. Typical big applications run around 2 times |
|
950 |
faster. |
|
951 |
||
15703 | 952 |
|
953 |
*** Document preparation *** |
|
954 |
||
16234 | 955 |
* Commands 'display_drafts' and 'print_drafts' perform simple output |
956 |
of raw sources. Only those symbols that do not require additional |
|
957 |
LaTeX packages (depending on comments in isabellesym.sty) are |
|
958 |
displayed properly, everything else is left verbatim. isatool display |
|
959 |
and isatool print are used as front ends (these are subject to the |
|
960 |
DVI/PDF_VIEWER and PRINT_COMMAND settings, respectively). |
|
961 |
||
17047
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
962 |
* 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
|
963 |
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
|
964 |
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
|
965 |
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
|
966 |
"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
|
967 |
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
|
968 |
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
|
969 |
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
|
970 |
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
|
971 |
\isadroptag. |
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
972 |
|
e2e2d75bb37b
* Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents:
17016
diff
changeset
|
973 |
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
|
974 |
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
|
975 |
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
|
976 |
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
|
977 |
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
|
978 |
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
|
979 |
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
|
980 |
specified above. |
16234 | 981 |
|
17402 | 982 |
* Several new antiquotations: |
15979 | 983 |
|
984 |
@{term_type term} prints a term with its type annotated; |
|
985 |
||
986 |
@{typeof term} prints the type of a term; |
|
987 |
||
16234 | 988 |
@{const const} is the same as @{term const}, but checks that the |
989 |
argument is a known logical constant; |
|
15979 | 990 |
|
991 |
@{term_style style term} and @{thm_style style thm} print a term or |
|
16234 | 992 |
theorem applying a "style" to it |
993 |
||
17117
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
994 |
@{ML text} |
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
995 |
|
16234 | 996 |
Predefined styles are 'lhs' and 'rhs' printing the lhs/rhs of |
997 |
definitions, equations, inequations etc., 'concl' printing only the |
|
17393 | 998 |
conclusion of a meta-logical statement theorem, and 'prem1' .. 'prem19' |
16234 | 999 |
to print the specified premise. TermStyle.add_style provides an ML |
1000 |
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
|
1001 |
document practical applications. The ML antiquotation prints |
e2bed9e82454
* The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents:
17097
diff
changeset
|
1002 |
type-checked ML expressions verbatim. |
16234 | 1003 |
|
17259
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
1004 |
* Markup commands 'chapter', 'section', 'subsection', 'subsubsection', |
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
1005 |
and 'text' support optional locale specification '(in loc)', which |
17269 | 1006 |
specifies the default context for interpreting antiquotations. For |
1007 |
example: 'text (in lattice) {* @{thm inf_assoc}*}'. |
|
17259
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
1008 |
|
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
1009 |
* Option 'locale=NAME' of antiquotations specifies an alternative |
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
1010 |
context interpreting the subsequent argument. For example: @{thm |
17269 | 1011 |
[locale=lattice] inf_assoc}. |
17259
dda237f1d299
Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents:
17228
diff
changeset
|
1012 |
|
17097
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
1013 |
* 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
|
1014 |
a proof context. |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
1015 |
|
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
1016 |
* Proper output of antiquotations for theory commands involving a |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
1017 |
proof context (such as 'locale' or 'theorem (in loc) ...'). |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
1018 |
|
17193
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
1019 |
* 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
|
1020 |
macros (\isachardoublequoteopen, isachardoublequoteclose etc.). |
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
1021 |
|
83708f724822
* Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents:
17189
diff
changeset
|
1022 |
* 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
|
1023 |
-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
|
1024 |
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
|
1025 |
|
16234 | 1026 |
|
1027 |
*** Pure *** |
|
1028 |
||
1029 |
* Considerably improved version of 'constdefs' command. Now performs |
|
1030 |
automatic type-inference of declared constants; additional support for |
|
1031 |
local structure declarations (cf. locales and HOL records), see also |
|
1032 |
isar-ref manual. Potential INCOMPATIBILITY: need to observe strictly |
|
1033 |
sequential dependencies of definitions within a single 'constdefs' |
|
1034 |
section; moreover, the declared name needs to be an identifier. If |
|
1035 |
all fails, consider to fall back on 'consts' and 'defs' separately. |
|
1036 |
||
1037 |
* Improved indexed syntax and implicit structures. First of all, |
|
1038 |
indexed syntax provides a notational device for subscripted |
|
1039 |
application, using the new syntax \<^bsub>term\<^esub> for arbitrary |
|
1040 |
expressions. Secondly, in a local context with structure |
|
1041 |
declarations, number indexes \<^sub>n or the empty index (default |
|
1042 |
number 1) refer to a certain fixed variable implicitly; option |
|
1043 |
show_structs controls printing of implicit structures. Typical |
|
1044 |
applications of these concepts involve record types and locales. |
|
1045 |
||
1046 |
* New command 'no_syntax' removes grammar declarations (and |
|
1047 |
translations) resulting from the given syntax specification, which is |
|
1048 |
interpreted in the same manner as for the 'syntax' command. |
|
1049 |
||
1050 |
* 'Advanced' translation functions (parse_translation etc.) may depend |
|
1051 |
on the signature of the theory context being presently used for |
|
1052 |
parsing/printing, see also isar-ref manual. |
|
1053 |
||
16856 | 1054 |
* Improved 'oracle' command provides a type-safe interface to turn an |
1055 |
ML expression of type theory -> T -> term into a primitive rule of |
|
1056 |
type theory -> T -> thm (i.e. the functionality of Thm.invoke_oracle |
|
1057 |
is already included here); see also FOL/ex/IffExample.thy; |
|
1058 |
INCOMPATIBILITY. |
|
1059 |
||
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
1060 |
* 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
|
1061 |
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
|
1062 |
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
|
1063 |
axclasses vs. locales. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
1064 |
|
16234 | 1065 |
* Improved internal renaming of symbolic identifiers -- attach primes |
1066 |
instead of base 26 numbers. |
|
1067 |
||
1068 |
* New flag show_question_marks controls printing of leading question |
|
1069 |
marks in schematic variable names. |
|
1070 |
||
1071 |
* In schematic variable names, *any* symbol following \<^isub> or |
|
1072 |
\<^isup> is now treated as part of the base name. For example, the |
|
1073 |
following works without printing of awkward ".0" indexes: |
|
1074 |
||
1075 |
lemma "x\<^isub>1 = x\<^isub>2 ==> x\<^isub>2 = x\<^isub>1" |
|
1076 |
by simp |
|
1077 |
||
1078 |
* Inner syntax includes (*(*nested*) comments*). |
|
1079 |
||
17548 | 1080 |
* Pretty printer now supports unbreakable blocks, specified in mixfix |
16234 | 1081 |
annotations as "(00...)". |
1082 |
||
1083 |
* Clear separation of logical types and nonterminals, where the latter |
|
1084 |
may only occur in 'syntax' specifications or type abbreviations. |
|
1085 |
Before that distinction was only partially implemented via type class |
|
1086 |
"logic" vs. "{}". Potential INCOMPATIBILITY in rare cases of improper |
|
1087 |
use of 'types'/'consts' instead of 'nonterminals'/'syntax'. Some very |
|
1088 |
exotic syntax specifications may require further adaption |
|
17691 | 1089 |
(e.g. Cube/Cube.thy). |
16234 | 1090 |
|
1091 |
* Removed obsolete type class "logic", use the top sort {} instead. |
|
1092 |
Note that non-logical types should be declared as 'nonterminals' |
|
1093 |
rather than 'types'. INCOMPATIBILITY for new object-logic |
|
1094 |
specifications. |
|
1095 |
||
17095 | 1096 |
* Attributes 'induct' and 'cases': type or set names may now be |
1097 |
locally fixed variables as well. |
|
1098 |
||
16234 | 1099 |
* Simplifier: can now control the depth to which conditional rewriting |
1100 |
is traced via the PG menu Isabelle -> Settings -> Trace Simp Depth |
|
1101 |
Limit. |
|
1102 |
||
1103 |
* Simplifier: simplification procedures may now take the current |
|
1104 |
simpset into account (cf. Simplifier.simproc(_i) / mk_simproc |
|
1105 |
interface), which is very useful for calling the Simplifier |
|
1106 |
recursively. Minor INCOMPATIBILITY: the 'prems' argument of simprocs |
|
1107 |
is gone -- use prems_of_ss on the simpset instead. Moreover, the |
|
1108 |
low-level mk_simproc no longer applies Logic.varify internally, to |
|
1109 |
allow for use in a context of fixed variables. |
|
1110 |
||
1111 |
* thin_tac now works even if the assumption being deleted contains !! |
|
1112 |
or ==>. More generally, erule now works even if the major premise of |
|
1113 |
the elimination rule contains !! or ==>. |
|
1114 |
||
17597 | 1115 |
* Method 'rules' has been renamed to 'iprover'. INCOMPATIBILITY. |
17590 | 1116 |
|
16234 | 1117 |
* Reorganized bootstrapping of the Pure theories; CPure is now derived |
1118 |
from Pure, which contains all common declarations already. Both |
|
1119 |
theories are defined via plain Isabelle/Isar .thy files. |
|
1120 |
INCOMPATIBILITY: elements of CPure (such as the CPure.intro / |
|
1121 |
CPure.elim / CPure.dest attributes) now appear in the Pure name space; |
|
1122 |
use isatool fixcpure to adapt your theory and ML sources. |
|
1123 |
||
1124 |
* New syntax 'name(i-j, i-, i, ...)' for referring to specific |
|
1125 |
selections of theorems in named facts via index ranges. |
|
1126 |
||
17097
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
1127 |
* 'print_theorems': in theory mode, really print the difference |
78f1b66f70a4
* Proper output of proof terms within a proof context;
wenzelm
parents:
17095
diff
changeset
|
1128 |
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
|
1129 |
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
|
1130 |
|
17397 | 1131 |
* 'hide': option '(open)' hides only base names. |
1132 |
||
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
1133 |
* 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
|
1134 |
theory development. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
1135 |
|
17663
28be54ff74f8
Added entries for code_module, code_library, and value.
berghofe
parents:
17641
diff
changeset
|
1136 |
* Code generator is now invoked via code_module (incremental code |
17664 | 1137 |
generation) and code_library (modular code generation, ML structures |
1138 |
for each theory). INCOMPATIBILITY: new keywords 'file' and 'contains' |
|
1139 |
must be quoted when used as identifiers. |
|
1140 |
||
1141 |
* New 'value' command for reading, evaluating and printing terms using |
|
1142 |
the code generator. INCOMPATIBILITY: command keyword 'value' must be |
|
1143 |
quoted when used as identifier. |
|
17663
28be54ff74f8
Added entries for code_module, code_library, and value.
berghofe
parents:
17641
diff
changeset
|
1144 |
|
16234 | 1145 |
|
1146 |
*** Locales *** |
|
17095 | 1147 |
|
17385 | 1148 |
* New commands for the interpretation of locale expressions in |
1149 |
theories (1), locales (2) and proof contexts (3). These generate |
|
1150 |
proof obligations from the expression specification. After the |
|
1151 |
obligations have been discharged, theorems of the expression are added |
|
1152 |
to the theory, target locale or proof context. The synopsis of the |
|
1153 |
commands is a follows: |
|
1154 |
||
17095 | 1155 |
(1) interpretation expr inst |
1156 |
(2) interpretation target < expr |
|
1157 |
(3) interpret expr inst |
|
17385 | 1158 |
|
17095 | 1159 |
Interpretation in theories and proof contexts require a parameter |
1160 |
instantiation of terms from the current context. This is applied to |
|
17385 | 1161 |
specifications and theorems of the interpreted expression. |
1162 |
Interpretation in locales only permits parameter renaming through the |
|
1163 |
locale expression. Interpretation is smart in that interpretations |
|
1164 |
that are active already do not occur in proof obligations, neither are |
|
1165 |
instantiated theorems stored in duplicate. Use 'print_interps' to |
|
1166 |
inspect active interpretations of a particular locale. For details, |
|
17436 | 1167 |
see the Isar Reference manual. Examples can be found in |
1168 |
HOL/Finite_Set.thy and HOL/Algebra/UnivPoly.thy. |
|
16234 | 1169 |
|
1170 |
INCOMPATIBILITY: former 'instantiate' has been withdrawn, use |
|
1171 |
'interpret' instead. |
|
1172 |
||
17385 | 1173 |
* New context element 'constrains' for adding type constraints to |
1174 |
parameters. |
|
1175 |
||
1176 |
* Context expressions: renaming of parameters with syntax |
|
1177 |
redeclaration. |
|
17095 | 1178 |
|
1179 |
* Locale declaration: 'includes' disallowed. |
|
1180 |
||
16234 | 1181 |
* Proper static binding of attribute syntax -- i.e. types / terms / |
1182 |
facts mentioned as arguments are always those of the locale definition |
|
1183 |
context, independently of the context of later invocations. Moreover, |
|
1184 |
locale operations (renaming and type / term instantiation) are applied |
|
1185 |
to attribute arguments as expected. |
|
1186 |
||
1187 |
INCOMPATIBILITY of the ML interface: always pass Attrib.src instead of |
|
1188 |
actual attributes; rare situations may require Attrib.attribute to |
|
1189 |
embed those attributes into Attrib.src that lack concrete syntax. |
|
1190 |
Attribute implementations need to cooperate properly with the static |
|
1191 |
binding mechanism. Basic parsers Args.XXX_typ/term/prop and |
|
1192 |
Attrib.XXX_thm etc. already do the right thing without further |
|
1193 |
intervention. Only unusual applications -- such as "where" or "of" |
|
1194 |
(cf. src/Pure/Isar/attrib.ML), which process arguments depending both |
|
1195 |
on the context and the facts involved -- may have to assign parsed |
|
1196 |
values to argument tokens explicitly. |
|
1197 |
||
1198 |
* Changed parameter management in theorem generation for long goal |
|
1199 |
statements with 'includes'. INCOMPATIBILITY: produces a different |
|
1200 |
theorem statement in rare situations. |
|
1201 |
||
17228 | 1202 |
* Locale inspection command 'print_locale' omits notes elements. Use |
1203 |
'print_locale!' to have them included in the output. |
|
1204 |
||
16234 | 1205 |
|
1206 |
*** Provers *** |
|
1207 |
||
1208 |
* Provers/hypsubst.ML: improved version of the subst method, for |
|
1209 |
single-step rewriting: it now works in bound variable contexts. New is |
|
1210 |
'subst (asm)', for rewriting an assumption. INCOMPATIBILITY: may |
|
1211 |
rewrite a different subterm than the original subst method, which is |
|
1212 |
still available as 'simplesubst'. |
|
1213 |
||
1214 |
* Provers/quasi.ML: new transitivity reasoners for transitivity only |
|
1215 |
and quasi orders. |
|
1216 |
||
1217 |
* Provers/trancl.ML: new transitivity reasoner for transitive and |
|
1218 |
reflexive-transitive closure of relations. |
|
1219 |
||
1220 |
* Provers/blast.ML: new reference depth_limit to make blast's depth |
|
1221 |
limit (previously hard-coded with a value of 20) user-definable. |
|
1222 |
||
1223 |
* Provers/simplifier.ML has been moved to Pure, where Simplifier.setup |
|
1224 |
is peformed already. Object-logics merely need to finish their |
|
1225 |
initial simpset configuration as before. INCOMPATIBILITY. |
|
15703 | 1226 |
|
15475
fdf9434b04ea
- Proofs are now hidden by default when generating documents
berghofe
parents:
15454
diff
changeset
|
1227 |
|
14700
2f885b7e5ba7
reimplementation of HOL records; only one type is created for
schirmer
parents:
14699
diff
changeset
|
1228 |
*** HOL *** |
2f885b7e5ba7
reimplementation of HOL records; only one type is created for
schirmer
parents:
14699
diff
changeset
|
1229 |
|
16234 | 1230 |
* Symbolic syntax of Hilbert Choice Operator is now as follows: |
14878 | 1231 |
|
1232 |
syntax (epsilon) |
|
1233 |
"_Eps" :: "[pttrn, bool] => 'a" ("(3\<some>_./ _)" [0, 10] 10) |
|
1234 |
||
16234 | 1235 |
The symbol \<some> is displayed as the alternative epsilon of LaTeX |
1236 |
and x-symbol; use option '-m epsilon' to get it actually printed. |
|
1237 |
Moreover, the mathematically important symbolic identifier \<epsilon> |
|
1238 |
becomes available as variable, constant etc. INCOMPATIBILITY, |
|
1239 |
||
1240 |
* "x > y" abbreviates "y < x" and "x >= y" abbreviates "y <= x". |
|
1241 |
Similarly for all quantifiers: "ALL x > y" etc. The x-symbol for >= |
|
17371 | 1242 |
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
|
1243 |
support corresponding Isar calculations. |
16234 | 1244 |
|
1245 |
* "{x:A. P}" abbreviates "{x. x:A & P}", and similarly for "\<in>" |
|
1246 |
instead of ":". |
|
1247 |
||
1248 |
* theory SetInterval: changed the syntax for open intervals: |
|
1249 |
||
1250 |
Old New |
|
1251 |
{..n(} {..<n} |
|
1252 |
{)n..} {n<..} |
|
1253 |
{m..n(} {m..<n} |
|
1254 |
{)m..n} {m<..n} |
|
1255 |
{)m..n(} {m<..<n} |
|
1256 |
||
1257 |
The old syntax is still supported but will disappear in the next |
|
1258 |
release. For conversion use the following Emacs search and replace |
|
1259 |
patterns (these are not perfect but work quite well): |
|
15046 | 1260 |
|
1261 |
{)\([^\.]*\)\.\. -> {\1<\.\.} |
|
1262 |
\.\.\([^(}]*\)(} -> \.\.<\1} |
|
1263 |
||
17533 | 1264 |
* Theory Commutative_Ring (in Library): method comm_ring for proving |
1265 |
equalities in commutative rings; method 'algebra' provides a generic |
|
1266 |
interface. |
|
17389
b4743198b939
Method comm_ring for proving equalities in commutative rings.
wenzelm
parents:
17385
diff
changeset
|
1267 |
|
b4743198b939
Method comm_ring for proving equalities in commutative rings.
wenzelm
parents:
17385
diff
changeset
|
1268 |
* Theory Finite_Set: changed the syntax for 'setsum', summation over |
16234 | 1269 |
finite sets: "setsum (%x. e) A", which used to be "\<Sum>x:A. e", is |
17371 | 1270 |
now either "SUM x:A. e" or "\<Sum>x \<in> A. e". The bound variable can |
17189 | 1271 |
be a tuple pattern. |
16234 | 1272 |
|
1273 |
Some new syntax forms are available: |
|
1274 |
||
1275 |
"\<Sum>x | P. e" for "setsum (%x. e) {x. P}" |
|
1276 |
"\<Sum>x = a..b. e" for "setsum (%x. e) {a..b}" |
|
1277 |
"\<Sum>x = a..<b. e" for "setsum (%x. e) {a..<b}" |
|
1278 |
"\<Sum>x < k. e" for "setsum (%x. e) {..<k}" |
|
1279 |
||
1280 |
The latter form "\<Sum>x < k. e" used to be based on a separate |
|
1281 |
function "Summation", which has been discontinued. |
|
1282 |
||
1283 |
* theory Finite_Set: in structured induction proofs, the insert case |
|
1284 |
is now 'case (insert x F)' instead of the old counterintuitive 'case |
|
1285 |
(insert F x)'. |
|
1286 |
||
1287 |
* The 'refute' command has been extended to support a much larger |
|
1288 |
fragment of HOL, including axiomatic type classes, constdefs and |
|
1289 |
typedefs, inductive datatypes and recursion. |
|
1290 |
||
17700 | 1291 |
* New tactics 'sat' and 'satx' to prove propositional tautologies. |
1292 |
Requires zChaff with proof generation to be installed. See |
|
1293 |
HOL/ex/SAT_Examples.thy for examples. |
|
17619 | 1294 |
|
16234 | 1295 |
* Datatype induction via method 'induct' now preserves the name of the |
1296 |
induction variable. For example, when proving P(xs::'a list) by |
|
1297 |
induction on xs, the induction step is now P(xs) ==> P(a#xs) rather |
|
1298 |
than P(list) ==> P(a#list) as previously. Potential INCOMPATIBILITY |
|
1299 |
in unstructured proof scripts. |
|
1300 |
||
1301 |
* Reworked implementation of records. Improved scalability for |
|
1302 |
records with many fields, avoiding performance problems for type |
|
1303 |
inference. Records are no longer composed of nested field types, but |
|
1304 |
of nested extension types. Therefore the record type only grows linear |
|
1305 |
in the number of extensions and not in the number of fields. The |
|
1306 |
top-level (users) view on records is preserved. Potential |
|
1307 |
INCOMPATIBILITY only in strange cases, where the theory depends on the |
|
1308 |
old record representation. The type generated for a record is called |
|
1309 |
<record_name>_ext_type. |
|
1310 |
||
1311 |
Flag record_quick_and_dirty_sensitive can be enabled to skip the |
|
1312 |
proofs triggered by a record definition or a simproc (if |
|
1313 |
quick_and_dirty is enabled). Definitions of large records can take |
|
1314 |
quite long. |
|
1315 |
||
1316 |
New simproc record_upd_simproc for simplification of multiple record |
|
1317 |
updates enabled by default. Moreover, trivial updates are also |
|
1318 |
removed: r(|x := x r|) = r. INCOMPATIBILITY: old proofs break |
|
1319 |
occasionally, since simplification is more powerful by default. |
|
1320 |
||
17275
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
1321 |
* 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
|
1322 |
type-variables in the term. |
44d8fbc2e52d
axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents:
17269
diff
changeset
|
1323 |
|
16234 | 1324 |
* Simplifier: automatically reasons about transitivity chains |
1325 |
involving "trancl" (r^+) and "rtrancl" (r^*) by setting up tactics |
|
1326 |
provided by Provers/trancl.ML as additional solvers. INCOMPATIBILITY: |
|
1327 |
old proofs break occasionally as simplification may now solve more |
|
1328 |
goals than previously. |
|
1329 |
||
1330 |
* Simplifier: converts x <= y into x = y if assumption y <= x is |
|
1331 |
present. Works for all partial orders (class "order"), in particular |
|
1332 |
numbers and sets. For linear orders (e.g. numbers) it treats ~ x < y |
|
1333 |
just like y <= x. |
|
1334 |
||
1335 |
* Simplifier: new simproc for "let x = a in f x". If a is a free or |
|
1336 |
bound variable or a constant then the let is unfolded. Otherwise |
|
1337 |
first a is simplified to b, and then f b is simplified to g. If |
|
1338 |
possible we abstract b from g arriving at "let x = b in h x", |
|
1339 |
otherwise we unfold the let and arrive at g. The simproc can be |
|
1340 |
enabled/disabled by the reference use_let_simproc. Potential |
|
1341 |
INCOMPATIBILITY since simplification is more powerful by default. |
|
15776 | 1342 |
|
16563 | 1343 |
* Classical reasoning: the meson method now accepts theorems as arguments. |
1344 |
||
17595 | 1345 |
* Prover support: pre-release of the Isabelle-ATP linkup, which runs background |
1346 |
jobs to provide advice on the provability of subgoals. |
|
1347 |
||
16891 | 1348 |
* Theory OrderedGroup and Ring_and_Field: various additions and |
1349 |
improvements to faciliate calculations involving equalities and |
|
1350 |
inequalities. |
|
1351 |
||
1352 |
The following theorems have been eliminated or modified |
|
1353 |
(INCOMPATIBILITY): |
|
16888 | 1354 |
|
1355 |
abs_eq now named abs_of_nonneg |
|
17371 | 1356 |
abs_of_ge_0 now named abs_of_nonneg |
1357 |
abs_minus_eq now named abs_of_nonpos |
|
16888 | 1358 |
imp_abs_id now named abs_of_nonneg |
1359 |
imp_abs_neg_id now named abs_of_nonpos |
|
1360 |
mult_pos now named mult_pos_pos |
|
1361 |
mult_pos_le now named mult_nonneg_nonneg |
|
1362 |
mult_pos_neg_le now named mult_nonneg_nonpos |
|
1363 |
mult_pos_neg2_le now named mult_nonneg_nonpos2 |
|
1364 |
mult_neg now named mult_neg_neg |
|
1365 |
mult_neg_le now named mult_nonpos_nonpos |
|
1366 |
||
16891 | 1367 |
* Theory Parity: added rules for simplifying exponents. |
1368 |
||
17092 | 1369 |
* Theory List: |
1370 |
||
1371 |
The following theorems have been eliminated or modified |
|
1372 |
(INCOMPATIBILITY): |
|
1373 |
||
1374 |
list_all_Nil now named list_all.simps(1) |
|
1375 |
list_all_Cons now named list_all.simps(2) |
|
1376 |
list_all_conv now named list_all_iff |
|
1377 |
set_mem_eq now named mem_iff |
|
1378 |
||
16929 | 1379 |
* Theories SetsAndFunctions and BigO (see HOL/Library) support |
1380 |
asymptotic "big O" calculations. See the notes in BigO.thy. |
|
1381 |
||
16888 | 1382 |
|
1383 |
*** HOL-Complex *** |
|
1384 |
||
16891 | 1385 |
* Theory RealDef: better support for embedding natural numbers and |
1386 |
integers in the reals. |
|
1387 |
||
1388 |
The following theorems have been eliminated or modified |
|
1389 |
(INCOMPATIBILITY): |
|
1390 |
||
17016
73c74cb1d744
mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents:
16997
diff
changeset
|
1391 |
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
|
1392 |
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
|
1393 |
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
|
1394 |
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
|
1395 |
real_of_int_mult reversed direction of equality (use [symmetric]) |
16891 | 1396 |
|
1397 |
* Theory RComplete: expanded support for floor and ceiling functions. |
|
16888 | 1398 |
|
16962 | 1399 |
* Theory Ln is new, with properties of the natural logarithm |
1400 |
||
17423 | 1401 |
* Hyperreal: There is a new type constructor "star" for making |
1402 |
nonstandard types. The old type names are now type synonyms: |
|
1403 |
||
1404 |
hypreal = real star |
|
de6b33a4efda
incorporated HOL/Hyperreal/CHANGES;
we |