author | wenzelm |
Sat, 29 Mar 2008 19:24:57 +0100 | |
changeset 26495 | dd8996960cb0 |
parent 26479 | 3a2efce3e992 |
child 26496 | 49ae9456eba9 |
permissions | -rw-r--r-- |
5363 | 1 |
Isabelle NEWS -- history user-relevant changes |
2 |
============================================== |
|
2553 | 3 |
|
25464
0ca80ce89001
moved new NEWS from Isabelle2007 to this Isabelle version'';
wenzelm
parents:
25459
diff
changeset
|
4 |
New in this Isabelle version |
0ca80ce89001
moved new NEWS from Isabelle2007 to this Isabelle version'';
wenzelm
parents:
25459
diff
changeset
|
5 |
---------------------------- |
0ca80ce89001
moved new NEWS from Isabelle2007 to this Isabelle version'';
wenzelm
parents:
25459
diff
changeset
|
6 |
|
25522 | 7 |
*** General *** |
8 |
||
25579
22869d9d545b
(alt)string: allow explicit character codes (as in ML);
wenzelm
parents:
25557
diff
changeset
|
9 |
* Syntax: symbol \<chi> is now considered a letter. Potential |
22869d9d545b
(alt)string: allow explicit character codes (as in ML);
wenzelm
parents:
25557
diff
changeset
|
10 |
INCOMPATIBILITY in identifier syntax etc. |
22869d9d545b
(alt)string: allow explicit character codes (as in ML);
wenzelm
parents:
25557
diff
changeset
|
11 |
|
22869d9d545b
(alt)string: allow explicit character codes (as in ML);
wenzelm
parents:
25557
diff
changeset
|
12 |
* Outer syntax: string tokens may contain arbitrary character codes |
22869d9d545b
(alt)string: allow explicit character codes (as in ML);
wenzelm
parents:
25557
diff
changeset
|
13 |
specified via 3 decimal digits (as in SML). E.g. "foo\095bar" for |
22869d9d545b
(alt)string: allow explicit character codes (as in ML);
wenzelm
parents:
25557
diff
changeset
|
14 |
"foo_bar". |
25522 | 15 |
|
26006
c973b4981276
* Outer syntax: string tokens no longer admit escaped white space;
wenzelm
parents:
25994
diff
changeset
|
16 |
* Outer syntax: string tokens no longer admit escaped white space, |
c973b4981276
* Outer syntax: string tokens no longer admit escaped white space;
wenzelm
parents:
25994
diff
changeset
|
17 |
which was an accidental (undocumented) feature. INCOMPATIBILITY, use |
c973b4981276
* Outer syntax: string tokens no longer admit escaped white space;
wenzelm
parents:
25994
diff
changeset
|
18 |
white space directly. |
c973b4981276
* Outer syntax: string tokens no longer admit escaped white space;
wenzelm
parents:
25994
diff
changeset
|
19 |
|
25994 | 20 |
* Theory loader: use_thy (and similar operations) no longer set the |
21 |
implicit ML context, which was occasionally hard to predict and in |
|
22 |
conflict with concurrency. INCOMPATIBILITY, use ML within Isar which |
|
23 |
provides a proper context already. |
|
24 |
||
26323
73efc70edeef
theory loader: discontinued *attached* ML scripts;
wenzelm
parents:
26315
diff
changeset
|
25 |
* Theory loader: old-style ML proof scripts being *attached* to a thy |
73efc70edeef
theory loader: discontinued *attached* ML scripts;
wenzelm
parents:
26315
diff
changeset
|
26 |
file are no longer supported. INCOMPATIBILITY, regular 'uses' and |
73efc70edeef
theory loader: discontinued *attached* ML scripts;
wenzelm
parents:
26315
diff
changeset
|
27 |
'use' within a theory file will do the job. |
73efc70edeef
theory loader: discontinued *attached* ML scripts;
wenzelm
parents:
26315
diff
changeset
|
28 |
|
25522 | 29 |
|
25502 | 30 |
*** Pure *** |
31 |
||
26479 | 32 |
* Eliminated destructive theorem database. Potential INCOMPATIBILITY, |
33 |
really need to observe linear functional update of theories. |
|
34 |
||
26495 | 35 |
* Commands 'use' and 'ML' are now purely functional, operating on |
26479 | 36 |
theory/local_theory. Removed former 'ML_setup' (on theory), use 'ML' |
37 |
instead. Added 'ML_val' as mere diagnostic replacement for 'ML'. |
|
38 |
INCOMPATIBILITY. |
|
39 |
||
26422
d5883907c514
HOL (and FOL): renamed variables in rules imp_elim and swap;
wenzelm
parents:
26401
diff
changeset
|
40 |
* Eliminated theory ProtoPure. Potential INCOMPATIBILITY. |
d5883907c514
HOL (and FOL): renamed variables in rules imp_elim and swap;
wenzelm
parents:
26401
diff
changeset
|
41 |
|
26434 | 42 |
* Command 'setup': discontinued implicit version. |
43 |
||
25970
9053fd546501
* Default settings: PROOFGENERAL_OPTIONS no longer impose xemacs here;
wenzelm
parents:
25961
diff
changeset
|
44 |
* Instantiation target allows for simultaneous specification of class |
9053fd546501
* Default settings: PROOFGENERAL_OPTIONS no longer impose xemacs here;
wenzelm
parents:
25961
diff
changeset
|
45 |
instance operations together with an instantiation proof. |
9053fd546501
* Default settings: PROOFGENERAL_OPTIONS no longer impose xemacs here;
wenzelm
parents:
25961
diff
changeset
|
46 |
Type-checking phase allows to refer to class operations uniformly. |
9053fd546501
* Default settings: PROOFGENERAL_OPTIONS no longer impose xemacs here;
wenzelm
parents:
25961
diff
changeset
|
47 |
See HOL/Complex/Complex.thy for an Isar example and |
26180
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
48 |
HOL/Library/Eval.thy for an ML example. |
25502 | 49 |
|
26201
d3363a854708
indexing literal facts: exclude background context;
wenzelm
parents:
26197
diff
changeset
|
50 |
* Indexing of literal facts: be more serious about including only |
d3363a854708
indexing literal facts: exclude background context;
wenzelm
parents:
26197
diff
changeset
|
51 |
facts from the visible specification/proof context, but not the |
d3363a854708
indexing literal facts: exclude background context;
wenzelm
parents:
26197
diff
changeset
|
52 |
background context (locale etc.). Affects `prop` notation and method |
d3363a854708
indexing literal facts: exclude background context;
wenzelm
parents:
26197
diff
changeset
|
53 |
"fact". INCOMPATIBILITY: need to name facts explicitly in rare |
d3363a854708
indexing literal facts: exclude background context;
wenzelm
parents:
26197
diff
changeset
|
54 |
situations. |
d3363a854708
indexing literal facts: exclude background context;
wenzelm
parents:
26197
diff
changeset
|
55 |
|
25502 | 56 |
|
25464
0ca80ce89001
moved new NEWS from Isabelle2007 to this Isabelle version'';
wenzelm
parents:
25459
diff
changeset
|
57 |
*** HOL *** |
0ca80ce89001
moved new NEWS from Isabelle2007 to this Isabelle version'';
wenzelm
parents:
25459
diff
changeset
|
58 |
|
26445 | 59 |
* Class finite no longer treats UNIV as class parameter. Use class enum from |
60 |
theory Library/Enum instead to achieve a similar effect. INCOMPATIBILITY. |
|
61 |
||
62 |
* Theory List: rule list_induct2 now has explicitly named cases "Nil" and "Cons". |
|
63 |
INCOMPATIBILITY. |
|
64 |
||
26422
d5883907c514
HOL (and FOL): renamed variables in rules imp_elim and swap;
wenzelm
parents:
26401
diff
changeset
|
65 |
* HOL (and FOL): renamed variables in rules imp_elim and swap. |
d5883907c514
HOL (and FOL): renamed variables in rules imp_elim and swap;
wenzelm
parents:
26401
diff
changeset
|
66 |
Potential INCOMPATIBILITY. |
d5883907c514
HOL (and FOL): renamed variables in rules imp_elim and swap;
wenzelm
parents:
26401
diff
changeset
|
67 |
|
26355 | 68 |
* Theory Product_Type: duplicated lemmas split_Pair_apply and injective_fst_snd |
69 |
removed, use split_eta and prod_eqI instead. Renamed upd_fst to apfst and upd_snd |
|
70 |
to apsnd. INCOMPATIBILITY. |
|
71 |
||
26335
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
72 |
* Theory Nat: removed redundant lemmas that merely duplicate lemmas of |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
73 |
the same name in theory Orderings: |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
74 |
|
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
75 |
less_trans |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
76 |
less_linear |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
77 |
le_imp_less_or_eq |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
78 |
le_less_trans |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
79 |
less_le_trans |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
80 |
less_not_sym |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
81 |
less_asym |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
82 |
|
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
83 |
Renamed less_imp_le to less_imp_le_nat, and less_irrefl to |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
84 |
less_irrefl_nat. Potential INCOMPATIBILITY due to more general types |
961bbcc9d85b
removed redundant Nat.less_not_sym, Nat.less_asym;
wenzelm
parents:
26333
diff
changeset
|
85 |
and different variable names. |
26315
cb3badaa192e
removed redundant less_trans, less_linear, le_imp_less_or_eq, le_less_trans, less_le_trans (cf. Orderings.thy);
wenzelm
parents:
26231
diff
changeset
|
86 |
|
26231 | 87 |
* Library/Option_ord.thy: Canonical order on option type. |
88 |
||
26197 | 89 |
* Library/RBT.thy: New theory of red-black trees, an efficient |
90 |
implementation of finite maps. |
|
91 |
||
26231 | 92 |
* Library/Countable.thy: Type class for countable types. |
93 |
||
26180
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
94 |
* Theory Int: The representation of numerals has changed. The infix |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
95 |
operator BIT and the bit datatype with constructors B0 and B1 have |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
96 |
disappeared. INCOMPATIBILITY, use "Int.Bit0 x" and "Int.Bit1 y" in |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
97 |
place of "x BIT bit.B0" and "y BIT bit.B1", respectively. Theorems |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
98 |
involving BIT, B0, or B1 have been renamed with "Bit0" or "Bit1" |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
99 |
accordingly. |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
100 |
|
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
101 |
* Theory Nat: definition of <= and < on natural numbers no longer |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
102 |
depend on well-founded relations. INCOMPATIBILITY. Definitions |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
103 |
le_def and less_def have disappeared. Consider lemmas not_less |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
104 |
[symmetric, where ?'a = nat] and less_eq [symmetric] instead. |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
105 |
|
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
106 |
* Theory Finite_Set: locales ACf, ACe, ACIf, ACIfSL and ACIfSLlin |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
107 |
(whose purpose mainly is for various fold_set functionals) have been |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
108 |
abandoned in favour of the existing algebraic classes |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
109 |
ab_semigroup_mult, comm_monoid_mult, ab_semigroup_idem_mult, |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
110 |
lower_semilattice (resp. upper_semilattice) and linorder. |
26139 | 111 |
INCOMPATIBILITY. |
26041
c2e15e65165f
locales ACf, ACIf, ACIfSL and ACIfSLlin have been abandoned in favour of the existing algebraic classes ab_semigroup_mult, ab_semigroup_idem_mult, lower_semilattice (resp. uper_semilattice) and linorder
haftmann
parents:
26013
diff
changeset
|
112 |
|
26180
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
113 |
* Theory Transitive_Closure: induct and cases rules now declare proper |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
114 |
case_names ("base" and "step"). INCOMPATIBILITY. |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
115 |
|
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
116 |
* Theorem Inductive.lfp_ordinal_induct generalized to complete |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
117 |
lattices. The form set-specific version is available as |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
118 |
Inductive.lfp_ordinal_induct_set. |
26013
8764a1f1253b
Theorem Inductive.lfp_ordinal_induct generalized to complete lattices
haftmann
parents:
26006
diff
changeset
|
119 |
|
25961 | 120 |
* Theorems "power.simps" renamed to "power_int.simps". |
121 |
||
26180
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
122 |
* Class semiring_div provides basic abstract properties of semirings |
25942 | 123 |
with division and modulo operations. Subsumes former class dvd_mod. |
124 |
||
26180
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
125 |
* Merged theories IntDef, Numeral and IntArith into unified theory |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
126 |
Int. INCOMPATIBILITY. |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
127 |
|
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
128 |
* Theory Library/Code_Index: type "index" now represents natural |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
129 |
numbers rather than integers. INCOMPATIBILITY. |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
130 |
|
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
131 |
* New class "uminus" with operation "uminus" (split of from class |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
132 |
"minus" which now only has operation "minus", binary). |
25919
8b1c0d434824
joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents:
25900
diff
changeset
|
133 |
INCOMPATIBILITY. |
8b1c0d434824
joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents:
25900
diff
changeset
|
134 |
|
25557 | 135 |
* New primrec package. Specification syntax conforms in style to |
26180
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
136 |
definition/function/.... No separate induction rule is provided. The |
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
137 |
"primrec" command distinguishes old-style and new-style specifications |
25599 | 138 |
by syntax. The former primrec package is now named OldPrimrecPackage. |
26355 | 139 |
When adjusting theories, beware: constants stemming from new-style |
25609 | 140 |
primrec specifications have authentic syntax. |
25557 | 141 |
|
25522 | 142 |
* Library/Multiset: {#a, b, c#} abbreviates {#a#} + {#b#} + {#c#}. |
143 |
||
26180
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
144 |
* Library/ListVector: new theory of arithmetic vector operations. |
25900 | 145 |
|
25522 | 146 |
* Constants "card", "internal_split", "option_map" now with authentic |
25919
8b1c0d434824
joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents:
25900
diff
changeset
|
147 |
syntax. INCOMPATIBILITY. |
25522 | 148 |
|
149 |
* Definitions subset_def, psubset_def, set_diff_def, Compl_def, |
|
150 |
le_bool_def, less_bool_def, le_fun_def, less_fun_def, inf_bool_def, |
|
151 |
sup_bool_def, Inf_bool_def, Sup_bool_def, inf_fun_def, sup_fun_def, |
|
152 |
Inf_fun_def, Sup_fun_def, inf_set_def, sup_set_def, Inf_set_def, |
|
153 |
Sup_set_def, le_def, less_def, option_map_def now with object |
|
25919
8b1c0d434824
joined theories IntDef, Numeral, IntArith to theory Int
haftmann
parents:
25900
diff
changeset
|
154 |
equality. INCOMPATIBILITY. |
25464
0ca80ce89001
moved new NEWS from Isabelle2007 to this Isabelle version'';
wenzelm
parents:
25459
diff
changeset
|
155 |
|
26180
cc85eaab20f6
Transitive_Closure: induct and cases rules now declare proper case_names;
wenzelm
parents:
26139
diff
changeset
|
156 |
* Method "induction_scheme" derives user-specified induction rules |
25664 | 157 |
from wellfounded induction and completeness of patterns. This factors |
158 |
out some operations that are done internally by the function package |
|
159 |
and makes them available separately. See "HOL/ex/Induction_Scheme.thy" |
|
160 |
for examples, |
|
161 |
||
25705 | 162 |
* Records. Removed K_record, and replaced it by pure lambda term |
25726
9728f319ffc6
* Metis prover an order of magnitude faster, works with multithreading.
wenzelm
parents:
25712
diff
changeset
|
163 |
%x. c. The simplifier setup is now more robust against eta expansion. |
25705 | 164 |
INCOMPATIBILITY: in cases explicitly referring to K_record. |
25464
0ca80ce89001
moved new NEWS from Isabelle2007 to this Isabelle version'';
wenzelm
parents:
25459
diff
changeset
|
165 |
|
25726
9728f319ffc6
* Metis prover an order of magnitude faster, works with multithreading.
wenzelm
parents:
25712
diff
changeset
|
166 |
* Metis prover is now an order of magnitude faster, and also works |
9728f319ffc6
* Metis prover an order of magnitude faster, works with multithreading.
wenzelm
parents:
25712
diff
changeset
|
167 |
with multithreading. |
9728f319ffc6
* Metis prover an order of magnitude faster, works with multithreading.
wenzelm
parents:
25712
diff
changeset
|
168 |
|
26333
68e5eee47a45
Attributes sledgehammer_full, sledgehammer_modulus, sledgehammer_sorts
paulson
parents:
26323
diff
changeset
|
169 |
* Sledgehammer no longer produces structured proofs by default. To enable, |
68e5eee47a45
Attributes sledgehammer_full, sledgehammer_modulus, sledgehammer_sorts
paulson
parents:
26323
diff
changeset
|
170 |
declare [[sledgehammer_full = true]]. Attributes reconstruction_modulus, |
68e5eee47a45
Attributes sledgehammer_full, sledgehammer_modulus, sledgehammer_sorts
paulson
parents:
26323
diff
changeset
|
171 |
reconstruction_sorts renamed sledgehammer_modulus, sledgehammer_sorts. |
68e5eee47a45
Attributes sledgehammer_full, sledgehammer_modulus, sledgehammer_sorts
paulson
parents:
26323
diff
changeset
|
172 |
INCOMPATIBILITY. |
25726
9728f319ffc6
* Metis prover an order of magnitude faster, works with multithreading.
wenzelm
parents:
25712
diff
changeset
|
173 |
|
26197 | 174 |
*** ZF *** |
175 |
||
176 |
* Renamed theories: |
|
177 |
||
178 |
Datatype.thy -> Datatype_ZF.thy |
|
179 |
Inductive.thy -> Inductive_ZF.thy |
|
180 |
Int.thy -> Int_ZF.thy |
|
181 |
IntDiv.thy -> IntDiv_ZF.thy |
|
182 |
Nat.thy -> Nat_ZF.thy |
|
183 |
List.thy -> List_ZF.thy |
|
184 |
Main.thy -> Main_ZF.thy |
|
185 |
||
186 |
This is to allow to load both ZF and HOL in the same session. |
|
187 |
||
188 |
INCOMPATIBILITY: ZF theories that import individual theories below |
|
189 |
Main might need to be adapted. For compatibility, a new |
|
190 |
"theory Main imports Main_ZF begin end" is provided, so if you just |
|
191 |
imported "Main", no changes are needed. |
|
192 |
||
193 |
||
25737
84c92fc48e36
``print mode'' is now a thread-local value derived from a global template;
wenzelm
parents:
25726
diff
changeset
|
194 |
*** ML *** |
84c92fc48e36
``print mode'' is now a thread-local value derived from a global template;
wenzelm
parents:
25726
diff
changeset
|
195 |
|
26401
e7a94081dce7
Functor NamedThmsFun: data is available to the user as dynamic fact;
wenzelm
parents:
26387
diff
changeset
|
196 |
* Functor NamedThmsFun: data is available to the user as dynamic fact |
e7a94081dce7
Functor NamedThmsFun: data is available to the user as dynamic fact;
wenzelm
parents:
26387
diff
changeset
|
197 |
(of the same name). |
e7a94081dce7
Functor NamedThmsFun: data is available to the user as dynamic fact;
wenzelm
parents:
26387
diff
changeset
|
198 |
|
26387 | 199 |
* Removed obsolete "use_legacy_bindings" function. INCOMPATIBILITY. |
200 |
||
26188 | 201 |
* ML within Isar: antiquotation @{const name} or @{const |
202 |
name(typargs)} produces statically-checked Const term. |
|
203 |
||
25737
84c92fc48e36
``print mode'' is now a thread-local value derived from a global template;
wenzelm
parents:
25726
diff
changeset
|
204 |
* The ``print mode'' is now a thread-local value derived from a global |
84c92fc48e36
``print mode'' is now a thread-local value derived from a global template;
wenzelm
parents:
25726
diff
changeset
|
205 |
template (the former print_mode reference), thus access becomes |
84c92fc48e36
``print mode'' is now a thread-local value derived from a global template;
wenzelm
parents:
25726
diff
changeset
|
206 |
non-critical. The global print_mode reference is for session |
84c92fc48e36
``print mode'' is now a thread-local value derived from a global template;
wenzelm
parents:
25726
diff
changeset
|
207 |
management only; user-code should use print_mode_value, |
84c92fc48e36
``print mode'' is now a thread-local value derived from a global template;
wenzelm
parents:
25726
diff
changeset
|
208 |
print_mode_active, PrintMode.setmp etc. INCOMPATIBILITY. |
84c92fc48e36
``print mode'' is now a thread-local value derived from a global template;
wenzelm
parents:
25726
diff
changeset
|
209 |
|
26222
edf6473ac9e9
* system/system_out provides a robust way to invoke external shell
wenzelm
parents:
26218
diff
changeset
|
210 |
* system/system_out provides a robust way to invoke external shell |
edf6473ac9e9
* system/system_out provides a robust way to invoke external shell
wenzelm
parents:
26218
diff
changeset
|
211 |
commands, with propagation of interrupts (after Poly/ML 5.2). Do not |
edf6473ac9e9
* system/system_out provides a robust way to invoke external shell
wenzelm
parents:
26218
diff
changeset
|
212 |
use OS.Process.system etc. directly. |
edf6473ac9e9
* system/system_out provides a robust way to invoke external shell
wenzelm
parents:
26218
diff
changeset
|
213 |
|
25737
84c92fc48e36
``print mode'' is now a thread-local value derived from a global template;
wenzelm
parents:
25726
diff
changeset
|
214 |
|
25626
3000965b1fdf
* isatool tty runs Isabelle process with plain tty interaction;
wenzelm
parents:
25609
diff
changeset
|
215 |
*** System *** |
3000965b1fdf
* isatool tty runs Isabelle process with plain tty interaction;
wenzelm
parents:
25609
diff
changeset
|
216 |
|
26218 | 217 |
* System: removed obsolete THIS_IS_ISABELLE_BUILD feature. NB: the |
218 |
documented way of changing the user's settings is via |
|
219 |
ISABELLE_HOME_USER/etc/settings, which is a fully featured bash |
|
220 |
script. |
|
221 |
||
25971 | 222 |
* Default settings: PROOFGENERAL_OPTIONS no longer impose xemacs --- |
223 |
in accordance with Proof General 3.7, which prefers GNU emacs. |
|
25970
9053fd546501
* Default settings: PROOFGENERAL_OPTIONS no longer impose xemacs here;
wenzelm
parents:
25961
diff
changeset
|
224 |
|
25776
4e4eb0f87850
Multithreading.max_threads := 0 refers to number of cores of underlying machine;
wenzelm
parents:
25772
diff
changeset
|
225 |
* Multithreading.max_threads := 0 refers to the number of actual CPU |
4e4eb0f87850
Multithreading.max_threads := 0 refers to number of cores of underlying machine;
wenzelm
parents:
25772
diff
changeset
|
226 |
cores of the underlying machine, which is a good starting point for |
4e4eb0f87850
Multithreading.max_threads := 0 refers to number of cores of underlying machine;
wenzelm
parents:
25772
diff
changeset
|
227 |
optimal performance tuning. The corresponding usedir option -M allows |
25778 | 228 |
"max" as an alias for "0". WARNING: does not work on certain versions |
229 |
of Mac OS (with Poly/ML 5.1). |
|
25776
4e4eb0f87850
Multithreading.max_threads := 0 refers to number of cores of underlying machine;
wenzelm
parents:
25772
diff
changeset
|
230 |
|
25626
3000965b1fdf
* isatool tty runs Isabelle process with plain tty interaction;
wenzelm
parents:
25609
diff
changeset
|
231 |
* isatool tty runs Isabelle process with plain tty interaction; |
3000965b1fdf
* isatool tty runs Isabelle process with plain tty interaction;
wenzelm
parents:
25609
diff
changeset
|
232 |
optional line editor may be specified via ISABELLE_LINE_EDITOR |
3000965b1fdf
* isatool tty runs Isabelle process with plain tty interaction;
wenzelm
parents:
25609
diff
changeset
|
233 |
setting, the default settings attempt to locate "ledit" and "rlwrap". |
3000965b1fdf
* isatool tty runs Isabelle process with plain tty interaction;
wenzelm
parents:
25609
diff
changeset
|
234 |
|
25651 | 235 |
* isatool browser now works with Cygwin as well, using general |
236 |
"javapath" function defined in Isabelle process environment. |
|
237 |
||
238 |
* isabelle-process: non-ML sessions are run with "nice", to prevent |
|
239 |
Isabelle from flooding interactive front-ends (notably ProofGeneral / |
|
240 |
XEmacs). |
|
241 |
||
25652 | 242 |
* JVM class isabelle.IsabelleProcess (located in Isabelle/lib/classes) |
25651 | 243 |
provides general wrapper for managing an Isabelle process in a robust |
244 |
fashion, with ``cooked'' output from stdin/stderr. |
|
245 |
||
25855 | 246 |
* Rudimentary Isabelle plugin for jEdit (see Isabelle/lib/jedit), |
247 |
based on Isabelle/JVM process wrapper (see Isabelle/lib/classes). |
|
248 |
||
25626
3000965b1fdf
* isatool tty runs Isabelle process with plain tty interaction;
wenzelm
parents:
25609
diff
changeset
|
249 |
|
25464
0ca80ce89001
moved new NEWS from Isabelle2007 to this Isabelle version'';
wenzelm
parents:
25459
diff
changeset
|
250 |
|
25429 | 251 |
New in Isabelle2007 (November 2007) |
252 |
----------------------------------- |
|
17754
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
253 |
|
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
254 |
*** General *** |
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
255 |
|
22826 | 256 |
* More uniform information about legacy features, notably a |
257 |
warning/error of "Legacy feature: ...", depending on the state of the |
|
23367 | 258 |
tolerate_legacy_features flag (default true). FUTURE INCOMPATIBILITY: |
259 |
legacy features will disappear eventually. |
|
22826 | 260 |
|
17918
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
261 |
* 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
|
262 |
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
|
263 |
fixheaders to convert existing theory files. INCOMPATIBILITY. |
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
264 |
|
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
265 |
* 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
|
266 |
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
|
267 |
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
|
268 |
function use_legacy_bindings. INCOMPATIBILITY. |
93e26302733e
* Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents:
17890
diff
changeset
|
269 |
|
22871 | 270 |
* Theory syntax: some popular names (e.g. 'class', 'declaration', |
271 |
'fun', 'help', 'if') are now keywords. INCOMPATIBILITY, use double |
|
272 |
quotes. |
|
19814
faa698d46686
* Theory syntax: some popular names (e.g. "class", "if") are now keywords.
wenzelm
parents:
19783
diff
changeset
|
273 |
|
23888
babe337cce2d
* Theory loader: be more serious about observing the static theory header specifications;
wenzelm
parents:
23881
diff
changeset
|
274 |
* Theory loader: be more serious about observing the static theory |
babe337cce2d
* Theory loader: be more serious about observing the static theory header specifications;
wenzelm
parents:
23881
diff
changeset
|
275 |
header specifications (including optional directories), but not the |
24172
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
276 |
accidental file locations of previously successful loads. The strict |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
277 |
update policy of former update_thy is now already performed by |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
278 |
use_thy, so the former has been removed; use_thys updates several |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
279 |
theories simultaneously, just as 'imports' within a theory header |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
280 |
specification, but without merging the results. Potential |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
281 |
INCOMPATIBILITY: may need to refine theory headers and commands |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
282 |
ROOT.ML which depend on load order. |
23888
babe337cce2d
* Theory loader: be more serious about observing the static theory header specifications;
wenzelm
parents:
23881
diff
changeset
|
283 |
|
babe337cce2d
* Theory loader: be more serious about observing the static theory header specifications;
wenzelm
parents:
23881
diff
changeset
|
284 |
* Theory loader: optional support for content-based file |
babe337cce2d
* Theory loader: be more serious about observing the static theory header specifications;
wenzelm
parents:
23881
diff
changeset
|
285 |
identification, instead of the traditional scheme of full physical |
23889 | 286 |
path plus date stamp; configured by the ISABELLE_FILE_IDENT setting |
23888
babe337cce2d
* Theory loader: be more serious about observing the static theory header specifications;
wenzelm
parents:
23881
diff
changeset
|
287 |
(cf. the system manual). The new scheme allows to work with |
babe337cce2d
* Theory loader: be more serious about observing the static theory header specifications;
wenzelm
parents:
23881
diff
changeset
|
288 |
non-finished theories in persistent session images, such that source |
babe337cce2d
* Theory loader: be more serious about observing the static theory header specifications;
wenzelm
parents:
23881
diff
changeset
|
289 |
files may be moved later on without requiring reloads. |
babe337cce2d
* Theory loader: be more serious about observing the static theory header specifications;
wenzelm
parents:
23881
diff
changeset
|
290 |
|
24187
8bdf5ca5871f
* Theory loader: old-style ML proof scripts are considered a legacy feature;
wenzelm
parents:
24172
diff
changeset
|
291 |
* Theory loader: old-style ML proof scripts being *attached* to a thy |
8bdf5ca5871f
* Theory loader: old-style ML proof scripts are considered a legacy feature;
wenzelm
parents:
24172
diff
changeset
|
292 |
file (with the same base name as the theory) are considered a legacy |
24800 | 293 |
feature, which will disappear eventually. Even now, the theory loader |
294 |
no longer maintains dependencies on such files. |
|
295 |
||
296 |
* Syntax: the scope for resolving ambiguities via type-inference is |
|
297 |
now limited to individual terms, instead of whole simultaneous |
|
24234
4714e04fb8e9
* Syntax: scope for resolving ambiguities via type-inference is now limited to individual terms;
wenzelm
parents:
24213
diff
changeset
|
298 |
specifications as before. This greatly reduces the complexity of the |
4714e04fb8e9
* Syntax: scope for resolving ambiguities via type-inference is now limited to individual terms;
wenzelm
parents:
24213
diff
changeset
|
299 |
syntax module and improves flexibility by separating parsing and |
4714e04fb8e9
* Syntax: scope for resolving ambiguities via type-inference is now limited to individual terms;
wenzelm
parents:
24213
diff
changeset
|
300 |
type-checking. INCOMPATIBILITY: additional type-constraints (explicit |
4714e04fb8e9
* Syntax: scope for resolving ambiguities via type-inference is now limited to individual terms;
wenzelm
parents:
24213
diff
changeset
|
301 |
'fixes' etc.) are required in rare situations. |
4714e04fb8e9
* Syntax: scope for resolving ambiguities via type-inference is now limited to individual terms;
wenzelm
parents:
24213
diff
changeset
|
302 |
|
25034 | 303 |
* Syntax: constants introduced by new-style packages ('definition', |
304 |
'abbreviation' etc.) are passed through the syntax module in |
|
305 |
``authentic mode''. This means that associated mixfix annotations |
|
306 |
really stick to such constants, independently of potential name space |
|
307 |
ambiguities introduced later on. INCOMPATIBILITY: constants in parse |
|
308 |
trees are represented slightly differently, may need to adapt syntax |
|
309 |
translations accordingly. Use CONST marker in 'translations' and |
|
310 |
@{const_syntax} antiquotation in 'parse_translation' etc. |
|
311 |
||
17981
2602be0d99ae
* Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents:
17918
diff
changeset
|
312 |
* 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
|
313 |
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
|
314 |
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
|
315 |
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
|
316 |
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
|
317 |
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
|
318 |
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
|
319 |
|
23379
d0e3f790bd73
updated 'find_theorems' -- moved ProofGeneral specifics to ProofGeneral/CHANGES;
wenzelm
parents:
23377
diff
changeset
|
320 |
* Command 'find_theorems': supports "*" wild-card in "name:" |
d0e3f790bd73
updated 'find_theorems' -- moved ProofGeneral specifics to ProofGeneral/CHANGES;
wenzelm
parents:
23377
diff
changeset
|
321 |
criterion; "with_dups" option. Certain ProofGeneral versions might |
d0e3f790bd73
updated 'find_theorems' -- moved ProofGeneral specifics to ProofGeneral/CHANGES;
wenzelm
parents:
23377
diff
changeset
|
322 |
support a specific search form (see ProofGeneral/CHANGES). |
22965 | 323 |
|
20370 | 324 |
* The ``prems limit'' option (cf. ProofContext.prems_limit) is now -1 |
325 |
by default, which means that "prems" (and also "fixed variables") are |
|
326 |
suppressed from proof state output. Note that the ProofGeneral |
|
327 |
settings mechanism allows to change and save options persistently, but |
|
328 |
older versions of Isabelle will fail to start up if a negative prems |
|
329 |
limit is imposed. |
|
330 |
||
21308
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
331 |
* 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
|
332 |
``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
|
333 |
contain definitions, theorems etc., including any derived mechanism |
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
334 |
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
|
335 |
generalizes the existing ``theorem (in ...)'' towards more versatility |
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
336 |
and scalability. |
73883a528b26
* Local theory targets ``context/locale/class ... begin'' followed by ``end''.
wenzelm
parents:
21265
diff
changeset
|
337 |
|
21960
0574f192b78a
* Proof General: proper undo of final 'end'; discontinued Isabelle/classic;
wenzelm
parents:
21896
diff
changeset
|
338 |
* Proof General interface: proper undo of final 'end' command; |
0574f192b78a
* Proof General: proper undo of final 'end'; discontinued Isabelle/classic;
wenzelm
parents:
21896
diff
changeset
|
339 |
discontinued Isabelle/classic mode (ML proof scripts). |
0574f192b78a
* Proof General: proper undo of final 'end'; discontinued Isabelle/classic;
wenzelm
parents:
21896
diff
changeset
|
340 |
|
17754
58a306d9f736
* Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents:
17725
diff
changeset
|
341 |
|
17865 | 342 |
*** Document preparation *** |
343 |
||
21717 | 344 |
* Added antiquotation @{theory name} which prints the given name, |
345 |
after checking that it refers to a valid ancestor theory in the |
|
346 |
current context. |
|
21339 | 347 |
|
17869 | 348 |
* Added antiquotations @{ML_type text} and @{ML_struct text} which |
349 |
check the given source text as ML type/structure, printing verbatim. |
|
17865 | 350 |
|
21717 | 351 |
* Added antiquotation @{abbrev "c args"} which prints the abbreviation |
352 |
"c args == rhs" given in the current context. (Any number of |
|
21735 | 353 |
arguments may be given on the LHS.) |
21717 | 354 |
|
355 |
||
17779 | 356 |
*** Pure *** |
357 |
||
24800 | 358 |
* The 'class' package offers a combination of axclass and locale to |
25129 | 359 |
achieve Haskell-like type classes in Isabelle. Definitions and |
360 |
theorems within a class context produce both relative results (with |
|
361 |
implicit parameters according to the locale context), and polymorphic |
|
362 |
constants with qualified polymorphism (according to the class |
|
363 |
context). Within the body context of a 'class' target, a separate |
|
364 |
syntax layer ("user space type system") takes care of converting |
|
365 |
between global polymorphic consts and internal locale representation. |
|
25177 | 366 |
See src/HOL/ex/Classpackage.thy for examples (as well as main HOL). |
25184 | 367 |
"isatool doc classes" provides a tutorial. |
20807 | 368 |
|
25199 | 369 |
* Generic code generator framework allows to generate executable |
24800 | 370 |
code for ML and Haskell (including Isabelle classes). A short usage |
371 |
sketch: |
|
20188
8b22026445af
added notes on class_package.ML and codegen_package.ML
haftmann
parents:
20169
diff
changeset
|
372 |
|
8b22026445af
added notes on class_package.ML and codegen_package.ML
haftmann
parents:
20169
diff
changeset
|
373 |
internal compilation: |
25199 | 374 |
export_code <list of constants (term syntax)> in SML |
20453
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
375 |
writing SML code to a file: |
25199 | 376 |
export_code <list of constants (term syntax)> in SML <filename> |
22735 | 377 |
writing OCaml code to a file: |
25199 | 378 |
export_code <list of constants (term syntax)> in OCaml <filename> |
20188
8b22026445af
added notes on class_package.ML and codegen_package.ML
haftmann
parents:
20169
diff
changeset
|
379 |
writing Haskell code to a bunch of files: |
25199 | 380 |
export_code <list of constants (term syntax)> in Haskell <filename> |
381 |
||
382 |
evaluating closed propositions to True/False using code generation: |
|
25184 | 383 |
method ``eval'' |
384 |
||
385 |
Reasonable default setup of framework in HOL. |
|
20453
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
386 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
387 |
Theorem attributs for selecting and transforming function equations theorems: |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
388 |
|
22845 | 389 |
[code fun]: select a theorem as function equation for a specific constant |
390 |
[code fun del]: deselect a theorem as function equation for a specific constant |
|
391 |
[code inline]: select an equation theorem for unfolding (inlining) in place |
|
392 |
[code inline del]: deselect an equation theorem for unfolding (inlining) in place |
|
20453
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
393 |
|
22735 | 394 |
User-defined serializations (target in {SML, OCaml, Haskell}): |
20453
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
395 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
396 |
code_const <and-list of constants (term syntax)> |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
397 |
{(target) <and-list of const target syntax>}+ |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
398 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
399 |
code_type <and-list of type constructors> |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
400 |
{(target) <and-list of type target syntax>}+ |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
401 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
402 |
code_instance <and-list of instances> |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
403 |
{(target)}+ |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
404 |
where instance ::= <type constructor> :: <class> |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
405 |
|
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
406 |
code_class <and_list of classes> |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
407 |
{(target) <and-list of class target syntax>}+ |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
408 |
where class target syntax ::= <class name> {where {<classop> == <target syntax>}+}? |
855f07fabd76
final syntax for some Isar code generator keywords
haftmann
parents:
20375
diff
changeset
|
409 |
|
25199 | 410 |
code_instance and code_class only are effective to target Haskell. |
22735 | 411 |
|
25177 | 412 |
For example usage see src/HOL/ex/Codegenerator.thy and |
413 |
src/HOL/ex/Codegenerator_Pretty.thy. A separate tutorial on code |
|
24800 | 414 |
generation from Isabelle/HOL theories is available via "isatool doc |
415 |
codegen". |
|
20188
8b22026445af
added notes on class_package.ML and codegen_package.ML
haftmann
parents:
20169
diff
changeset
|
416 |
|
25129 | 417 |
* Code generator: consts in 'consts_code' Isar commands are now |
418 |
referred to by usual term syntax (including optional type |
|
419 |
annotations). |
|
420 |
||
19254 | 421 |
* Command 'no_translations' removes translation rules from theory |
422 |
syntax. |
|
423 |
||
19625
285771cec083
* Pure: overloaded definitions are now actually checked for acyclic dependencies;
wenzelm
parents:
19587
diff
changeset
|
424 |
* Overloaded definitions are now actually checked for acyclic |
19714 | 425 |
dependencies. The overloading scheme is slightly more general than |
426 |
that of Haskell98, although Isabelle does not demand an exact |
|
427 |
correspondence to type class and instance declarations. |
|
428 |
INCOMPATIBILITY, use ``defs (unchecked overloaded)'' to admit more |
|
429 |
exotic versions of overloading -- at the discretion of the user! |
|
19711 | 430 |
|
431 |
Polymorphic constants are represented via type arguments, i.e. the |
|
432 |
instantiation that matches an instance against the most general |
|
433 |
declaration given in the signature. For example, with the declaration |
|
434 |
c :: 'a => 'a => 'a, an instance c :: nat => nat => nat is represented |
|
435 |
as c(nat). Overloading is essentially simultaneous structural |
|
436 |
recursion over such type arguments. Incomplete specification patterns |
|
19714 | 437 |
impose global constraints on all occurrences, e.g. c('a * 'a) on the |
19715 | 438 |
LHS means that more general c('a * 'b) will be disallowed on any RHS. |
19714 | 439 |
Command 'print_theory' outputs the normalized system of recursive |
440 |
equations, see section "definitions". |
|
19625
285771cec083
* Pure: overloaded definitions are now actually checked for acyclic dependencies;
wenzelm
parents:
19587
diff
changeset
|
441 |
|
24086 | 442 |
* Configuration options are maintained within the theory or proof |
443 |
context (with name and type bool/int/string), providing a very simple |
|
444 |
interface to a poor-man's version of general context data. Tools may |
|
24110
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
445 |
declare options in ML (e.g. using Attrib.config_int) and then refer to |
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
446 |
these values using Config.get etc. Users may change options via an |
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
447 |
associated attribute of the same name. This form of context |
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
448 |
declaration works particularly well with commands 'declare' or |
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
449 |
'using', for example ``declare [[foo = 42]]''. Thus it has become |
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
450 |
very easy to avoid global references, which would not observe Isar |
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
451 |
toplevel undo/redo and fail to work with multithreading. |
24086 | 452 |
|
24172
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
453 |
Various global ML references of Pure and HOL have been turned into |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
454 |
configuration options: |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
455 |
|
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
456 |
Unify.search_bound unify_search_bound |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
457 |
Unify.trace_bound unify_trace_bound |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
458 |
Unify.trace_simp unify_trace_simp |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
459 |
Unify.trace_types unify_trace_types |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
460 |
Simplifier.simp_depth_limit simp_depth_limit |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
461 |
Blast.depth_limit blast_depth_limit |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
462 |
DatatypeProp.dtK datatype_distinctness_limit |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
463 |
fast_arith_neq_limit fast_arith_neq_limit |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
464 |
fast_arith_split_limit fast_arith_split_limit |
06e42cf7df4e
theory loader: added use_thys, removed obsolete update_thy;
wenzelm
parents:
24110
diff
changeset
|
465 |
|
24086 | 466 |
* Named collections of theorems may be easily installed as context |
24800 | 467 |
data using the functor NamedThmsFun (see also |
24086 | 468 |
src/Pure/Tools/named_thms.ML). The user may add or delete facts via |
24110
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
469 |
attributes; there is also a toplevel print command. This facility is |
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
470 |
just a common case of general context data, which is the preferred way |
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
471 |
for anything more complex than just a list of facts in canonical |
4ab3084e311c
tuned config options: eliminated separate attribute "option";
wenzelm
parents:
24086
diff
changeset
|
472 |
order. |
24086 | 473 |
|
24032 | 474 |
* Isar: command 'declaration' augments a local theory by generic |
475 |
declaration functions written in ML. This enables arbitrary content |
|
476 |
being added to the context, depending on a morphism that tells the |
|
477 |
difference of the original declaration context wrt. the application |
|
478 |
context encountered later on. |
|
479 |
||
480 |
* Isar: proper interfaces for simplification procedures. Command |
|
481 |
'simproc_setup' declares named simprocs (with match patterns, and body |
|
482 |
text in ML). Attribute "simproc" adds/deletes simprocs in the current |
|
483 |
context. ML antiquotation @{simproc name} retrieves named simprocs. |
|
484 |
||
485 |
* Isar: an extra pair of brackets around attribute declarations |
|
486 |
abbreviates a theorem reference involving an internal dummy fact, |
|
487 |
which will be ignored later --- only the effect of the attribute on |
|
488 |
the background context will persist. This form of in-place |
|
489 |
declarations is particularly useful with commands like 'declare' and |
|
490 |
'using', for example ``have A using [[simproc a]] by simp''. |
|
491 |
||
23369
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
492 |
* Isar: method "assumption" (and implicit closing of subproofs) now |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
493 |
takes simple non-atomic goal assumptions into account: after applying |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
494 |
an assumption as a rule the resulting subgoals are solved by atomic |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
495 |
assumption steps. This is particularly useful to finish 'obtain' |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
496 |
goals, such as "!!x. (!!x. P x ==> thesis) ==> P x ==> thesis", |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
497 |
without referring to the original premise "!!x. P x ==> thesis" in the |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
498 |
Isar proof context. POTENTIAL INCOMPATIBILITY: method "assumption" is |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
499 |
more permissive. |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
500 |
|
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
501 |
* Isar: implicit use of prems from the Isar proof context is |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
502 |
considered a legacy feature. Common applications like ``have A .'' |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
503 |
may be replaced by ``have A by fact'' or ``note `A`''. In general, |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
504 |
referencing facts explicitly here improves readability and |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
505 |
maintainability of proof texts. |
227c51012cdb
* Isar: method "assumption" (implicit closing of subproofs) takes non-atomic goal assumptions into account;
wenzelm
parents:
23367
diff
changeset
|
506 |
|
17865 | 507 |
* Isar: improper proof element 'guess' is like 'obtain', but derives |
508 |
the obtained context from the course of reasoning! For example: |
|
509 |
||
510 |
assume "EX x y. A x & B y" -- "any previous fact" |
|
511 |
then guess x and y by clarify |
|
512 |
||
513 |
This technique is potentially adventurous, depending on the facts and |
|
514 |
proof tools being involved here. |
|
515 |
||
18020 | 516 |
* Isar: known facts from the proof context may be specified as literal |
517 |
propositions, using ASCII back-quote syntax. This works wherever |
|
518 |
named facts used to be allowed so far, in proof commands, proof |
|
519 |
methods, attributes etc. Literal facts are retrieved from the context |
|
520 |
according to unification of type and term parameters. For example, |
|
521 |
provided that "A" and "A ==> B" and "!!x. P x ==> Q x" are known |
|
522 |
theorems in the current context, then these are valid literal facts: |
|
523 |
`A` and `A ==> B` and `!!x. P x ==> Q x" as well as `P a ==> Q a` etc. |
|
524 |
||
525 |
There is also a proof method "fact" which does the same composition |
|
18044 | 526 |
for explicit goal states, e.g. the following proof texts coincide with |
527 |
certain special cases of literal facts: |
|
18020 | 528 |
|
529 |
have "A" by fact == note `A` |
|
530 |
have "A ==> B" by fact == note `A ==> B` |
|
531 |
have "!!x. P x ==> Q x" by fact == note `!!x. P x ==> Q x` |
|
532 |
have "P a ==> Q a" by fact == note `P a ==> Q a` |
|
533 |
||
20118
0c1ec587a5a8
* Isar: ":" (colon) is no longer a symbolic identifier character;
wenzelm
parents:
20090
diff
changeset
|
534 |
* 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
|
535 |
outer syntax. Thus symbolic identifiers may be used without |
0c1ec587a5a8
* Isar: ":" (colon) is no longer a symbolic identifier character;
wenzelm
parents:
20090
diff
changeset
|
536 |
additional white space in declarations like this: ``assume *: A''. |
0c1ec587a5a8
* Isar: ":" (colon) is no longer a symbolic identifier character;
wenzelm
parents:
20090
diff
changeset
|
537 |
|
20013 | 538 |
* Isar: 'print_facts' prints all local facts of the current context, |
539 |
both named and unnamed ones. |
|
540 |
||
18308 | 541 |
* Isar: 'def' now admits simultaneous definitions, e.g.: |
542 |
||
543 |
def x == "t" and y == "u" |
|
544 |
||
18540 | 545 |
* Isar: added command 'unfolding', which is structurally similar to |
546 |
'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
|
547 |
rewrite rules. Thus many occurrences of the 'unfold' method or |
18540 | 548 |
'unfolded' attribute may be replaced by first-class proof text. |
549 |
||
18815
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
550 |
* Isar: methods 'unfold' / 'fold', attributes 'unfolded' / 'folded', |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
551 |
and command 'unfolding' now all support object-level equalities |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
552 |
(potentially conditional). The underlying notion of rewrite rule is |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
553 |
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
|
554 |
Simplifier (which is usually more generous). |
cb778c0ce1b5
Pure/Isar: (un)folded, (un)fold, unfolding support
wenzelm
parents:
18738
diff
changeset
|
555 |
|
24238 | 556 |
* Isar: the new attribute [rotated n] (default n = 1) rotates the |
557 |
premises of a theorem by n. Useful in conjunction with drule. |
|
558 |
||
19220 | 559 |
* Isar: the goal restriction operator [N] (default N = 1) evaluates a |
560 |
method expression within a sandbox consisting of the first N |
|
19240 | 561 |
sub-goals, which need to exist. For example, ``simp_all [3]'' |
562 |
simplifies the first three sub-goals, while (rule foo, simp_all)[] |
|
563 |
simplifies all new goals that emerge from applying rule foo to the |
|
564 |
originally first one. |
|
19220 | 565 |
|
19814
faa698d46686
* Theory syntax: some popular names (e.g. "class", "if") are now keywords.
wenzelm
parents:
19783
diff
changeset
|
566 |
* 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
|
567 |
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
|
568 |
expected. |
faa698d46686
* Theory syntax: some popular names (e.g. "class", "if") are now keywords.
wenzelm
parents:
19783
diff
changeset
|
569 |
|
18901 | 570 |
* Isar: the conclusion of a long theorem statement is now either |
571 |
'shows' (a simultaneous conjunction, as before), or 'obtains' |
|
572 |
(essentially a disjunction of cases with local parameters and |
|
573 |
assumptions). The latter allows to express general elimination rules |
|
18910 | 574 |
adequately; in this notation common elimination rules look like this: |
18901 | 575 |
|
576 |
lemma exE: -- "EX x. P x ==> (!!x. P x ==> thesis) ==> thesis" |
|
577 |
assumes "EX x. P x" |
|
578 |
obtains x where "P x" |
|
579 |
||
580 |
lemma conjE: -- "A & B ==> (A ==> B ==> thesis) ==> thesis" |
|
581 |
assumes "A & B" |
|
582 |
obtains A and B |
|
583 |
||
584 |
lemma disjE: -- "A | B ==> (A ==> thesis) ==> (B ==> thesis) ==> thesis" |
|
585 |
assumes "A | B" |
|
586 |
obtains |
|
587 |
A |
|
588 |
| B |
|
589 |
||
18910 | 590 |
The subsequent classical rules even refer to the formal "thesis" |
18901 | 591 |
explicitly: |
592 |
||
593 |
lemma classical: -- "(~ thesis ==> thesis) ==> thesis" |
|
594 |
obtains "~ thesis" |
|
595 |
||
18910 | 596 |
lemma Peirce's_Law: -- "((thesis ==> something) ==> thesis) ==> thesis" |
597 |
obtains "thesis ==> something" |
|
18901 | 598 |
|
599 |
The actual proof of an 'obtains' statement is analogous to that of the |
|
18910 | 600 |
Isar proof element 'obtain', only that there may be several cases. |
601 |
Optional case names may be specified in parentheses; these will be |
|
602 |
available both in the present proof and as annotations in the |
|
603 |
resulting rule, for later use with the 'cases' method (cf. attribute |
|
604 |
case_names). |
|
18901 | 605 |
|
21447
379f130843f7
* Isar: the assumptions of a long theorem statement are available as assms;
wenzelm
parents:
21406
diff
changeset
|
606 |
* Isar: the assumptions of a long theorem statement are available as |
379f130843f7
* Isar: the assumptions of a long theorem statement are available as assms;
wenzelm
parents:
21406
diff
changeset
|
607 |
"assms" fact in the proof context. This is more appropriate than the |
379f130843f7
* Isar: the assumptions of a long theorem statement are available as assms;
wenzelm
parents:
21406
diff
changeset
|
608 |
(historical) "prems", which refers to all assumptions of the current |
379f130843f7
* Isar: the assumptions of a long theorem statement are available as assms;
wenzelm
parents:
21406
diff
changeset
|
609 |
context, including those from the target locale, proof body etc. |
379f130843f7
* Isar: the assumptions of a long theorem statement are available as assms;
wenzelm
parents:
21406
diff
changeset
|
610 |
|
19263 | 611 |
* Isar: 'print_statement' prints theorems from the current theory or |
612 |
proof context in long statement form, according to the syntax of a |
|
613 |
top-level lemma. |
|
614 |
||
18901 | 615 |
* Isar: 'obtain' takes an optional case name for the local context |
616 |
introduction rule (default "that"). |
|
617 |
||
19587 | 618 |
* Isar: removed obsolete 'concl is' patterns. INCOMPATIBILITY, use |
619 |
explicit (is "_ ==> ?foo") in the rare cases where this still happens |
|
620 |
to occur. |
|
621 |
||
19682
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
622 |
* Pure: syntax "CONST name" produces a fully internalized constant |
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
623 |
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
|
624 |
syntax translations that should refer to internal constant |
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
625 |
representations independently of name spaces. |
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
626 |
|
21537
45b3a85ee548
* Pure: syntax constant for foo (binder) is called foo_binder;
wenzelm
parents:
21471
diff
changeset
|
627 |
* Pure: syntax constant for foo (binder "FOO ") is called "foo_binder" |
45b3a85ee548
* Pure: syntax constant for foo (binder) is called foo_binder;
wenzelm
parents:
21471
diff
changeset
|
628 |
instead of "FOO ". This allows multiple binder declarations to coexist |
45b3a85ee548
* Pure: syntax constant for foo (binder) is called foo_binder;
wenzelm
parents:
21471
diff
changeset
|
629 |
in the same context. INCOMPATIBILITY. |
45b3a85ee548
* Pure: syntax constant for foo (binder) is called foo_binder;
wenzelm
parents:
21471
diff
changeset
|
630 |
|
21209
dbb8decc36bc
'const_syntax' command: allow fixed variables, renamed to 'notation';
wenzelm
parents:
21200
diff
changeset
|
631 |
* 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
|
632 |
primitive that also works in a locale context (both for constants and |
24950 | 633 |
fixed variables). Type declaration and internal syntactic representation |
634 |
of given constants retrieved from the context. Likewise, the |
|
635 |
'no_notation' command allows to remove given syntax annotations from the |
|
636 |
current context. |
|
19682
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
637 |
|
19665 | 638 |
* Isar/locales: new derived specification elements 'axiomatization', |
639 |
'definition', 'abbreviation', which support type-inference, admit |
|
19083 | 640 |
object-level specifications (equality, equivalence). See also the |
641 |
isar-ref manual. Examples: |
|
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
642 |
|
19665 | 643 |
axiomatization |
21595 | 644 |
eq (infix "===" 50) where |
645 |
eq_refl: "x === x" and eq_subst: "x === y ==> P x ==> P y" |
|
646 |
||
647 |
definition "f x y = x + y + 1" |
|
648 |
definition g where "g x = f x x" |
|
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
649 |
|
19363 | 650 |
abbreviation |
21595 | 651 |
neq (infix "=!=" 50) where |
19363 | 652 |
"x =!= y == ~ (x === y)" |
19081
085b5badb8de
* Isar/locales: new derived specification elements 'definition', 'abbreviation', 'axiomatization';
wenzelm
parents:
19034
diff
changeset
|
653 |
|
19083 | 654 |
These specifications may be also used in a locale context. Then the |
655 |
constants being introduced depend on certain fixed parameters, and the |
|
656 |
constant name is qualified by the locale base name. An internal |
|
657 |
abbreviation takes care for convenient input and output, making the |
|
19088 | 658 |
parameters implicit and using the original short name. See also |
25177 | 659 |
src/HOL/ex/Abstract_NAT.thy for an example of deriving polymorphic |
19083 | 660 |
entities from a monomorphic theory. |
661 |
||
662 |
Presently, abbreviations are only available 'in' a target locale, but |
|
19363 | 663 |
not inherited by general import expressions. Also note that |
664 |
'abbreviation' may be used as a type-safe replacement for 'syntax' + |
|
24735
3a55ee2cae70
* Pure/Isar: unified specification syntax admits type inference and dummy patterns;
wenzelm
parents:
24706
diff
changeset
|
665 |
'translations' in common applications. The "no_abbrevs" print mode |
3a55ee2cae70
* Pure/Isar: unified specification syntax admits type inference and dummy patterns;
wenzelm
parents:
24706
diff
changeset
|
666 |
prevents folding of abbreviations in term output. |
19084 | 667 |
|
19682
c8c301eb965a
* Pure: syntax 'CONST name' produces a fully internalized constant;
wenzelm
parents:
19665
diff
changeset
|
668 |
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
|
669 |
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
|
670 |
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
|
671 |
'translations' with explicit "CONST" markup to accommodate this. |
19665 | 672 |
|
24800 | 673 |
* Pure/Isar: unified syntax for new-style specification mechanisms |
674 |
(e.g. 'definition', 'abbreviation', or 'inductive' in HOL) admits |
|
675 |
full type inference and dummy patterns ("_"). For example: |
|
24735
3a55ee2cae70
* Pure/Isar: unified specification syntax admits type inference and dummy patterns;
wenzelm
parents:
24706
diff
changeset
|
676 |
|
3a55ee2cae70
* Pure/Isar: unified specification syntax admits type inference and dummy patterns;
wenzelm
parents:
24706
diff
changeset
|
677 |
definition "K x _ = x" |
3a55ee2cae70
* Pure/Isar: unified specification syntax admits type inference and dummy patterns;
wenzelm
parents:
24706
diff
changeset
|
678 |
|
24738 | 679 |
inductive conj for A B |
680 |
where "A ==> B ==> conj A B" |
|
681 |
||
21735 | 682 |
* Pure: command 'print_abbrevs' prints all constant abbreviations of |
683 |
the current context. Print mode "no_abbrevs" prevents inversion of |
|
684 |
abbreviations on output. |
|
685 |
||
24800 | 686 |
* Isar/locales: improved parameter handling: use of locales "var" and |
687 |
"struct" no longer necessary; - parameter renamings are no longer |
|
688 |
required to be injective. For example, this allows to define |
|
689 |
endomorphisms as locale endom = homom mult mult h. |
|
19783 | 690 |
|
19931
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
691 |
* 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
|
692 |
Instead of accumulating the specification, the imported expression is |
22126 | 693 |
now an interpretation. INCOMPATIBILITY: different normal form of |
694 |
locale expressions. In particular, in interpretations of locales with |
|
695 |
predicates, goals repesenting already interpreted fragments are not |
|
696 |
removed automatically. Use methods `intro_locales' and |
|
697 |
`unfold_locales'; see below. |
|
698 |
||
699 |
* Isar/locales: new methods `intro_locales' and `unfold_locales' |
|
700 |
provide backward reasoning on locales predicates. The methods are |
|
701 |
aware of interpretations and discharge corresponding goals. |
|
702 |
`intro_locales' is less aggressive then `unfold_locales' and does not |
|
703 |
unfold predicates to assumptions. |
|
19931
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
704 |
|
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
705 |
* Isar/locales: the order in which locale fragments are accumulated |
22126 | 706 |
has changed. This enables to override declarations from fragments due |
707 |
to interpretations -- for example, unwanted simp rules. |
|
19931
fb32b43e7f80
Restructured locales with predicates: import is now an interpretation.
ballarin
parents:
19895
diff
changeset
|
708 |
|
23920 | 709 |
* Isar/locales: interpretation in theories and proof contexts has been |
710 |
extended. One may now specify (and prove) equations, which are |
|
711 |
unfolded in interpreted theorems. This is useful for replacing |
|
712 |
defined concepts (constants depending on locale parameters) by |
|
713 |
concepts already existing in the target context. Example: |
|
714 |
||
715 |
interpretation partial_order ["op <= :: [int, int] => bool"] |
|
716 |
where "partial_order.less (op <=) (x::int) y = (x < y)" |
|
717 |
||
24800 | 718 |
Typically, the constant `partial_order.less' is created by a |
719 |
definition specification element in the context of locale |
|
720 |
partial_order. |
|
721 |
||
24859 | 722 |
* Method "induct": improved internal context management to support |
24800 | 723 |
local fixes and defines on-the-fly. Thus explicit meta-level |
724 |
connectives !! and ==> are rarely required anymore in inductive goals |
|
725 |
(using object-logic connectives for this purpose has been long |
|
726 |
obsolete anyway). Common proof patterns are explained in |
|
25177 | 727 |
src/HOL/Induct/Common_Patterns.thy, see also |
728 |
src/HOL/Isar_examples/Puzzle.thy and src/HOL/Lambda for realistic |
|
729 |
examples. |
|
24606
7acbb982fc77
moved induct patterns to HOL/Induct/Common_Patterns.thy;
wenzelm
parents:
24507
diff
changeset
|
730 |
|
24859 | 731 |
* Method "induct": improved handling of simultaneous goals. Instead of |
24606
7acbb982fc77
moved induct patterns to HOL/Induct/Common_Patterns.thy;
wenzelm
parents:
24507
diff
changeset
|
732 |
introducing object-level conjunction, the statement is now split into |
7acbb982fc77
moved induct patterns to HOL/Induct/Common_Patterns.thy;
wenzelm
parents:
24507
diff
changeset
|
733 |
several conclusions, while the corresponding symbolic cases are nested |
7acbb982fc77
moved induct patterns to HOL/Induct/Common_Patterns.thy;
wenzelm
parents:
24507
diff
changeset
|
734 |
accordingly. INCOMPATIBILITY, proofs need to be structured explicitly, |
25177 | 735 |
see src/HOL/Induct/Common_Patterns.thy, for example. |
24606
7acbb982fc77
moved induct patterns to HOL/Induct/Common_Patterns.thy;
wenzelm
parents:
24507
diff
changeset
|
736 |
|
24859 | 737 |
* Method "induct": mutual induction rules are now specified as a list |
24800 | 738 |
of rule sharing the same induction cases. HOL packages usually provide |
24606
7acbb982fc77
moved induct patterns to HOL/Induct/Common_Patterns.thy;
wenzelm
parents:
24507
diff
changeset
|
739 |
foo_bar.inducts for mutually defined items foo and bar (e.g. inductive |
24859 | 740 |
predicates/sets or datatypes). INCOMPATIBILITY, users need to specify |
741 |
mutual induction rules differently, i.e. like this: |
|
18506
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
742 |
|
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
743 |
(induct rule: foo_bar.inducts) |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
744 |
(induct set: foo bar) |
24859 | 745 |
(induct pred: foo bar) |
18506
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
746 |
(induct type: foo bar) |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
747 |
|
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
748 |
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
|
749 |
new format. |
96260fb11449
* Provers/induct: support simultaneous goals with mutual rules;
wenzelm
parents:
18495
diff
changeset
|
750 |
|
24859 | 751 |
* Method "coinduct": dual of induction, see |
18399 | 752 |
src/HOL/Library/Coinductive_List.thy for various examples. |
753 |
||
24859 | 754 |
* Method "cases", "induct", "coinduct": the ``(open)'' option is |
755 |
considered a legacy feature. |
|
756 |
||
20919
dab803075c62
attribute "symmetric": standardized schematic variables;
wenzelm
parents:
20857
diff
changeset
|
757 |
* Attribute "symmetric" produces result with standardized schematic |
dab803075c62
attribute "symmetric": standardized schematic variables;
wenzelm
parents:
20857
diff
changeset
|
758 |
variables (index 0). Potential INCOMPATIBILITY. |
dab803075c62
attribute "symmetric": standardized schematic variables;
wenzelm
parents:
20857
diff
changeset
|
759 |
|
22126 | 760 |
* Simplifier: by default the simplifier trace only shows top level |
761 |
rewrites now. That is, trace_simp_depth_limit is set to 1 by |
|
762 |
default. Thus there is less danger of being flooded by the trace. The |
|
763 |
trace indicates where parts have been suppressed. |
|
18674 | 764 |
|
18536
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
765 |
* Provers/classical: removed obsolete classical version of elim_format |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
766 |
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
|
767 |
manipulating the claset. |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
768 |
|
18694 | 769 |
* Provers/classical: stricter checks to ensure that supplied intro, |
770 |
dest and elim rules are well-formed; dest and elim rules must have at |
|
771 |
least one premise. |
|
772 |
||
773 |
* Provers/classical: attributes dest/elim/intro take an optional |
|
18695 | 774 |
weight argument for the rule (just as the Pure versions). Weights are |
18696 | 775 |
ignored by automated tools, but determine the search order of single |
18694 | 776 |
rule steps. |
18557
60a0f9caa0a2
Provers/classical: stricter checks to ensure that supplied intro, dest and
paulson
parents:
18549
diff
changeset
|
777 |
|
18536
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
778 |
* Syntax: input syntax now supports dummy variable binding "%_. b", |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
779 |
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
|
780 |
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
|
781 |
"{_. _}" match any set comprehension as expected. Potential |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
782 |
INCOMPATIBILITY -- parse translations need to cope with syntactic |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
783 |
constant "_idtdummy" in the binding position. |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
784 |
|
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
785 |
* Syntax: removed obsolete syntactic constant "_K" and its associated |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
786 |
parse translation. INCOMPATIBILITY -- use dummy abstraction instead, |
ab3f32f86847
* Provers/classical: removed obsolete classical version of elim_format;
wenzelm
parents:
18507
diff
changeset
|
787 |
for example "A -> B" => "Pi A (%_. B)". |
17779 | 788 |
|
20582
ebd0e03c6a9b
* Pure: 'class_deps' command visualizes the subclass relation;
wenzelm
parents:
20503
diff
changeset
|
789 |
* Pure: 'class_deps' command visualizes the subclass relation, using |
ebd0e03c6a9b
* Pure: 'class_deps' command visualizes the subclass relation;
wenzelm
parents:
20503
diff
changeset
|
790 |
the graph browser tool. |
ebd0e03c6a9b
* Pure: 'class_deps' command visualizes the subclass relation;
wenzelm
parents:
20503
diff
changeset
|
791 |
|
24800 | 792 |
* Pure: 'print_theory' now suppresses certain internal declarations by |
793 |
default; use '!' option for full details. |
|
20620
8b26f58c5646
* Pure: 'print_theory' now suppresses entities with internal name;
wenzelm
parents:
20607
diff
changeset
|
794 |
|
17865 | 795 |
|
17806 | 796 |
*** HOL *** |
797 |
||
25129 | 798 |
* Method "metis" proves goals by applying the Metis general-purpose |
799 |
resolution prover (see also http://gilith.com/software/metis/). |
|
800 |
Examples are in the directory MetisExamples. WARNING: the |
|
801 |
Isabelle/HOL-Metis integration does not yet work properly with |
|
802 |
multi-threading. |
|
803 |
||
804 |
* Command 'sledgehammer' invokes external automatic theorem provers as |
|
805 |
background processes. It generates calls to the "metis" method if |
|
806 |
successful. These can be pasted into the proof. Users do not have to |
|
807 |
wait for the automatic provers to return. WARNING: does not really |
|
808 |
work with multi-threading. |
|
809 |
||
24804 | 810 |
* New "auto_quickcheck" feature tests outermost goal statements for |
811 |
potential counter-examples. Controlled by ML references |
|
812 |
auto_quickcheck (default true) and auto_quickcheck_time_limit (default |
|
25129 | 813 |
5000 milliseconds). Fails silently if statements is outside of |
814 |
executable fragment, or any other codgenerator problem occurs. |
|
24804 | 815 |
|
25184 | 816 |
* New constant "undefined" with axiom "undefined x = undefined". |
817 |
||
818 |
* Added class "HOL.eq", allowing for code generation with polymorphic |
|
819 |
equality. |
|
820 |
||
821 |
* Some renaming of class constants due to canonical name prefixing in |
|
822 |
the new 'class' package: |
|
823 |
||
824 |
HOL.abs ~> HOL.abs_class.abs |
|
825 |
HOL.divide ~> HOL.divide_class.divide |
|
826 |
0 ~> HOL.zero_class.zero |
|
827 |
1 ~> HOL.one_class.one |
|
828 |
op + ~> HOL.plus_class.plus |
|
829 |
op - ~> HOL.minus_class.minus |
|
830 |
uminus ~> HOL.minus_class.uminus |
|
831 |
op * ~> HOL.times_class.times |
|
832 |
op < ~> HOL.ord_class.less |
|
833 |
op <= > HOL.ord_class.less_eq |
|
834 |
Nat.power ~> Power.power_class.power |
|
835 |
Nat.size ~> Nat.size_class.size |
|
836 |
Numeral.number_of ~> Numeral.number_class.number_of |
|
837 |
FixedPoint.Inf ~> Lattices.complete_lattice_class.Inf |
|
838 |
FixedPoint.Sup ~> Lattices.complete_lattice_class.Sup |
|
839 |
Orderings.min ~> Orderings.ord_class.min |
|
840 |
Orderings.max ~> Orderings.ord_class.max |
|
841 |
Divides.op div ~> Divides.div_class.div |
|
842 |
Divides.op mod ~> Divides.div_class.mod |
|
843 |
Divides.op dvd ~> Divides.div_class.dvd |
|
844 |
||
845 |
INCOMPATIBILITY. Adaptions may be required in the following cases: |
|
846 |
||
847 |
a) User-defined constants using any of the names "plus", "minus", |
|
848 |
"times", "less" or "less_eq". The standard syntax translations for |
|
849 |
"+", "-" and "*" may go wrong. INCOMPATIBILITY: use more specific |
|
850 |
names. |
|
851 |
||
852 |
b) Variables named "plus", "minus", "times", "less", "less_eq" |
|
853 |
INCOMPATIBILITY: use more specific names. |
|
854 |
||
855 |
c) Permutative equations (e.g. "a + b = b + a") |
|
856 |
Since the change of names also changes the order of terms, permutative |
|
857 |
rewrite rules may get applied in a different order. Experience shows |
|
858 |
that this is rarely the case (only two adaptions in the whole Isabelle |
|
859 |
distribution). INCOMPATIBILITY: rewrite proofs |
|
860 |
||
861 |
d) ML code directly refering to constant names |
|
862 |
This in general only affects hand-written proof tactics, simprocs and |
|
863 |
so on. INCOMPATIBILITY: grep your sourcecode and replace names. |
|
864 |
Consider using @{const_name} antiquotation. |
|
865 |
||
866 |
* New class "default" with associated constant "default". |
|
867 |
||
868 |
* Function "sgn" is now overloaded and available on int, real, complex |
|
869 |
(and other numeric types), using class "sgn". Two possible defs of |
|
870 |
sgn are given as equational assumptions in the classes sgn_if and |
|
871 |
sgn_div_norm; ordered_idom now also inherits from sgn_if. |
|
872 |
INCOMPATIBILITY. |
|
873 |
||
874 |
* Locale "partial_order" now unified with class "order" (cf. theory |
|
875 |
Orderings), added parameter "less". INCOMPATIBILITY. |
|
876 |
||
877 |
* Renamings in classes "order" and "linorder": facts "refl", "trans" and |
|
878 |
"cases" to "order_refl", "order_trans" and "linorder_cases", to avoid |
|
879 |
clashes with HOL "refl" and "trans". INCOMPATIBILITY. |
|
880 |
||
881 |
* Classes "order" and "linorder": potential INCOMPATIBILITY due to |
|
882 |
changed order of proof goals in instance proofs. |
|
883 |
||
884 |
* The transitivity reasoner for partial and linear orders is set up |
|
885 |
for classes "order" and "linorder". Instances of the reasoner are available |
|
886 |
in all contexts importing or interpreting the corresponding locales. |
|
887 |
Method "order" invokes the reasoner separately; the reasoner |
|
888 |
is also integrated with the Simplifier as a solver. Diagnostic |
|
889 |
command 'print_orders' shows the available instances of the reasoner |
|
890 |
in the current context. |
|
891 |
||
892 |
* Localized monotonicity predicate in theory "Orderings"; integrated |
|
893 |
lemmas max_of_mono and min_of_mono with this predicate. |
|
894 |
INCOMPATIBILITY. |
|
895 |
||
896 |
* Formulation of theorem "dense" changed slightly due to integration |
|
897 |
with new class dense_linear_order. |
|
898 |
||
899 |
* Uniform lattice theory development in HOL. |
|
900 |
||
901 |
constants "meet" and "join" now named "inf" and "sup" |
|
902 |
constant "Meet" now named "Inf" |
|
903 |
||
904 |
classes "meet_semilorder" and "join_semilorder" now named |
|
905 |
"lower_semilattice" and "upper_semilattice" |
|
906 |
class "lorder" now named "lattice" |
|
907 |
class "comp_lat" now named "complete_lattice" |
|
908 |
||
909 |
Instantiation of lattice classes allows explicit definitions |
|
910 |
for "inf" and "sup" operations (or "Inf" and "Sup" for complete lattices). |
|
911 |
||
912 |
INCOMPATIBILITY. Theorem renames: |
|
913 |
||
914 |
meet_left_le ~> inf_le1 |
|
915 |
meet_right_le ~> inf_le2 |
|
916 |
join_left_le ~> sup_ge1 |
|
917 |
join_right_le ~> sup_ge2 |
|
918 |
meet_join_le ~> inf_sup_ord |
|
919 |
le_meetI ~> le_infI |
|
920 |
join_leI ~> le_supI |
|
921 |
le_meet ~> le_inf_iff |
|
922 |
le_join ~> ge_sup_conv |
|
923 |
meet_idempotent ~> inf_idem |
|
924 |
join_idempotent ~> sup_idem |
|
925 |
meet_comm ~> inf_commute |
|
926 |
join_comm ~> sup_commute |
|
927 |
meet_leI1 ~> le_infI1 |
|
928 |
meet_leI2 ~> le_infI2 |
|
929 |
le_joinI1 ~> le_supI1 |
|
930 |
le_joinI2 ~> le_supI2 |
|
931 |
meet_assoc ~> inf_assoc |
|
932 |
join_assoc ~> sup_assoc |
|
933 |
meet_left_comm ~> inf_left_commute |
|
934 |
meet_left_idempotent ~> inf_left_idem |
|
935 |
join_left_comm ~> sup_left_commute |
|
936 |
join_left_idempotent ~> sup_left_idem |
|
937 |
meet_aci ~> inf_aci |
|
938 |
join_aci ~> sup_aci |
|
939 |
le_def_meet ~> le_iff_inf |
|
940 |
le_def_join ~> le_iff_sup |
|
941 |
join_absorp2 ~> sup_absorb2 |
|
942 |
join_absorp1 ~> sup_absorb1 |
|
943 |
meet_absorp1 ~> inf_absorb1 |
|
944 |
meet_absorp2 ~> inf_absorb2 |
|
945 |
meet_join_absorp ~> inf_sup_absorb |
|
946 |
join_meet_absorp ~> sup_inf_absorb |
|
947 |
distrib_join_le ~> distrib_sup_le |
|
948 |
distrib_meet_le ~> distrib_inf_le |
|
949 |
||
950 |
add_meet_distrib_left ~> add_inf_distrib_left |
|
951 |
add_join_distrib_left ~> add_sup_distrib_left |
|
952 |
is_join_neg_meet ~> is_join_neg_inf |
|
953 |
is_meet_neg_join ~> is_meet_neg_sup |
|
954 |
add_meet_distrib_right ~> add_inf_distrib_right |
|
955 |
add_join_distrib_right ~> add_sup_distrib_right |
|
956 |
add_meet_join_distribs ~> add_sup_inf_distribs |
|
957 |
join_eq_neg_meet ~> sup_eq_neg_inf |
|
958 |
meet_eq_neg_join ~> inf_eq_neg_sup |
|
959 |
add_eq_meet_join ~> add_eq_inf_sup |
|
960 |
meet_0_imp_0 ~> inf_0_imp_0 |
|
961 |
join_0_imp_0 ~> sup_0_imp_0 |
|
962 |
meet_0_eq_0 ~> inf_0_eq_0 |
|
963 |
join_0_eq_0 ~> sup_0_eq_0 |
|
964 |
neg_meet_eq_join ~> neg_inf_eq_sup |
|
965 |
neg_join_eq_meet ~> neg_sup_eq_inf |
|
966 |
join_eq_if ~> sup_eq_if |
|
967 |
||
968 |
mono_meet ~> mono_inf |
|
969 |
mono_join ~> mono_sup |
|
970 |
meet_bool_eq ~> inf_bool_eq |
|
971 |
join_bool_eq ~> sup_bool_eq |
|
972 |
meet_fun_eq ~> inf_fun_eq |
|
973 |
join_fun_eq ~> sup_fun_eq |
|
974 |
meet_set_eq ~> inf_set_eq |
|
975 |
join_set_eq ~> sup_set_eq |
|
976 |
meet1_iff ~> inf1_iff |
|
977 |
meet2_iff ~> inf2_iff |
|
978 |
meet1I ~> inf1I |
|
979 |
meet2I ~> inf2I |
|
980 |
meet1D1 ~> inf1D1 |
|
981 |
meet2D1 ~> inf2D1 |
|
982 |
meet1D2 ~> inf1D2 |
|
983 |
meet2D2 ~> inf2D2 |
|
984 |
meet1E ~> inf1E |
|
985 |
meet2E ~> inf2E |
|
986 |
join1_iff ~> sup1_iff |
|
987 |
join2_iff ~> sup2_iff |
|
988 |
join1I1 ~> sup1I1 |
|
989 |
join2I1 ~> sup2I1 |
|
990 |
join1I1 ~> sup1I1 |
|
991 |
join2I2 ~> sup1I2 |
|
992 |
join1CI ~> sup1CI |
|
993 |
join2CI ~> sup2CI |
|
994 |
join1E ~> sup1E |
|
995 |
join2E ~> sup2E |
|
996 |
||
997 |
is_meet_Meet ~> is_meet_Inf |
|
998 |
Meet_bool_def ~> Inf_bool_def |
|
999 |
Meet_fun_def ~> Inf_fun_def |
|
1000 |
Meet_greatest ~> Inf_greatest |
|
1001 |
Meet_lower ~> Inf_lower |
|
1002 |
Meet_set_def ~> Inf_set_def |
|
1003 |
||
1004 |
Sup_def ~> Sup_Inf |
|
1005 |
Sup_bool_eq ~> Sup_bool_def |
|
1006 |
Sup_fun_eq ~> Sup_fun_def |
|
1007 |
Sup_set_eq ~> Sup_set_def |
|
1008 |
||
1009 |
listsp_meetI ~> listsp_infI |
|
1010 |
listsp_meet_eq ~> listsp_inf_eq |
|
1011 |
||
1012 |
meet_min ~> inf_min |
|
1013 |
join_max ~> sup_max |
|
1014 |
||
1015 |
* Added syntactic class "size"; overloaded constant "size" now has |
|
1016 |
type "'a::size ==> bool" |
|
1017 |
||
24800 | 1018 |
* Internal reorganisation of `size' of datatypes: size theorems |
1019 |
"foo.size" are no longer subsumed by "foo.simps" (but are still |
|
1020 |
simplification rules by default!); theorems "prod.size" now named |
|
25184 | 1021 |
"*.size". |
1022 |
||
1023 |
* Class "div" now inherits from class "times" rather than "type". |
|
1024 |
INCOMPATIBILITY. |
|
24800 | 1025 |
|
1026 |
* HOL/Finite_Set: "name-space" locales Lattice, Distrib_lattice, |
|
1027 |
Linorder etc. have disappeared; operations defined in terms of |
|
1028 |
fold_set now are named Inf_fin, Sup_fin. INCOMPATIBILITY. |
|
1029 |
||
25129 | 1030 |
* HOL/Nat: neq0_conv no longer declared as iff. INCOMPATIBILITY. |
1031 |
||
24800 | 1032 |
* HOL-Word: New extensive library and type for generic, fixed size |
1033 |
machine words, with arithemtic, bit-wise, shifting and rotating |
|
1034 |
operations, reflection into int, nat, and bool lists, automation for |
|
1035 |
linear arithmetic (by automatic reflection into nat or int), including |
|
1036 |
lemmas on overflow and monotonicity. Instantiated to all appropriate |
|
1037 |
arithmetic type classes, supporting automatic simplification of |
|
1038 |
numerals on all operations. |
|
24333 | 1039 |
|
1040 |
* Library/Boolean_Algebra: locales for abstract boolean algebras. |
|
1041 |
||
1042 |
* Library/Numeral_Type: numbers as types, e.g. TYPE(32). |
|
1043 |
||
23850 | 1044 |
* Code generator library theories: |
24993 | 1045 |
- Code_Integer represents HOL integers by big integer literals in target |
23850 | 1046 |
languages. |
24993 | 1047 |
- Code_Char represents HOL characters by character literals in target |
23850 | 1048 |
languages. |
24993 | 1049 |
- Code_Char_chr like Code_Char, but also offers treatment of character |
1050 |
codes; includes Code_Integer. |
|
24800 | 1051 |
- Executable_Set allows to generate code for finite sets using lists. |
1052 |
- Executable_Rat implements rational numbers as triples (sign, enumerator, |
|
23850 | 1053 |
denominator). |
24800 | 1054 |
- Executable_Real implements a subset of real numbers, namly those |
23850 | 1055 |
representable by rational numbers. |
24800 | 1056 |
- Efficient_Nat implements natural numbers by integers, which in general will |
23850 | 1057 |
result in higher efficency; pattern matching with 0/Suc is eliminated; |
24993 | 1058 |
includes Code_Integer. |
1059 |
- Code_Index provides an additional datatype index which is mapped to |
|
1060 |
target-language built-in integers. |
|
26355 | 1061 |
- Code_Message provides an additional datatype message_string which is isomorphic to |
24993 | 1062 |
strings; messages are mapped to target-language strings. |
23850 | 1063 |
|
23783
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1064 |
* New package for inductive predicates |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1065 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1066 |
An n-ary predicate p with m parameters z_1, ..., z_m can now be defined via |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1067 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1068 |
inductive |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1069 |
p :: "U_1 => ... => U_m => T_1 => ... => T_n => bool" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1070 |
for z_1 :: U_1 and ... and z_n :: U_m |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1071 |
where |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1072 |
rule_1: "... ==> p z_1 ... z_m t_1_1 ... t_1_n" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1073 |
| ... |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1074 |
|
24800 | 1075 |
with full support for type-inference, rather than |
23783
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1076 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1077 |
consts s :: "U_1 => ... => U_m => (T_1 * ... * T_n) set" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1078 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1079 |
abbreviation p :: "U_1 => ... => U_m => T_1 => ... => T_n => bool" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1080 |
where "p z_1 ... z_m x_1 ... x_n == (x_1, ..., x_n) : s z_1 ... z_m" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1081 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1082 |
inductive "s z_1 ... z_m" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1083 |
intros |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1084 |
rule_1: "... ==> (t_1_1, ..., t_1_n) : s z_1 ... z_m" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1085 |
... |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1086 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1087 |
For backward compatibility, there is a wrapper allowing inductive |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1088 |
sets to be defined with the new package via |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1089 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1090 |
inductive_set |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1091 |
s :: "U_1 => ... => U_m => (T_1 * ... * T_n) set" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1092 |
for z_1 :: U_1 and ... and z_n :: U_m |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1093 |
where |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1094 |
rule_1: "... ==> (t_1_1, ..., t_1_n) : s z_1 ... z_m" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1095 |
| ... |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1096 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1097 |
or |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1098 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1099 |
inductive_set |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1100 |
s :: "U_1 => ... => U_m => (T_1 * ... * T_n) set" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1101 |
and p :: "U_1 => ... => U_m => T_1 => ... => T_n => bool" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1102 |
for z_1 :: U_1 and ... and z_n :: U_m |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1103 |
where |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1104 |
"p z_1 ... z_m x_1 ... x_n == (x_1, ..., x_n) : s z_1 ... z_m" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1105 |
| rule_1: "... ==> p z_1 ... z_m t_1_1 ... t_1_n" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1106 |
| ... |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1107 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1108 |
if the additional syntax "p ..." is required. |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1109 |
|
25177 | 1110 |
Numerous examples can be found in the subdirectories src/HOL/Auth, |
1111 |
src/HOL/Bali, src/HOL/Induct, and src/HOL/MicroJava. |
|
23783
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1112 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1113 |
INCOMPATIBILITIES: |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1114 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1115 |
- Since declaration and definition of inductive sets or predicates |
24800 | 1116 |
is no longer separated, abbreviations involving the newly |
1117 |
introduced sets or predicates must be specified together with the |
|
1118 |
introduction rules after the 'where' keyword (see above), rather |
|
1119 |
than before the actual inductive definition. |
|
1120 |
||
1121 |
- The variables in induction and elimination rules are now |
|
1122 |
quantified in the order of their occurrence in the introduction |
|
1123 |
rules, rather than in alphabetical order. Since this may break |
|
1124 |
some proofs, these proofs either have to be repaired, e.g. by |
|
1125 |
reordering the variables a_i_1 ... a_i_{k_i} in Isar 'case' |
|
1126 |
statements of the form |
|
23783
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1127 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1128 |
case (rule_i a_i_1 ... a_i_{k_i}) |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1129 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1130 |
or the old order of quantification has to be restored by explicitly adding |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1131 |
meta-level quantifiers in the introduction rules, i.e. |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1132 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1133 |
| rule_i: "!!a_i_1 ... a_i_{k_i}. ... ==> p z_1 ... z_m t_i_1 ... t_i_n" |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1134 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1135 |
- The format of the elimination rules is now |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1136 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1137 |
p z_1 ... z_m x_1 ... x_n ==> |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1138 |
(!!a_1_1 ... a_1_{k_1}. x_1 = t_1_1 ==> ... ==> x_n = t_1_n ==> ... ==> P) |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1139 |
==> ... ==> P |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1140 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1141 |
for predicates and |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1142 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1143 |
(x_1, ..., x_n) : s z_1 ... z_m ==> |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1144 |
(!!a_1_1 ... a_1_{k_1}. x_1 = t_1_1 ==> ... ==> x_n = t_1_n ==> ... ==> P) |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1145 |
==> ... ==> P |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1146 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1147 |
for sets rather than |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1148 |
|
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1149 |
x : s z_1 ... z_m ==> |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1150 |
(!!a_1_1 ... a_1_{k_1}. x = (t_1_1, ..., t_1_n) ==> ... ==> P) |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1151 |
==> ... ==> P |
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1152 |
|
24800 | 1153 |
This may require terms in goals to be expanded to n-tuples |
1154 |
(e.g. using case_tac or simplification with the split_paired_all |
|
1155 |
rule) before the above elimination rule is applicable. |
|
1156 |
||
1157 |
- The elimination or case analysis rules for (mutually) inductive |
|
1158 |
sets or predicates are now called "p_1.cases" ... "p_k.cases". The |
|
1159 |
list of rules "p_1_..._p_k.elims" is no longer available. |
|
23783
e4d514f81d95
Added entry for new inductive definition package.
berghofe
parents:
23565
diff
changeset
|
1160 |
|
25198 | 1161 |
* New package "function"/"fun" for general recursive functions, |
1162 |
supporting mutual and nested recursion, definitions in local contexts, |
|
1163 |
more general pattern matching and partiality. See HOL/ex/Fundefs.thy |
|
1164 |
for small examples, and the separate tutorial on the function |
|
1165 |
package. The old recdef "package" is still available as before, but |
|
1166 |
users are encouraged to use the new package. |
|
1167 |
||
1168 |
* Method "lexicographic_order" automatically synthesizes termination |
|
1169 |
relations as lexicographic combinations of size measures. |
|
1170 |
||
24800 | 1171 |
* Case-expressions allow arbitrary constructor-patterns (including |
1172 |
"_") and take their order into account, like in functional |
|
1173 |
programming. Internally, this is translated into nested |
|
1174 |
case-expressions; missing cases are added and mapped to the predefined |
|
1175 |
constant "undefined". In complicated cases printing may no longer show |
|
1176 |
the original input but the internal form. Lambda-abstractions allow |
|
1177 |
the same form of pattern matching: "% pat1 => e1 | ..." is an |
|
1178 |
abbreviation for "%x. case x of pat1 => e1 | ..." where x is a new |
|
1179 |
variable. |
|
23564 | 1180 |
|
23468 | 1181 |
* IntDef: The constant "int :: nat => int" has been removed; now "int" |
24800 | 1182 |
is an abbreviation for "of_nat :: nat => int". The simplification |
1183 |
rules for "of_nat" have been changed to work like "int" did |
|
1184 |
previously. Potential INCOMPATIBILITY: |
|
23468 | 1185 |
- "of_nat (Suc m)" simplifies to "1 + of_nat m" instead of "of_nat m + 1" |
1186 |
- of_nat_diff and of_nat_mult are no longer default simp rules |
|
23377 | 1187 |
|
23295
86e225406859
Method "algebra" solves polynomial equations over (semi)rings
chaieb
parents:
23251
diff
changeset
|
1188 |
* Method "algebra" solves polynomial equations over (semi)rings using |
24800 | 1189 |
Groebner bases. The (semi)ring structure is defined by locales and the |
1190 |
tool setup depends on that generic context. Installing the method for |
|
1191 |
a specific type involves instantiating the locale and possibly adding |
|
1192 |
declarations for computation on the coefficients. The method is |
|
1193 |
already instantiated for natural numbers and for the axiomatic class |
|
1194 |
of idoms with numerals. See also the paper by Chaieb and Wenzel at |
|
1195 |
CALCULEMUS 2007 for the general principles underlying this |
|
1196 |
architecture of context-aware proof-tools. |
|
1197 |
||
25033 | 1198 |
* Method "ferrack" implements quantifier elimination over |
1199 |
special-purpose dense linear orders using locales (analogous to |
|
1200 |
"algebra"). The method is already installed for class |
|
1201 |
{ordered_field,recpower,number_ring} which subsumes real, hyperreal, |
|
1202 |
rat, etc. |
|
1203 |
||
24800 | 1204 |
* Former constant "List.op @" now named "List.append". Use ML |
1205 |
antiquotations @{const_name List.append} or @{term " ... @ ... "} to |
|
1206 |
circumvent possible incompatibilities when working on ML level. |
|
1207 |
||
24996 | 1208 |
* primrec: missing cases mapped to "undefined" instead of "arbitrary". |
22845 | 1209 |
|
24800 | 1210 |
* New function listsum :: 'a list => 'a for arbitrary monoids. |
1211 |
Special syntax: "SUM x <- xs. f x" (and latex variants) |
|
1212 |
||
1213 |
* New syntax for Haskell-like list comprehension (input only), eg. |
|
25177 | 1214 |
[(x,y). x <- xs, y <- ys, x ~= y], see also src/HOL/List.thy. |
24800 | 1215 |
|
1216 |
* The special syntax for function "filter" has changed from [x : |
|
1217 |
xs. P] to [x <- xs. P] to avoid an ambiguity caused by list |
|
1218 |
comprehension syntax, and for uniformity. INCOMPATIBILITY. |
|
1219 |
||
1220 |
* [a..b] is now defined for arbitrary linear orders. It used to be |
|
1221 |
defined on nat only, as an abbreviation for [a..<Suc b] |
|
1222 |
INCOMPATIBILITY. |
|
1223 |
||
1224 |
* Renamed lemma "set_take_whileD" to "set_takeWhileD". |
|
1225 |
||
25177 | 1226 |
* New functions "sorted" and "sort" in src/HOL/List.thy. |
24800 | 1227 |
|
1228 |
* New lemma collection field_simps (an extension of ring_simps) for |
|
1229 |
manipulating (in)equations involving division. Multiplies with all |
|
1230 |
denominators that can be proved to be non-zero (in equations) or |
|
1231 |
positive/negative (in inequations). |
|
23480 | 1232 |
|
1233 |
* Lemma collections ring_eq_simps, group_eq_simps and ring_distrib |
|
24800 | 1234 |
have been improved and renamed to ring_simps, group_simps and |
1235 |
ring_distribs. Removed lemmas field_xyz in theory Ring_and_Field |
|
1236 |
because they were subsumed by lemmas xyz. INCOMPATIBILITY. |
|
1237 |
||
25177 | 1238 |
* Theory Library/Commutative_Ring: switched from recdef to function |
24800 | 1239 |
package; constants add, mul, pow now curried. Infix syntax for |
1240 |
algebraic operations. |
|
22735 | 1241 |
|
24800 | 1242 |
* Dropped redundant lemma def_imp_eq in favor of meta_eq_to_obj_eq. |
22218 | 1243 |
INCOMPATIBILITY. |
1244 |
||
24800 | 1245 |
* Dropped redundant lemma if_def2 in favor of if_bool_eq_conj. |
22218 | 1246 |
INCOMPATIBILITY. |
1247 |
||
22126 | 1248 |
* HOL/records: generalised field-update to take a function on the |
1249 |
field rather than the new value: r(|A := x|) is translated to A_update |
|
1250 |
(K x) r The K-combinator that is internally used is called K_record. |
|
21226
a607ae87ee81
field-update in records is generalised to take a function on the field
schirmer
parents:
21215
diff
changeset
|
1251 |
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
|
1252 |
adapted. |
a607ae87ee81
field-update in records is generalised to take a function on the field
schirmer
parents:
21215
diff
changeset
|
1253 |
|
24800 | 1254 |
* Class "semiring_0" now contains annihilation axioms x * 0 = 0 and 0 |
1255 |
* x = 0, which are required for a semiring. Richer structures do not |
|
1256 |
inherit from semiring_0 anymore, because this property is a theorem |
|
1257 |
there, not an axiom. INCOMPATIBILITY: In instances of semiring_0, |
|
1258 |
there is more to prove, but this is mostly trivial. |
|
1259 |
||
1260 |
* Class "recpower" is generalized to arbitrary monoids, not just |
|
1261 |
commutative semirings. INCOMPATIBILITY: may need to incorporate |
|
25163 | 1262 |
commutativity or semiring properties additionally. |
21215
7c9337a0e30a
made locale partial_order compatible with axclass order
haftmann
parents:
21209
diff
changeset
|
1263 |
|
21099 | 1264 |
* Constant "List.list_all2" in List.thy now uses authentic syntax. |
24800 | 1265 |
INCOMPATIBILITY: translations containing list_all2 may go wrong, |
1266 |
better use 'abbreviation'. |
|
1267 |
||
1268 |
* Renamed constant "List.op mem" to "List.member". INCOMPATIBILITY. |
|
1269 |
||
22126 | 1270 |
* Numeral syntax: type 'bin' which was a mere type copy of 'int' has |
24800 | 1271 |
been abandoned in favour of plain 'int'. INCOMPATIBILITY -- |
22126 | 1272 |
significant changes for setting up numeral syntax for types: |
24800 | 1273 |
- New constants Numeral.pred and Numeral.succ instead |
20485 | 1274 |
of former Numeral.bin_pred and Numeral.bin_succ. |
1275 |
- Use integer operations instead of bin_add, bin_mult and so on. |
|
1276 |
- Numeral simplification theorems named Numeral.numeral_simps instead of Bin_simps. |
|
1277 |
- ML structure Bin_Simprocs now named Int_Numeral_Base_Simprocs. |
|
1278 |
||
25177 | 1279 |
See src/HOL/Integ/IntArith.thy for an example setup. |
1280 |
||
1281 |
* Command 'normal_form' computes the normal form of a term that may |
|
1282 |
contain free variables. For example ``normal_form "rev [a, b, c]"'' |
|
1283 |
produces ``[b, c, a]'' (without proof). This command is suitable for |
|
1284 |
heavy-duty computations because the functions are compiled to ML |
|
1285 |
first. Correspondingly, a method "normalization" is provided. See |
|
1286 |
further src/HOL/ex/NormalForm.thy and src/Tools/nbe.ML. |
|
19895 | 1287 |
|
17996 | 1288 |
* Alternative iff syntax "A <-> B" for equality on bool (with priority |
1289 |
25 like -->); output depends on the "iff" print_mode, the default is |
|
1290 |
"A = B" (with priority 50). |
|
1291 |
||
21265 | 1292 |
* Relations less (<) and less_eq (<=) are also available on type bool. |
1293 |
Modified syntax to disallow nesting without explicit parentheses, |
|
24800 | 1294 |
e.g. "(x < y) < z" or "x < (y < z)", but NOT "x < y < z". Potential |
1295 |
INCOMPATIBILITY. |
|
21265 | 1296 |
|
18674 | 1297 |
* "LEAST x:A. P" expands to "LEAST x. x:A & P" (input only). |
1298 |
||
20716
a6686a8e1b68
Changed precedence of "op O" (relation composition) from 60 to 75.
krauss
parents:
20712
diff
changeset
|
1299 |
* 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
|
1300 |
stronger than union and intersection. INCOMPATIBILITY. |
a6686a8e1b68
Changed precedence of "op O" (relation composition) from 60 to 75.
krauss
parents:
20712
diff
changeset
|
1301 |
|
22126 | 1302 |
* The old set interval syntax "{m..n(}" (and relatives) has been |
1303 |
removed. Use "{m..<n}" (and relatives) instead. |
|
19377 | 1304 |
|
17865 | 1305 |
* In the context of the assumption "~(s = t)" the Simplifier rewrites |
24800 | 1306 |
"t = s" to False (by simproc "neq"). INCOMPATIBILITY, consider using |
1307 |
``declare [[simproc del: neq]]''. |
|
1308 |
||
1309 |
* Simplifier: "m dvd n" where m and n are numbers is evaluated to |
|
1310 |
True/False. |
|
1311 |
||
1312 |
* Theorem Cons_eq_map_conv no longer declared as "simp". |
|
19211 | 1313 |
|
19279 | 1314 |
* Theorem setsum_mult renamed to setsum_right_distrib. |
1315 |
||
19211 | 1316 |
* Prefer ex1I over ex_ex1I in single-step reasoning, e.g. by the |
22126 | 1317 |
``rule'' method. |
1318 |
||
24800 | 1319 |
* Reimplemented methods "sat" and "satx", with several improvements: |
1320 |
goals no longer need to be stated as "<prems> ==> False", equivalences |
|
1321 |
(i.e. "=" on type bool) are handled, variable names of the form |
|
1322 |
"lit_<n>" are no longer reserved, significant speedup. |
|
1323 |
||
1324 |
* Methods "sat" and "satx" can now replay MiniSat proof traces. |
|
22126 | 1325 |
zChaff is still supported as well. |
1326 |
||
1327 |
* 'inductive' and 'datatype': provide projections of mutual rules, |
|
1328 |
bundled as foo_bar.inducts; |
|
1329 |
||
1330 |
* Library: moved theories Parity, GCD, Binomial, Infinite_Set to |
|
1331 |
Library. |
|
21256 | 1332 |
|
1333 |
* 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
|
1334 |
|
18446 | 1335 |
* Library: added theory Coinductive_List of potentially infinite lists |
1336 |
as greatest fixed-point. |
|
18399 | 1337 |
|
19254 | 1338 |
* Library: added theory AssocList which implements (finite) maps as |
19252 | 1339 |
association lists. |
17809
195045659c06
Tactics sat and satx reimplemented, several improvements
webertj
parents:
17806
diff
changeset
|
1340 |
|
24800 | 1341 |
* Method "evaluation" solves goals (i.e. a boolean expression) |
1342 |
efficiently by compiling it to ML. The goal is "proved" (via an |
|
1343 |
oracle) if it evaluates to True. |
|
20807 | 1344 |
|
1345 |
* Linear arithmetic now splits certain operators (e.g. min, max, abs) |
|
24800 | 1346 |
also when invoked by the simplifier. This results in the Simplifier |
1347 |
being more powerful on arithmetic goals. INCOMPATIBILITY. |
|
1348 |
Configuration option fast_arith_split_limit=0 recovers the old |
|
1349 |
behavior. |
|
20217
25b068a99d2b
linear arithmetic splits certain operators (e.g. min, max, abs)
webertj
parents:
20188
diff
changeset
|
1350 |
|
22126 | 1351 |
* Support for hex (0x20) and binary (0b1001) numerals. |
19254 | 1352 |
|
20807 | 1353 |
* New method: reify eqs (t), where eqs are equations for an |
1354 |
interpretation I :: 'a list => 'b => 'c and t::'c is an optional |
|
1355 |
parameter, computes a term s::'b and a list xs::'a list and proves the |
|
1356 |
theorem I xs s = t. This is also known as reification or quoting. The |
|
1357 |
resulting theorem is applied to the subgoal to substitute t with I xs |
|
1358 |
s. If t is omitted, the subgoal itself is reified. |
|
1359 |
||
1360 |
* New method: reflection corr_thm eqs (t). The parameters eqs and (t) |
|
1361 |
are as explained above. corr_thm is a theorem for I vs (f t) = I vs t, |
|
1362 |
where f is supposed to be a computable function (in the sense of code |
|
1363 |
generattion). The method uses reify to compute s and xs as above then |
|
1364 |
applies corr_thm and uses normalization by evaluation to "prove" f s = |
|
1365 |
r and finally gets the theorem t = r, which is again applied to the |
|
25177 | 1366 |
subgoal. An Example is available in src/HOL/ex/ReflectionEx.thy. |
1367 |
||
1368 |
* Reflection: Automatic reification now handels binding, an example is |
|
1369 |
available in src/HOL/ex/ReflectionEx.thy |
|
20807 | 1370 |
|
25397 | 1371 |
* HOL-Statespace: ``State Spaces: The Locale Way'' introduces a |
25409 | 1372 |
command 'statespace' that is similar to 'record', but introduces an |
25397 | 1373 |
abstract specification based on the locale infrastructure instead of |
1374 |
HOL types. This leads to extra flexibility in composing state spaces, |
|
1375 |
in particular multiple inheritance and renaming of components. |
|
1376 |
||
1377 |
||
19653 | 1378 |
*** HOL-Complex *** |
1379 |
||
22971 | 1380 |
* Hyperreal: Functions root and sqrt are now defined on negative real |
1381 |
inputs so that root n (- x) = - root n x and sqrt (- x) = - sqrt x. |
|
1382 |
Nonnegativity side conditions have been removed from many lemmas, so |
|
1383 |
that more subgoals may now be solved by simplification; potential |
|
1384 |
INCOMPATIBILITY. |
|
1385 |
||
24800 | 1386 |
* Real: new type classes formalize real normed vector spaces and |
21791 | 1387 |
algebras, using new overloaded constants scaleR :: real => 'a => 'a |
1388 |
and norm :: 'a => real. |
|
1389 |
||
24800 | 1390 |
* Real: constant of_real :: real => 'a::real_algebra_1 injects from |
1391 |
reals into other types. The overloaded constant Reals :: 'a set is now |
|
1392 |
defined as range of_real; potential INCOMPATIBILITY. |
|
1393 |
||
1394 |
* Real: proper support for ML code generation, including 'quickcheck'. |
|
23013 | 1395 |
Reals are implemented as arbitrary precision rationals. |
1396 |
||
22126 | 1397 |
* Hyperreal: Several constants that previously worked only for the |
1398 |
reals have been generalized, so they now work over arbitrary vector |
|
1399 |
spaces. Type annotations may need to be added in some cases; potential |
|
1400 |
INCOMPATIBILITY. |
|
21791 | 1401 |
|
22972
3e96b98d37c6
generalized sgn function to work on any real normed vector space
huffman
parents:
22971
diff
changeset
|
1402 |
Infinitesimal :: ('a::real_normed_vector) star set |
3e96b98d37c6
generalized sgn function to work on any real normed vector space
huffman
parents:
22971
diff
changeset
|
1403 |
HFinite :: ('a::real_normed_vector) star set |
3e96b98d37c6
generalized sgn function to work on any real normed vector space
huffman
parents:
22971
diff
changeset
|
1404 |
HInfinite :: ('a::real_normed_vector) star set |
21791 | 1405 |
approx :: ('a::real_normed_vector) star => 'a star => bool |
1406 |
monad :: ('a::real_normed_vector) star => 'a star set |
|
1407 |
galaxy :: ('a::real_normed_vector) star => 'a star set |
|