| author | paulson | 
| Sat, 29 Jun 2002 21:33:06 +0200 | |
| changeset 13259 | 01fa0c8dbc92 | 
| parent 13190 | 172f65d0c3d1 | 
| child 13280 | 306ef3aef61b | 
| permissions | -rw-r--r-- | 
| 5363 | 1 | Isabelle NEWS -- history user-relevant changes | 
| 2 | ============================================== | |
| 2553 | 3 | |
| 13158 | 4 | *** HOL *** | 
| 5 | ||
| 13190 | 6 | * arith(_tac) does now know about div k and mod k where k is a numeral of | 
| 7 | type nat. It can solve simple goals like "0 < n ==> n div 2 < (n::nat)" | |
| 13158 | 8 | but fails if divisibility plays a role like in | 
| 9 | "n div 2 + (n+1) div 2 = (n::nat)". | |
| 13188 | 10 | * simp's arithmetic capabilities have been enhanced a bit: | 
| 11 | it now takes ~= in premises into account (by performing a case split). | |
| 13158 | 12 | |
| 12984 | 13 | New in Isabelle2002 (March 2002) | 
| 14 | -------------------------------- | |
| 11474 | 15 | |
| 11572 | 16 | *** Document preparation *** | 
| 17 | ||
| 11842 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 wenzelm parents: 
11817diff
changeset | 18 | * greatly simplified document preparation setup, including more | 
| 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 wenzelm parents: 
11817diff
changeset | 19 | graceful interpretation of isatool usedir -i/-d/-D options, and more | 
| 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 wenzelm parents: 
11817diff
changeset | 20 | instructive isatool mkdir; users should basically be able to get | 
| 12899 
7d5b690253ee
"isatool usedir -D output HOL Test && isatool document Test/output";
 wenzelm parents: 
12889diff
changeset | 21 | started with "isatool mkdir HOL Test && isatool make"; alternatively, | 
| 
7d5b690253ee
"isatool usedir -D output HOL Test && isatool document Test/output";
 wenzelm parents: 
12889diff
changeset | 22 | users may run a separate document processing stage manually like this: | 
| 
7d5b690253ee
"isatool usedir -D output HOL Test && isatool document Test/output";
 wenzelm parents: 
12889diff
changeset | 23 | "isatool usedir -D output HOL Test && isatool document Test/output"; | 
| 11842 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 wenzelm parents: 
11817diff
changeset | 24 | |
| 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 wenzelm parents: 
11817diff
changeset | 25 | * theory dependency graph may now be incorporated into documents; | 
| 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 wenzelm parents: 
11817diff
changeset | 26 | isatool usedir -g true will produce session_graph.eps/.pdf for use | 
| 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 wenzelm parents: 
11817diff
changeset | 27 | with \includegraphics of LaTeX; | 
| 
b903d3dabbe2
* greatly simplified document preparation setup, including more
 wenzelm parents: 
11817diff
changeset | 28 | |
| 11864 
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
 wenzelm parents: 
11842diff
changeset | 29 | * proper spacing of consecutive markup elements, especially text | 
| 
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
 wenzelm parents: 
11842diff
changeset | 30 | blocks after section headings; | 
| 
371ce685b0ec
* proper spacing of consecutive markup elements, especially text
 wenzelm parents: 
11842diff
changeset | 31 | |
| 11572 | 32 | * support bold style (for single symbols only), input syntax is like | 
| 33 | this: "\<^bold>\<alpha>" or "\<^bold>A"; | |
| 34 | ||
| 11814 | 35 | * \<bullet> is now output as bold \cdot by default, which looks much | 
| 11572 | 36 | better in printed text; | 
| 37 | ||
| 11712 
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
 wenzelm parents: 
11702diff
changeset | 38 | * added default LaTeX bindings for \<tturnstile> and \<TTurnstile>; | 
| 
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
 wenzelm parents: 
11702diff
changeset | 39 | note that these symbols are currently unavailable in Proof General / | 
| 12769 | 40 | X-Symbol; new symbols \<zero>, \<one>, ..., \<nine>, and \<euro>; | 
| 12690 | 41 | |
| 42 | * isatool latex no longer depends on changed TEXINPUTS, instead | |
| 43 | isatool document copies the Isabelle style files to the target | |
| 44 | location; | |
| 11712 
deb8cac87063
* added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
 wenzelm parents: 
11702diff
changeset | 45 | |
| 11572 | 46 | |
| 11633 | 47 | *** Isar *** | 
| 48 | ||
| 12312 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 49 | * Pure/Provers: improved proof by cases and induction; | 
| 12280 | 50 | - 'case' command admits impromptu naming of parameters (such as | 
| 51 | "case (Suc n)"); | |
| 52 | - 'induct' method divinates rule instantiation from the inductive | |
| 53 | claim; no longer requires excessive ?P bindings for proper | |
| 54 | instantiation of cases; | |
| 55 | - 'induct' method properly enumerates all possibilities of set/type | |
| 56 | rules; as a consequence facts may be also passed through *type* | |
| 57 | rules without further ado; | |
| 58 | - 'induct' method now derives symbolic cases from the *rulified* | |
| 59 | rule (before it used to rulify cases stemming from the internal | |
| 60 | atomized version); this means that the context of a non-atomic | |
| 61 | statement becomes is included in the hypothesis, avoiding the | |
| 62 | slightly cumbersome show "PROP ?case" form; | |
| 63 | - 'induct' may now use elim-style induction rules without chaining | |
| 64 | facts, using ``missing'' premises from the goal state; this allows | |
| 65 | rules stemming from inductive sets to be applied in unstructured | |
| 66 | scripts, while still benefitting from proper handling of non-atomic | |
| 67 | statements; NB: major inductive premises need to be put first, all | |
| 68 | the rest of the goal is passed through the induction; | |
| 69 | - 'induct' proper support for mutual induction involving non-atomic | |
| 70 | rule statements (uses the new concept of simultaneous goals, see | |
| 71 | below); | |
| 12853 | 72 | - append all possible rule selections, but only use the first | 
| 73 | success (no backtracking); | |
| 11995 
4a622f5fb164
  - 'induct' may now use elim-style induction rules without chaining
 wenzelm parents: 
11986diff
changeset | 74 | - removed obsolete "(simplified)" and "(stripped)" options of methods; | 
| 12754 
044a59921f3b
Isar: undeclared rule case names default to numbers 1, 2, 3, ...;
 wenzelm parents: 
12753diff
changeset | 75 | - undeclared rule case names default to numbers 1, 2, 3, ...; | 
| 
044a59921f3b
Isar: undeclared rule case names default to numbers 1, 2, 3, ...;
 wenzelm parents: 
12753diff
changeset | 76 | - added 'print_induct_rules' (covered by help item in recent Proof | 
| 
044a59921f3b
Isar: undeclared rule case names default to numbers 1, 2, 3, ...;
 wenzelm parents: 
12753diff
changeset | 77 | General versions); | 
| 11995 
4a622f5fb164
  - 'induct' may now use elim-style induction rules without chaining
 wenzelm parents: 
11986diff
changeset | 78 | - moved induct/cases attributes to Pure, methods to Provers; | 
| 
4a622f5fb164
  - 'induct' may now use elim-style induction rules without chaining
 wenzelm parents: 
11986diff
changeset | 79 | - generic method setup instantiated for FOL and HOL; | 
| 11986 
26b95a6f3f79
- 'induct' method now derives symbolic cases from the *rulified* rule
 wenzelm parents: 
11965diff
changeset | 80 | |
| 12163 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 81 | * Pure: support multiple simultaneous goal statements, for example | 
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 82 | "have a: A and b: B" (same for 'theorem' etc.); being a pure | 
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 83 | meta-level mechanism, this acts as if several individual goals had | 
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 84 | been stated separately; in particular common proof methods need to be | 
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 85 | repeated in order to cover all claims; note that a single elimination | 
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 86 | step is *not* sufficient to establish the two conjunctions, so this | 
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 87 | fails: | 
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 88 | |
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 89 | assume "A & B" then have A and B .. (*".." fails*) | 
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 90 | |
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 91 | better use "obtain" in situations as above; alternative refer to | 
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 92 | multi-step methods like 'auto', 'simp_all', 'blast+' etc.; | 
| 
04c98351f9af
Isar: 'induct' proper support for mutual induction involving
 wenzelm parents: 
12159diff
changeset | 93 | |
| 12078 
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
 wenzelm parents: 
12034diff
changeset | 94 | * Pure: proper integration with ``locales''; unlike the original | 
| 12210 
2f510d8d8291
* ZF: new-style theory commands '(co)inductive', '(co)datatype',
 wenzelm parents: 
12177diff
changeset | 95 | version by Florian Kammüller, Isar locales package high-level proof | 
| 12078 
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
 wenzelm parents: 
12034diff
changeset | 96 | contexts rather than raw logical ones (e.g. we admit to include | 
| 12280 | 97 | attributes everywhere); operations on locales include merge and | 
| 12964 | 98 | rename; support for implicit arguments (``structures''); simultaneous | 
| 99 | type-inference over imports and text; see also HOL/ex/Locales.thy for | |
| 100 | some examples; | |
| 12078 
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
 wenzelm parents: 
12034diff
changeset | 101 | |
| 12707 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 wenzelm parents: 
12690diff
changeset | 102 | * Pure: the following commands have been ``localized'', supporting a | 
| 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 wenzelm parents: 
12690diff
changeset | 103 | target locale specification "(in name)": 'lemma', 'theorem', | 
| 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 wenzelm parents: 
12690diff
changeset | 104 | 'corollary', 'lemmas', 'theorems', 'declare'; the results will be | 
| 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 wenzelm parents: 
12690diff
changeset | 105 | stored both within the locale and at the theory level (exported and | 
| 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 wenzelm parents: 
12690diff
changeset | 106 | qualified by the locale name); | 
| 
4013be8572c5
* Pure: localized 'lemmas', 'theorems', 'declare';
 wenzelm parents: 
12690diff
changeset | 107 | |
| 12964 | 108 | * Pure: theory goals may now be specified in ``long'' form, with | 
| 109 | ad-hoc contexts consisting of arbitrary locale elements. for example | |
| 110 | ``lemma foo: fixes x assumes "A x" shows "B x"'' (local syntax and | |
| 111 | definitions may be given, too); the result is a meta-level rule with | |
| 112 | the context elements being discharged in the obvious way; | |
| 113 | ||
| 114 | * Pure: new proof command 'using' allows to augment currently used | |
| 115 | facts after a goal statement ('using' is syntactically analogous to
 | |
| 116 | 'apply', but acts on the goal's facts only); this allows chained facts | |
| 117 | to be separated into parts given before and after a claim, as in | |
| 118 | ``from a and b have C using d and e <proof>''; | |
| 12078 
4eb8061286e5
* Isar/Pure: proper integration with ``locales''; unlike the original
 wenzelm parents: 
12034diff
changeset | 119 | |
| 11722 | 120 | * Pure: renamed "antecedent" case to "rule_context"; | 
| 121 | ||
| 12964 | 122 | * Pure: new 'judgment' command records explicit information about the | 
| 123 | object-logic embedding (used by several tools internally); no longer | |
| 124 | use hard-wired "Trueprop"; | |
| 125 | ||
| 11738 | 126 | * Pure: added 'corollary' command; | 
| 127 | ||
| 11722 | 128 | * Pure: fixed 'token_translation' command; | 
| 129 | ||
| 11899 | 130 | * Pure: removed obsolete 'exported' attribute; | 
| 131 | ||
| 11933 | 132 | * Pure: dummy pattern "_" in is/let is now automatically lifted over | 
| 133 | bound variables: "ALL x. P x --> Q x" (is "ALL x. _ --> ?C x") | |
| 11899 | 134 | supersedes more cumbersome ... (is "ALL x. _ x --> ?C x"); | 
| 135 | ||
| 11952 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 wenzelm parents: 
11937diff
changeset | 136 | * Pure: method 'atomize' presents local goal premises as object-level | 
| 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 wenzelm parents: 
11937diff
changeset | 137 | statements (atomic meta-level propositions); setup controlled via | 
| 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 wenzelm parents: 
11937diff
changeset | 138 | rewrite rules declarations of 'atomize' attribute; example | 
| 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 wenzelm parents: 
11937diff
changeset | 139 | application: 'induct' method with proper rule statements in improper | 
| 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 wenzelm parents: 
11937diff
changeset | 140 | proof *scripts*; | 
| 
b10f1e8862f4
* Pure: method 'atomize' presents local goal premises as object-level
 wenzelm parents: 
11937diff
changeset | 141 | |
| 12106 
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
 wenzelm parents: 
12078diff
changeset | 142 | * Pure: emulation of instantiation tactics (rule_tac, cut_tac, etc.) | 
| 
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
 wenzelm parents: 
12078diff
changeset | 143 | now consider the syntactic context of assumptions, giving a better | 
| 
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
 wenzelm parents: 
12078diff
changeset | 144 | chance to get type-inference of the arguments right (this is | 
| 
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
 wenzelm parents: 
12078diff
changeset | 145 | especially important for locales); | 
| 
4a8558dbb6a0
* Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
 wenzelm parents: 
12078diff
changeset | 146 | |
| 12312 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 147 | * Pure: "sorry" no longer requires quick_and_dirty in interactive | 
| 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 148 | mode; | 
| 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 149 | |
| 12405 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 150 | * Pure/obtain: the formal conclusion "thesis", being marked as | 
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 151 | ``internal'', may no longer be reference directly in the text; | 
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 152 | potential INCOMPATIBILITY, may need to use "?thesis" in rare | 
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 153 | situations; | 
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 154 | |
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 155 | * Pure: generic 'sym' attribute which declares a rule both as pure | 
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 156 | 'elim?' and for the 'symmetric' operation; | 
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 157 | |
| 12877 
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
 wenzelm parents: 
12853diff
changeset | 158 | * Pure: marginal comments ``--'' may now occur just anywhere in the | 
| 
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
 wenzelm parents: 
12853diff
changeset | 159 | text; the fixed correlation with particular command syntax has been | 
| 
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
 wenzelm parents: 
12853diff
changeset | 160 | discontinued; | 
| 
b9635eb8a448
* Isar/Pure: marginal comments ``--'' may now occur just anywhere in the text;
 wenzelm parents: 
12853diff
changeset | 161 | |
| 13023 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 berghofe parents: 
12984diff
changeset | 162 | * Pure: new method 'rules' is particularly well-suited for proof | 
| 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 berghofe parents: 
12984diff
changeset | 163 | search in intuitionistic logic; a bit slower than 'blast' or 'fast', | 
| 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 berghofe parents: 
12984diff
changeset | 164 | but often produces more compact proof terms with less detours; | 
| 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 berghofe parents: 
12984diff
changeset | 165 | |
| 12364 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 166 | * Pure/Provers/classical: simplified integration with pure rule | 
| 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 167 | attributes and methods; the classical "intro?/elim?/dest?" | 
| 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 168 | declarations coincide with the pure ones; the "rule" method no longer | 
| 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 169 | includes classically swapped intros; "intro" and "elim" methods no | 
| 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 170 | longer pick rules from the context; also got rid of ML declarations | 
| 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 171 | AddXIs/AddXEs/AddXDs; all of this has some potential for | 
| 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 172 | INCOMPATIBILITY; | 
| 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 173 | |
| 12405 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 174 | * Provers/classical: attribute 'swapped' produces classical inversions | 
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 175 | of introduction rules; | 
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 176 | |
| 12364 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 177 | * Provers/simplifier: 'simplified' attribute may refer to explicit | 
| 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 178 | rules instead of full simplifier context; 'iff' attribute handles | 
| 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 179 | conditional rules; | 
| 11936 
fef099613354
* Provers: 'simplified' attribute may refer to explicit rules instead
 wenzelm parents: 
11933diff
changeset | 180 | |
| 11745 
06cd8c3b5487
* HOL: 'typedef' now allows alternative names for Rep/Abs morphisms;
 wenzelm parents: 
11738diff
changeset | 181 | * HOL: 'typedef' now allows alternative names for Rep/Abs morphisms; | 
| 
06cd8c3b5487
* HOL: 'typedef' now allows alternative names for Rep/Abs morphisms;
 wenzelm parents: 
11738diff
changeset | 182 | |
| 11690 | 183 | * HOL: 'recdef' now fails on unfinished automated proofs, use | 
| 11633 | 184 | "(permissive)" option to recover old behavior; | 
| 185 | ||
| 11933 | 186 | * HOL: 'inductive' no longer features separate (collective) attributes | 
| 187 | for 'intros' (was found too confusing); | |
| 188 | ||
| 12405 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 189 | * HOL: properly declared induction rules less_induct and | 
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 190 | wf_induct_rule; | 
| 
9b16f99fd7b9
* Pure/obtain: "thesis" now internal (use ?thesis);
 wenzelm parents: 
12364diff
changeset | 191 | |
| 11788 
60054fee3c16
canonical 'cases'/'induct' rules for n-tuples (n=3..7)
 kleing parents: 
11745diff
changeset | 192 | |
| 11474 | 193 | *** HOL *** | 
| 194 | ||
| 11702 | 195 | * HOL: moved over to sane numeral syntax; the new policy is as | 
| 196 | follows: | |
| 197 | ||
| 198 | - 0 and 1 are polymorphic constants, which are defined on any | |
| 199 | numeric type (nat, int, real etc.); | |
| 200 | ||
| 201 | - 2, 3, 4, ... and -1, -2, -3, ... are polymorphic numerals, based | |
| 202 | binary representation internally; | |
| 203 | ||
| 204 | - type nat has special constructor Suc, and generally prefers Suc 0 | |
| 205 | over 1::nat and Suc (Suc 0) over 2::nat; | |
| 206 | ||
| 12364 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 207 | This change may cause significant problems of INCOMPATIBILITY; here | 
| 
108cdda23ab3
* Pure/Provers/classical: simplified integration with pure rule
 wenzelm parents: 
12335diff
changeset | 208 | are some hints on converting existing sources: | 
| 11702 | 209 | |
| 210 | - due to the new "num" token, "-0" and "-1" etc. are now atomic | |
| 211 | entities, so expressions involving "-" (unary or binary minus) need | |
| 212 | to be spaced properly; | |
| 213 | ||
| 214 | - existing occurrences of "1" may need to be constraint "1::nat" or | |
| 215 | even replaced by Suc 0; similar for old "2"; | |
| 216 | ||
| 217 | - replace "#nnn" by "nnn", and "#-nnn" by "-nnn"; | |
| 218 | ||
| 219 | - remove all special provisions on numerals in proofs; | |
| 220 | ||
| 13042 | 221 | * HOL: simp rules nat_number expand numerals on nat to Suc/0 | 
| 12837 | 222 | representation (depends on bin_arith_simps in the default context); | 
| 223 | ||
| 12736 | 224 | * HOL: symbolic syntax for x^2 (numeral 2); | 
| 225 | ||
| 12335 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 wenzelm parents: 
12312diff
changeset | 226 | * HOL: the class of all HOL types is now called "type" rather than | 
| 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 wenzelm parents: 
12312diff
changeset | 227 | "term"; INCOMPATIBILITY, need to adapt references to this type class | 
| 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 wenzelm parents: 
12312diff
changeset | 228 | in axclass/classes, instance/arities, and (usually rare) occurrences | 
| 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 wenzelm parents: 
12312diff
changeset | 229 | in typings (of consts etc.); internally the class is called | 
| 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 wenzelm parents: 
12312diff
changeset | 230 | "HOL.type", ML programs should refer to HOLogic.typeS; | 
| 
db4d5f498742
* HOL: the class of all HOL types is now called "type" rather than
 wenzelm parents: 
12312diff
changeset | 231 | |
| 12280 | 232 | * HOL/record package improvements: | 
| 233 | - new derived operations "fields" to build a partial record section, | |
| 234 | "extend" to promote a fixed record to a record scheme, and | |
| 235 | "truncate" for the reverse; cf. theorems "xxx.defs", which are *not* | |
| 236 | declared as simp by default; | |
| 12587 
3f3d2ffb5df5
HOL/record: shared operations ("more", "fields", etc.) now need to be
 wenzelm parents: 
12564diff
changeset | 237 |   - shared operations ("more", "fields", etc.) now need to be always
 | 
| 
3f3d2ffb5df5
HOL/record: shared operations ("more", "fields", etc.) now need to be
 wenzelm parents: 
12564diff
changeset | 238 | qualified) --- potential INCOMPATIBILITY; | 
| 12280 | 239 | - removed "make_scheme" operations (use "make" with "extend") -- | 
| 240 | INCOMPATIBILITY; | |
| 11937 | 241 | - removed "more" class (simply use "term") -- INCOMPATIBILITY; | 
| 12253 | 242 | - provides cases/induct rules for use with corresponding Isar | 
| 243 | methods (for concrete records, record schemes, concrete more | |
| 12280 | 244 | parts, and schematic more parts -- in that order); | 
| 11930 | 245 | - internal definitions directly based on a light-weight abstract | 
| 246 | theory of product types over typedef rather than datatype; | |
| 247 | ||
| 13023 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 berghofe parents: 
12984diff
changeset | 248 | * HOL: generic code generator for generating executable ML code from | 
| 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 berghofe parents: 
12984diff
changeset | 249 | specifications; specific support for HOL constructs such as inductive | 
| 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 berghofe parents: 
12984diff
changeset | 250 | datatypes and sets, as well as recursive functions; can be invoked | 
| 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 berghofe parents: 
12984diff
changeset | 251 | via 'generate_code' theory section; | 
| 
f869b6822006
Added two paragraphs on "rules" method and code generator.
 berghofe parents: 
12984diff
changeset | 252 | |
| 11933 | 253 | * HOL: canonical cases/induct rules for n-tuples (n = 3..7); | 
| 254 | ||
| 11802 
1d5f5d2427d2
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
 wenzelm parents: 
11797diff
changeset | 255 | * HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A" | 
| 
1d5f5d2427d2
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
 wenzelm parents: 
11797diff
changeset | 256 | (beware of argument permutation!); | 
| 
1d5f5d2427d2
* HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
 wenzelm parents: 
11797diff
changeset | 257 | |
| 11657 | 258 | * HOL: linorder_less_split superseded by linorder_cases; | 
| 259 | ||
| 12917 | 260 | * HOL/List: "nodups" renamed to "distinct"; | 
| 12889 | 261 | |
| 11633 | 262 | * HOL: added "The" definite description operator; move Hilbert's "Eps" | 
| 263 | to peripheral theory "Hilbert_Choice"; | |
| 11437 | 264 | |
| 11572 | 265 | * HOL: made split_all_tac safe; EXISTING PROOFS MAY FAIL OR LOOP, so | 
| 266 | in this (rare) case use: | |
| 267 | ||
| 268 | delSWrapper "split_all_tac" | |
| 269 |   addSbefore ("unsafe_split_all_tac", unsafe_split_all_tac)
 | |
| 270 | ||
| 271 | * HOL: added safe wrapper "split_conv_tac" to claset; EXISTING PROOFS | |
| 11474 | 272 | MAY FAIL; | 
| 11361 | 273 | |
| 11572 | 274 | * HOL: introduced f^n = f o ... o f; warning: due to the limits of | 
| 275 | Isabelle's type classes, ^ on functions and relations has too general | |
| 276 | a domain, namely ('a * 'b) set and 'a => 'b; this means that it may be
 | |
| 277 | necessary to attach explicit type constraints; | |
| 11307 | 278 | |
| 12917 | 279 | * HOL/Relation: the prefix name of the infix "O" has been changed from | 
| 280 | "comp" to "rel_comp"; INCOMPATIBILITY: a few theorems have been | |
| 281 | renamed accordingly (eg "compI" -> "rel_compI"). | |
| 12489 | 282 | |
| 11487 
95071c9e85a3
* HOL: syntax translations now work properly with numerals and records
 wenzelm parents: 
11475diff
changeset | 283 | * HOL: syntax translations now work properly with numerals and records | 
| 
95071c9e85a3
* HOL: syntax translations now work properly with numerals and records
 wenzelm parents: 
11475diff
changeset | 284 | expressions; | 
| 11474 | 285 | |
| 12457 
cbfc53e45476
* HOL: bounded abstraction now uses syntax "%" / "\<lambda>" instead
 wenzelm parents: 
12405diff
changeset | 286 | * HOL: bounded abstraction now uses syntax "%" / "\<lambda>" instead | 
| 
cbfc53e45476
* HOL: bounded abstraction now uses syntax "%" / "\<lambda>" instead
 wenzelm parents: 
12405diff
changeset | 287 | of "lam" -- INCOMPATIBILITY; | 
| 11474 | 288 | |
| 11933 | 289 | * HOL: got rid of some global declarations (potential INCOMPATIBILITY | 
| 290 | for ML tools): const "()" renamed "Product_Type.Unity", type "unit" | |
| 291 | renamed "Product_Type.unit"; | |
| 11611 | 292 | |
| 12564 | 293 | * HOL: renamed rtrancl_into_rtrancl2 to converse_rtrancl_into_rtrancl | 
| 294 | ||
| 12924 | 295 | * HOL: removed obsolete theorem "optionE" (use "option.exhaust", or | 
| 296 | the "cases" method); | |
| 297 | ||
| 12597 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 wenzelm parents: 
12587diff
changeset | 298 | * HOL/GroupTheory: group theory examples including Sylow's theorem (by | 
| 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 wenzelm parents: 
12587diff
changeset | 299 | Florian Kammüller); | 
| 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 wenzelm parents: 
12587diff
changeset | 300 | |
| 12608 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 wenzelm parents: 
12597diff
changeset | 301 | * HOL/IMP: updated and converted to new-style theory format; several | 
| 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 wenzelm parents: 
12597diff
changeset | 302 | parts turned into readable document, with proper Isar proof texts and | 
| 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 wenzelm parents: 
12597diff
changeset | 303 | some explanations (by Gerwin Klein); | 
| 12597 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 wenzelm parents: 
12587diff
changeset | 304 | |
| 12734 | 305 | * HOL-Real: added Complex_Numbers (by Gertrud Bauer); | 
| 306 | ||
| 12690 | 307 | * HOL-Hyperreal is now a logic image; | 
| 308 | ||
| 11611 | 309 | |
| 12022 
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
 wenzelm parents: 
11995diff
changeset | 310 | *** HOLCF *** | 
| 
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
 wenzelm parents: 
11995diff
changeset | 311 | |
| 12622 | 312 | * Isar: consts/constdefs supports mixfix syntax for continuous | 
| 313 | operations; | |
| 314 | ||
| 315 | * Isar: domain package adapted to new-style theory format, e.g. see | |
| 316 | HOLCF/ex/Dnat.thy; | |
| 317 | ||
| 318 | * theory Lift: proper use of rep_datatype lift instead of ML hacks -- | |
| 12280 | 319 | potential INCOMPATIBILITY; now use plain induct_tac instead of former | 
| 320 | lift.induct_tac, always use UU instead of Undef; | |
| 12022 
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
 wenzelm parents: 
11995diff
changeset | 321 | |
| 12597 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 wenzelm parents: 
12587diff
changeset | 322 | * HOLCF/IMP: updated and converted to new-style theory; | 
| 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 wenzelm parents: 
12587diff
changeset | 323 | |
| 12022 
9c3377b133c0
HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
 wenzelm parents: 
11995diff
changeset | 324 | |
| 11474 | 325 | *** ZF *** | 
| 326 | ||
| 12622 | 327 | * Isar: proper integration of logic-specific tools and packages, | 
| 328 | including theory commands '(co)inductive', '(co)datatype', | |
| 329 | 'rep_datatype', 'inductive_cases', as well as methods 'ind_cases', | |
| 330 | 'induct_tac', 'case_tac', and 'typecheck' (with attribute 'TC'); | |
| 331 | ||
| 332 | * theory Main no longer includes AC; for the Axiom of Choice, base | |
| 333 | your theory on Main_ZFC; | |
| 334 | ||
| 335 | * the integer library now covers quotients and remainders, with many | |
| 336 | laws relating division to addition, multiplication, etc.; | |
| 12563 | 337 | |
| 12280 | 338 | * ZF/UNITY: Chandy and Misra's UNITY is now available in ZF, giving a | 
| 339 | typeless version of the formalism; | |
| 340 | ||
| 13025 | 341 | * ZF/AC, Coind, IMP, Resid: updated and converted to new-style theory | 
| 342 | format; | |
| 12608 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 wenzelm parents: 
12597diff
changeset | 343 | |
| 12280 | 344 | * ZF/Induct: new directory for examples of inductive definitions, | 
| 12608 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 wenzelm parents: 
12597diff
changeset | 345 | including theory Multiset for multiset orderings; converted to | 
| 
2df381faa787
* ZF/IMP: updated and converted to new-style theory format;
 wenzelm parents: 
12597diff
changeset | 346 | new-style theory format; | 
| 12177 
b1c16d685a99
* ZF: new-style theory commands 'inductive', 'inductive_cases', and
 wenzelm parents: 
12163diff
changeset | 347 | |
| 13025 | 348 | * ZF: many new theorems about lists, ordinals, etc.; | 
| 12850 | 349 | |
| 11474 | 350 | |
| 351 | *** General *** | |
| 352 | ||
| 12280 | 353 | * Pure/kernel: meta-level proof terms (by Stefan Berghofer); reference | 
| 354 | variable proof controls level of detail: 0 = no proofs (only oracle | |
| 355 | dependencies), 1 = lemma dependencies, 2 = compact proof terms; see | |
| 356 | also ref manual for further ML interfaces; | |
| 357 | ||
| 358 | * Pure/axclass: removed obsolete ML interface | |
| 359 | goal_subclass/goal_arity; | |
| 360 | ||
| 361 | * Pure/syntax: new token syntax "num" for plain numerals (without "#" | |
| 362 | of "xnum"); potential INCOMPATIBILITY, since -0, -1 etc. are now | |
| 363 | separate tokens, so expressions involving minus need to be spaced | |
| 364 | properly; | |
| 365 | ||
| 12312 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 366 | * Pure/syntax: support non-oriented infixes, using keyword "infix" | 
| 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 367 | rather than "infixl" or "infixr"; | 
| 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 368 | |
| 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 369 | * Pure/syntax: concrete syntax for dummy type variables admits genuine | 
| 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 370 | sort constraint specifications in type inference; e.g. "x::_::foo" | 
| 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 371 | ensures that the type of "x" is of sort "foo" (but not necessarily a | 
| 
f0f06950820d
* Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
 wenzelm parents: 
12280diff
changeset | 372 | type variable); | 
| 12280 | 373 | |
| 374 | * Pure/syntax: print modes "type_brackets" and "no_type_brackets" | |
| 375 | control output of nested => (types); the default behavior is | |
| 376 | "type_brackets"; | |
| 377 | ||
| 378 | * Pure/syntax: builtin parse translation for "_constify" turns valued | |
| 11817 | 379 | tokens into AST constants; | 
| 11474 | 380 | |
| 12280 | 381 | * Pure/syntax: prefer later declarations of translations and print | 
| 382 | translation functions; potential INCOMPATIBILITY: need to reverse | |
| 383 | multiple declarations for same syntax element constant; | |
| 384 | ||
| 12832 
c31b44286a8a
* Pure/show_hyps reset by default (in accordance to existing Isar practice);
 wenzelm parents: 
12777diff
changeset | 385 | * Pure/show_hyps reset by default (in accordance to existing Isar | 
| 
c31b44286a8a
* Pure/show_hyps reset by default (in accordance to existing Isar practice);
 wenzelm parents: 
12777diff
changeset | 386 | practice); | 
| 
c31b44286a8a
* Pure/show_hyps reset by default (in accordance to existing Isar practice);
 wenzelm parents: 
12777diff
changeset | 387 | |
| 12280 | 388 | * Provers/classical: renamed addaltern to addafter, addSaltern to | 
| 389 | addSafter; | |
| 390 | ||
| 391 | * Provers/clasimp: ``iff'' declarations now handle conditional rules | |
| 392 | as well; | |
| 12253 | 393 | |
| 12538 | 394 | * system: tested support for MacOS X; should be able to get Isabelle + | 
| 395 | Proof General to work in a plain Terminal after installing Poly/ML | |
| 396 | (e.g. from the Isabelle distribution area) and GNU bash alone | |
| 397 | (e.g. from http://www.apple.com); full X11, XEmacs and X-Symbol | |
| 398 | support requires further installations, e.g. from | |
| 399 | http://fink.sourceforge.net/); | |
| 400 | ||
| 12280 | 401 | * system: support Poly/ML 4.1.1 (able to manage larger heaps); | 
| 11551 | 402 | |
| 12753 
3a62df7ae926
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead
 wenzelm parents: 
12736diff
changeset | 403 | * system: reduced base memory usage by Poly/ML (approx. 20 MB instead | 
| 
3a62df7ae926
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead
 wenzelm parents: 
12736diff
changeset | 404 | of 40 MB), cf. ML_OPTIONS; | 
| 
3a62df7ae926
* system: reduced base memory usage by Poly/ML (approx. 20 MB instead
 wenzelm parents: 
12736diff
changeset | 405 | |
| 11633 | 406 | * system: Proof General keywords specification is now part of the | 
| 407 | Isabelle distribution (see etc/isar-keywords.el); | |
| 408 | ||
| 12728 | 409 | * system: support for persistent Proof General sessions (refrain from | 
| 410 | outdating all loaded theories on startup); user may create writable | |
| 411 | logic images like this: ``isabelle -q HOL Test''; | |
| 12597 
14822e4436bf
HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
 wenzelm parents: 
12587diff
changeset | 412 | |
| 11551 | 413 | * system: smart selection of Isabelle process versus Isabelle | 
| 11572 | 414 | interface, accommodates case-insensitive file systems (e.g. HFS+); may | 
| 415 | run both "isabelle" and "Isabelle" even if file names are badly | |
| 416 | damaged (executable inspects the case of the first letter of its own | |
| 417 | name); added separate "isabelle-process" and "isabelle-interface"; | |
| 11551 | 418 | |
| 12472 | 419 | * system: refrain from any attempt at filtering input streams; no | 
| 420 | longer support ``8bit'' encoding of old isabelle font, instead proper | |
| 421 | iso-latin characters may now be used; the related isatools | |
| 422 | "symbolinput" and "nonascii" have disappeared as well; | |
| 423 | ||
| 424 | * system: removed old "xterm" interface (the print modes "xterm" and | |
| 425 | "xterm_color" are still available for direct use in a suitable | |
| 426 | terminal); | |
| 427 | ||
| 11314 | 428 | |
| 11169 
98c2f741e32b
made split_all_tac safe introducing safe_full_simp_tac, EXISTING PROOFS MAY FAIL
 oheimb parents: 
11130diff
changeset | 429 | |
| 11062 | 430 | New in Isabelle99-2 (February 2001) | 
| 431 | ----------------------------------- | |
| 432 | ||
| 10224 | 433 | *** Overview of INCOMPATIBILITIES *** | 
| 434 | ||
| 11241 | 435 | * HOL: please note that theories in the Library and elsewhere often use the | 
| 436 | new-style (Isar) format; to refer to their theorems in an ML script you must | |
| 12622 | 437 | bind them to ML identifers by e.g. val thm_name = thm "thm_name"; | 
| 11241 | 438 | |
| 11043 
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
 wenzelm parents: 
11016diff
changeset | 439 | * HOL: inductive package no longer splits induction rule aggressively, | 
| 
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
 wenzelm parents: 
11016diff
changeset | 440 | but only as far as specified by the introductions given; the old | 
| 11130 | 441 | format may be recovered via ML function complete_split_rule or attribute | 
| 11043 
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
 wenzelm parents: 
11016diff
changeset | 442 | 'split_rule (complete)'; | 
| 
2e3bbac8763b
HOL: inductive package no longer splits induction rule aggressively,
 wenzelm parents: 
11016diff
changeset | 443 | |
| 10998 | 444 | * HOL: induct renamed to lfp_induct, lfp_Tarski to lfp_unfold, | 
| 445 | gfp_Tarski to gfp_unfold; | |
| 10224 | 446 | |
| 10288 | 447 | * HOL: contrapos, contrapos2 renamed to contrapos_nn, contrapos_pp; | 
| 448 | ||
| 10858 | 449 | * HOL: infix "dvd" now has priority 50 rather than 70 (because it is a | 
| 450 | relation); infix "^^" has been renamed "``"; infix "``" has been | |
| 451 | renamed "`"; "univalent" has been renamed "single_valued"; | |
| 10793 | 452 | |
| 10998 | 453 | * HOL/Real: "rinv" and "hrinv" replaced by overloaded "inverse" | 
| 454 | operation; | |
| 455 | ||
| 10868 | 456 | * HOLCF: infix "`" has been renamed "$"; the symbol syntax is \<cdot>; | 
| 10856 | 457 | |
| 10391 | 458 | * Isar: 'obtain' no longer declares "that" fact as simp/intro; | 
| 459 | ||
| 10401 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 wenzelm parents: 
10391diff
changeset | 460 | * Isar/HOL: method 'induct' now handles non-atomic goals; as a | 
| 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 wenzelm parents: 
10391diff
changeset | 461 | consequence, it is no longer monotonic wrt. the local goal context | 
| 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 wenzelm parents: 
10391diff
changeset | 462 | (which is now passed through the inductive cases); | 
| 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 wenzelm parents: 
10391diff
changeset | 463 | |
| 10976 
0e7cf6f9fa29
* Document preparation: renamed standard symbols \<ll> to \<lless> and
 wenzelm parents: 
10966diff
changeset | 464 | * Document preparation: renamed standard symbols \<ll> to \<lless> and | 
| 
0e7cf6f9fa29
* Document preparation: renamed standard symbols \<ll> to \<lless> and
 wenzelm parents: 
10966diff
changeset | 465 | \<gg> to \<ggreater>; | 
| 
0e7cf6f9fa29
* Document preparation: renamed standard symbols \<ll> to \<lless> and
 wenzelm parents: 
10966diff
changeset | 466 | |
| 10224 | 467 | |
| 10245 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 wenzelm parents: 
10224diff
changeset | 468 | *** Document preparation *** | 
| 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 wenzelm parents: 
10224diff
changeset | 469 | |
| 10858 | 470 | * \isabellestyle{NAME} selects version of Isabelle output (currently
 | 
| 471 | available: are "it" for near math-mode best-style output, "sl" for | |
| 472 | slanted text style, and "tt" for plain type-writer; if no | |
| 473 | \isabellestyle command is given, output is according to slanted | |
| 474 | type-writer); | |
| 475 | ||
| 10322 
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
 wenzelm parents: 
10306diff
changeset | 476 | * support sub/super scripts (for single symbols only), input syntax is | 
| 
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
 wenzelm parents: 
10306diff
changeset | 477 | like this: "A\<^sup>*" or "A\<^sup>\<star>"; | 
| 
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
 wenzelm parents: 
10306diff
changeset | 478 | |
| 10858 | 479 | * some more standard symbols; see Appendix A of the system manual for | 
| 11062 | 480 | the complete list of symbols defined in isabellesym.sty; | 
| 10858 | 481 | |
| 10998 | 482 | * improved isabelle style files; more abstract symbol implementation | 
| 483 | (should now use \isamath{...} and \isatext{...} in custom symbol
 | |
| 484 | definitions); | |
| 485 | ||
| 10634 | 486 | * antiquotation @{goals} and @{subgoals} for output of *dynamic* goals
 | 
| 487 | state; Note that presentation of goal states does not conform to | |
| 488 | actual human-readable proof documents. Please do not include goal | |
| 489 | states into document output unless you really know what you are doing! | |
| 10322 
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
 wenzelm parents: 
10306diff
changeset | 490 | |
| 11062 | 491 | * proper indentation of antiquoted output with proportional LaTeX | 
| 492 | fonts; | |
| 10862 | 493 | |
| 11050 
ac5709ac50b9
* no_document ML operator temporarily disables LaTeX document
 wenzelm parents: 
11043diff
changeset | 494 | * no_document ML operator temporarily disables LaTeX document | 
| 
ac5709ac50b9
* no_document ML operator temporarily disables LaTeX document
 wenzelm parents: 
11043diff
changeset | 495 | generation; | 
| 
ac5709ac50b9
* no_document ML operator temporarily disables LaTeX document
 wenzelm parents: 
11043diff
changeset | 496 | |
| 11062 | 497 | * isatool unsymbolize tunes sources for plain ASCII communication; | 
| 498 | ||
| 10322 
df38c61bf541
* support sub/super scripts (for single symbols only), input syntax is
 wenzelm parents: 
10306diff
changeset | 499 | |
| 10306 
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
 wenzelm parents: 
10288diff
changeset | 500 | *** Isar *** | 
| 
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
 wenzelm parents: 
10288diff
changeset | 501 | |
| 10547 | 502 | * Pure: Isar now suffers initial goal statements to contain unbound | 
| 503 | schematic variables (this does not conform to actual readable proof | |
| 504 | documents, due to unpredictable outcome and non-compositional proof | |
| 505 | checking); users who know what they are doing may use schematic goals | |
| 506 | for Prolog-style synthesis of proven results; | |
| 507 | ||
| 10391 | 508 | * Pure: assumption method (an implicit finishing) now handles actual | 
| 509 | rules as well; | |
| 510 | ||
| 511 | * Pure: improved 'obtain' --- moved to Pure, insert "that" into | |
| 512 | initial goal, declare "that" only as Pure intro (only for single | |
| 513 | steps); the "that" rule assumption may now be involved in implicit | |
| 514 | finishing, thus ".." becomes a feasible for trivial obtains; | |
| 515 | ||
| 516 | * Pure: default proof step now includes 'intro_classes'; thus trivial | |
| 517 | instance proofs may be performed by ".."; | |
| 518 | ||
| 519 | * Pure: ?thesis / ?this / "..." now work for pure meta-level | |
| 520 | statements as well; | |
| 10306 
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
 wenzelm parents: 
10288diff
changeset | 521 | |
| 11097 | 522 | * Pure: more robust selection of calculational rules; | 
| 523 | ||
| 10858 | 524 | * Pure: the builtin notion of 'finished' goal now includes the ==-refl | 
| 525 | rule (as well as the assumption rule); | |
| 526 | ||
| 527 | * Pure: 'thm_deps' command visualizes dependencies of theorems and | |
| 528 | lemmas, using the graph browser tool; | |
| 529 | ||
| 10944 | 530 | * Pure: predict failure of "show" in interactive mode; | 
| 531 | ||
| 11016 
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
 wenzelm parents: 
10998diff
changeset | 532 | * Pure: 'thms_containing' now takes actual terms as arguments; | 
| 
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
 wenzelm parents: 
10998diff
changeset | 533 | |
| 10401 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 wenzelm parents: 
10391diff
changeset | 534 | * HOL: improved method 'induct' --- now handles non-atomic goals | 
| 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 wenzelm parents: 
10391diff
changeset | 535 | (potential INCOMPATIBILITY); tuned error handling; | 
| 
58bb50f69497
* Isar/HOL: method 'induct' now handles non-atomic goals; as a
 wenzelm parents: 
10391diff
changeset | 536 | |
| 10557 | 537 | * HOL: cases and induct rules now provide explicit hints about the | 
| 10547 | 538 | number of facts to be consumed (0 for "type" and 1 for "set" rules); | 
| 539 | any remaining facts are inserted into the goal verbatim; | |
| 540 | ||
| 10858 | 541 | * HOL: local contexts (aka cases) may now contain term bindings as | 
| 542 | well; the 'cases' and 'induct' methods new provide a ?case binding for | |
| 543 | the result to be shown in each case; | |
| 544 | ||
| 10770 | 545 | * HOL: added 'recdef_tc' command; | 
| 546 | ||
| 11016 
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
 wenzelm parents: 
10998diff
changeset | 547 | * isatool convert assists in eliminating legacy ML scripts; | 
| 
8f8ba41a5e7a
* Pure: 'thms_containing' now takes actual terms as arguments;
 wenzelm parents: 
10998diff
changeset | 548 | |
| 10306 
b0ab988a27a9
* HOL: default proof step now includes 'intro_classes';
 wenzelm parents: 
10288diff
changeset | 549 | |
| 10245 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 wenzelm parents: 
10224diff
changeset | 550 | *** HOL *** | 
| 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 wenzelm parents: 
10224diff
changeset | 551 | |
| 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 wenzelm parents: 
10224diff
changeset | 552 | * HOL/Library: a collection of generic theories to be used together | 
| 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 wenzelm parents: 
10224diff
changeset | 553 | with main HOL; the theory loader path already includes this directory | 
| 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 wenzelm parents: 
10224diff
changeset | 554 | by default; the following existing theories have been moved here: | 
| 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 wenzelm parents: 
10224diff
changeset | 555 | HOL/Induct/Multiset, HOL/Induct/Acc (as Accessible_Part), HOL/While | 
| 10337 | 556 | (as While_Combinator), HOL/Lex/Prefix (as List_Prefix); | 
| 10245 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 wenzelm parents: 
10224diff
changeset | 557 | |
| 10966 | 558 | * HOL/Unix: "Some aspects of Unix file-system security", a typical | 
| 559 | modelling and verification task performed in Isabelle/HOL + | |
| 560 | Isabelle/Isar + Isabelle document preparation (by Markus Wenzel). | |
| 561 | ||
| 11094 | 562 | * HOL/Algebra: special summation operator SUM no longer exists, it has | 
| 563 | been replaced by setsum; infix 'assoc' now has priority 50 (like | |
| 564 | 'dvd'); axiom 'one_not_zero' has been moved from axclass 'ring' to | |
| 565 | 'domain', this makes the theory consistent with mathematical | |
| 566 | literature; | |
| 567 | ||
| 10514 | 568 | * HOL basics: added overloaded operations "inverse" and "divide" | 
| 10726 | 569 | (infix "/"), syntax for generic "abs" operation, generic summation | 
| 11094 | 570 | operator \<Sum>; | 
| 10452 
abeefb0a79ae
* added overloaded operations "inverse" and "divide" (infix "/");
 wenzelm parents: 
10428diff
changeset | 571 | |
| 10391 | 572 | * HOL/typedef: simplified package, provide more useful rules (see also | 
| 573 | HOL/subset.thy); | |
| 574 | ||
| 10915 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 wenzelm parents: 
10868diff
changeset | 575 | * HOL/datatype: induction rule for arbitrarily branching datatypes is | 
| 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 wenzelm parents: 
10868diff
changeset | 576 | now expressed as a proper nested rule (old-style tactic scripts may | 
| 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 wenzelm parents: 
10868diff
changeset | 577 | require atomize_strip_tac to cope with non-atomic premises); | 
| 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 wenzelm parents: 
10868diff
changeset | 578 | |
| 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 wenzelm parents: 
10868diff
changeset | 579 | * HOL: renamed theory "Prod" to "Product_Type", renamed "split" rule | 
| 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 wenzelm parents: 
10868diff
changeset | 580 | to "split_conv" (old name still available for compatibility); | 
| 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 wenzelm parents: 
10868diff
changeset | 581 | |
| 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 wenzelm parents: 
10868diff
changeset | 582 | * HOL: improved concrete syntax for strings (e.g. allows translation | 
| 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 wenzelm parents: 
10868diff
changeset | 583 | rules with string literals); | 
| 
6b66a8a530ce
* HOL/datatype: induction rule for arbitrarily branching datatypes is
 wenzelm parents: 
10868diff
changeset | 584 | |
| 12245 | 585 | * HOL-Real-Hyperreal: this extends HOL-Real with the hyperreals | 
| 586 | and Fleuriot's mechanization of analysis, including the transcendental | |
| 587 | functions for the reals; | |
| 10756 | 588 | |
| 11094 | 589 | * HOL/Real, HOL/Hyperreal: improved arithmetic simplification; | 
| 10391 | 590 | |
| 10858 | 591 | |
| 10474 | 592 | *** CTT *** | 
| 593 | ||
| 10547 | 594 | * CTT: x-symbol support for Pi, Sigma, -->, : (membership); note that | 
| 595 | "lam" is displayed as TWO lambda-symbols | |
| 10474 | 596 | |
| 10547 | 597 | * CTT: theory Main now available, containing everything (that is, Bool | 
| 598 | and Arith); | |
| 599 | ||
| 10474 | 600 | |
| 10391 | 601 | *** General *** | 
| 602 | ||
| 10547 | 603 | * Pure: the Simplifier has been implemented properly as a derived rule | 
| 604 | outside of the actual kernel (at last!); the overall performance | |
| 605 | penalty in practical applications is about 50%, while reliability of | |
| 606 | the Isabelle inference kernel has been greatly improved; | |
| 607 | ||
| 11112 | 608 | * print modes "brackets" and "no_brackets" control output of nested => | 
| 609 | (types) and ==> (props); the default behaviour is "brackets"; | |
| 610 | ||
| 10391 | 611 | * Provers: fast_tac (and friends) now handle actual object-logic rules | 
| 612 | as assumptions as well; | |
| 613 | ||
| 11124 | 614 | * system: support Poly/ML 4.0; | 
| 615 | ||
| 616 | * system: isatool install handles KDE version 1 or 2; | |
| 617 | ||
| 10391 | 618 | |
| 10245 
87771e2f49fe
* HOL/Library: a collection of generic theories to be used together
 wenzelm parents: 
10224diff
changeset | 619 | |
| 10103 | 620 | New in Isabelle99-1 (October 2000) | 
| 621 | ---------------------------------- | |
| 8015 | 622 | |
| 10003 | 623 | *** Overview of INCOMPATIBILITIES *** | 
| 8014 | 624 | |
| 8848 | 625 | * HOL: simplification of natural numbers is much changed; to partly | 
| 626 | recover the old behaviour (e.g. to prevent n+n rewriting to #2*n) | |
| 627 | issue the following ML commands: | |
| 628 | ||
| 629 | Delsimprocs Nat_Numeral_Simprocs.cancel_numerals; | |
| 630 | Delsimprocs [Nat_Numeral_Simprocs.combine_numerals]; | |
| 8788 | 631 | |
| 10129 | 632 | * HOL: simplification no longer dives into case-expressions; this is | 
| 633 | controlled by "t.weak_case_cong" for each datatype t; | |
| 10003 | 634 | |
| 635 | * HOL: nat_less_induct renamed to less_induct; | |
| 636 | ||
| 637 | * HOL: systematic renaming of the SOME (Eps) rules, may use isatool | |
| 638 | fixsome to patch .thy and .ML sources automatically; | |
| 8967 | 639 | |
| 10003 | 640 | select_equality -> some_equality | 
| 641 | select_eq_Ex -> some_eq_ex | |
| 642 | selectI2EX -> someI2_ex | |
| 643 | selectI2 -> someI2 | |
| 644 | selectI -> someI | |
| 645 | select1_equality -> some1_equality | |
| 646 | Eps_sym_eq -> some_sym_eq_trivial | |
| 647 | Eps_eq -> some_eq_trivial | |
| 648 | ||
| 649 | * HOL: exhaust_tac on datatypes superceded by new generic case_tac; | |
| 650 | ||
| 651 | * HOL: removed obsolete theorem binding expand_if (refer to split_if | |
| 652 | instead); | |
| 653 | ||
| 654 | * HOL: the recursion equations generated by 'recdef' are now called | |
| 655 | f.simps instead of f.rules; | |
| 656 | ||
| 657 | * HOL: qed_spec_mp now also handles bounded ALL as well; | |
| 658 | ||
| 659 | * HOL: 0 is now overloaded, so the type constraint ":: nat" may | |
| 660 | sometimes be needed; | |
| 661 | ||
| 662 | * HOL: the constant for "f``x" is now "image" rather than "op ``"; | |
| 8014 | 663 | |
| 10065 | 664 | * HOL: the constant for "f-``x" is now "vimage" rather than "op -``"; | 
| 665 | ||
| 9330 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 wenzelm parents: 
9288diff
changeset | 666 | * HOL: the disjoint sum is now "<+>" instead of "Plus"; the cartesian | 
| 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 wenzelm parents: 
9288diff
changeset | 667 | product is now "<*>" instead of "Times"; the lexicographic product is | 
| 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 wenzelm parents: 
9288diff
changeset | 668 | now "<*lex*>" instead of "**"; | 
| 8705 | 669 | |
| 10003 | 670 | * HOL: theory Sexp is now in HOL/Induct examples (it used to be part | 
| 671 | of main HOL, but was unused); better use HOL's datatype package; | |
| 9971 | 672 | |
| 10137 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 wenzelm parents: 
10129diff
changeset | 673 | * HOL: removed "symbols" syntax for constant "override" of theory Map; | 
| 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 wenzelm parents: 
10129diff
changeset | 674 | the old syntax may be recovered as follows: | 
| 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 wenzelm parents: 
10129diff
changeset | 675 | |
| 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 wenzelm parents: 
10129diff
changeset | 676 | syntax (symbols) | 
| 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 wenzelm parents: 
10129diff
changeset | 677 |     override  :: "('a ~=> 'b) => ('a ~=> 'b) => ('a ~=> 'b)"
 | 
| 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 wenzelm parents: 
10129diff
changeset | 678 | (infixl "\\<oplus>" 100) | 
| 
d1c2bef01e2f
removed "symbols" syntax for constant "override";
 wenzelm parents: 
10129diff
changeset | 679 | |
| 8848 | 680 | * HOL/Real: "rabs" replaced by overloaded "abs" function; | 
| 681 | ||
| 8887 
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
 wenzelm parents: 
8848diff
changeset | 682 | * HOL/ML: even fewer consts are declared as global (see theories Ord, | 
| 
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
 wenzelm parents: 
8848diff
changeset | 683 | Lfp, Gfp, WF); this only affects ML packages that refer to const names | 
| 
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
 wenzelm parents: 
8848diff
changeset | 684 | internally; | 
| 
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
 wenzelm parents: 
8848diff
changeset | 685 | |
| 10003 | 686 | * HOL and ZF: syntax for quotienting wrt an equivalence relation | 
| 687 | changed from A/r to A//r; | |
| 9908 | 688 | |
| 10003 | 689 | * ZF: new treatment of arithmetic (nat & int) may break some old | 
| 690 | proofs; | |
| 8921 
7c04c98132c4
* Pure: changed syntax of local blocks from {{ }} to { };
 wenzelm parents: 
8887diff
changeset | 691 | |
| 10003 | 692 | * Isar: renamed some attributes (RS -> THEN, simplify -> simplified, | 
| 693 | rulify -> rule_format, elimify -> elim_format, ...); | |
| 9542 | 694 | |
| 9941 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 wenzelm parents: 
9937diff
changeset | 695 | * Isar/Provers: intro/elim/dest attributes changed; renamed | 
| 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 wenzelm parents: 
9937diff
changeset | 696 | intro/intro!/intro!! flags to intro!/intro/intro? (in most cases, one | 
| 9937 | 697 | should have to change intro!! to intro? only); replaced "delrule" by | 
| 698 | "rule del"; | |
| 9437 
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
 wenzelm parents: 
9402diff
changeset | 699 | |
| 9612 | 700 | * Isar/HOL: renamed "intrs" to "intros" in inductive definitions; | 
| 701 | ||
| 9437 
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
 wenzelm parents: 
9402diff
changeset | 702 | * Provers: strengthened force_tac by using new first_best_tac; | 
| 9402 | 703 | |
| 10003 | 704 | * LaTeX document preparation: several changes of isabelle.sty (see | 
| 705 | lib/texinputs); | |
| 8729 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 wenzelm parents: 
8705diff
changeset | 706 | |
| 8014 | 707 | |
| 8487 | 708 | *** Document preparation *** | 
| 8358 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 709 | |
| 9198 
0ab3c81e9425
* formal comments (text blocks etc.) in new-style theories may now
 wenzelm parents: 
9185diff
changeset | 710 | * formal comments (text blocks etc.) in new-style theories may now | 
| 9753 | 711 | contain antiquotations of thm/prop/term/typ/text to be presented | 
| 712 | according to latex print mode; concrete syntax is like this: | |
| 713 | @{term[show_types] "f(x) = a + x"};
 | |
| 9198 
0ab3c81e9425
* formal comments (text blocks etc.) in new-style theories may now
 wenzelm parents: 
9185diff
changeset | 714 | |
| 8358 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 715 | * isatool mkdir provides easy setup of Isabelle session directories, | 
| 8518 | 716 | including proper document sources; | 
| 8358 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 717 | |
| 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 718 | * generated LaTeX sources are now deleted after successful run | 
| 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 719 | (isatool document -c); may retain a copy somewhere else via -D option | 
| 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 720 | of isatool usedir; | 
| 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 721 | |
| 8566 | 722 | * isatool usedir -D now lets isatool latex -o sty update the Isabelle | 
| 10003 | 723 | style files, achieving self-contained LaTeX sources and simplifying | 
| 724 | LaTeX debugging; | |
| 8566 | 725 | |
| 8518 | 726 | * old-style theories now produce (crude) LaTeX output as well; | 
| 8358 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 727 | |
| 9057 
af1ca1acf292
* browser info session directories are now self-contained (may be put
 wenzelm parents: 
9052diff
changeset | 728 | * browser info session directories are now self-contained (may be put | 
| 9437 
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
 wenzelm parents: 
9402diff
changeset | 729 | on WWW server seperately); improved graphs of nested sessions; removed | 
| 
93e91040c286
* Isar/Provers: intro/elim/dest attributes: changed
 wenzelm parents: 
9402diff
changeset | 730 | graph for 'all sessions'; | 
| 9057 
af1ca1acf292
* browser info session directories are now self-contained (may be put
 wenzelm parents: 
9052diff
changeset | 731 | |
| 10003 | 732 | * several improvements in isabelle style files; \isabellestyle{it}
 | 
| 733 | produces fake math mode output; \isamarkupheader is now \section by | |
| 734 | default; see lib/texinputs/isabelle.sty etc.; | |
| 9489 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 wenzelm parents: 
9457diff
changeset | 735 | |
| 8358 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 736 | |
| 8184 | 737 | *** Isar *** | 
| 738 | ||
| 10003 | 739 | * Isar/Pure: local results and corresponding term bindings are now | 
| 740 | subject to Hindley-Milner polymorphism (similar to ML); this | |
| 741 | accommodates incremental type-inference very nicely; | |
| 8283 
0a319c5746eb
* Pure now provides its own version of intro/elim/dest attributes;
 wenzelm parents: 
8271diff
changeset | 742 | |
| 10003 | 743 | * Isar/Pure: new derived language element 'obtain' supports | 
| 744 | generalized existence reasoning; | |
| 8621 
8ba0f90f6f35
* Isar/Pure: local results and corresponding term bindings are now
 wenzelm parents: 
8603diff
changeset | 745 | |
| 10003 | 746 | * Isar/Pure: new calculational elements 'moreover' and 'ultimately' | 
| 747 | support accumulation of results, without applying any rules yet; | |
| 748 | useful to collect intermediate results without explicit name | |
| 749 | references, and for use with transitivity rules with more than 2 | |
| 750 | premises; | |
| 8184 | 751 | |
| 10003 | 752 | * Isar/Pure: scalable support for case-analysis type proofs: new | 
| 753 | 'case' language element refers to local contexts symbolically, as | |
| 754 | produced by certain proof methods; internally, case names are attached | |
| 755 | to theorems as "tags"; | |
| 8440 
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
 wenzelm parents: 
8425diff
changeset | 756 | |
| 10003 | 757 | * Isar/Pure: theory command 'hide' removes declarations from | 
| 9330 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 wenzelm parents: 
9288diff
changeset | 758 | class/type/const name spaces; | 
| 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 wenzelm parents: 
9288diff
changeset | 759 | |
| 10003 | 760 | * Isar/Pure: theory command 'defs' supports option "(overloaded)" to | 
| 9330 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 wenzelm parents: 
9288diff
changeset | 761 | indicate potential overloading; | 
| 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 wenzelm parents: 
9288diff
changeset | 762 | |
| 10003 | 763 | * Isar/Pure: changed syntax of local blocks from {{ }} to { };
 | 
| 8621 
8ba0f90f6f35
* Isar/Pure: local results and corresponding term bindings are now
 wenzelm parents: 
8603diff
changeset | 764 | |
| 10003 | 765 | * Isar/Pure: syntax of sorts made 'inner', i.e. have to write | 
| 766 | "{a,b,c}" instead of {a,b,c};
 | |
| 9011 
0cfc347f8d19
Isar/Pure: removed obsolete 'transfer' attribute (transfer of thms to
 wenzelm parents: 
8994diff
changeset | 767 | |
| 10003 | 768 | * Isar/Pure now provides its own version of intro/elim/dest | 
| 769 | attributes; useful for building new logics, but beware of confusion | |
| 770 | with the version in Provers/classical; | |
| 9612 | 771 | |
| 10003 | 772 | * Isar/Pure: the local context of (non-atomic) goals is provided via | 
| 773 | case name 'antecedent'; | |
| 8440 
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
 wenzelm parents: 
8425diff
changeset | 774 | |
| 10003 | 775 | * Isar/Pure: removed obsolete 'transfer' attribute (transfer of thms | 
| 776 | to the current context is now done automatically); | |
| 9383 
c21fa1c48de0
* HOL: removed obsolete expand_if = split_if; theorems if_splits =
 wenzelm parents: 
9349diff
changeset | 777 | |
| 10003 | 778 | * Isar/Pure: theory command 'method_setup' provides a simple interface | 
| 779 | for definining proof methods in ML; | |
| 9612 | 780 | |
| 10003 | 781 | * Isar/Provers: intro/elim/dest attributes changed; renamed | 
| 9941 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 wenzelm parents: 
9937diff
changeset | 782 | intro/intro!/intro!! flags to intro!/intro/intro? (INCOMPATIBILITY, in | 
| 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 wenzelm parents: 
9937diff
changeset | 783 | most cases, one should have to change intro!! to intro? only); | 
| 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 wenzelm parents: 
9937diff
changeset | 784 | replaced "delrule" by "rule del"; | 
| 8283 
0a319c5746eb
* Pure now provides its own version of intro/elim/dest attributes;
 wenzelm parents: 
8271diff
changeset | 785 | |
| 10003 | 786 | * Isar/Provers: new 'hypsubst' method, plain 'subst' method and | 
| 787 | 'symmetric' attribute (the latter supercedes [RS sym]); | |
| 788 | ||
| 789 | * Isar/Provers: splitter support (via 'split' attribute and 'simp' | |
| 790 | method modifier); 'simp' method: 'only:' modifier removes loopers as | |
| 791 | well (including splits); | |
| 792 | ||
| 793 | * Isar/Provers: Simplifier and Classical methods now support all kind | |
| 794 | of modifiers used in the past, including 'cong', 'iff', etc. | |
| 795 | ||
| 796 | * Isar/Provers: added 'fastsimp' and 'clarsimp' methods (combination | |
| 797 | of Simplifier and Classical reasoner); | |
| 798 | ||
| 799 | * Isar/HOL: new proof method 'cases' and improved version of 'induct' | |
| 800 | now support named cases; major packages (inductive, datatype, primrec, | |
| 801 | recdef) support case names and properly name parameters; | |
| 9612 | 802 | |
| 10003 | 803 | * Isar/HOL: new transitivity rules for substitution in inequalities -- | 
| 804 | monotonicity conditions are extracted to be proven at end of | |
| 805 | calculations; | |
| 806 | ||
| 807 | * Isar/HOL: removed 'case_split' thm binding, should use 'cases' proof | |
| 808 | method anyway; | |
| 809 | ||
| 810 | * Isar/HOL: removed old expand_if = split_if; theorems if_splits = | |
| 811 | split_if split_if_asm; datatype package provides theorems foo.splits = | |
| 812 | foo.split foo.split_asm for each datatype; | |
| 813 | ||
| 814 | * Isar/HOL: tuned inductive package, rename "intrs" to "intros" | |
| 815 | (potential INCOMPATIBILITY), emulation of mk_cases feature for proof | |
| 816 | scripts: new 'inductive_cases' command and 'ind_cases' method; (Note: | |
| 817 | use "(cases (simplified))" method in proper proof texts); | |
| 818 | ||
| 819 | * Isar/HOL: added global 'arith_split' attribute for 'arith' method; | |
| 820 | ||
| 821 | * Isar: names of theorems etc. may be natural numbers as well; | |
| 822 | ||
| 823 | * Isar: 'pr' command: optional arguments for goals_limit and | |
| 9724 
2030c5d63741
* 'pr' command: optional argument for ProofContext.prems_limit;
 wenzelm parents: 
9709diff
changeset | 824 | ProofContext.prems_limit; no longer prints theory contexts, but only | 
| 
2030c5d63741
* 'pr' command: optional argument for ProofContext.prems_limit;
 wenzelm parents: 
9709diff
changeset | 825 | proof states; | 
| 8487 | 826 | |
| 10003 | 827 | * Isar: diagnostic commands 'pr', 'thm', 'prop', 'term', 'typ' admit | 
| 8518 | 828 | additional print modes to be specified; e.g. "pr(latex)" will print | 
| 829 | proof state according to the Isabelle LaTeX style; | |
| 8487 | 830 | |
| 10003 | 831 | * Isar: improved support for emulating tactic scripts, including proof | 
| 9612 | 832 | methods 'rule_tac' etc., 'cut_tac', 'thin_tac', 'subgoal_tac', | 
| 833 | 'rename_tac', 'rotate_tac', 'tactic', and 'case_tac' / 'induct_tac' | |
| 834 | (for HOL datatypes); | |
| 8534 | 835 | |
| 10003 | 836 | * Isar: simplified (more robust) goal selection of proof methods: 1st | 
| 837 | goal, all goals, or explicit goal specifier (tactic emulation); thus | |
| 838 | 'proof method scripts' have to be in depth-first order; | |
| 8673 
987ea1a559d0
Isar: simplified (more robust) goal selection of proof methods;
 wenzelm parents: 
8655diff
changeset | 839 | |
| 10003 | 840 | * Isar: tuned 'let' syntax: replaced 'as' keyword by 'and'; | 
| 8729 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 wenzelm parents: 
8705diff
changeset | 841 | |
| 10003 | 842 | * Isar: removed 'help' command, which hasn't been too helpful anyway; | 
| 843 | should instead use individual commands for printing items | |
| 844 | (print_commands, print_methods etc.); | |
| 9224 
0da360494917
* Isar: removed 'help' command, which hasn't been too helpful anyway;
 wenzelm parents: 
9198diff
changeset | 845 | |
| 10003 | 846 | * Isar: added 'nothing' --- the empty list of theorems; | 
| 9239 | 847 | |
| 8184 | 848 | |
| 8014 | 849 | *** HOL *** | 
| 850 | ||
| 10080 | 851 | * HOL/MicroJava: formalization of a fragment of Java, together with a | 
| 852 | corresponding virtual machine and a specification of its bytecode | |
| 853 | verifier and a lightweight bytecode verifier, including proofs of | |
| 854 | type-safety; by Gerwin Klein, Tobias Nipkow, David von Oheimb, and | |
| 855 | Cornelia Pusch (see also the homepage of project Bali at | |
| 856 | http://isabelle.in.tum.de/Bali/); | |
| 857 | ||
| 8518 | 858 | * HOL/Algebra: new theory of rings and univariate polynomials, by | 
| 859 | Clemens Ballarin; | |
| 8014 | 860 | |
| 10157 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10137diff
changeset | 861 | * HOL/NumberTheory: fundamental Theorem of Arithmetic, Chinese | 
| 10003 | 862 | Remainder Theorem, Fermat/Euler Theorem, Wilson's Theorem, by Thomas M | 
| 863 | Rasmussen; | |
| 8570 | 864 | |
| 10157 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10137diff
changeset | 865 | * HOL/Lattice: fundamental concepts of lattice theory and order | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10137diff
changeset | 866 | structures, including duals, properties of bounds versus algebraic | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10137diff
changeset | 867 | laws, lattice operations versus set-theoretic ones, the Knaster-Tarski | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10137diff
changeset | 868 | Theorem for complete lattices etc.; may also serve as a demonstration | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10137diff
changeset | 869 | for abstract algebraic reasoning using axiomatic type classes, and | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10137diff
changeset | 870 | mathematics-style proof in Isabelle/Isar; by Markus Wenzel; | 
| 
6d3987f3aad9
* HOL/Lattice: fundamental concepts of lattice theory and order structures;
 wenzelm parents: 
10137diff
changeset | 871 | |
| 10003 | 872 | * HOL/Prolog: a (bare-bones) implementation of Lambda-Prolog, by David | 
| 873 | von Oheimb; | |
| 9542 | 874 | |
| 10164 
c240747082aa
* HOL/IMPP: extension of IMP with local variables and mutually
 wenzelm parents: 
10157diff
changeset | 875 | * HOL/IMPP: extension of IMP with local variables and mutually | 
| 
c240747082aa
* HOL/IMPP: extension of IMP with local variables and mutually
 wenzelm parents: 
10157diff
changeset | 876 | recursive procedures, by David von Oheimb; | 
| 
c240747082aa
* HOL/IMPP: extension of IMP with local variables and mutually
 wenzelm parents: 
10157diff
changeset | 877 | |
| 10003 | 878 | * HOL/Lambda: converted into new-style theory and document; | 
| 9542 | 879 | |
| 10003 | 880 | * HOL/ex/Multiquote: example of multiple nested quotations and | 
| 881 | anti-quotations -- basically a generalized version of de-Bruijn | |
| 882 | representation; very useful in avoiding lifting of operations; | |
| 8848 | 883 | |
| 9612 | 884 | * HOL/record: added general record equality rule to simpset; fixed | 
| 885 | select-update simplification procedure to handle extended records as | |
| 886 | well; admit "r" as field name; | |
| 9542 | 887 | |
| 8967 | 888 | * HOL: 0 is now overloaded over the new sort "zero", allowing its use with | 
| 889 | other numeric types and also as the identity of groups, rings, etc.; | |
| 890 | ||
| 891 | * HOL: new axclass plus_ac0 for addition with the AC-laws and 0 as identity. | |
| 892 | Types nat and int belong to this axclass; | |
| 893 | ||
| 10003 | 894 | * HOL: greatly improved simplification involving numerals of type nat, int, real: | 
| 8788 | 895 | (i + #8 + j) = Suc k simplifies to #7 + (i + j) = k | 
| 8832 | 896 | i*j + k + j*#3*i simplifies to #4*(i*j) + k | 
| 897 | two terms #m*u and #n*u are replaced by #(m+n)*u | |
| 898 | (where #m, #n and u can implicitly be 1; this is simproc combine_numerals) | |
| 899 | and the term/formula #m*u+x ~~ #n*u+y simplifies simplifies to #(m-n)+x ~~ y | |
| 900 | or x ~~ #(n-m)+y, where ~~ is one of = < <= or - (simproc cancel_numerals); | |
| 8736 | 901 | |
| 10003 | 902 | * HOL: meson_tac is available (previously in ex/meson.ML); it is a | 
| 903 | powerful prover for predicate logic but knows nothing of clasets; see | |
| 904 | ex/mesontest.ML and ex/mesontest2.ML for example applications; | |
| 9835 | 905 | |
| 8848 | 906 | * HOL: new version of "case_tac" subsumes both boolean case split and | 
| 8440 
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
 wenzelm parents: 
8425diff
changeset | 907 | "exhaust_tac" on datatypes; INCOMPATIBILITY: exhaust_tac no longer | 
| 8518 | 908 | exists, may define val exhaust_tac = case_tac for ad-hoc portability; | 
| 8440 
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
 wenzelm parents: 
8425diff
changeset | 909 | |
| 8848 | 910 | * HOL: simplification no longer dives into case-expressions: only the | 
| 10129 | 911 | selector expression is simplified, but not the remaining arms; to | 
| 912 | enable full simplification of case-expressions for datatype t, you may | |
| 913 | remove t.weak_case_cong from the simpset, either globally (Delcongs | |
| 914 | [thm"t.weak_case_cong"];) or locally (delcongs [...]). | |
| 8603 | 915 | |
| 8848 | 916 | * HOL/recdef: the recursion equations generated by 'recdef' for | 
| 917 | function 'f' are now called f.simps instead of f.rules; if all | |
| 918 | termination conditions are proved automatically, these simplification | |
| 919 | rules are added to the simpset, as in primrec; rules may be named | |
| 920 | individually as well, resulting in a separate list of theorems for | |
| 921 | each equation; | |
| 922 | ||
| 9489 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 wenzelm parents: 
9457diff
changeset | 923 | * HOL/While is a new theory that provides a while-combinator. It | 
| 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 wenzelm parents: 
9457diff
changeset | 924 | permits the definition of tail-recursive functions without the | 
| 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 wenzelm parents: 
9457diff
changeset | 925 | provision of a termination measure. The latter is necessary once the | 
| 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 wenzelm parents: 
9457diff
changeset | 926 | invariant proof rule for while is applied. | 
| 9457 | 927 | |
| 10003 | 928 | * HOL: new (overloaded) notation for the set of elements below/above | 
| 929 | some element: {..u}, {..u(}, {l..}, {)l..}. See theory SetInterval.
 | |
| 8925 | 930 | |
| 8848 | 931 | * HOL: theorems impI, allI, ballI bound as "strip"; | 
| 932 | ||
| 10003 | 933 | * HOL: new tactic induct_thm_tac: thm -> string -> int -> tactic | 
| 9746 | 934 | induct_tac th "x1 ... xn" expects th to have a conclusion of the form | 
| 935 | P v1 ... vn and abbreviates res_inst_tac [("v1","x1"),...,("vn","xn")] th;
 | |
| 936 | ||
| 10003 | 937 | * HOL/Real: "rabs" replaced by overloaded "abs" function; | 
| 9737 | 938 | |
| 10003 | 939 | * HOL: theory Sexp now in HOL/Induct examples (it used to be part of | 
| 940 | main HOL, but was unused); | |
| 8626 | 941 | |
| 10003 | 942 | * HOL: fewer consts declared as global (e.g. have to refer to | 
| 943 | "Lfp.lfp" instead of "lfp" internally; affects ML packages only); | |
| 8887 
c0c583ce0b0b
* HOL/ML: even fewer consts are declared as global (see theories Ord,
 wenzelm parents: 
8848diff
changeset | 944 | |
| 10003 | 945 | * HOL: tuned AST representation of nested pairs, avoiding bogus output | 
| 946 | in case of overlap with user translations (e.g. judgements over | |
| 947 | tuples); (note that the underlying logical represenation is still | |
| 948 | bogus); | |
| 9349 
d43669fb423d
* tuned AST representation of nested pairs, avoiding bogus output in
 wenzelm parents: 
9335diff
changeset | 949 | |
| 8412 | 950 | |
| 9542 | 951 | *** ZF *** | 
| 952 | ||
| 10003 | 953 | * ZF: simplification automatically cancels common terms in arithmetic | 
| 954 | expressions over nat and int; | |
| 9542 | 955 | |
| 10003 | 956 | * ZF: new treatment of nat to minimize type-checking: all operators | 
| 957 | coerce their operands to a natural number using the function natify, | |
| 958 | making the algebraic laws unconditional; | |
| 9542 | 959 | |
| 10003 | 960 | * ZF: as above, for int: operators coerce their operands to an integer | 
| 961 | using the function intify; | |
| 9542 | 962 | |
| 10003 | 963 | * ZF: the integer library now contains many of the usual laws for the | 
| 964 | orderings, including $<=, and monotonicity laws for $+ and $*; | |
| 9542 | 965 | |
| 10003 | 966 | * ZF: new example ZF/ex/NatSum to demonstrate integer arithmetic | 
| 967 | simplification; | |
| 9388 | 968 | |
| 10003 | 969 | * FOL and ZF: AddIffs now available, giving theorems of the form P<->Q | 
| 970 | to the simplifier and classical reasoner simultaneously; | |
| 9388 | 971 | |
| 972 | ||
| 8358 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 973 | *** General *** | 
| 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 974 | |
| 10003 | 975 | * Provers: blast_tac now handles actual object-logic rules as | 
| 976 | assumptions; note that auto_tac uses blast_tac internally as well; | |
| 977 | ||
| 978 | * Provers: new functions rulify/rulify_no_asm: thm -> thm for turning | |
| 979 | outer -->/All/Ball into ==>/!!; qed_spec_mp now uses rulify_no_asm; | |
| 980 | ||
| 9941 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 wenzelm parents: 
9937diff
changeset | 981 | * Provers: delrules now handles destruct rules as well (no longer need | 
| 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 wenzelm parents: 
9937diff
changeset | 982 | explicit make_elim); | 
| 
fe05af7ec816
renamed atts: rulify to rule_format, elimify to elim_format;
 wenzelm parents: 
9937diff
changeset | 983 | |
| 10003 | 984 | * Provers: Blast_tac now warns of and ignores "weak elimination rules" e.g. | 
| 985 | [| inj ?f; ?f ?x = ?f ?y; ?x = ?y ==> ?W |] ==> ?W | |
| 986 | use instead the strong form, | |
| 987 | [| inj ?f; ~ ?W ==> ?f ?x = ?f ?y; ?x = ?y ==> ?W |] ==> ?W | |
| 988 | in HOL, FOL and ZF the function cla_make_elim will create such rules | |
| 989 | from destruct-rules; | |
| 9489 
aa757b35b129
* blast(_tac) now handles actual object-logic rules as assumptions;
 wenzelm parents: 
9457diff
changeset | 990 | |
| 9709 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 wenzelm parents: 
9701diff
changeset | 991 | * Provers: Simplifier.easy_setup provides a fast path to basic | 
| 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 wenzelm parents: 
9701diff
changeset | 992 | Simplifier setup for new object-logics; | 
| 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 wenzelm parents: 
9701diff
changeset | 993 | |
| 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 wenzelm parents: 
9701diff
changeset | 994 | * Pure: AST translation rules no longer require constant head on LHS; | 
| 9349 
d43669fb423d
* tuned AST representation of nested pairs, avoiding bogus output in
 wenzelm parents: 
9335diff
changeset | 995 | |
| 9709 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 wenzelm parents: 
9701diff
changeset | 996 | * Pure: improved name spaces: ambiguous output is qualified; support | 
| 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 wenzelm parents: 
9701diff
changeset | 997 | for hiding of names; | 
| 8729 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 wenzelm parents: 
8705diff
changeset | 998 | |
| 10003 | 999 | * system: smart setup of canonical ML_HOME, ISABELLE_INTERFACE, and | 
| 1000 | XSYMBOL_HOME; no longer need to do manual configuration in most | |
| 1001 | situations; | |
| 1002 | ||
| 9709 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 wenzelm parents: 
9701diff
changeset | 1003 | * system: compression of ML heaps images may now be controlled via -c | 
| 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 wenzelm parents: 
9701diff
changeset | 1004 | option of isabelle and isatool usedir (currently only observed by | 
| 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 wenzelm parents: 
9701diff
changeset | 1005 | Poly/ML); | 
| 8358 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 1006 | |
| 9981 
01a0c4772c18
system: isatool installfonts may handle X-Symbol fonts as well;
 wenzelm parents: 
9971diff
changeset | 1007 | * system: isatool installfonts may handle X-Symbol fonts as well (very | 
| 
01a0c4772c18
system: isatool installfonts may handle X-Symbol fonts as well;
 wenzelm parents: 
9971diff
changeset | 1008 | useful for remote X11); | 
| 
01a0c4772c18
system: isatool installfonts may handle X-Symbol fonts as well;
 wenzelm parents: 
9971diff
changeset | 1009 | |
| 9709 
2d0ee9612ef1
* Isar/Provers: 'simp' method now supports 'cong' modifiers;
 wenzelm parents: 
9701diff
changeset | 1010 | * system: provide TAGS file for Isabelle sources; | 
| 9052 | 1011 | |
| 9288 
06a55195741b
infix 'OF' is a version of 'MRS' with more appropriate argument order;
 wenzelm parents: 
9239diff
changeset | 1012 | * ML: infix 'OF' is a version of 'MRS' with more appropriate argument | 
| 
06a55195741b
infix 'OF' is a version of 'MRS' with more appropriate argument order;
 wenzelm parents: 
9239diff
changeset | 1013 | order; | 
| 
06a55195741b
infix 'OF' is a version of 'MRS' with more appropriate argument order;
 wenzelm parents: 
9239diff
changeset | 1014 | |
| 8994 
803533fbb3ec
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
 wenzelm parents: 
8991diff
changeset | 1015 | * ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global | 
| 
803533fbb3ec
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
 wenzelm parents: 
8991diff
changeset | 1016 | timing flag supersedes proof_timing and Toplevel.trace; | 
| 
803533fbb3ec
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
 wenzelm parents: 
8991diff
changeset | 1017 | |
| 10003 | 1018 | * ML: new combinators |>> and |>>> for incremental transformations | 
| 1019 | with secondary results (e.g. certain theory extensions): | |
| 1020 | ||
| 9330 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 wenzelm parents: 
9288diff
changeset | 1021 | * ML: PureThy.add_defs gets additional argument to indicate potential | 
| 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 wenzelm parents: 
9288diff
changeset | 1022 | overloading (usually false); | 
| 
6861e3b00155
HOL: the disjoint sum is now "<+>" instead of "Plus";
 wenzelm parents: 
9288diff
changeset | 1023 | |
| 10003 | 1024 | * ML: PureThy.add_thms/add_axioms/add_defs now return theorems as | 
| 1025 | results; | |
| 8440 
d66f0f14b1ca
* HOL: exhaust_tac on datatypes superceded by new case_tac;
 wenzelm parents: 
8425diff
changeset | 1026 | |
| 8358 
a57d72b5d272
* isatool mkdir provides easy setup of Isabelle session directories,
 wenzelm parents: 
8283diff
changeset | 1027 | |
| 8015 | 1028 | |
| 7986 | 1029 | New in Isabelle99 (October 1999) | 
| 1030 | -------------------------------- | |
| 4649 | 1031 | |
| 5931 | 1032 | *** Overview of INCOMPATIBILITIES (see below for more details) *** | 
| 1033 | ||
| 6922 | 1034 | * HOL: The THEN and ELSE parts of conditional expressions (if P then x else y) | 
| 1035 | are no longer simplified. (This allows the simplifier to unfold recursive | |
| 1036 | functional programs.) To restore the old behaviour, declare | |
| 7215 | 1037 | |
| 1038 | Delcongs [if_weak_cong]; | |
| 6922 | 1039 | |
| 6269 | 1040 | * HOL: Removed the obsolete syntax "Compl A"; use -A for set | 
| 1041 | complement; | |
| 5931 | 1042 | |
| 6269 | 1043 | * HOL: the predicate "inj" is now defined by translation to "inj_on"; | 
| 6174 | 1044 | |
| 7847 | 1045 | * HOL/datatype: mutual_induct_tac no longer exists -- | 
| 1046 | use induct_tac "x_1 ... x_n" instead of mutual_induct_tac ["x_1", ..., "x_n"] | |
| 1047 | ||
| 6386 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 wenzelm parents: 
6343diff
changeset | 1048 | * HOL/typedef: fixed type inference for representing set; type | 
| 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 wenzelm parents: 
6343diff
changeset | 1049 | arguments now have to occur explicitly on the rhs as type constraints; | 
| 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 wenzelm parents: 
6343diff
changeset | 1050 | |
| 6269 | 1051 | * ZF: The con_defs part of an inductive definition may no longer refer | 
| 1052 | to constants declared in the same theory; | |
| 6057 | 1053 | |
| 6269 | 1054 | * HOL, ZF: the function mk_cases, generated by the inductive | 
| 1055 | definition package, has lost an argument. To simplify its result, it | |
| 1056 | uses the default simpset instead of a supplied list of theorems. | |
| 6141 | 1057 | |
| 7215 | 1058 | * HOL/List: the constructors of type list are now Nil and Cons; | 
| 1059 | ||
| 7619 | 1060 | * Simplifier: the type of the infix ML functions | 
| 8729 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 wenzelm parents: 
8705diff
changeset | 1061 | setSSolver addSSolver setSolver addSolver | 
| 7619 | 1062 | is now simpset * solver -> simpset where `solver' is a new abstract type | 
| 1063 | for packaging solvers. A solver is created via | |
| 8729 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 wenzelm parents: 
8705diff
changeset | 1064 | mk_solver: string -> (thm list -> int -> tactic) -> solver | 
| 7619 | 1065 | where the string argument is only a comment. | 
| 6057 | 1066 | |
| 7647 
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
 wenzelm parents: 
7619diff
changeset | 1067 | |
| 6069 | 1068 | *** Proof tools *** | 
| 1069 | ||
| 6343 | 1070 | * Provers/Arith/fast_lin_arith.ML contains a functor for creating a | 
| 1071 | decision procedure for linear arithmetic. Currently it is used for | |
| 7593 | 1072 | types `nat', `int', and `real' in HOL (see below); it can, should and | 
| 1073 | will be instantiated for other types and logics as well. | |
| 6069 | 1074 | |
| 7324 | 1075 | * The simplifier now accepts rewrite rules with flexible heads, eg | 
| 1076 | hom ?f ==> ?f(?x+?y) = ?f ?x + ?f ?y | |
| 1077 | They are applied like any rule with a non-pattern lhs, i.e. by first-order | |
| 1078 | matching. | |
| 6069 | 1079 | |
| 7593 | 1080 | |
| 6014 | 1081 | *** General *** | 
| 1082 | ||
| 7986 | 1083 | * New Isabelle/Isar subsystem provides an alternative to traditional | 
| 7215 | 1084 | tactical theorem proving; together with the ProofGeneral/isar user | 
| 1085 | interface it offers an interactive environment for developing human | |
| 1086 | readable proof documents (Isar == Intelligible semi-automated | |
| 7886 
8fa551e22e52
the settings environment is now statically scoped;
 wenzelm parents: 
7863diff
changeset | 1087 | reasoning); for further information see isatool doc isar-ref, | 
| 7986 | 1088 | src/HOL/Isar_examples and http://isabelle.in.tum.de/Isar/ | 
| 7886 
8fa551e22e52
the settings environment is now statically scoped;
 wenzelm parents: 
7863diff
changeset | 1089 | |
| 9612 | 1090 | * improved and simplified presentation of theories: better HTML markup | 
| 1091 | (including colors), graph views in several sizes; isatool usedir now | |
| 1092 | provides a proper interface for user theories (via -P option); actual | |
| 1093 | document preparation based on (PDF)LaTeX is available as well (for | |
| 1094 | new-style theories only); see isatool doc system for more information; | |
| 7215 | 1095 | |
| 7252 | 1096 | * native support for Proof General, both for classic Isabelle and | 
| 7986 | 1097 | Isabelle/Isar; | 
| 7215 | 1098 | |
| 7791 | 1099 | * ML function thm_deps visualizes dependencies of theorems and lemmas, | 
| 1100 | using the graph browser tool; | |
| 1101 | ||
| 6751 | 1102 | * Isabelle manuals now also available as PDF; | 
| 1103 | ||
| 6449 | 1104 | * theory loader rewritten from scratch (may not be fully | 
| 1105 | bug-compatible); old loadpath variable has been replaced by show_path, | |
| 6671 | 1106 | add_path, del_path, reset_path functions; new operations such as | 
| 7593 | 1107 | update_thy, touch_thy, remove_thy, use/update_thy_only (see also | 
| 1108 | isatool doc ref); | |
| 6449 | 1109 | |
| 7215 | 1110 | * improved isatool install: option -k creates KDE application icon, | 
| 1111 | option -p DIR installs standalone binaries; | |
| 1112 | ||
| 1113 | * added ML_PLATFORM setting (useful for cross-platform installations); | |
| 1114 | more robust handling of platform specific ML images for SML/NJ; | |
| 1115 | ||
| 7886 
8fa551e22e52
the settings environment is now statically scoped;
 wenzelm parents: 
7863diff
changeset | 1116 | * the settings environment is now statically scoped, i.e. it is never | 
| 7986 | 1117 | created again in sub-processes invoked from isabelle, isatool, or | 
| 7886 
8fa551e22e52
the settings environment is now statically scoped;
 wenzelm parents: 
7863diff
changeset | 1118 | Isabelle; | 
| 
8fa551e22e52
the settings environment is now statically scoped;
 wenzelm parents: 
7863diff
changeset | 1119 | |
| 7215 | 1120 | * path element specification '~~' refers to '$ISABELLE_HOME'; | 
| 1121 | ||
| 6343 | 1122 | * in locales, the "assumes" and "defines" parts may be omitted if | 
| 1123 | empty; | |
| 5973 | 1124 | |
| 6269 | 1125 | * new print_mode "xsymbols" for extended symbol support (e.g. genuine | 
| 1126 | long arrows); | |
| 6259 
488bdc1bd11a
path element specification '~~' refers to '$ISABELLE_HOME';
 wenzelm parents: 
6174diff
changeset | 1127 | |
| 6343 | 1128 | * new print_mode "HTML"; | 
| 1129 | ||
| 1130 | * new flag show_tags controls display of tags of theorems (which are | |
| 1131 | basically just comments that may be attached by some tools); | |
| 1132 | ||
| 6461 | 1133 | * Isamode 2.6 requires patch to accomodate change of Isabelle font | 
| 1134 | mode and goal output format: | |
| 1135 | ||
| 1136 | diff -r Isamode-2.6/elisp/isa-load.el Isamode/elisp/isa-load.el | |
| 1137 | 244c244 | |
| 1138 | < (list (isa-getenv "ISABELLE") "-msymbols" logic-name) | |
| 1139 | --- | |
| 6533 | 1140 | > (list (isa-getenv "ISABELLE") "-misabelle_font" "-msymbols" logic-name) | 
| 6461 | 1141 | diff -r Isabelle-2.6/elisp/isa-proofstate.el Isamode/elisp/isa-proofstate.el | 
| 1142 | 181c181 | |
| 1143 | < (defconst proofstate-proofstart-regexp "^Level [0-9]+$" | |
| 1144 | --- | |
| 1145 | > (defconst proofstate-proofstart-regexp "^Level [0-9]+" | |
| 1146 | ||
| 7450 | 1147 | * function bind_thms stores lists of theorems (cf. bind_thm); | 
| 1148 | ||
| 7593 | 1149 | * new shorthand tactics ftac, eatac, datac, fatac; | 
| 1150 | ||
| 1151 | * qed (and friends) now accept "" as result name; in that case the | |
| 7986 | 1152 | theorem is not stored, but proper checks and presentation of the | 
| 1153 | result still apply; | |
| 7593 | 1154 | |
| 7805 
0ae9ddc36fe0
theorem database now also indexes constants "Trueprop", "all",
 wenzelm parents: 
7791diff
changeset | 1155 | * theorem database now also indexes constants "Trueprop", "all", | 
| 
0ae9ddc36fe0
theorem database now also indexes constants "Trueprop", "all",
 wenzelm parents: 
7791diff
changeset | 1156 | "==>", "=="; thus thms_containing, findI etc. may retrieve more rules; | 
| 
0ae9ddc36fe0
theorem database now also indexes constants "Trueprop", "all",
 wenzelm parents: 
7791diff
changeset | 1157 | |
| 6028 | 1158 | |
| 6057 | 1159 | *** HOL *** | 
| 1160 | ||
| 7215 | 1161 | ** HOL arithmetic ** | 
| 1162 | ||
| 6343 | 1163 | * There are now decision procedures for linear arithmetic over nat and | 
| 1164 | int: | |
| 6131 | 1165 | |
| 6343 | 1166 | 1. arith_tac copes with arbitrary formulae involving `=', `<', `<=', | 
| 1167 | `+', `-', `Suc', `min', `max' and numerical constants; other subterms | |
| 1168 | are treated as atomic; subformulae not involving type `nat' or `int' | |
| 1169 | are ignored; quantified subformulae are ignored unless they are | |
| 1170 | positive universal or negative existential. The tactic has to be | |
| 1171 | invoked by hand and can be a little bit slow. In particular, the | |
| 1172 | running time is exponential in the number of occurrences of `min' and | |
| 1173 | `max', and `-' on `nat'. | |
| 6131 | 1174 | |
| 6343 | 1175 | 2. fast_arith_tac is a cut-down version of arith_tac: it only takes | 
| 1176 | (negated) (in)equalities among the premises and the conclusion into | |
| 1177 | account (i.e. no compound formulae) and does not know about `min' and | |
| 1178 | `max', and `-' on `nat'. It is fast and is used automatically by the | |
| 1179 | simplifier. | |
| 6131 | 1180 | |
| 6343 | 1181 | NB: At the moment, these decision procedures do not cope with mixed | 
| 1182 | nat/int formulae where the two parts interact, such as `m < n ==> | |
| 1183 | int(m) < int(n)'. | |
| 6028 | 1184 | |
| 7215 | 1185 | * HOL/Numeral provides a generic theory of numerals (encoded | 
| 7313 | 1186 | efficiently as bit strings); setup for types nat/int/real is in place; | 
| 7215 | 1187 | INCOMPATIBILITY: since numeral syntax is now polymorphic, rather than | 
| 1188 | int, existing theories and proof scripts may require a few additional | |
| 1189 | type constraints; | |
| 1190 | ||
| 1191 | * integer division and remainder can now be performed on constant | |
| 1192 | arguments; | |
| 7157 | 1193 | |
| 7215 | 1194 | * many properties of integer multiplication, division and remainder | 
| 1195 | are now available; | |
| 6922 | 1196 | |
| 7287 | 1197 | * An interface to the Stanford Validity Checker (SVC) is available through the | 
| 1198 | tactic svc_tac. Propositional tautologies and theorems of linear arithmetic | |
| 1199 | are proved automatically. SVC must be installed separately, and its results | |
| 1200 | must be TAKEN ON TRUST (Isabelle does not check the proofs, but tags any | |
| 1201 | invocation of the underlying oracle). For SVC see | |
| 7444 | 1202 | http://verify.stanford.edu/SVC | 
| 6922 | 1203 | |
| 7125 | 1204 | * IsaMakefile: the HOL-Real target now builds an actual image; | 
| 1205 | ||
| 7215 | 1206 | |
| 1207 | ** HOL misc ** | |
| 1208 | ||
| 7595 
5f5d575ddac3
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces
 wenzelm parents: 
7593diff
changeset | 1209 | * HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces | 
| 
5f5d575ddac3
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces
 wenzelm parents: 
7593diff
changeset | 1210 | (in Isabelle/Isar) -- by Gertrud Bauer; | 
| 
5f5d575ddac3
* HOL/Real/HahnBanach: the Hahn-Banach theorem for real vector spaces
 wenzelm parents: 
7593diff
changeset | 1211 | |
| 7691 | 1212 | * HOL/BCV: generic model of bytecode verification, i.e. data-flow | 
| 1213 | analysis for assembly languages with subtypes; | |
| 1214 | ||
| 6278 | 1215 | * HOL/TLA (Lamport's Temporal Logic of Actions): major reorganization | 
| 1216 | -- avoids syntactic ambiguities and treats state, transition, and | |
| 1217 | temporal levels more uniformly; introduces INCOMPATIBILITIES due to | |
| 1218 | changed syntax and (many) tactics; | |
| 1219 | ||
| 7791 | 1220 | * HOL/inductive: Now also handles more general introduction rules such | 
| 1221 | as "ALL y. (y, x) : r --> y : acc r ==> x : acc r"; monotonicity | |
| 1222 | theorems are now maintained within the theory (maintained via the | |
| 1223 | "mono" attribute); | |
| 7780 
099742c562aa
Documented changes to HOL/inductive and function thm_deps.
 berghofe parents: 
7691diff
changeset | 1224 | |
| 7238 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1225 | * HOL/datatype: Now also handles arbitrarily branching datatypes | 
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1226 | (using function types) such as | 
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1227 | |
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1228 | datatype 'a tree = Atom 'a | Branch "nat => 'a tree" | 
| 7047 
d103b875ef1d
Datatype package now handles arbitrarily branching datatypes.
 berghofe parents: 
6925diff
changeset | 1229 | |
| 7326 | 1230 | * HOL/record: record_simproc (part of the default simpset) takes care | 
| 1231 | of selectors applied to updated records; record_split_tac is no longer | |
| 7327 | 1232 | part of the default claset; update_defs may now be removed from the | 
| 1233 | simpset in many cases; COMPATIBILITY: old behavior achieved by | |
| 7326 | 1234 | |
| 1235 | claset_ref () := claset() addSWrapper record_split_wrapper; | |
| 1236 | Delsimprocs [record_simproc] | |
| 1237 | ||
| 6386 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 wenzelm parents: 
6343diff
changeset | 1238 | * HOL/typedef: fixed type inference for representing set; type | 
| 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 wenzelm parents: 
6343diff
changeset | 1239 | arguments now have to occur explicitly on the rhs as type constraints; | 
| 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 wenzelm parents: 
6343diff
changeset | 1240 | |
| 7287 | 1241 | * HOL/recdef (TFL): 'congs' syntax now expects comma separated list of theorem | 
| 1242 | names rather than an ML expression; | |
| 1243 | ||
| 1244 | * HOL/defer_recdef (TFL): like recdef but the well-founded relation can be | |
| 1245 | supplied later. Program schemes can be defined, such as | |
| 1246 | "While B C s = (if B s then While B C (C s) else s)" | |
| 1247 | where the well-founded relation can be chosen after B and C have been given. | |
| 6563 | 1248 | |
| 7215 | 1249 | * HOL/List: the constructors of type list are now Nil and Cons; | 
| 1250 | INCOMPATIBILITY: while [] and infix # syntax is still there, of | |
| 1251 | course, ML tools referring to List.list.op # etc. have to be adapted; | |
| 1252 | ||
| 7238 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1253 | * HOL_quantifiers flag superseded by "HOL" print mode, which is | 
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1254 | disabled by default; run isabelle with option -m HOL to get back to | 
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1255 | the original Gordon/HOL-style output; | 
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1256 | |
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1257 | * HOL/Ord.thy: new bounded quantifier syntax (input only): ALL x<y. P, | 
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1258 | ALL x<=y. P, EX x<y. P, EX x<=y. P; | 
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1259 | |
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1260 | * HOL basic syntax simplified (more orthogonal): all variants of | 
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1261 | All/Ex now support plain / symbolic / HOL notation; plain syntax for | 
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1262 | Eps operator is provided as well: "SOME x. P[x]"; | 
| 
36e58620ffc8
replaced HOL_quantifiers flag by "HOL" print mode;
 wenzelm parents: 
7216diff
changeset | 1263 | |
| 7320 | 1264 | * HOL/Sum.thy: sum_case has been moved to HOL/Datatype; | 
| 7261 | 1265 | |
| 7280 | 1266 | * HOL/Univ.thy: infix syntax <*>, <+>, <**>, <+> eliminated and made | 
| 1267 | thus available for user theories; | |
| 1268 | ||
| 7300 
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
 wenzelm parents: 
7287diff
changeset | 1269 | * HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with | 
| 
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
 wenzelm parents: 
7287diff
changeset | 1270 | HOL/List; hardly an INCOMPATIBILITY since '>>' syntax is used all the | 
| 
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
 wenzelm parents: 
7287diff
changeset | 1271 | time; | 
| 
8439bf404c28
* HOLCF/IOA/Sequents: renamed 'Cons' to 'Consq' to avoid clash with HOL/List;
 wenzelm parents: 
7287diff
changeset | 1272 | |
| 7986 | 1273 | * HOL: new tactic smp_tac: int -> int -> tactic, which applies spec | 
| 1274 | several times and then mp; | |
| 7492 | 1275 | |
| 7215 | 1276 | |
| 7113 | 1277 | *** LK *** | 
| 1278 | ||
| 7215 | 1279 | * the notation <<...>> is now available as a notation for sequences of | 
| 1280 | formulas; | |
| 7113 | 1281 | |
| 1282 | * the simplifier is now installed | |
| 1283 | ||
| 8729 
094dbd0fad0c
* improved name spaces: ambiguous output is qualified; support for
 wenzelm parents: 
8705diff
changeset | 1284 | * the axiom system has been generalized (thanks to Soren Heilmann) | 
| 7113 | 1285 | |
| 1286 | * the classical reasoner now has a default rule database | |
| 1287 | ||
| 1288 | ||
| 6064 | 1289 | *** ZF *** | 
| 1290 | ||
| 1291 | * new primrec section allows primitive recursive functions to be given | |
| 6269 | 1292 | directly (as in HOL) over datatypes and the natural numbers; | 
| 6064 | 1293 | |
| 6269 | 1294 | * new tactics induct_tac and exhaust_tac for induction (or case | 
| 1295 | analysis) over datatypes and the natural numbers; | |
| 6064 | 1296 | |
| 1297 | * the datatype declaration of type T now defines the recursor T_rec; | |
| 1298 | ||
| 6141 | 1299 | * simplification automatically does freeness reasoning for datatype | 
| 6269 | 1300 | constructors; | 
| 6141 | 1301 | |
| 6269 | 1302 | * automatic type-inference, with AddTCs command to insert new | 
| 1303 | type-checking rules; | |
| 6155 | 1304 | |
| 6269 | 1305 | * datatype introduction rules are now added as Safe Introduction rules | 
| 1306 | to the claset; | |
| 6155 | 1307 | |
| 6269 | 1308 | * the syntax "if P then x else y" is now available in addition to | 
| 1309 | if(P,x,y); | |
| 1310 | ||
| 6069 | 1311 | |
| 6343 | 1312 | *** Internal programming interfaces *** | 
| 1313 | ||
| 7919 
35c18affc1d8
tuned simplifier trace output;  new flag debug_simp
 wenzelm parents: 
7886diff
changeset | 1314 | * tuned simplifier trace output; new flag debug_simp; | 
| 
35c18affc1d8
tuned simplifier trace output;  new flag debug_simp
 wenzelm parents: 
7886diff
changeset | 1315 | |
| 7420 
cba45c114f3b
structures Vartab / Termtab (instances of TableFun);
 wenzelm parents: 
7327diff
changeset | 1316 | * structures Vartab / Termtab (instances of TableFun) offer efficient | 
| 
cba45c114f3b
structures Vartab / Termtab (instances of TableFun);
 wenzelm parents: 
7327diff
changeset | 1317 | tables indexed by indexname_ord / term_ord (compatible with aconv); | 
| 
cba45c114f3b
structures Vartab / Termtab (instances of TableFun);
 wenzelm parents: 
7327diff
changeset | 1318 | |
| 6386 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 wenzelm parents: 
6343diff
changeset | 1319 | * AxClass.axclass_tac lost the theory argument; | 
| 
e9e8af97f48f
HOL/typedef: fixed type inference for representing set;
 wenzelm parents: 
6343diff
changeset | 1320 | |
| 6343 | 1321 | * tuned current_goals_markers semantics: begin / end goal avoids | 
| 1322 | printing empty lines; | |
| 1323 | ||
| 1324 | * removed prs and prs_fn hook, which was broken because it did not | |
| 1325 | include \n in its semantics, forcing writeln to add one | |
| 1326 | uncoditionally; replaced prs_fn by writeln_fn; consider std_output: | |
| 1327 | string -> unit if you really want to output text without newline; | |
| 1328 | ||
| 1329 | * Symbol.output subject to print mode; INCOMPATIBILITY: defaults to | |
| 1330 | plain output, interface builders may have to enable 'isabelle_font' | |
| 1331 | mode to get Isabelle font glyphs as before; | |
| 1332 | ||
| 1333 | * refined token_translation interface; INCOMPATIBILITY: output length | |
| 1334 | now of type real instead of int; | |
| 1335 | ||
| 7196 | 1336 | * theory loader actions may be traced via new ThyInfo.add_hook | 
| 1337 | interface (see src/Pure/Thy/thy_info.ML); example application: keep | |
| 1338 | your own database of information attached to *whole* theories -- as | |
| 1339 | opposed to intra-theory data slots offered via TheoryDataFun; | |
| 1340 | ||
| 7647 
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
 wenzelm parents: 
7619diff
changeset | 1341 | * proper handling of dangling sort hypotheses (at last!); | 
| 
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
 wenzelm parents: 
7619diff
changeset | 1342 | Thm.strip_shyps and Drule.strip_shyps_warning take care of removing | 
| 
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
 wenzelm parents: 
7619diff
changeset | 1343 | extra sort hypotheses that can be witnessed from the type signature; | 
| 7986 | 1344 | the force_strip_shyps flag is gone, any remaining shyps are simply | 
| 1345 | left in the theorem (with a warning issued by strip_shyps_warning); | |
| 7647 
2ceddd91cd0a
proper handling of dangling sort hypotheses (at last!);
 wenzelm parents: 
7619diff
changeset | 1346 | |
| 6343 | 1347 | |
| 6064 | 1348 | |
| 5781 | 1349 | New in Isabelle98-1 (October 1998) | 
| 1350 | ---------------------------------- | |
| 1351 | ||
| 5127 | 1352 | *** Overview of INCOMPATIBILITIES (see below for more details) *** | 
| 4842 | 1353 | |
| 5726 | 1354 | * several changes of automated proof tools; | 
| 5373 | 1355 | |
| 5726 | 1356 | * HOL: major changes to the inductive and datatype packages, including | 
| 1357 | some minor incompatibilities of theory syntax; | |
| 5214 | 1358 | |
| 5726 | 1359 | * HOL: renamed r^-1 to 'converse' from 'inverse'; 'inj_onto' is now | 
| 5217 | 1360 | called `inj_on'; | 
| 5160 | 1361 | |
| 5275 | 1362 | * HOL: removed duplicate thms in Arith: | 
| 1363 | less_imp_add_less should be replaced by trans_less_add1 | |
| 1364 | le_imp_add_le should be replaced by trans_le_add1 | |
| 5160 | 1365 | |
| 5726 | 1366 | * HOL: unary minus is now overloaded (new type constraints may be | 
| 1367 | required); | |
| 5490 | 1368 | |
| 5726 | 1369 | * HOL and ZF: unary minus for integers is now #- instead of #~. In | 
| 1370 | ZF, expressions such as n#-1 must be changed to n#- 1, since #-1 is | |
| 1371 | now taken as an integer constant. | |
| 5541 | 1372 | |
| 5726 | 1373 | * Pure: ML function 'theory_of' renamed to 'theory'; | 
| 5397 
034ed25535b9
* Pure: ML function 'theory_of' replaced by 'theory';
 wenzelm parents: 
5373diff
changeset | 1374 | |
| 5363 | 1375 | |
| 5127 | 1376 | *** Proof tools *** | 
| 4880 | 1377 | |
| 5657 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 nipkow parents: 
5651diff
changeset | 1378 | * Simplifier: | 
| 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 nipkow parents: 
5651diff
changeset | 1379 | 1. Asm_full_simp_tac is now more aggressive. | 
| 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 nipkow parents: 
5651diff
changeset | 1380 | 1. It will sometimes reorient premises if that increases their power to | 
| 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 nipkow parents: 
5651diff
changeset | 1381 | simplify. | 
| 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 nipkow parents: 
5651diff
changeset | 1382 | 2. It does no longer proceed strictly from left to right but may also | 
| 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 nipkow parents: 
5651diff
changeset | 1383 | rotate premises to achieve further simplification. | 
| 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 nipkow parents: 
5651diff
changeset | 1384 | For compatibility reasons there is now Asm_lr_simp_tac which is like the | 
| 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 nipkow parents: 
5651diff
changeset | 1385 | old Asm_full_simp_tac in that it does not rotate premises. | 
| 
1a6c9c6a3f8e
  2. The simplifier now knows a little bit about nat-arithmetic.
 nipkow parents: 
5651diff
changeset | 1386 | 2. The simplifier now knows a little bit about nat-arithmetic. | 
| 4880 | 1387 | |
| 5127 | 1388 | * Classical reasoner: wrapper mechanism for the classical reasoner now | 
| 1389 | allows for selected deletion of wrappers, by introduction of names for | |
| 1390 | wrapper functionals. This implies that addbefore, addSbefore, | |
| 1391 | addaltern, and addSaltern now take a pair (name, tactic) as argument, | |
| 1392 | and that adding two tactics with the same name overwrites the first | |
| 1393 | one (emitting a warning). | |
| 4824 | 1394 | type wrapper = (int -> tactic) -> (int -> tactic) | 
| 4649 | 1395 | setWrapper, setSWrapper, compWrapper and compSWrapper are replaced by | 
| 4824 | 1396 | addWrapper, addSWrapper: claset * (string * wrapper) -> claset | 
| 1397 | delWrapper, delSWrapper: claset * string -> claset | |
| 4649 | 1398 | getWrapper is renamed to appWrappers, getSWrapper to appSWrappers; | 
| 1399 | ||
| 5705 
56f2030c46c6
tuned (all proofs are INSTABLE by David's definition of instability);
 wenzelm parents: 
5671diff
changeset | 1400 | * Classical reasoner: addbefore/addSbefore now have APPEND/ORELSE | 
| 5726 | 1401 | semantics; addbefore now affects only the unsafe part of step_tac | 
| 1402 | etc.; this affects addss/auto_tac/force_tac, so EXISTING PROOFS MAY | |
| 1403 | FAIL, but proofs should be fixable easily, e.g. by replacing Auto_tac | |
| 1404 | by Force_tac; | |
| 5524 | 1405 | |
| 5726 | 1406 | * Classical reasoner: setwrapper to setWrapper and compwrapper to | 
| 1407 | compWrapper; added safe wrapper (and access functions for it); | |
| 5524 | 1408 | |
| 5127 | 1409 | * HOL/split_all_tac is now much faster and fails if there is nothing | 
| 5726 | 1410 | to split. Some EXISTING PROOFS MAY REQUIRE ADAPTION because the order | 
| 1411 | and the names of the automatically generated variables have changed. | |
| 1412 | split_all_tac has moved within claset() from unsafe wrappers to safe | |
| 1413 | wrappers, which means that !!-bound variables are split much more | |
| 1414 | aggressively, and safe_tac and clarify_tac now split such variables. | |
| 1415 | If this splitting is not appropriate, use delSWrapper "split_all_tac". | |
| 1416 | Note: the same holds for record_split_tac, which does the job of | |
| 1417 | split_all_tac for record fields. | |
| 5127 | 1418 | |
| 5726 | 1419 | * HOL/Simplifier: Rewrite rules for case distinctions can now be added | 
| 1420 | permanently to the default simpset using Addsplits just like | |
| 1421 | Addsimps. They can be removed via Delsplits just like | |
| 1422 | Delsimps. Lower-case versions are also available. | |
| 5127 | 1423 | |
| 5726 | 1424 | * HOL/Simplifier: The rule split_if is now part of the default | 
| 1425 | simpset. This means that the simplifier will eliminate all occurrences | |
| 1426 | of if-then-else in the conclusion of a goal. To prevent this, you can | |
| 1427 | either remove split_if completely from the default simpset by | |
| 1428 | `Delsplits [split_if]' or remove it in a specific call of the | |
| 1429 | simplifier using `... delsplits [split_if]'. You can also add/delete | |
| 1430 | other case splitting rules to/from the default simpset: every datatype | |
| 1431 | generates suitable rules `split_t_case' and `split_t_case_asm' (where | |
| 1432 | t is the name of the datatype). | |
| 5127 | 1433 | |
| 5726 | 1434 | * Classical reasoner / Simplifier combination: new force_tac (and | 
| 5127 | 1435 | derivatives Force_tac, force) combines rewriting and classical | 
| 1436 | reasoning (and whatever other tools) similarly to auto_tac, but is | |
| 5726 | 1437 | aimed to solve the given subgoal completely. | 
| 5127 | 1438 | |
| 1439 | ||
| 1440 | *** General *** | |
| 1441 | ||
| 5217 | 1442 | * new top-level commands `Goal' and `Goalw' that improve upon `goal' | 
| 5127 | 1443 | and `goalw': the theory is no longer needed as an explicit argument - | 
| 1444 | the current theory context is used; assumptions are no longer returned | |
| 1445 | at the ML-level unless one of them starts with ==> or !!; it is | |
| 5217 | 1446 | recommended to convert to these new commands using isatool fixgoal | 
| 1447 | (backup your sources first!); | |
| 4842 | 1448 | |
| 5217 | 1449 | * new top-level commands 'thm' and 'thms' for retrieving theorems from | 
| 5207 | 1450 | the current theory context, and 'theory' to lookup stored theories; | 
| 4806 | 1451 | |
| 5722 | 1452 | * new theory section 'locale' for declaring constants, assumptions and | 
| 1453 | definitions that have local scope; | |
| 1454 | ||
| 5127 | 1455 | * new theory section 'nonterminals' for purely syntactic types; | 
| 4858 | 1456 | |
| 5127 | 1457 | * new theory section 'setup' for generic ML setup functions | 
| 1458 | (e.g. package initialization); | |
| 4869 | 1459 | |
| 5131 | 1460 | * the distribution now includes Isabelle icons: see | 
| 1461 | lib/logo/isabelle-{small,tiny}.xpm;
 | |
| 1462 | ||
| 5363 | 1463 | * isatool install - install binaries with absolute references to | 
| 1464 | ISABELLE_HOME/bin; | |
| 1465 | ||
| 5572 | 1466 | * isatool logo -- create instances of the Isabelle logo (as EPS); | 
| 1467 | ||
| 5407 | 1468 | * print mode 'emacs' reserved for Isamode; | 
| 1469 | ||
| 5726 | 1470 | * support multiple print (ast) translations per constant name; | 
| 1471 | ||
| 6925 
8d4d45ec6a3d
theorems involving oracles are now printed with a suffixed [!];
 wenzelm parents: 
6922diff
changeset | 1472 | * theorems involving oracles are now printed with a suffixed [!]; | 
| 
8d4d45ec6a3d
theorems involving oracles are now printed with a suffixed [!];
 wenzelm parents: 
6922diff
changeset | 1473 | |
| 4711 | 1474 | |
| 4661 | 1475 | *** HOL *** | 
| 1476 | ||
| 5710 | 1477 | * there is now a tutorial on Isabelle/HOL (do 'isatool doc tutorial'); | 
| 5709 | 1478 | |
| 5217 | 1479 | * HOL/inductive package reorganized and improved: now supports mutual | 
| 5267 | 1480 | definitions such as | 
| 5217 | 1481 | |
| 1482 | inductive EVEN ODD | |
| 1483 | intrs | |
| 1484 | null "0 : EVEN" | |
| 1485 | oddI "n : EVEN ==> Suc n : ODD" | |
| 1486 | evenI "n : ODD ==> Suc n : EVEN" | |
| 1487 | ||
| 1488 | new theorem list "elims" contains an elimination rule for each of the | |
| 1489 | recursive sets; inductive definitions now handle disjunctive premises | |
| 1490 | correctly (also ZF); | |
| 5214 | 1491 | |
| 5217 | 1492 | INCOMPATIBILITIES: requires Inductive as an ancestor; component | 
| 1493 | "mutual_induct" no longer exists - the induction rule is always | |
| 1494 | contained in "induct"; | |
| 1495 | ||
| 1496 | ||
| 1497 | * HOL/datatype package re-implemented and greatly improved: now | |
| 5267 | 1498 | supports mutually recursive datatypes such as | 
| 5217 | 1499 | |
| 1500 | datatype | |
| 1501 |     'a aexp = IF_THEN_ELSE ('a bexp) ('a aexp) ('a aexp)
 | |
| 1502 |             | SUM ('a aexp) ('a aexp)
 | |
| 1503 |             | DIFF ('a aexp) ('a aexp)
 | |
| 1504 | | NUM 'a | |
| 1505 | and | |
| 1506 |     'a bexp = LESS ('a aexp) ('a aexp)
 | |
| 1507 |             | AND ('a bexp) ('a bexp)
 | |
| 1508 |             | OR ('a bexp) ('a bexp)
 | |
| 1509 | ||
| 5267 | 1510 | as well as indirectly recursive datatypes such as | 
| 5214 | 1511 | |
| 5217 | 1512 | datatype | 
| 1513 |     ('a, 'b) term = Var 'a
 | |
| 1514 |                   | App 'b ((('a, 'b) term) list)
 | |
| 5214 | 1515 | |
| 5217 | 1516 | The new tactic mutual_induct_tac [<var_1>, ..., <var_n>] i performs | 
| 1517 | induction on mutually / indirectly recursive datatypes. | |
| 1518 | ||
| 1519 | Primrec equations are now stored in theory and can be accessed via | |
| 1520 | <function_name>.simps. | |
| 1521 | ||
| 1522 | INCOMPATIBILITIES: | |
| 5214 | 1523 | |
| 5217 | 1524 | - Theories using datatypes must now have theory Datatype as an | 
| 1525 | ancestor. | |
| 1526 | - The specific <typename>.induct_tac no longer exists - use the | |
| 1527 | generic induct_tac instead. | |
| 5226 | 1528 | - natE has been renamed to nat.exhaust - use exhaust_tac | 
| 5217 | 1529 | instead of res_inst_tac ... natE. Note that the variable | 
| 5226 | 1530 | names in nat.exhaust differ from the names in natE, this | 
| 5217 | 1531 | may cause some "fragile" proofs to fail. | 
| 1532 | - The theorems split_<typename>_case and split_<typename>_case_asm | |
| 1533 | have been renamed to <typename>.split and <typename>.split_asm. | |
| 1534 | - Since default sorts of type variables are now handled correctly, | |
| 1535 | some datatype definitions may have to be annotated with explicit | |
| 1536 | sort constraints. | |
| 1537 | - Primrec definitions no longer require function name and type | |
| 1538 | of recursive argument. | |
| 5214 | 1539 | |
| 5217 | 1540 | Consider using isatool fixdatatype to adapt your theories and proof | 
| 1541 | scripts to the new package (backup your sources first!). | |
| 1542 | ||
| 1543 | ||
| 5726 | 1544 | * HOL/record package: considerably improved implementation; now | 
| 1545 | includes concrete syntax for record types, terms, updates; theorems | |
| 1546 | for surjective pairing and splitting !!-bound record variables; proof | |
| 1547 | support is as follows: | |
| 1548 | ||
| 1549 | 1) standard conversions (selectors or updates applied to record | |
| 1550 | constructor terms) are part of the standard simpset; | |
| 1551 | ||
| 1552 | 2) inject equations of the form ((x, y) = (x', y')) == x=x' & y=y' are | |
| 1553 | made part of standard simpset and claset via addIffs; | |
| 1554 | ||
| 1555 | 3) a tactic for record field splitting (record_split_tac) is part of | |
| 1556 | the standard claset (addSWrapper); | |
| 1557 | ||
| 1558 | To get a better idea about these rules you may retrieve them via | |
| 1559 | something like 'thms "foo.simps"' or 'thms "foo.iffs"', where "foo" is | |
| 1560 | the name of your record type. | |
| 1561 | ||
| 1562 | The split tactic 3) conceptually simplifies by the following rule: | |
| 1563 | ||
| 1564 | "(!!x. PROP ?P x) == (!!a b. PROP ?P (a, b))" | |
| 1565 | ||
| 1566 | Thus any record variable that is bound by meta-all will automatically | |
| 1567 | blow up into some record constructor term, consequently the | |
| 1568 | simplifications of 1), 2) apply. Thus force_tac, auto_tac etc. shall | |
| 1569 | solve record problems automatically. | |
| 1570 | ||
| 5214 | 1571 | |
| 5125 | 1572 | * reorganized the main HOL image: HOL/Integ and String loaded by | 
| 1573 | default; theory Main includes everything; | |
| 1574 | ||
| 5650 | 1575 | * automatic simplification of integer sums and comparisons, using cancellation; | 
| 1576 | ||
| 5526 | 1577 | * added option_map_eq_Some and not_Some_eq to the default simpset and claset; | 
| 5127 | 1578 | |
| 1579 | * added disj_not1 = "(~P | Q) = (P --> Q)" to the default simpset; | |
| 1580 | ||
| 1581 | * many new identities for unions, intersections, set difference, etc.; | |
| 1582 | ||
| 1583 | * expand_if, expand_split, expand_sum_case and expand_nat_case are now | |
| 1584 | called split_if, split_split, split_sum_case and split_nat_case (to go | |
| 1585 | with add/delsplits); | |
| 5125 | 1586 | |
| 5127 | 1587 | * HOL/Prod introduces simplification procedure unit_eq_proc rewriting | 
| 1588 | (?x::unit) = (); this is made part of the default simpset, which COULD | |
| 1589 | MAKE EXISTING PROOFS FAIL under rare circumstances (consider | |
| 5207 | 1590 | 'Delsimprocs [unit_eq_proc];' as last resort); also note that | 
| 1591 | unit_abs_eta_conv is added in order to counter the effect of | |
| 1592 | unit_eq_proc on (%u::unit. f u), replacing it by f rather than by | |
| 1593 | %u.f(); | |
| 5125 | 1594 | |
| 5217 | 1595 | * HOL/Fun INCOMPATIBILITY: `inj_onto' is now called `inj_on' (which | 
| 1596 | makes more sense); | |
| 5109 | 1597 | |
| 5475 | 1598 | * HOL/Set INCOMPATIBILITY: rule `equals0D' is now a well-formed destruct rule; | 
| 1599 | It and 'sym RS equals0D' are now in the default claset, giving automatic | |
| 1600 | disjointness reasoning but breaking a few old proofs. | |
| 5267 | 1601 | |
| 5217 | 1602 | * HOL/Relation INCOMPATIBILITY: renamed the relational operator r^-1 | 
| 1603 | to 'converse' from 'inverse' (for compatibility with ZF and some | |
| 1604 | literature); | |
| 5085 
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
 wenzelm parents: 
5077diff
changeset | 1605 | |
| 5127 | 1606 | * HOL/recdef can now declare non-recursive functions, with {} supplied as
 | 
| 1607 | the well-founded relation; | |
| 4838 | 1608 | |
| 5490 | 1609 | * HOL/Set INCOMPATIBILITY: the complement of set A is now written -A instead of | 
| 1610 | Compl A. The "Compl" syntax remains available as input syntax for this | |
| 1611 | release ONLY. | |
| 1612 | ||
| 5127 | 1613 | * HOL/Update: new theory of function updates: | 
| 1614 | f(a:=b) == %x. if x=a then b else f x | |
| 1615 | may also be iterated as in f(a:=b,c:=d,...); | |
| 5077 
71043526295f
* HOL/List: new function list_update written xs[i:=v] that updates the i-th
 nipkow parents: 
5075diff
changeset | 1616 | |
| 5127 | 1617 | * HOL/Vimage: new theory for inverse image of a function, syntax f-``B; | 
| 4899 | 1618 | |
| 5282 | 1619 | * HOL/List: | 
| 1620 | - new function list_update written xs[i:=v] that updates the i-th | |
| 1621 | list position. May also be iterated as in xs[i:=a,j:=b,...]. | |
| 5428 | 1622 | - new function `upt' written [i..j(] which generates the list | 
| 1623 | [i,i+1,...,j-1], i.e. the upper bound is excluded. To include the upper | |
| 1624 | bound write [i..j], which is a shorthand for [i..j+1(]. | |
| 5282 | 1625 | - new lexicographic orderings and corresponding wellfoundedness theorems. | 
| 4779 | 1626 | |
| 5127 | 1627 | * HOL/Arith: | 
| 1628 | - removed 'pred' (predecessor) function; | |
| 1629 | - generalized some theorems about n-1; | |
| 1630 | - many new laws about "div" and "mod"; | |
| 1631 | - new laws about greatest common divisors (see theory ex/Primes); | |
| 4766 | 1632 | |
| 5127 | 1633 | * HOL/Relation: renamed the relational operator r^-1 "converse" | 
| 4842 | 1634 | instead of "inverse"; | 
| 4711 | 1635 | |
| 5651 | 1636 | * HOL/Induct/Multiset: a theory of multisets, including the wellfoundedness | 
| 1637 | of the multiset ordering; | |
| 1638 | ||
| 5127 | 1639 | * directory HOL/Real: a construction of the reals using Dedekind cuts | 
| 5651 | 1640 | (not included by default); | 
| 4835 | 1641 | |
| 5127 | 1642 | * directory HOL/UNITY: Chandy and Misra's UNITY formalism; | 
| 4711 | 1643 | |
| 5651 | 1644 | * directory HOL/Hoare: a new version of Hoare logic which permits many-sorted | 
| 1645 | programs, i.e. different program variables may have different types. | |
| 1646 | ||
| 5142 | 1647 | * calling (stac rew i) now fails if "rew" has no effect on the goal | 
| 1648 | [previously, this check worked only if the rewrite rule was unconditional] | |
| 5308 | 1649 | Now rew can involve either definitions or equalities (either == or =). | 
| 5002 
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
 wenzelm parents: 
4981diff
changeset | 1650 | |
| 5363 | 1651 | |
| 4879 
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
 paulson parents: 
4869diff
changeset | 1652 | *** ZF *** | 
| 
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
 paulson parents: 
4869diff
changeset | 1653 | |
| 5332 | 1654 | * theory Main includes everything; INCOMPATIBILITY: theory ZF.thy contains | 
| 1655 | only the theorems proved on ZF.ML; | |
| 5160 | 1656 | |
| 5475 | 1657 | * ZF INCOMPATIBILITY: rule `equals0D' is now a well-formed destruct rule; | 
| 1658 | It and 'sym RS equals0D' are now in the default claset, giving automatic | |
| 1659 | disjointness reasoning but breaking a few old proofs. | |
| 5267 | 1660 | |
| 5160 | 1661 | * ZF/Update: new theory of function updates | 
| 1662 | with default rewrite rule f(x:=y) ` z = if(z=x, y, f`z) | |
| 1663 | may also be iterated as in f(a:=b,c:=d,...); | |
| 1664 | ||
| 4879 
58656c6a3551
"let" is no longer restricted to FOL terms and allows any logical terms
 paulson parents: 
4869diff
changeset | 1665 | * in let x=t in u(x), neither t nor u(x) has to be an FOL term. | 
| 4649 | 1666 | |
| 5142 | 1667 | * calling (stac rew i) now fails if "rew" has no effect on the goal | 
| 1668 | [previously, this check worked only if the rewrite rule was unconditional] | |
| 5308 | 1669 | Now rew can involve either definitions or equalities (either == or =). | 
| 5142 | 1670 | |
| 5160 | 1671 | * case_tac provided for compatibility with HOL | 
| 1672 | (like the old excluded_middle_tac, but with subgoals swapped) | |
| 1673 | ||
| 4842 | 1674 | |
| 5127 | 1675 | *** Internal programming interfaces *** | 
| 5002 
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
 wenzelm parents: 
4981diff
changeset | 1676 | |
| 5251 | 1677 | * Pure: several new basic modules made available for general use, see | 
| 1678 | also src/Pure/README; | |
| 5207 | 1679 | |
| 5008 | 1680 | * improved the theory data mechanism to support encapsulation (data | 
| 1681 | kind name replaced by private Object.kind, acting as authorization | |
| 5373 | 1682 | key); new type-safe user interface via functor TheoryDataFun; generic | 
| 1683 | print_data function becomes basically useless; | |
| 5002 
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
 wenzelm parents: 
4981diff
changeset | 1684 | |
| 5251 | 1685 | * removed global_names compatibility flag -- all theory declarations | 
| 1686 | are qualified by default; | |
| 1687 | ||
| 5085 
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
 wenzelm parents: 
5077diff
changeset | 1688 | * module Pure/Syntax now offers quote / antiquote translation | 
| 
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
 wenzelm parents: 
5077diff
changeset | 1689 | functions (useful for Hoare logic etc. with implicit dependencies); | 
| 5373 | 1690 | see HOL/ex/Antiquote for an example use; | 
| 5085 
8e5a7942fdea
simplification procedure unit_eq_proc rewrites (?x::unit) = ();
 wenzelm parents: 
5077diff
changeset | 1691 | |
| 5127 | 1692 | * Simplifier now offers conversions (asm_)(full_)rewrite: simpset -> | 
| 1693 | cterm -> thm; | |
| 1694 | ||
| 5207 | 1695 | * new tactical CHANGED_GOAL for checking that a tactic modifies a | 
| 1696 | subgoal; | |
| 5142 | 1697 | |
| 5251 | 1698 | * Display.print_goals function moved to Locale.print_goals; | 
| 1699 | ||
| 5731 | 1700 | * standard print function for goals supports current_goals_markers | 
| 1701 | variable for marking begin of proof, end of proof, start of goal; the | |
| 1702 | default is ("", "", ""); setting current_goals_markers := ("<proof>",
 | |
| 1703 | "</proof>", "<goal>") causes SGML like tagged proof state printing, | |
| 1704 | for example; | |
| 1705 | ||
| 5002 
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
 wenzelm parents: 
4981diff
changeset | 1706 | |
| 
7b4c2a153738
* improved the theory data mechanism to support real encapsulation;
 wenzelm parents: 
4981diff
changeset | 1707 | |
| 4410 | 1708 | New in Isabelle98 (January 1998) | 
| 1709 | -------------------------------- | |
| 1710 | ||
| 1711 | *** Overview of INCOMPATIBILITIES (see below for more details) *** | |
| 1712 | ||
| 1713 | * changed lexical syntax of terms / types: dots made part of long | |
| 1714 | identifiers, e.g. "%x.x" no longer possible, should be "%x. x"; | |
| 1715 | ||
| 1716 | * simpset (and claset) reference variable replaced by functions | |
| 1717 | simpset / simpset_ref; | |
| 1718 | ||
| 1719 | * no longer supports theory aliases (via merge) and non-trivial | |
| 1720 | implicit merge of thms' signatures; | |
| 1721 | ||
| 1722 | * most internal names of constants changed due to qualified names; | |
| 1723 | ||
| 1724 | * changed Pure/Sequence interface (see Pure/seq.ML); | |
| 1725 | ||
| 3454 | 1726 | |
| 3715 | 1727 | *** General Changes *** | 
| 1728 | ||
| 4174 | 1729 | * hierachically structured name spaces (for consts, types, axms, thms | 
| 3943 | 1730 | etc.); new lexical class 'longid' (e.g. Foo.bar.x) may render much of | 
| 4108 | 1731 | old input syntactically incorrect (e.g. "%x.x"); COMPATIBILITY: | 
| 1732 | isatool fixdots ensures space after dots (e.g. "%x. x"); set | |
| 4174 | 1733 | long_names for fully qualified output names; NOTE: ML programs | 
| 1734 | (special tactics, packages etc.) referring to internal names may have | |
| 1735 | to be adapted to cope with fully qualified names; in case of severe | |
| 1736 | backward campatibility problems try setting 'global_names' at compile | |
| 1737 | time to have enrything declared within a flat name space; one may also | |
| 1738 | fine tune name declarations in theories via the 'global' and 'local' | |
| 1739 | section; | |
| 4108 | 1740 | |
| 1741 | * reimplemented the implicit simpset and claset using the new anytype | |
| 1742 | data filed in signatures; references simpset:simpset ref etc. are | |
| 1743 | replaced by functions simpset:unit->simpset and | |
| 1744 | simpset_ref:unit->simpset ref; COMPATIBILITY: use isatool fixclasimp | |
| 1745 | to patch your ML files accordingly; | |
| 3856 | 1746 | |
| 3857 | 1747 | * HTML output now includes theory graph data for display with Java | 
| 1748 | applet or isatool browser; data generated automatically via isatool | |
| 3901 | 1749 | usedir (see -i option, ISABELLE_USEDIR_OPTIONS); | 
| 3857 | 1750 | |
| 3856 | 1751 | * defs may now be conditional; improved rewrite_goals_tac to handle | 
| 1752 | conditional equations; | |
| 1753 | ||
| 4174 | 1754 | * defs now admits additional type arguments, using TYPE('a) syntax;
 | 
| 1755 | ||
| 3901 | 1756 | * theory aliases via merge (e.g. M=A+B+C) no longer supported, always | 
| 1757 | creates a new theory node; implicit merge of thms' signatures is | |
| 4112 | 1758 | restricted to 'trivial' ones; COMPATIBILITY: one may have to use | 
| 3901 | 1759 | transfer:theory->thm->thm in (rare) cases; | 
| 1760 | ||
| 3968 
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
 wenzelm parents: 
3964diff
changeset | 1761 | * improved handling of draft signatures / theories; draft thms (and | 
| 
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
 wenzelm parents: 
3964diff
changeset | 1762 | ctyps, cterms) are automatically promoted to real ones; | 
| 
ec138de716d9
improved handling of draft signatures / theories; draft thms (and
 wenzelm parents: 
3964diff
changeset | 1763 | |
| 3901 | 1764 | * slightly changed interfaces for oracles: admit many per theory, named | 
| 1765 | (e.g. oracle foo = mlfun), additional name argument for invoke_oracle; | |
| 1766 | ||
| 1767 | * print_goals: optional output of const types (set show_consts and | |
| 1768 | show_types); | |
| 3851 
fe9932a7cd46
print_goals: optional output of const types (set show_consts);
 wenzelm parents: 
3846diff
changeset | 1769 | |
| 4388 | 1770 | * improved output of warnings (###) and errors (***); | 
| 3697 
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
 wenzelm parents: 
3671diff
changeset | 1771 | |
| 4178 
e64ff1c1bc70
subgoal_tac displays a warning if the new subgoal has type variables
 paulson parents: 
4174diff
changeset | 1772 | * subgoal_tac displays a warning if the new subgoal has type variables; | 
| 
e64ff1c1bc70
subgoal_tac displays a warning if the new subgoal has type variables
 paulson parents: 
4174diff
changeset | 1773 | |
| 3715 | 1774 | * removed old README and Makefiles; | 
| 3697 
c5833dfcc2cc
Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories;
 wenzelm parents: 
3671diff
changeset | 1775 | |
| 3856 | 1776 | * replaced print_goals_ref hook by print_current_goals_fn and result_error_fn; | 
| 3670 
9fea3562f8c7
replaced print_goals_ref hook by print_current_goals_fn and
 wenzelm parents: 
3658diff
changeset | 1777 | |
| 3715 | 1778 | * removed obsolete init_pps and init_database; | 
| 1779 | ||
| 1780 | * deleted the obsolete tactical STATE, which was declared by | |
| 1781 | fun STATE tacfun st = tacfun st st; | |
| 1782 | ||
| 4388 | 1783 | * cd and use now support path variables, e.g. $ISABELLE_HOME, or ~ | 
| 1784 | (which abbreviates $HOME); | |
| 4269 | 1785 | |
| 1786 | * changed Pure/Sequence interface (see Pure/seq.ML); COMPATIBILITY: | |
| 1787 | use isatool fixseq to adapt your ML programs (this works for fully | |
| 1788 | qualified references to the Sequence structure only!); | |
| 1789 | ||
| 4381 | 1790 | * use_thy no longer requires writable current directory; it always | 
| 1791 | reloads .ML *and* .thy file, if either one is out of date; | |
| 4269 | 1792 | |
| 3715 | 1793 | |
| 1794 | *** Classical Reasoner *** | |
| 1795 | ||
| 3744 | 1796 | * Clarify_tac, clarify_tac, clarify_step_tac, Clarify_step_tac: new | 
| 1797 | tactics that use classical reasoning to simplify a subgoal without | |
| 1798 | splitting it into several subgoals; | |
| 3715 | 1799 | |
| 3719 | 1800 | * Safe_tac: like safe_tac but uses the default claset; | 
| 1801 | ||
| 3715 | 1802 | |
| 1803 | *** Simplifier *** | |
| 1804 | ||
| 1805 | * added simplification meta rules: | |
| 1806 | (asm_)(full_)simplify: simpset -> thm -> thm; | |
| 1807 | ||
| 1808 | * simplifier.ML no longer part of Pure -- has to be loaded by object | |
| 1809 | logics (again); | |
| 1810 | ||
| 1811 | * added prems argument to simplification procedures; | |
| 1812 | ||
| 4325 | 1813 | * HOL, FOL, ZF: added infix function `addsplits': | 
| 1814 | instead of `<simpset> setloop (split_tac <thms>)' | |
| 1815 | you can simply write `<simpset> addsplits <thms>' | |
| 1816 | ||
| 3715 | 1817 | |
| 1818 | *** Syntax *** | |
| 1819 | ||
| 4174 | 1820 | * TYPE('a) syntax for type reflection terms;
 | 
| 1821 | ||
| 3985 | 1822 | * no longer handles consts with name "" -- declare as 'syntax' instead; | 
| 3856 | 1823 | |
| 1824 | * pretty printer: changed order of mixfix annotation preference (again!); | |
| 3846 | 1825 | |
| 3715 | 1826 | * Pure: fixed idt/idts vs. pttrn/pttrns syntactic categories; | 
| 1827 | ||
| 1828 | ||
| 1829 | *** HOL *** | |
| 1830 | ||
| 5726 | 1831 | * HOL: there is a new splitter `split_asm_tac' that can be used e.g. | 
| 4189 | 1832 | with `addloop' of the simplifier to faciliate case splitting in premises. | 
| 1833 | ||
| 4035 | 1834 | * HOL/TLA: Stephan Merz's formalization of Lamport's Temporal Logic of Actions; | 
| 3985 | 1835 | |
| 1836 | * HOL/Auth: new protocol proofs including some for the Internet | |
| 4035 | 1837 | protocol TLS; | 
| 3985 | 1838 | |
| 4125 | 1839 | * HOL/Map: new theory of `maps' a la VDM; | 
| 3982 | 1840 | |
| 4335 | 1841 | * HOL/simplifier: simplification procedures nat_cancel_sums for | 
| 1842 | cancelling out common nat summands from =, <, <= (in)equalities, or | |
| 1843 | differences; simplification procedures nat_cancel_factor for | |
| 1844 | cancelling common factor from =, <, <= (in)equalities over natural | |
| 4373 | 1845 | sums; nat_cancel contains both kinds of procedures, it is installed by | 
| 1846 | default in Arith.thy -- this COULD MAKE EXISTING PROOFS FAIL; | |
| 4335 | 1847 | |
| 3580 | 1848 | * HOL/simplifier: terms of the form | 
| 4325 | 1849 | `? x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x)' (or t=x) | 
| 3580 | 1850 | are rewritten to | 
| 4035 | 1851 | `P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t)', | 
| 1852 | and those of the form | |
| 4325 | 1853 | `! x. P1(x) & ... & Pn(x) & x=t & Q1(x) & ... Qn(x) --> R(x)' (or t=x) | 
| 4035 | 1854 | are rewritten to | 
| 1855 | `P1(t) & ... & Pn(t) & Q1(t) & ... Qn(t) --> R(t)', | |
| 1856 | ||
| 1857 | * HOL/datatype | |
| 1858 | Each datatype `t' now comes with a theorem `split_t_case' of the form | |
| 3580 | 1859 | |
| 4035 | 1860 | P(t_case f1 ... fn x) = | 
| 1861 | ( (!y1 ... ym1. x = C1 y1 ... ym1 --> P(f1 y1 ... ym1)) & | |
| 1862 | ... | |
| 4189 | 1863 | (!y1 ... ymn. x = Cn y1 ... ymn --> P(f1 y1 ... ymn)) | 
| 4035 | 1864 | ) | 
| 1865 | ||
| 4930 
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
 oheimb parents: 
4915diff
changeset | 1866 | and a theorem `split_t_case_asm' of the form | 
| 4189 | 1867 | |
| 1868 | P(t_case f1 ... fn x) = | |
| 1869 | ~( (? y1 ... ym1. x = C1 y1 ... ym1 & ~P(f1 y1 ... ym1)) | | |
| 1870 | ... | |
| 1871 | (? y1 ... ymn. x = Cn y1 ... ymn & ~P(f1 y1 ... ymn)) | |
| 1872 | ) | |
| 4930 
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
 oheimb parents: 
4915diff
changeset | 1873 | which can be added to a simpset via `addsplits'. The existing theorems | 
| 
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
 oheimb parents: 
4915diff
changeset | 1874 | expand_list_case and expand_option_case have been renamed to | 
| 
89271bc4e7ed
extended addsplits and delsplits to handle also split rules for assumptions
 oheimb parents: 
4915diff
changeset | 1875 | split_list_case and split_option_case. | 
| 4189 | 1876 | |
| 4361 | 1877 | * HOL/Arithmetic: | 
| 1878 | - `pred n' is automatically converted to `n-1'. | |
| 1879 | Users are strongly encouraged not to use `pred' any longer, | |
| 1880 | because it will disappear altogether at some point. | |
| 1881 | - Users are strongly encouraged to write "0 < n" rather than | |
| 1882 | "n ~= 0". Theorems and proof tools have been modified towards this | |
| 1883 | `standard'. | |
| 4357 | 1884 | |
| 4502 | 1885 | * HOL/Lists: | 
| 1886 | the function "set_of_list" has been renamed "set" (and its theorems too); | |
| 1887 | the function "nth" now takes its arguments in the reverse order and | |
| 1888 | has acquired the infix notation "!" as in "xs!n". | |
| 3570 | 1889 | |
| 4154 | 1890 | * HOL/Set: UNIV is now a constant and is no longer translated to Compl{};
 | 
| 1891 | ||
| 1892 | * HOL/Set: The operator (UN x.B x) now abbreviates (UN x:UNIV. B x) and its | |
| 1893 | specialist theorems (like UN1_I) are gone. Similarly for (INT x.B x); | |
| 1894 | ||
| 4575 | 1895 | * HOL/record: extensible records with schematic structural subtyping | 
| 1896 | (single inheritance); EXPERIMENTAL version demonstrating the encoding, | |
| 1897 | still lacks various theorems and concrete record syntax; | |
| 1898 | ||
| 4125 | 1899 | |
| 3715 | 1900 | *** HOLCF *** | 
| 3535 | 1901 | |
| 4125 | 1902 | * removed "axioms" and "generated by" sections; | 
| 1903 | ||
| 4123 | 1904 | * replaced "ops" section by extended "consts" section, which is capable of | 
| 4125 | 1905 | handling the continuous function space "->" directly; | 
| 1906 | ||
| 1907 | * domain package: | |
| 1908 | . proves theorems immediately and stores them in the theory, | |
| 1909 | . creates hierachical name space, | |
| 1910 | . now uses normal mixfix annotations (instead of cinfix...), | |
| 1911 | . minor changes to some names and values (for consistency), | |
| 1912 | . e.g. cases -> casedist, dists_eq -> dist_eqs, [take_lemma] -> take_lemmas, | |
| 1913 | . separator between mutual domain defs: changed "," to "and", | |
| 1914 | . improved handling of sort constraints; now they have to | |
| 1915 | appear on the left-hand side of the equations only; | |
| 4123 | 1916 | |
| 1917 | * fixed LAM <x,y,zs>.b syntax; | |
| 3567 | 1918 | |
| 3744 | 1919 | * added extended adm_tac to simplifier in HOLCF -- can now discharge | 
| 1920 | adm (%x. P (t x)), where P is chainfinite and t continuous; | |
| 3579 | 1921 | |
| 1922 | ||
| 3719 | 1923 | *** FOL and ZF *** | 
| 1924 | ||
| 5726 | 1925 | * FOL: there is a new splitter `split_asm_tac' that can be used e.g. | 
| 4189 | 1926 | with `addloop' of the simplifier to faciliate case splitting in premises. | 
| 1927 | ||
| 3744 | 1928 | * qed_spec_mp, qed_goal_spec_mp, qed_goalw_spec_mp are available, as | 
| 1929 | in HOL, they strip ALL and --> from proved theorems; | |
| 1930 | ||
| 3719 | 1931 | |
| 3579 | 1932 | |
| 3006 | 1933 | New in Isabelle94-8 (May 1997) | 
| 1934 | ------------------------------ | |
| 2654 | 1935 | |
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1936 | *** General Changes *** | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1937 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1938 | * new utilities to build / run / maintain Isabelle etc. (in parts | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1939 | still somewhat experimental); old Makefiles etc. still functional; | 
| 2971 | 1940 | |
| 3205 | 1941 | * new 'Isabelle System Manual'; | 
| 1942 | ||
| 2825 | 1943 | * INSTALL text, together with ./configure and ./build scripts; | 
| 2773 | 1944 | |
| 3006 | 1945 | * reimplemented type inference for greater efficiency, better error | 
| 1946 | messages and clean internal interface; | |
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1947 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1948 | * prlim command for dealing with lots of subgoals (an easier way of | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1949 | setting goals_limit); | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1950 | |
| 3006 | 1951 | |
| 1952 | *** Syntax *** | |
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1953 | |
| 3116 | 1954 | * supports alternative (named) syntax tables (parser and pretty | 
| 1955 | printer); internal interface is provided by add_modesyntax(_i); | |
| 1956 | ||
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1957 | * Pure, FOL, ZF, HOL, HOLCF now support symbolic input and output; to | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1958 | be used in conjunction with the Isabelle symbol font; uses the | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1959 | "symbols" syntax table; | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1960 | |
| 2705 | 1961 | * added token_translation interface (may translate name tokens in | 
| 2756 | 1962 | arbitrary ways, dependent on their type (free, bound, tfree, ...) and | 
| 3116 | 1963 | the current print_mode); IMPORTANT: user print translation functions | 
| 1964 | are responsible for marking newly introduced bounds | |
| 1965 | (Syntax.mark_boundT); | |
| 2705 | 1966 | |
| 2730 | 1967 | * token translations for modes "xterm" and "xterm_color" that display | 
| 3006 | 1968 | names in bold, underline etc. or colors (which requires a color | 
| 1969 | version of xterm); | |
| 2730 | 1970 | |
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1971 | * infixes may now be declared with names independent of their syntax; | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1972 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1973 | * added typed_print_translation (like print_translation, but may | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1974 | access type of constant); | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1975 | |
| 3006 | 1976 | |
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1977 | *** Classical Reasoner *** | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1978 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1979 | Blast_tac: a new tactic! It is often more powerful than fast_tac, but has | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1980 | some limitations. Blast_tac... | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1981 | + ignores addss, addbefore, addafter; this restriction is intrinsic | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1982 | + ignores elimination rules that don't have the correct format | 
| 5726 | 1983 | (the conclusion MUST be a formula variable) | 
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1984 | + ignores types, which can make HOL proofs fail | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1985 | + rules must not require higher-order unification, e.g. apply_type in ZF | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1986 | [message "Function Var's argument not a bound variable" relates to this] | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1987 | + its proof strategy is more general but can actually be slower | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1988 | |
| 3107 | 1989 | * substitution with equality assumptions no longer permutes other | 
| 1990 | assumptions; | |
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1991 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1992 | * minor changes in semantics of addafter (now called addaltern); renamed | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1993 | setwrapper to setWrapper and compwrapper to compWrapper; added safe wrapper | 
| 3107 | 1994 | (and access functions for it); | 
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 1995 | |
| 5726 | 1996 | * improved combination of classical reasoner and simplifier: | 
| 3317 | 1997 | + functions for handling clasimpsets | 
| 1998 | + improvement of addss: now the simplifier is called _after_ the | |
| 1999 | safe steps. | |
| 2000 | + safe variant of addss called addSss: uses safe simplifications | |
| 5726 | 2001 | _during_ the safe steps. It is more complete as it allows multiple | 
| 3317 | 2002 | instantiations of unknowns (e.g. with slow_tac). | 
| 3006 | 2003 | |
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2004 | *** Simplifier *** | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2005 | |
| 3006 | 2006 | * added interface for simplification procedures (functions that | 
| 2007 | produce *proven* rewrite rules on the fly, depending on current | |
| 2008 | redex); | |
| 2009 | ||
| 2010 | * ordering on terms as parameter (used for ordered rewriting); | |
| 2011 | ||
| 3107 | 2012 | * new functions delcongs, deleqcongs, and Delcongs. richer rep_ss; | 
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2013 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2014 | * the solver is now split into a safe and an unsafe part. | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2015 | This should be invisible for the normal user, except that the | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2016 | functions setsolver and addsolver have been renamed to setSolver and | 
| 3107 | 2017 | addSolver; added safe_asm_full_simp_tac; | 
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2018 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2019 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2020 | *** HOL *** | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2021 | |
| 3042 | 2022 | * a generic induction tactic `induct_tac' which works for all datatypes and | 
| 3107 | 2023 | also for type `nat'; | 
| 3042 | 2024 | |
| 3316 | 2025 | * a generic case distinction tactic `exhaust_tac' which works for all | 
| 2026 | datatypes and also for type `nat'; | |
| 2027 | ||
| 2028 | * each datatype comes with a function `size'; | |
| 2029 | ||
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2030 | * patterns in case expressions allow tuple patterns as arguments to | 
| 3107 | 2031 | constructors, for example `case x of [] => ... | (x,y,z)#ps => ...'; | 
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2032 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2033 | * primrec now also works with type nat; | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2034 | |
| 3338 | 2035 | * recdef: a new declaration form, allows general recursive functions to be | 
| 2036 | defined in theory files. See HOL/ex/Fib, HOL/ex/Primes, HOL/Subst/Unify. | |
| 2037 | ||
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2038 | * the constant for negation has been renamed from "not" to "Not" to | 
| 3107 | 2039 | harmonize with FOL, ZF, LK, etc.; | 
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2040 | |
| 3107 | 2041 | * HOL/ex/LFilter theory of a corecursive "filter" functional for | 
| 2042 | infinite lists; | |
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2043 | |
| 3227 | 2044 | * HOL/Modelcheck demonstrates invocation of model checker oracle; | 
| 2045 | ||
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2046 | * HOL/ex/Ring.thy declares cring_simp, which solves equational | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2047 | problems in commutative rings, using axiomatic type classes for + and *; | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2048 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2049 | * more examples in HOL/MiniML and HOL/Auth; | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2050 | |
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2051 | * more default rewrite rules for quantifiers, union/intersection; | 
| 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2052 | |
| 3321 | 2053 | * a new constant `arbitrary == @x.False'; | 
| 2054 | ||
| 3107 | 2055 | * HOLCF/IOA replaces old HOL/IOA; | 
| 2056 | ||
| 5726 | 2057 | * HOLCF changes: derived all rules and arities | 
| 2058 | + axiomatic type classes instead of classes | |
| 2653 
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
 slotosch parents: 
2649diff
changeset | 2059 | + typedef instead of faking type definitions | 
| 2747 | 2060 | + eliminated the internal constants less_fun, less_cfun, UU_fun, UU_cfun etc. | 
| 2730 | 2061 | + new axclasses cpo, chfin, flat with flat < chfin < pcpo < cpo < po | 
| 2653 
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
 slotosch parents: 
2649diff
changeset | 2062 | + eliminated the types void, one, tr | 
| 
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
 slotosch parents: 
2649diff
changeset | 2063 | + use unit lift and bool lift (with translations) instead of one and tr | 
| 
f1a6997cdc06
described changes for HOLCF-Version without rules and arities
 slotosch parents: 
2649diff
changeset | 2064 | + eliminated blift from Lift3.thy (use Def instead of blift) | 
| 3107 | 2065 | all eliminated rules are derived as theorems --> no visible changes ; | 
| 2649 | 2066 | |
| 3006 | 2067 | |
| 3002 
223e5d65faaa
Reorganized under headings.  Also documented Blast_tac and LFilter
 paulson parents: 
2993diff
changeset | 2068 | *** ZF *** | 
| 2553 | 2069 | |
| 2865 | 2070 | * ZF now has Fast_tac, Simp_tac and Auto_tac. Union_iff is a now a default | 
| 2071 | rewrite rule; this may affect some proofs. eq_cs is gone but can be put back | |
| 2072 | as ZF_cs addSIs [equalityI]; | |
| 2553 | 2073 | |
| 2554 | 2074 | |
| 2732 | 2075 | |
| 2553 | 2076 | New in Isabelle94-7 (November 96) | 
| 2077 | --------------------------------- | |
| 2078 | ||
| 2079 | * allowing negative levels (as offsets) in prlev and choplev; | |
| 2080 | ||
| 2554 | 2081 | * super-linear speedup for large simplifications; | 
| 2082 | ||
| 2083 | * FOL, ZF and HOL now use miniscoping: rewriting pushes | |
| 2084 | quantifications in as far as possible (COULD MAKE EXISTING PROOFS | |
| 2085 | FAIL); can suppress it using the command Delsimps (ex_simps @ | |
| 2086 | all_simps); De Morgan laws are also now included, by default; | |
| 2087 | ||
| 2088 | * improved printing of ==> : ~: | |
| 2089 | ||
| 2090 | * new object-logic "Sequents" adds linear logic, while replacing LK | |
| 2091 | and Modal (thanks to Sara Kalvala); | |
| 2092 | ||
| 2093 | * HOL/Auth: correctness proofs for authentication protocols; | |
| 2094 | ||
| 2095 | * HOL: new auto_tac combines rewriting and classical reasoning (many | |
| 2096 | examples on HOL/Auth); | |
| 2097 | ||
| 2098 | * HOL: new command AddIffs for declaring theorems of the form P=Q to | |
| 2099 | the rewriter and classical reasoner simultaneously; | |
| 2100 | ||
| 2101 | * function uresult no longer returns theorems in "standard" format; | |
| 2102 | regain previous version by: val uresult = standard o uresult; | |
| 2103 | ||
| 2104 | ||
| 2105 | ||
| 2106 | New in Isabelle94-6 | |
| 2107 | ------------------- | |
| 2108 | ||
| 2109 | * oracles -- these establish an interface between Isabelle and trusted | |
| 2110 | external reasoners, which may deliver results as theorems; | |
| 2111 | ||
| 2112 | * proof objects (in particular record all uses of oracles); | |
| 2113 | ||
| 2114 | * Simp_tac, Fast_tac, etc. that refer to implicit simpset / claset; | |
| 2115 | ||
| 2116 | * "constdefs" section in theory files; | |
| 2117 | ||
| 2118 | * "primrec" section (HOL) no longer requires names; | |
| 2119 | ||
| 2120 | * internal type "tactic" now simply "thm -> thm Sequence.seq"; | |
| 2121 | ||
| 2122 | ||
| 2123 | ||
| 2124 | New in Isabelle94-5 | |
| 2125 | ------------------- | |
| 2126 | ||
| 2127 | * reduced space requirements; | |
| 2128 | ||
| 2129 | * automatic HTML generation from theories; | |
| 2130 | ||
| 2131 | * theory files no longer require "..." (quotes) around most types; | |
| 2132 | ||
| 2133 | * new examples, including two proofs of the Church-Rosser theorem; | |
| 2134 | ||
| 2135 | * non-curried (1994) version of HOL is no longer distributed; | |
| 2136 | ||
| 2553 | 2137 | |
| 2557 | 2138 | |
| 2139 | New in Isabelle94-4 | |
| 2140 | ------------------- | |
| 2141 | ||
| 2747 | 2142 | * greatly reduced space requirements; | 
| 2557 | 2143 | |
| 2144 | * theory files (.thy) no longer require \...\ escapes at line breaks; | |
| 2145 | ||
| 5726 | 2146 | * searchable theorem database (see the section "Retrieving theorems" on | 
| 2557 | 2147 | page 8 of the Reference Manual); | 
| 2148 | ||
| 2149 | * new examples, including Grabczewski's monumental case study of the | |
| 2150 | Axiom of Choice; | |
| 2151 | ||
| 2152 | * The previous version of HOL renamed to Old_HOL; | |
| 2153 | ||
| 5726 | 2154 | * The new version of HOL (previously called CHOL) uses a curried syntax | 
| 2557 | 2155 | for functions. Application looks like f a b instead of f(a,b); | 
| 2156 | ||
| 2157 | * Mutually recursive inductive definitions finally work in HOL; | |
| 2158 | ||
| 2159 | * In ZF, pattern-matching on tuples is now available in all abstractions and | |
| 2160 | translates to the operator "split"; | |
| 2161 | ||
| 2162 | ||
| 2163 | ||
| 2164 | New in Isabelle94-3 | |
| 2165 | ------------------- | |
| 2166 | ||
| 5726 | 2167 | * new infix operator, addss, allowing the classical reasoner to | 
| 2557 | 2168 | perform simplification at each step of its search. Example: | 
| 5726 | 2169 | fast_tac (cs addss ss) | 
| 2557 | 2170 | |
| 5726 | 2171 | * a new logic, CHOL, the same as HOL, but with a curried syntax | 
| 2172 | for functions. Application looks like f a b instead of f(a,b). Also pairs | |
| 2557 | 2173 | look like (a,b) instead of <a,b>; | 
| 2174 | ||
| 2175 | * PLEASE NOTE: CHOL will eventually replace HOL! | |
| 2176 | ||
| 2177 | * In CHOL, pattern-matching on tuples is now available in all abstractions. | |
| 2178 | It translates to the operator "split". A new theory of integers is available; | |
| 2179 | ||
| 2180 | * In ZF, integer numerals now denote two's-complement binary integers. | |
| 2181 | Arithmetic operations can be performed by rewriting. See ZF/ex/Bin.ML; | |
| 2182 | ||
| 5726 | 2183 | * Many new examples: I/O automata, Church-Rosser theorem, equivalents | 
| 2557 | 2184 | of the Axiom of Choice; | 
| 2185 | ||
| 2186 | ||
| 2187 | ||
| 2188 | New in Isabelle94-2 | |
| 2189 | ------------------- | |
| 2190 | ||
| 5726 | 2191 | * Significantly faster resolution; | 
| 2557 | 2192 | |
| 2193 | * the different sections in a .thy file can now be mixed and repeated | |
| 2194 | freely; | |
| 2195 | ||
| 2196 | * Database of theorems for FOL, HOL and ZF. New | |
| 2197 | commands including qed, qed_goal and bind_thm store theorems in the database. | |
| 2198 | ||
| 2199 | * Simple database queries: return a named theorem (get_thm) or all theorems of | |
| 2200 | a given theory (thms_of), or find out what theory a theorem was proved in | |
| 2201 | (theory_of_thm); | |
| 2202 | ||
| 2203 | * Bugs fixed in the inductive definition and datatype packages; | |
| 2204 | ||
| 2205 | * The classical reasoner provides deepen_tac and depth_tac, making FOL_dup_cs | |
| 2206 | and HOL_dup_cs obsolete; | |
| 2207 | ||
| 2208 | * Syntactic ambiguities caused by the new treatment of syntax in Isabelle94-1 | |
| 2209 | have been removed; | |
| 2210 | ||
| 2211 | * Simpler definition of function space in ZF; | |
| 2212 | ||
| 2213 | * new results about cardinal and ordinal arithmetic in ZF; | |
| 2214 | ||
| 2215 | * 'subtype' facility in HOL for introducing new types as subsets of existing | |
| 2216 | types; | |
| 2217 | ||
| 2218 | ||
| 2553 | 2219 | $Id$ |