NEWS
author wenzelm
Fri, 28 Oct 2005 22:27:41 +0200
changeset 18020 d23a846598d2
parent 17996 71f250e05e05
child 18044 f27022e2ec3a
permissions -rw-r--r--
* Pure/Isar: literal facts; * ML/Pure: tuned Thm.lift_rule; * ML/Pure: renamed Goal constant to prop, more general uses;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5363
0cf15843b82f isatool install;
wenzelm
parents: 5332
diff changeset
     1
Isabelle NEWS -- history user-relevant changes
0cf15843b82f isatool install;
wenzelm
parents: 5332
diff changeset
     2
==============================================
2553
ed941505cab7 Isabelle NEWS -- history of user-visible changes;
wenzelm
parents:
diff changeset
     3
17754
58a306d9f736 * Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents: 17725
diff changeset
     4
New in this Isabelle release
58a306d9f736 * Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents: 17725
diff changeset
     5
----------------------------
58a306d9f736 * Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents: 17725
diff changeset
     6
58a306d9f736 * Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents: 17725
diff changeset
     7
*** General ***
58a306d9f736 * Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents: 17725
diff changeset
     8
17918
93e26302733e * Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents: 17890
diff changeset
     9
* Theory syntax: the header format ``theory A = B + C:'' has been
93e26302733e * Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents: 17890
diff changeset
    10
discontinued in favour of ``theory A imports B C begin''.  Use isatool
93e26302733e * Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents: 17890
diff changeset
    11
fixheaders to convert existing theory files.  INCOMPATIBILITY.
93e26302733e * Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents: 17890
diff changeset
    12
93e26302733e * Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents: 17890
diff changeset
    13
* Theory syntax: the old non-Isar theory file format has been
93e26302733e * Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents: 17890
diff changeset
    14
discontinued altogether.  Note that ML proof scripts may still be used
93e26302733e * Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents: 17890
diff changeset
    15
with Isar theories; migration is usually quite simple with the ML
93e26302733e * Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents: 17890
diff changeset
    16
function use_legacy_bindings.  INCOMPATIBILITY.
93e26302733e * Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents: 17890
diff changeset
    17
17981
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
    18
* Legacy goal package: reduced interface to the bare minimum required
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
    19
to keep existing proof scripts running.  Most other user-level
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
    20
functions are now part of the OldGoals structure, which is *not* open
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
    21
by default (consider isatool expandshort before open OldGoals).
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
    22
Removed top_sg, prin, printyp, pprint_term/typ altogether, because
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
    23
these tend to cause confusion about the actual goal (!) context being
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
    24
used here, which is not necessarily the same as the_context().
17918
93e26302733e * Theory syntax: discontinued non-Isar format and old Isar headers;
wenzelm
parents: 17890
diff changeset
    25
17754
58a306d9f736 * Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents: 17725
diff changeset
    26
* Command 'find_theorems': support "*" wildcard in "name:" criterion.
58a306d9f736 * Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents: 17725
diff changeset
    27
58a306d9f736 * Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents: 17725
diff changeset
    28
17865
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    29
*** Document preparation ***
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    30
17869
wenzelm
parents: 17865
diff changeset
    31
* Added antiquotations @{ML_type text} and @{ML_struct text} which
wenzelm
parents: 17865
diff changeset
    32
check the given source text as ML type/structure, printing verbatim.
17865
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    33
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    34
17779
407bea05c2da added dummy variable binding;
wenzelm
parents: 17754
diff changeset
    35
*** Pure ***
407bea05c2da added dummy variable binding;
wenzelm
parents: 17754
diff changeset
    36
17865
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    37
* Isar: improper proof element 'guess' is like 'obtain', but derives
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    38
the obtained context from the course of reasoning!  For example:
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    39
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    40
  assume "EX x y. A x & B y"   -- "any previous fact"
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    41
  then guess x and y by clarify
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    42
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    43
This technique is potentially adventurous, depending on the facts and
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    44
proof tools being involved here.
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    45
18020
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    46
* Isar: known facts from the proof context may be specified as literal
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    47
propositions, using ASCII back-quote syntax.  This works wherever
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    48
named facts used to be allowed so far, in proof commands, proof
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    49
methods, attributes etc.  Literal facts are retrieved from the context
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    50
according to unification of type and term parameters.  For example,
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    51
provided that "A" and "A ==> B" and "!!x. P x ==> Q x" are known
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    52
theorems in the current context, then these are valid literal facts:
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    53
`A` and `A ==> B` and `!!x. P x ==> Q x" as well as `P a ==> Q a` etc.
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    54
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    55
There is also a proof method "fact" which does the same composition
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    56
for explicit goals states, e.g. the following proof texts coincide
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    57
with certain special cases of literal facts:
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    58
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    59
  have "A" by fact                 ==  note `A`
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    60
  have "A ==> B" by fact           ==  note `A ==> B`
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    61
  have "!!x. P x ==> Q x" by fact  ==  note `!!x. P x ==> Q x`
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    62
  have "P a ==> Q a" by fact       ==  note `P a ==> Q a`
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    63
17779
407bea05c2da added dummy variable binding;
wenzelm
parents: 17754
diff changeset
    64
* Input syntax now supports dummy variable binding "%_. b", where the
407bea05c2da added dummy variable binding;
wenzelm
parents: 17754
diff changeset
    65
body does not mention the bound variable.  Note that dummy patterns
407bea05c2da added dummy variable binding;
wenzelm
parents: 17754
diff changeset
    66
implicitly depend on their context of bounds, which makes "{_. _}"
17780
wenzelm
parents: 17779
diff changeset
    67
match any set comprehension as expected.  Potential INCOMPATIBILITY --
wenzelm
parents: 17779
diff changeset
    68
parse translations need to cope with syntactic constant "_idtdummy" in
wenzelm
parents: 17779
diff changeset
    69
the binding position.
wenzelm
parents: 17779
diff changeset
    70
wenzelm
parents: 17779
diff changeset
    71
* Removed obsolete syntactic constant "_K" and its associated parse
wenzelm
parents: 17779
diff changeset
    72
translation.  INCOMPATIBILITY -- use dummy abstraction instead, for
17779
407bea05c2da added dummy variable binding;
wenzelm
parents: 17754
diff changeset
    73
example "A -> B" => "Pi A (%_. B)".
407bea05c2da added dummy variable binding;
wenzelm
parents: 17754
diff changeset
    74
17865
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    75
17806
b6a547bfb419 *** empty log message ***
nipkow
parents: 17780
diff changeset
    76
*** HOL ***
b6a547bfb419 *** empty log message ***
nipkow
parents: 17780
diff changeset
    77
17996
71f250e05e05 * HOL: alternative iff syntax;
wenzelm
parents: 17991
diff changeset
    78
* Alternative iff syntax "A <-> B" for equality on bool (with priority
71f250e05e05 * HOL: alternative iff syntax;
wenzelm
parents: 17991
diff changeset
    79
25 like -->); output depends on the "iff" print_mode, the default is
71f250e05e05 * HOL: alternative iff syntax;
wenzelm
parents: 17991
diff changeset
    80
"A = B" (with priority 50).
71f250e05e05 * HOL: alternative iff syntax;
wenzelm
parents: 17991
diff changeset
    81
17865
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    82
* In the context of the assumption "~(s = t)" the Simplifier rewrites
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    83
"t = s" to False (by simproc "neq_simproc").  For backward
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    84
compatibility this can be disabled by ML "reset use_neq_simproc".
17779
407bea05c2da added dummy variable binding;
wenzelm
parents: 17754
diff changeset
    85
17809
195045659c06 Tactics sat and satx reimplemented, several improvements
webertj
parents: 17806
diff changeset
    86
* Tactics 'sat' and 'satx' reimplemented, several improvements: goals
195045659c06 Tactics sat and satx reimplemented, several improvements
webertj
parents: 17806
diff changeset
    87
no longer need to be stated as "<prems> ==> False", equivalences (i.e.
17865
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    88
"=" on type bool) are handled, variable names of the form "lit_<n>"
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    89
are no longer reserved, significant speedup.
5b0c3dcfbad2 * antiquotations ML_type, ML_struct;
wenzelm
parents: 17809
diff changeset
    90
17809
195045659c06 Tactics sat and satx reimplemented, several improvements
webertj
parents: 17806
diff changeset
    91
17878
wenzelm
parents: 17869
diff changeset
    92
*** ML ***
wenzelm
parents: 17869
diff changeset
    93
17991
ca0958ab3293 added module Pure/General/rat.ML
haftmann
parents: 17981
diff changeset
    94
* Library: new module Pure/General/rat.ML implementing rational numbers,
ca0958ab3293 added module Pure/General/rat.ML
haftmann
parents: 17981
diff changeset
    95
replacing the former functions in the Isabelle library.
ca0958ab3293 added module Pure/General/rat.ML
haftmann
parents: 17981
diff changeset
    96
18020
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    97
* Pure: primitive rule lift_rule now takes goal cterm instead of an
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    98
actual goal state (thm).  Use Thm.lift_rule (Thm.cgoal_of st i) to
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
    99
achieve the old behaviour.
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
   100
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
   101
* Pure: the "Goal" constant is now called "prop", supporting a
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
   102
slightly more general idea of ``protecting'' meta-level rule
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
   103
statements.
d23a846598d2 * Pure/Isar: literal facts;
wenzelm
parents: 17996
diff changeset
   104
17981
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
   105
* Internal goals: structure Goal provides simple interfaces for
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
   106
init/conclude/finish and tactical prove operations (replacing former
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
   107
Tactic.prove).  Note that OldGoals.prove_goalw_cterm has long been
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
   108
obsolete, it is ill-behaved in a local proof context (e.g. with local
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
   109
fixes/assumes or in a locale context).
2602be0d99ae * Legacy goal package: reduced interface to the bare minimum required to keep existing proof scripts running.
wenzelm
parents: 17918
diff changeset
   110
17878
wenzelm
parents: 17869
diff changeset
   111
* Simplifier: the simpset of a running simplification process now
wenzelm
parents: 17869
diff changeset
   112
contains a proof context (cf. Simplifier.the_context), which is the
wenzelm
parents: 17869
diff changeset
   113
very context that the initial simpset has been retrieved from (by
17890
fddb41d3cfa5 Simplifier.context/theory_context;
wenzelm
parents: 17887
diff changeset
   114
simpset_of/local_simpset_of).  Consequently, all plug-in components
17878
wenzelm
parents: 17869
diff changeset
   115
(solver, looper etc.) may depend on arbitrary proof data.
wenzelm
parents: 17869
diff changeset
   116
wenzelm
parents: 17869
diff changeset
   117
* Simplifier.inherit_context inherits the proof context (plus the
wenzelm
parents: 17869
diff changeset
   118
local bounds) of the current simplification process; any simproc
wenzelm
parents: 17869
diff changeset
   119
etc. that calls the Simplifier recursively should do this!  Removed
wenzelm
parents: 17869
diff changeset
   120
former Simplifier.inherit_bounds, which is already included here --
17890
fddb41d3cfa5 Simplifier.context/theory_context;
wenzelm
parents: 17887
diff changeset
   121
INCOMPATIBILITY.  Tools based on low-level rewriting may even have to
fddb41d3cfa5 Simplifier.context/theory_context;
wenzelm
parents: 17887
diff changeset
   122
specify an explicit context using Simplifier.context/theory_context.
17878
wenzelm
parents: 17869
diff changeset
   123
wenzelm
parents: 17869
diff changeset
   124
* Simplifier/Classical Reasoner: more abstract interfaces
wenzelm
parents: 17869
diff changeset
   125
change_simpset/claset for modifying the simpset/claset reference of a
wenzelm
parents: 17869
diff changeset
   126
theory; raw versions simpset/claset_ref etc. have been discontinued --
wenzelm
parents: 17869
diff changeset
   127
INCOMPATIBILITY.
wenzelm
parents: 17869
diff changeset
   128
wenzelm
parents: 17869
diff changeset
   129
17754
58a306d9f736 * Command 'find_theorems': support * wildcard in name: criterion.
wenzelm
parents: 17725
diff changeset
   130
17720
da9199e6b674 Isabelle2005 (October 2005);
wenzelm
parents: 17701
diff changeset
   131
New in Isabelle2005 (October 2005)
da9199e6b674 Isabelle2005 (October 2005);
wenzelm
parents: 17701
diff changeset
   132
----------------------------------
14655
8a95abf87dd3 Pure: considerably improved version of 'constdefs' command;
wenzelm
parents: 14624
diff changeset
   133
8a95abf87dd3 Pure: considerably improved version of 'constdefs' command;
wenzelm
parents: 14624
diff changeset
   134
*** General ***
8a95abf87dd3 Pure: considerably improved version of 'constdefs' command;
wenzelm
parents: 14624
diff changeset
   135
15130
dc6be28d7f4e *** empty log message ***
nipkow
parents: 15127
diff changeset
   136
* Theory headers: the new header syntax for Isar theories is
dc6be28d7f4e *** empty log message ***
nipkow
parents: 15127
diff changeset
   137
dc6be28d7f4e *** empty log message ***
nipkow
parents: 15127
diff changeset
   138
  theory <name>
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   139
  imports <theory1> ... <theoryN>
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   140
  uses <file1> ... <fileM>
15130
dc6be28d7f4e *** empty log message ***
nipkow
parents: 15127
diff changeset
   141
  begin
dc6be28d7f4e *** empty log message ***
nipkow
parents: 15127
diff changeset
   142
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   143
where the 'uses' part is optional.  The previous syntax
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   144
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   145
  theory <name> = <theory1> + ... + <theoryN>:
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   146
16717
710a7a7a2b65 isatool fixheaders;
wenzelm
parents: 16690
diff changeset
   147
will disappear in the next release.  Use isatool fixheaders to convert
710a7a7a2b65 isatool fixheaders;
wenzelm
parents: 16690
diff changeset
   148
existing theory files.  Note that there is no change in ancient
17371
wenzelm
parents: 17275
diff changeset
   149
non-Isar theories now, but these will disappear soon.
15130
dc6be28d7f4e *** empty log message ***
nipkow
parents: 15127
diff changeset
   150
15475
fdf9434b04ea - Proofs are now hidden by default when generating documents
berghofe
parents: 15454
diff changeset
   151
* Theory loader: parent theories can now also be referred to via
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   152
relative and absolute paths.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   153
17408
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   154
* Command 'find_theorems' searches for a list of criteria instead of a
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   155
list of constants. Known criteria are: intro, elim, dest, name:string,
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   156
simp:term, and any term. Criteria can be preceded by '-' to select
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   157
theorems that do not match. Intro, elim, dest select theorems that
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   158
match the current goal, name:s selects theorems whose fully qualified
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   159
name contain s, and simp:term selects all simplification rules whose
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   160
lhs match term.  Any other term is interpreted as pattern and selects
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   161
all theorems matching the pattern. Available in ProofGeneral under
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   162
'ProofGeneral -> Find Theorems' or C-c C-f.  Example:
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   163
17275
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   164
  C-c C-f (100) "(_::nat) + _ + _" intro -name: "HOL."
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   165
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   166
prints the last 100 theorems matching the pattern "(_::nat) + _ + _",
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   167
matching the current goal as introduction rule and not having "HOL."
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   168
in their name (i.e. not being defined in theory HOL).
16013
3010430d894d removed find_rewrites (superceded by improved thms_containing);
wenzelm
parents: 16000
diff changeset
   169
17408
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   170
* Command 'thms_containing' has been discontinued in favour of
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   171
'find_theorems'; INCOMPATIBILITY.
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   172
17385
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   173
* Communication with Proof General is now 8bit clean, which means that
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   174
Unicode text in UTF-8 encoding may be used within theory texts (both
17408
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   175
formal and informal parts).  Cf. option -U of the Isabelle Proof
17538
wenzelm
parents: 17535
diff changeset
   176
General interface.  Here are some simple examples (cf. src/HOL/ex):
wenzelm
parents: 17535
diff changeset
   177
wenzelm
parents: 17535
diff changeset
   178
  http://isabelle.in.tum.de/library/HOL/ex/Hebrew.html
wenzelm
parents: 17535
diff changeset
   179
  http://isabelle.in.tum.de/library/HOL/ex/Chinese.html
17385
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   180
17425
67c84a7d29f7 * Improved efficiency of the Simplifier etc.;
wenzelm
parents: 17423
diff changeset
   181
* Improved efficiency of the Simplifier and, to a lesser degree, the
67c84a7d29f7 * Improved efficiency of the Simplifier etc.;
wenzelm
parents: 17423
diff changeset
   182
Classical Reasoner.  Typical big applications run around 2 times
67c84a7d29f7 * Improved efficiency of the Simplifier etc.;
wenzelm
parents: 17423
diff changeset
   183
faster.
67c84a7d29f7 * Improved efficiency of the Simplifier etc.;
wenzelm
parents: 17423
diff changeset
   184
15703
727ef1b8b3ee *** empty log message ***
wenzelm
parents: 15696
diff changeset
   185
727ef1b8b3ee *** empty log message ***
wenzelm
parents: 15696
diff changeset
   186
*** Document preparation ***
727ef1b8b3ee *** empty log message ***
wenzelm
parents: 15696
diff changeset
   187
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   188
* Commands 'display_drafts' and 'print_drafts' perform simple output
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   189
of raw sources.  Only those symbols that do not require additional
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   190
LaTeX packages (depending on comments in isabellesym.sty) are
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   191
displayed properly, everything else is left verbatim.  isatool display
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   192
and isatool print are used as front ends (these are subject to the
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   193
DVI/PDF_VIEWER and PRINT_COMMAND settings, respectively).
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   194
17047
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   195
* Command tags control specific markup of certain regions of text,
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   196
notably folding and hiding.  Predefined tags include "theory" (for
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   197
theory begin and end), "proof" for proof commands, and "ML" for
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   198
commands involving ML code; the additional tags "visible" and
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   199
"invisible" are unused by default.  Users may give explicit tag
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   200
specifications in the text, e.g. ''by %invisible (auto)''.  The
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   201
interpretation of tags is determined by the LaTeX job during document
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   202
preparation: see option -V of isatool usedir, or options -n and -t of
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   203
isatool document, or even the LaTeX macros \isakeeptag, \isafoldtag,
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   204
\isadroptag.
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   205
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   206
Several document versions may be produced at the same time via isatool
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   207
usedir (the generated index.html will link all of them).  Typical
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   208
specifications include ''-V document=theory,proof,ML'' to present
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   209
theory/proof/ML parts faithfully, ''-V outline=/proof,/ML'' to fold
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   210
proof and ML commands, and ''-V mutilated=-theory,-proof,-ML'' to omit
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   211
these parts without any formal replacement text.  The Isabelle site
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   212
default settings produce ''document'' and ''outline'' versions as
e2e2d75bb37b * Command tags control specific markup of certain regions of text (replaces usedir -H);
wenzelm
parents: 17016
diff changeset
   213
specified above.
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   214
17402
41f1249bce37 AList, the_*
haftmann
parents: 17398
diff changeset
   215
* Several new antiquotations:
15979
wenzelm
parents: 15973
diff changeset
   216
wenzelm
parents: 15973
diff changeset
   217
  @{term_type term} prints a term with its type annotated;
wenzelm
parents: 15973
diff changeset
   218
wenzelm
parents: 15973
diff changeset
   219
  @{typeof term} prints the type of a term;
wenzelm
parents: 15973
diff changeset
   220
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   221
  @{const const} is the same as @{term const}, but checks that the
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   222
  argument is a known logical constant;
15979
wenzelm
parents: 15973
diff changeset
   223
wenzelm
parents: 15973
diff changeset
   224
  @{term_style style term} and @{thm_style style thm} print a term or
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   225
  theorem applying a "style" to it
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   226
17117
e2bed9e82454 * The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents: 17097
diff changeset
   227
  @{ML text}
e2bed9e82454 * The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents: 17097
diff changeset
   228
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   229
Predefined styles are 'lhs' and 'rhs' printing the lhs/rhs of
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   230
definitions, equations, inequations etc., 'concl' printing only the
17393
23b7e14ce640 ... prem19
schirmer
parents: 17389
diff changeset
   231
conclusion of a meta-logical statement theorem, and 'prem1' .. 'prem19'
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   232
to print the specified premise.  TermStyle.add_style provides an ML
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   233
interface for introducing further styles.  See also the "LaTeX Sugar"
17117
e2bed9e82454 * The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents: 17097
diff changeset
   234
document practical applications.  The ML antiquotation prints
e2bed9e82454 * The ML antiquotation prints type-checked ML expressions verbatim.
wenzelm
parents: 17097
diff changeset
   235
type-checked ML expressions verbatim.
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   236
17259
dda237f1d299 Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents: 17228
diff changeset
   237
* Markup commands 'chapter', 'section', 'subsection', 'subsubsection',
dda237f1d299 Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents: 17228
diff changeset
   238
and 'text' support optional locale specification '(in loc)', which
17269
wenzelm
parents: 17259
diff changeset
   239
specifies the default context for interpreting antiquotations.  For
wenzelm
parents: 17259
diff changeset
   240
example: 'text (in lattice) {* @{thm inf_assoc}*}'.
17259
dda237f1d299 Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents: 17228
diff changeset
   241
dda237f1d299 Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents: 17228
diff changeset
   242
* Option 'locale=NAME' of antiquotations specifies an alternative
dda237f1d299 Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents: 17228
diff changeset
   243
context interpreting the subsequent argument.  For example: @{thm
17269
wenzelm
parents: 17259
diff changeset
   244
[locale=lattice] inf_assoc}.
17259
dda237f1d299 Markup commands 'chapter' .. 'text' support optional locale specification;
wenzelm
parents: 17228
diff changeset
   245
17097
78f1b66f70a4 * Proper output of proof terms within a proof context;
wenzelm
parents: 17095
diff changeset
   246
* Proper output of proof terms (@{prf ...} and @{full_prf ...}) within
78f1b66f70a4 * Proper output of proof terms within a proof context;
wenzelm
parents: 17095
diff changeset
   247
a proof context.
78f1b66f70a4 * Proper output of proof terms within a proof context;
wenzelm
parents: 17095
diff changeset
   248
78f1b66f70a4 * Proper output of proof terms within a proof context;
wenzelm
parents: 17095
diff changeset
   249
* Proper output of antiquotations for theory commands involving a
78f1b66f70a4 * Proper output of proof terms within a proof context;
wenzelm
parents: 17095
diff changeset
   250
proof context (such as 'locale' or 'theorem (in loc) ...').
78f1b66f70a4 * Proper output of proof terms within a proof context;
wenzelm
parents: 17095
diff changeset
   251
17193
83708f724822 * Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents: 17189
diff changeset
   252
* Delimiters of outer tokens (string etc.) now produce separate LaTeX
83708f724822 * Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents: 17189
diff changeset
   253
macros (\isachardoublequoteopen, isachardoublequoteclose etc.).
83708f724822 * Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents: 17189
diff changeset
   254
83708f724822 * Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents: 17189
diff changeset
   255
* isatool usedir: new option -C (default true) controls whether option
83708f724822 * Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents: 17189
diff changeset
   256
-D should include a copy of the original document directory; -C false
83708f724822 * Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents: 17189
diff changeset
   257
prevents unwanted effects such as copying of administrative CVS data.
83708f724822 * Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents: 17189
diff changeset
   258
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   259
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   260
*** Pure ***
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   261
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   262
* Considerably improved version of 'constdefs' command.  Now performs
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   263
automatic type-inference of declared constants; additional support for
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   264
local structure declarations (cf. locales and HOL records), see also
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   265
isar-ref manual.  Potential INCOMPATIBILITY: need to observe strictly
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   266
sequential dependencies of definitions within a single 'constdefs'
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   267
section; moreover, the declared name needs to be an identifier.  If
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   268
all fails, consider to fall back on 'consts' and 'defs' separately.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   269
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   270
* Improved indexed syntax and implicit structures.  First of all,
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   271
indexed syntax provides a notational device for subscripted
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   272
application, using the new syntax \<^bsub>term\<^esub> for arbitrary
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   273
expressions.  Secondly, in a local context with structure
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   274
declarations, number indexes \<^sub>n or the empty index (default
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   275
number 1) refer to a certain fixed variable implicitly; option
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   276
show_structs controls printing of implicit structures.  Typical
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   277
applications of these concepts involve record types and locales.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   278
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   279
* New command 'no_syntax' removes grammar declarations (and
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   280
translations) resulting from the given syntax specification, which is
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   281
interpreted in the same manner as for the 'syntax' command.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   282
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   283
* 'Advanced' translation functions (parse_translation etc.) may depend
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   284
on the signature of the theory context being presently used for
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   285
parsing/printing, see also isar-ref manual.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   286
16856
6468a5d6a16e * Improved 'oracle' command -- type-safe;
wenzelm
parents: 16799
diff changeset
   287
* Improved 'oracle' command provides a type-safe interface to turn an
6468a5d6a16e * Improved 'oracle' command -- type-safe;
wenzelm
parents: 16799
diff changeset
   288
ML expression of type theory -> T -> term into a primitive rule of
6468a5d6a16e * Improved 'oracle' command -- type-safe;
wenzelm
parents: 16799
diff changeset
   289
type theory -> T -> thm (i.e. the functionality of Thm.invoke_oracle
6468a5d6a16e * Improved 'oracle' command -- type-safe;
wenzelm
parents: 16799
diff changeset
   290
is already included here); see also FOL/ex/IffExample.thy;
6468a5d6a16e * Improved 'oracle' command -- type-safe;
wenzelm
parents: 16799
diff changeset
   291
INCOMPATIBILITY.
6468a5d6a16e * Improved 'oracle' command -- type-safe;
wenzelm
parents: 16799
diff changeset
   292
17275
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   293
* axclass: name space prefix for class "c" is now "c_class" (was "c"
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   294
before); "cI" is no longer bound, use "c.intro" instead.
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   295
INCOMPATIBILITY.  This change avoids clashes of fact bindings for
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   296
axclasses vs. locales.
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   297
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   298
* Improved internal renaming of symbolic identifiers -- attach primes
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   299
instead of base 26 numbers.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   300
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   301
* New flag show_question_marks controls printing of leading question
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   302
marks in schematic variable names.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   303
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   304
* In schematic variable names, *any* symbol following \<^isub> or
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   305
\<^isup> is now treated as part of the base name.  For example, the
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   306
following works without printing of awkward ".0" indexes:
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   307
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   308
  lemma "x\<^isub>1 = x\<^isub>2 ==> x\<^isub>2 = x\<^isub>1"
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   309
    by simp
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   310
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   311
* Inner syntax includes (*(*nested*) comments*).
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   312
17548
wenzelm
parents: 17538
diff changeset
   313
* Pretty printer now supports unbreakable blocks, specified in mixfix
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   314
annotations as "(00...)".
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   315
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   316
* Clear separation of logical types and nonterminals, where the latter
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   317
may only occur in 'syntax' specifications or type abbreviations.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   318
Before that distinction was only partially implemented via type class
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   319
"logic" vs. "{}".  Potential INCOMPATIBILITY in rare cases of improper
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   320
use of 'types'/'consts' instead of 'nonterminals'/'syntax'.  Some very
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   321
exotic syntax specifications may require further adaption
17691
8cc72452695c revert 'defs' advertisement;
wenzelm
parents: 17684
diff changeset
   322
(e.g. Cube/Cube.thy).
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   323
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   324
* Removed obsolete type class "logic", use the top sort {} instead.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   325
Note that non-logical types should be declared as 'nonterminals'
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   326
rather than 'types'.  INCOMPATIBILITY for new object-logic
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   327
specifications.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   328
17095
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   329
* Attributes 'induct' and 'cases': type or set names may now be
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   330
locally fixed variables as well.
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   331
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   332
* Simplifier: can now control the depth to which conditional rewriting
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   333
is traced via the PG menu Isabelle -> Settings -> Trace Simp Depth
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   334
Limit.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   335
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   336
* Simplifier: simplification procedures may now take the current
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   337
simpset into account (cf. Simplifier.simproc(_i) / mk_simproc
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   338
interface), which is very useful for calling the Simplifier
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   339
recursively.  Minor INCOMPATIBILITY: the 'prems' argument of simprocs
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   340
is gone -- use prems_of_ss on the simpset instead.  Moreover, the
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   341
low-level mk_simproc no longer applies Logic.varify internally, to
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   342
allow for use in a context of fixed variables.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   343
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   344
* thin_tac now works even if the assumption being deleted contains !!
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   345
or ==>.  More generally, erule now works even if the major premise of
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   346
the elimination rule contains !! or ==>.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   347
17597
wenzelm
parents: 17595
diff changeset
   348
* Method 'rules' has been renamed to 'iprover'. INCOMPATIBILITY.
17590
56dc95e8b5c5 *** empty log message ***
nipkow
parents: 17584
diff changeset
   349
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   350
* Reorganized bootstrapping of the Pure theories; CPure is now derived
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   351
from Pure, which contains all common declarations already.  Both
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   352
theories are defined via plain Isabelle/Isar .thy files.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   353
INCOMPATIBILITY: elements of CPure (such as the CPure.intro /
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   354
CPure.elim / CPure.dest attributes) now appear in the Pure name space;
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   355
use isatool fixcpure to adapt your theory and ML sources.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   356
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   357
* New syntax 'name(i-j, i-, i, ...)' for referring to specific
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   358
selections of theorems in named facts via index ranges.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   359
17097
78f1b66f70a4 * Proper output of proof terms within a proof context;
wenzelm
parents: 17095
diff changeset
   360
* 'print_theorems': in theory mode, really print the difference
78f1b66f70a4 * Proper output of proof terms within a proof context;
wenzelm
parents: 17095
diff changeset
   361
wrt. the last state (works for interactive theory development only),
78f1b66f70a4 * Proper output of proof terms within a proof context;
wenzelm
parents: 17095
diff changeset
   362
in proof mode print all local facts (cf. 'print_facts');
78f1b66f70a4 * Proper output of proof terms within a proof context;
wenzelm
parents: 17095
diff changeset
   363
17397
4ef3da248c48 hide: added option '(open)';
wenzelm
parents: 17393
diff changeset
   364
* 'hide': option '(open)' hides only base names.
4ef3da248c48 hide: added option '(open)';
wenzelm
parents: 17393
diff changeset
   365
17275
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   366
* More efficient treatment of intermediate checkpoints in interactive
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   367
theory development.
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   368
17663
28be54ff74f8 Added entries for code_module, code_library, and value.
berghofe
parents: 17641
diff changeset
   369
* Code generator is now invoked via code_module (incremental code
17664
wenzelm
parents: 17663
diff changeset
   370
generation) and code_library (modular code generation, ML structures
wenzelm
parents: 17663
diff changeset
   371
for each theory).  INCOMPATIBILITY: new keywords 'file' and 'contains'
wenzelm
parents: 17663
diff changeset
   372
must be quoted when used as identifiers.
wenzelm
parents: 17663
diff changeset
   373
wenzelm
parents: 17663
diff changeset
   374
* New 'value' command for reading, evaluating and printing terms using
wenzelm
parents: 17663
diff changeset
   375
the code generator.  INCOMPATIBILITY: command keyword 'value' must be
wenzelm
parents: 17663
diff changeset
   376
quoted when used as identifier.
17663
28be54ff74f8 Added entries for code_module, code_library, and value.
berghofe
parents: 17641
diff changeset
   377
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   378
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   379
*** Locales ***
17095
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   380
17385
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   381
* New commands for the interpretation of locale expressions in
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   382
theories (1), locales (2) and proof contexts (3).  These generate
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   383
proof obligations from the expression specification.  After the
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   384
obligations have been discharged, theorems of the expression are added
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   385
to the theory, target locale or proof context.  The synopsis of the
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   386
commands is a follows:
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   387
17095
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   388
  (1) interpretation expr inst
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   389
  (2) interpretation target < expr
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   390
  (3) interpret expr inst
17385
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   391
17095
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   392
Interpretation in theories and proof contexts require a parameter
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   393
instantiation of terms from the current context.  This is applied to
17385
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   394
specifications and theorems of the interpreted expression.
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   395
Interpretation in locales only permits parameter renaming through the
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   396
locale expression.  Interpretation is smart in that interpretations
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   397
that are active already do not occur in proof obligations, neither are
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   398
instantiated theorems stored in duplicate.  Use 'print_interps' to
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   399
inspect active interpretations of a particular locale.  For details,
17436
ballarin
parents: 17425
diff changeset
   400
see the Isar Reference manual.  Examples can be found in
ballarin
parents: 17425
diff changeset
   401
HOL/Finite_Set.thy and HOL/Algebra/UnivPoly.thy.
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   402
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   403
INCOMPATIBILITY: former 'instantiate' has been withdrawn, use
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   404
'interpret' instead.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   405
17385
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   406
* New context element 'constrains' for adding type constraints to
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   407
parameters.
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   408
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   409
* Context expressions: renaming of parameters with syntax
4dcae6e62268 HOL: method comm_ring;
wenzelm
parents: 17371
diff changeset
   410
redeclaration.
17095
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   411
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   412
* Locale declaration: 'includes' disallowed.
669005f73b81 Interpretation in locales.
ballarin
parents: 17092
diff changeset
   413
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   414
* Proper static binding of attribute syntax -- i.e. types / terms /
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   415
facts mentioned as arguments are always those of the locale definition
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   416
context, independently of the context of later invocations.  Moreover,
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   417
locale operations (renaming and type / term instantiation) are applied
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   418
to attribute arguments as expected.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   419
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   420
INCOMPATIBILITY of the ML interface: always pass Attrib.src instead of
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   421
actual attributes; rare situations may require Attrib.attribute to
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   422
embed those attributes into Attrib.src that lack concrete syntax.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   423
Attribute implementations need to cooperate properly with the static
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   424
binding mechanism.  Basic parsers Args.XXX_typ/term/prop and
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   425
Attrib.XXX_thm etc. already do the right thing without further
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   426
intervention.  Only unusual applications -- such as "where" or "of"
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   427
(cf. src/Pure/Isar/attrib.ML), which process arguments depending both
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   428
on the context and the facts involved -- may have to assign parsed
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   429
values to argument tokens explicitly.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   430
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   431
* Changed parameter management in theorem generation for long goal
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   432
statements with 'includes'.  INCOMPATIBILITY: produces a different
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   433
theorem statement in rare situations.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   434
17228
19b460b39dad print_locale omits facts by default
ballarin
parents: 17193
diff changeset
   435
* Locale inspection command 'print_locale' omits notes elements.  Use
19b460b39dad print_locale omits facts by default
ballarin
parents: 17193
diff changeset
   436
'print_locale!' to have them included in the output.
19b460b39dad print_locale omits facts by default
ballarin
parents: 17193
diff changeset
   437
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   438
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   439
*** Provers ***
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   440
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   441
* Provers/hypsubst.ML: improved version of the subst method, for
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   442
single-step rewriting: it now works in bound variable contexts. New is
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   443
'subst (asm)', for rewriting an assumption.  INCOMPATIBILITY: may
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   444
rewrite a different subterm than the original subst method, which is
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   445
still available as 'simplesubst'.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   446
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   447
* Provers/quasi.ML: new transitivity reasoners for transitivity only
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   448
and quasi orders.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   449
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   450
* Provers/trancl.ML: new transitivity reasoner for transitive and
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   451
reflexive-transitive closure of relations.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   452
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   453
* Provers/blast.ML: new reference depth_limit to make blast's depth
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   454
limit (previously hard-coded with a value of 20) user-definable.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   455
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   456
* Provers/simplifier.ML has been moved to Pure, where Simplifier.setup
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   457
is peformed already.  Object-logics merely need to finish their
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   458
initial simpset configuration as before.  INCOMPATIBILITY.
15703
727ef1b8b3ee *** empty log message ***
wenzelm
parents: 15696
diff changeset
   459
15475
fdf9434b04ea - Proofs are now hidden by default when generating documents
berghofe
parents: 15454
diff changeset
   460
14700
2f885b7e5ba7 reimplementation of HOL records; only one type is created for
schirmer
parents: 14699
diff changeset
   461
*** HOL ***
2f885b7e5ba7 reimplementation of HOL records; only one type is created for
schirmer
parents: 14699
diff changeset
   462
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   463
* Symbolic syntax of Hilbert Choice Operator is now as follows:
14878
b884a7ba7238 HOL: symbolic syntax of Eps;
wenzelm
parents: 14854
diff changeset
   464
b884a7ba7238 HOL: symbolic syntax of Eps;
wenzelm
parents: 14854
diff changeset
   465
  syntax (epsilon)
b884a7ba7238 HOL: symbolic syntax of Eps;
wenzelm
parents: 14854
diff changeset
   466
    "_Eps" :: "[pttrn, bool] => 'a"    ("(3\<some>_./ _)" [0, 10] 10)
b884a7ba7238 HOL: symbolic syntax of Eps;
wenzelm
parents: 14854
diff changeset
   467
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   468
The symbol \<some> is displayed as the alternative epsilon of LaTeX
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   469
and x-symbol; use option '-m epsilon' to get it actually printed.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   470
Moreover, the mathematically important symbolic identifier \<epsilon>
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   471
becomes available as variable, constant etc.  INCOMPATIBILITY,
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   472
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   473
* "x > y" abbreviates "y < x" and "x >= y" abbreviates "y <= x".
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   474
Similarly for all quantifiers: "ALL x > y" etc.  The x-symbol for >=
17371
wenzelm
parents: 17275
diff changeset
   475
is \<ge>. New transitivity rules have been added to HOL/Orderings.thy to
17016
73c74cb1d744 mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents: 16997
diff changeset
   476
support corresponding Isar calculations.
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   477
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   478
* "{x:A. P}" abbreviates "{x. x:A & P}", and similarly for "\<in>"
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   479
instead of ":".
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   480
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   481
* theory SetInterval: changed the syntax for open intervals:
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   482
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   483
  Old       New
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   484
  {..n(}    {..<n}
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   485
  {)n..}    {n<..}
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   486
  {m..n(}   {m..<n}
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   487
  {)m..n}   {m<..n}
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   488
  {)m..n(}  {m<..<n}
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   489
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   490
The old syntax is still supported but will disappear in the next
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   491
release.  For conversion use the following Emacs search and replace
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   492
patterns (these are not perfect but work quite well):
15046
d6a4c3992e9d *** empty log message ***
nipkow
parents: 15044
diff changeset
   493
d6a4c3992e9d *** empty log message ***
nipkow
parents: 15044
diff changeset
   494
  {)\([^\.]*\)\.\.  ->  {\1<\.\.}
d6a4c3992e9d *** empty log message ***
nipkow
parents: 15044
diff changeset
   495
  \.\.\([^(}]*\)(}  ->  \.\.<\1}
d6a4c3992e9d *** empty log message ***
nipkow
parents: 15044
diff changeset
   496
17533
wenzelm
parents: 17519
diff changeset
   497
* Theory Commutative_Ring (in Library): method comm_ring for proving
wenzelm
parents: 17519
diff changeset
   498
equalities in commutative rings; method 'algebra' provides a generic
wenzelm
parents: 17519
diff changeset
   499
interface.
17389
b4743198b939 Method comm_ring for proving equalities in commutative rings.
wenzelm
parents: 17385
diff changeset
   500
b4743198b939 Method comm_ring for proving equalities in commutative rings.
wenzelm
parents: 17385
diff changeset
   501
* Theory Finite_Set: changed the syntax for 'setsum', summation over
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   502
finite sets: "setsum (%x. e) A", which used to be "\<Sum>x:A. e", is
17371
wenzelm
parents: 17275
diff changeset
   503
now either "SUM x:A. e" or "\<Sum>x \<in> A. e". The bound variable can
17189
b15f8e094874 patterns in setsum and setprod
paulson
parents: 17172
diff changeset
   504
be a tuple pattern.
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   505
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   506
Some new syntax forms are available:
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   507
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   508
  "\<Sum>x | P. e"      for     "setsum (%x. e) {x. P}"
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   509
  "\<Sum>x = a..b. e"   for     "setsum (%x. e) {a..b}"
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   510
  "\<Sum>x = a..<b. e"  for     "setsum (%x. e) {a..<b}"
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   511
  "\<Sum>x < k. e"      for     "setsum (%x. e) {..<k}"
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   512
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   513
The latter form "\<Sum>x < k. e" used to be based on a separate
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   514
function "Summation", which has been discontinued.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   515
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   516
* theory Finite_Set: in structured induction proofs, the insert case
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   517
is now 'case (insert x F)' instead of the old counterintuitive 'case
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   518
(insert F x)'.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   519
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   520
* The 'refute' command has been extended to support a much larger
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   521
fragment of HOL, including axiomatic type classes, constdefs and
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   522
typedefs, inductive datatypes and recursion.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   523
17700
ac97a91d5572 pointer to HOL/ex/SAT_Examples.thy added
webertj
parents: 17691
diff changeset
   524
* New tactics 'sat' and 'satx' to prove propositional tautologies.
ac97a91d5572 pointer to HOL/ex/SAT_Examples.thy added
webertj
parents: 17691
diff changeset
   525
Requires zChaff with proof generation to be installed.  See
ac97a91d5572 pointer to HOL/ex/SAT_Examples.thy added
webertj
parents: 17691
diff changeset
   526
HOL/ex/SAT_Examples.thy for examples.
17619
026f7bbc8a0f new sat tactic
webertj
parents: 17597
diff changeset
   527
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   528
* Datatype induction via method 'induct' now preserves the name of the
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   529
induction variable. For example, when proving P(xs::'a list) by
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   530
induction on xs, the induction step is now P(xs) ==> P(a#xs) rather
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   531
than P(list) ==> P(a#list) as previously.  Potential INCOMPATIBILITY
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   532
in unstructured proof scripts.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   533
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   534
* Reworked implementation of records.  Improved scalability for
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   535
records with many fields, avoiding performance problems for type
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   536
inference. Records are no longer composed of nested field types, but
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   537
of nested extension types. Therefore the record type only grows linear
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   538
in the number of extensions and not in the number of fields.  The
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   539
top-level (users) view on records is preserved.  Potential
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   540
INCOMPATIBILITY only in strange cases, where the theory depends on the
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   541
old record representation. The type generated for a record is called
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   542
<record_name>_ext_type.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   543
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   544
Flag record_quick_and_dirty_sensitive can be enabled to skip the
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   545
proofs triggered by a record definition or a simproc (if
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   546
quick_and_dirty is enabled).  Definitions of large records can take
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   547
quite long.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   548
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   549
New simproc record_upd_simproc for simplification of multiple record
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   550
updates enabled by default.  Moreover, trivial updates are also
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   551
removed: r(|x := x r|) = r.  INCOMPATIBILITY: old proofs break
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   552
occasionally, since simplification is more powerful by default.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   553
17275
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   554
* typedef: proper support for polymorphic sets, which contain extra
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   555
type-variables in the term.
44d8fbc2e52d axclass: name space prefix is now "c_class" instead of just "c";
wenzelm
parents: 17269
diff changeset
   556
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   557
* Simplifier: automatically reasons about transitivity chains
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   558
involving "trancl" (r^+) and "rtrancl" (r^*) by setting up tactics
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   559
provided by Provers/trancl.ML as additional solvers.  INCOMPATIBILITY:
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   560
old proofs break occasionally as simplification may now solve more
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   561
goals than previously.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   562
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   563
* Simplifier: converts x <= y into x = y if assumption y <= x is
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   564
present.  Works for all partial orders (class "order"), in particular
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   565
numbers and sets.  For linear orders (e.g. numbers) it treats ~ x < y
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   566
just like y <= x.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   567
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   568
* Simplifier: new simproc for "let x = a in f x".  If a is a free or
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   569
bound variable or a constant then the let is unfolded.  Otherwise
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   570
first a is simplified to b, and then f b is simplified to g. If
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   571
possible we abstract b from g arriving at "let x = b in h x",
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   572
otherwise we unfold the let and arrive at g.  The simproc can be
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   573
enabled/disabled by the reference use_let_simproc.  Potential
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   574
INCOMPATIBILITY since simplification is more powerful by default.
15776
e2f45df0696f refute extended
webertj
parents: 15763
diff changeset
   575
16563
a92f96951355 meson method taking an argument list
paulson
parents: 16547
diff changeset
   576
* Classical reasoning: the meson method now accepts theorems as arguments.
a92f96951355 meson method taking an argument list
paulson
parents: 16547
diff changeset
   577
17595
3e3a30bf702f ATP linkup
paulson
parents: 17590
diff changeset
   578
* Prover support: pre-release of the Isabelle-ATP linkup, which runs background
3e3a30bf702f ATP linkup
paulson
parents: 17590
diff changeset
   579
jobs to provide advice on the provability of subgoals.
3e3a30bf702f ATP linkup
paulson
parents: 17590
diff changeset
   580
16891
wenzelm
parents: 16888
diff changeset
   581
* Theory OrderedGroup and Ring_and_Field: various additions and
wenzelm
parents: 16888
diff changeset
   582
improvements to faciliate calculations involving equalities and
wenzelm
parents: 16888
diff changeset
   583
inequalities.
wenzelm
parents: 16888
diff changeset
   584
wenzelm
parents: 16888
diff changeset
   585
The following theorems have been eliminated or modified
wenzelm
parents: 16888
diff changeset
   586
(INCOMPATIBILITY):
16888
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   587
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   588
  abs_eq             now named abs_of_nonneg
17371
wenzelm
parents: 17275
diff changeset
   589
  abs_of_ge_0        now named abs_of_nonneg
wenzelm
parents: 17275
diff changeset
   590
  abs_minus_eq       now named abs_of_nonpos
16888
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   591
  imp_abs_id         now named abs_of_nonneg
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   592
  imp_abs_neg_id     now named abs_of_nonpos
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   593
  mult_pos           now named mult_pos_pos
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   594
  mult_pos_le        now named mult_nonneg_nonneg
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   595
  mult_pos_neg_le    now named mult_nonneg_nonpos
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   596
  mult_pos_neg2_le   now named mult_nonneg_nonpos2
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   597
  mult_neg           now named mult_neg_neg
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   598
  mult_neg_le        now named mult_nonpos_nonpos
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   599
16891
wenzelm
parents: 16888
diff changeset
   600
* Theory Parity: added rules for simplifying exponents.
wenzelm
parents: 16888
diff changeset
   601
17092
16971afe75f6 *** empty log message ***
nipkow
parents: 17047
diff changeset
   602
* Theory List:
16971afe75f6 *** empty log message ***
nipkow
parents: 17047
diff changeset
   603
16971afe75f6 *** empty log message ***
nipkow
parents: 17047
diff changeset
   604
The following theorems have been eliminated or modified
16971afe75f6 *** empty log message ***
nipkow
parents: 17047
diff changeset
   605
(INCOMPATIBILITY):
16971afe75f6 *** empty log message ***
nipkow
parents: 17047
diff changeset
   606
16971afe75f6 *** empty log message ***
nipkow
parents: 17047
diff changeset
   607
  list_all_Nil       now named list_all.simps(1)
16971afe75f6 *** empty log message ***
nipkow
parents: 17047
diff changeset
   608
  list_all_Cons      now named list_all.simps(2)
16971afe75f6 *** empty log message ***
nipkow
parents: 17047
diff changeset
   609
  list_all_conv      now named list_all_iff
16971afe75f6 *** empty log message ***
nipkow
parents: 17047
diff changeset
   610
  set_mem_eq         now named mem_iff
16971afe75f6 *** empty log message ***
nipkow
parents: 17047
diff changeset
   611
16929
wenzelm
parents: 16908
diff changeset
   612
* Theories SetsAndFunctions and BigO (see HOL/Library) support
wenzelm
parents: 16908
diff changeset
   613
asymptotic "big O" calculations.  See the notes in BigO.thy.
wenzelm
parents: 16908
diff changeset
   614
16888
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   615
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   616
*** HOL-Complex ***
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   617
16891
wenzelm
parents: 16888
diff changeset
   618
* Theory RealDef: better support for embedding natural numbers and
wenzelm
parents: 16888
diff changeset
   619
integers in the reals.
wenzelm
parents: 16888
diff changeset
   620
wenzelm
parents: 16888
diff changeset
   621
The following theorems have been eliminated or modified
wenzelm
parents: 16888
diff changeset
   622
(INCOMPATIBILITY):
wenzelm
parents: 16888
diff changeset
   623
17016
73c74cb1d744 mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents: 16997
diff changeset
   624
  exp_ge_add_one_self  now requires no hypotheses
73c74cb1d744 mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents: 16997
diff changeset
   625
  real_of_int_add      reversed direction of equality (use [symmetric])
73c74cb1d744 mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents: 16997
diff changeset
   626
  real_of_int_minus    reversed direction of equality (use [symmetric])
73c74cb1d744 mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents: 16997
diff changeset
   627
  real_of_int_diff     reversed direction of equality (use [symmetric])
73c74cb1d744 mentioned change to exp_ge_add_one_self, new transitivity rules
avigad
parents: 16997
diff changeset
   628
  real_of_int_mult     reversed direction of equality (use [symmetric])
16891
wenzelm
parents: 16888
diff changeset
   629
wenzelm
parents: 16888
diff changeset
   630
* Theory RComplete: expanded support for floor and ceiling functions.
16888
7cb4bcfa058e added list of theorem changes to NEWS
avigad
parents: 16869
diff changeset
   631
16962
f99dd1274c5f mentioned Ln in NEWS
avigad
parents: 16929
diff changeset
   632
* Theory Ln is new, with properties of the natural logarithm
f99dd1274c5f mentioned Ln in NEWS
avigad
parents: 16929
diff changeset
   633
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   634
* Hyperreal: There is a new type constructor "star" for making
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   635
nonstandard types.  The old type names are now type synonyms:
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   636
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   637
  hypreal = real star
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   638
  hypnat = nat star
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   639
  hcomplex = complex star
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   640
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   641
* Hyperreal: Many groups of similarly-defined constants have been
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   642
replaced by polymorphic versions (INCOMPATIBILITY):
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   643
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   644
  star_of <-- hypreal_of_real, hypnat_of_nat, hcomplex_of_complex
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   645
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   646
  starset      <-- starsetNat, starsetC
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   647
  *s*          <-- *sNat*, *sc*
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   648
  starset_n    <-- starsetNat_n, starsetC_n
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   649
  *sn*         <-- *sNatn*, *scn*
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   650
  InternalSets <-- InternalNatSets, InternalCSets
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   651
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   652
  starfun      <-- starfun{Nat,Nat2,C,RC,CR}
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   653
  *f*          <-- *fNat*, *fNat2*, *fc*, *fRc*, *fcR*
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   654
  starfun_n    <-- starfun{Nat,Nat2,C,RC,CR}_n
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   655
  *fn*         <-- *fNatn*, *fNat2n*, *fcn*, *fRcn*, *fcRn*
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   656
  InternalFuns <-- InternalNatFuns, InternalNatFuns2, Internal{C,RC,CR}Funs
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   657
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   658
* Hyperreal: Many type-specific theorems have been removed in favor of
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   659
theorems specific to various axiomatic type classes (INCOMPATIBILITY):
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   660
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   661
  add_commute <-- {hypreal,hypnat,hcomplex}_add_commute
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   662
  add_assoc   <-- {hypreal,hypnat,hcomplex}_add_assocs
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   663
  OrderedGroup.add_0 <-- {hypreal,hypnat,hcomplex}_add_zero_left
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   664
  OrderedGroup.add_0_right <-- {hypreal,hcomplex}_add_zero_right
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   665
  right_minus <-- hypreal_add_minus
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   666
  left_minus <-- {hypreal,hcomplex}_add_minus_left
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   667
  mult_commute <-- {hypreal,hypnat,hcomplex}_mult_commute
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   668
  mult_assoc <-- {hypreal,hypnat,hcomplex}_mult_assoc
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   669
  mult_1_left <-- {hypreal,hypnat}_mult_1, hcomplex_mult_one_left
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   670
  mult_1_right <-- hcomplex_mult_one_right
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   671
  mult_zero_left <-- hcomplex_mult_zero_left
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   672
  left_distrib <-- {hypreal,hypnat,hcomplex}_add_mult_distrib
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   673
  right_distrib <-- hypnat_add_mult_distrib2
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   674
  zero_neq_one <-- {hypreal,hypnat,hcomplex}_zero_not_eq_one
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   675
  right_inverse <-- hypreal_mult_inverse
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   676
  left_inverse <-- hypreal_mult_inverse_left, hcomplex_mult_inv_left
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   677
  order_refl <-- {hypreal,hypnat}_le_refl
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   678
  order_trans <-- {hypreal,hypnat}_le_trans
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   679
  order_antisym <-- {hypreal,hypnat}_le_anti_sym
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   680
  order_less_le <-- {hypreal,hypnat}_less_le
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   681
  linorder_linear <-- {hypreal,hypnat}_le_linear
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   682
  add_left_mono <-- {hypreal,hypnat}_add_left_mono
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   683
  mult_strict_left_mono <-- {hypreal,hypnat}_mult_less_mono2
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   684
  add_nonneg_nonneg <-- hypreal_le_add_order
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   685
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   686
* Hyperreal: Separate theorems having to do with type-specific
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   687
versions of constants have been merged into theorems that apply to the
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   688
new polymorphic constants (INCOMPATIBILITY):
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   689
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   690
  STAR_UNIV_set <-- {STAR_real,NatStar_real,STARC_complex}_set
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   691
  STAR_empty_set <-- {STAR,NatStar,STARC}_empty_set
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   692
  STAR_Un <-- {STAR,NatStar,STARC}_Un
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   693
  STAR_Int <-- {STAR,NatStar,STARC}_Int
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   694
  STAR_Compl <-- {STAR,NatStar,STARC}_Compl
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   695
  STAR_subset <-- {STAR,NatStar,STARC}_subset
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   696
  STAR_mem <-- {STAR,NatStar,STARC}_mem
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   697
  STAR_mem_Compl <-- {STAR,STARC}_mem_Compl
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   698
  STAR_diff <-- {STAR,STARC}_diff
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   699
  STAR_star_of_image_subset <-- {STAR_hypreal_of_real, NatStar_hypreal_of_real,
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   700
    STARC_hcomplex_of_complex}_image_subset
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   701
  starset_n_Un <-- starset{Nat,C}_n_Un
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   702
  starset_n_Int <-- starset{Nat,C}_n_Int
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   703
  starset_n_Compl <-- starset{Nat,C}_n_Compl
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   704
  starset_n_diff <-- starset{Nat,C}_n_diff
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   705
  InternalSets_Un <-- Internal{Nat,C}Sets_Un
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   706
  InternalSets_Int <-- Internal{Nat,C}Sets_Int
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   707
  InternalSets_Compl <-- Internal{Nat,C}Sets_Compl
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   708
  InternalSets_diff <-- Internal{Nat,C}Sets_diff
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   709
  InternalSets_UNIV_diff <-- Internal{Nat,C}Sets_UNIV_diff
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   710
  InternalSets_starset_n <-- Internal{Nat,C}Sets_starset{Nat,C}_n
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   711
  starset_starset_n_eq <-- starset{Nat,C}_starset{Nat,C}_n_eq
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   712
  starset_n_starset <-- starset{Nat,C}_n_starset{Nat,C}
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   713
  starfun_n_starfun <-- starfun{Nat,Nat2,C,RC,CR}_n_starfun{Nat,Nat2,C,RC,CR}
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   714
  starfun <-- starfun{Nat,Nat2,C,RC,CR}
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   715
  starfun_mult <-- starfun{Nat,Nat2,C,RC,CR}_mult
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   716
  starfun_add <-- starfun{Nat,Nat2,C,RC,CR}_add
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   717
  starfun_minus <-- starfun{Nat,Nat2,C,RC,CR}_minus
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   718
  starfun_diff <-- starfun{C,RC,CR}_diff
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   719
  starfun_o <-- starfun{NatNat2,Nat2,_stafunNat,C,C_starfunRC,_starfunCR}_o
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   720
  starfun_o2 <-- starfun{NatNat2,_stafunNat,C,C_starfunRC,_starfunCR}_o2
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   721
  starfun_const_fun <-- starfun{Nat,Nat2,C,RC,CR}_const_fun
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   722
  starfun_inverse <-- starfun{Nat,C,RC,CR}_inverse
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   723
  starfun_eq <-- starfun{Nat,Nat2,C,RC,CR}_eq
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   724
  starfun_eq_iff <-- starfun{C,RC,CR}_eq_iff
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   725
  starfun_Id <-- starfunC_Id
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   726
  starfun_approx <-- starfun{Nat,CR}_approx
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   727
  starfun_capprox <-- starfun{C,RC}_capprox
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   728
  starfun_abs <-- starfunNat_rabs
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   729
  starfun_lambda_cancel <-- starfun{C,CR,RC}_lambda_cancel
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   730
  starfun_lambda_cancel2 <-- starfun{C,CR,RC}_lambda_cancel2
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   731
  starfun_mult_HFinite_approx <-- starfunCR_mult_HFinite_capprox
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   732
  starfun_mult_CFinite_capprox <-- starfun{C,RC}_mult_CFinite_capprox
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   733
  starfun_add_capprox <-- starfun{C,RC}_add_capprox
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   734
  starfun_add_approx <-- starfunCR_add_approx
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   735
  starfun_inverse_inverse <-- starfunC_inverse_inverse
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   736
  starfun_divide <-- starfun{C,CR,RC}_divide
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   737
  starfun_n <-- starfun{Nat,C}_n
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   738
  starfun_n_mult <-- starfun{Nat,C}_n_mult
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   739
  starfun_n_add <-- starfun{Nat,C}_n_add
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   740
  starfun_n_add_minus <-- starfunNat_n_add_minus
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   741
  starfun_n_const_fun <-- starfun{Nat,C}_n_const_fun
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   742
  starfun_n_minus <-- starfun{Nat,C}_n_minus
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   743
  starfun_n_eq <-- starfun{Nat,C}_n_eq
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   744
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   745
  star_n_add <-- {hypreal,hypnat,hcomplex}_add
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   746
  star_n_minus <-- {hypreal,hcomplex}_minus
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   747
  star_n_diff <-- {hypreal,hcomplex}_diff
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   748
  star_n_mult <-- {hypreal,hcomplex}_mult
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   749
  star_n_inverse <-- {hypreal,hcomplex}_inverse
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   750
  star_n_le <-- {hypreal,hypnat}_le
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   751
  star_n_less <-- {hypreal,hypnat}_less
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   752
  star_n_zero_num <-- {hypreal,hypnat,hcomplex}_zero_num
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   753
  star_n_one_num <-- {hypreal,hypnat,hcomplex}_one_num
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   754
  star_n_abs <-- hypreal_hrabs
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   755
  star_n_divide <-- hcomplex_divide
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   756
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   757
  star_of_add <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_add
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   758
  star_of_minus <-- {hypreal_of_real,hcomplex_of_complex}_minus
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   759
  star_of_diff <-- hypreal_of_real_diff
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   760
  star_of_mult <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_mult
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   761
  star_of_one <-- {hypreal_of_real,hcomplex_of_complex}_one
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   762
  star_of_zero <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_zero
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   763
  star_of_le <-- {hypreal_of_real,hypnat_of_nat}_le_iff
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   764
  star_of_less <-- {hypreal_of_real,hypnat_of_nat}_less_iff
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   765
  star_of_eq <-- {hypreal_of_real,hypnat_of_nat,hcomplex_of_complex}_eq_iff
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   766
  star_of_inverse <-- {hypreal_of_real,hcomplex_of_complex}_inverse
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   767
  star_of_divide <-- {hypreal_of_real,hcomplex_of_complex}_divide
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   768
  star_of_of_nat <-- {hypreal_of_real,hcomplex_of_complex}_of_nat
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   769
  star_of_of_int <-- {hypreal_of_real,hcomplex_of_complex}_of_int
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   770
  star_of_number_of <-- {hypreal,hcomplex}_number_of
17423
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   771
  star_of_number_less <-- number_of_less_hypreal_of_real_iff
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   772
  star_of_number_le <-- number_of_le_hypreal_of_real_iff
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   773
  star_of_eq_number <-- hypreal_of_real_eq_number_of_iff
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   774
  star_of_less_number <-- hypreal_of_real_less_number_of_iff
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   775
  star_of_le_number <-- hypreal_of_real_le_number_of_iff
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   776
  star_of_power <-- hypreal_of_real_power
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   777
  star_of_eq_0 <-- hcomplex_of_complex_zero_iff
de6b33a4efda incorporated HOL/Hyperreal/CHANGES;
wenzelm
parents: 17408
diff changeset
   778
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   779
* Hyperreal: new method "transfer" that implements the transfer
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   780
principle of nonstandard analysis. With a subgoal that mentions
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   781
nonstandard types like "'a star", the command "apply transfer"
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   782
replaces it with an equivalent one that mentions only standard types.
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   783
To be successful, all free variables must have standard types; non-
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   784
standard variables must have explicit universal quantifiers.
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   785
17641
5ec55c1fa116 * Hyperreal: A theory of Taylor series.
wenzelm
parents: 17619
diff changeset
   786
* Hyperreal: A theory of Taylor series.
5ec55c1fa116 * Hyperreal: A theory of Taylor series.
wenzelm
parents: 17619
diff changeset
   787
14655
8a95abf87dd3 Pure: considerably improved version of 'constdefs' command;
wenzelm
parents: 14624
diff changeset
   788
14682
a5072752114c HOLCF: discontinued special version of 'constdefs';
wenzelm
parents: 14655
diff changeset
   789
*** HOLCF ***
a5072752114c HOLCF: discontinued special version of 'constdefs';
wenzelm
parents: 14655
diff changeset
   790
17533
wenzelm
parents: 17519
diff changeset
   791
* Discontinued special version of 'constdefs' (which used to support
wenzelm
parents: 17519
diff changeset
   792
continuous functions) in favor of the general Pure one with full
wenzelm
parents: 17519
diff changeset
   793
type-inference.
wenzelm
parents: 17519
diff changeset
   794
wenzelm
parents: 17519
diff changeset
   795
* New simplification procedure for solving continuity conditions; it
wenzelm
parents: 17519
diff changeset
   796
is much faster on terms with many nested lambda abstractions (cubic
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   797
instead of exponential time).
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   798
17533
wenzelm
parents: 17519
diff changeset
   799
* New syntax for domain package: selector names are now optional.
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   800
Parentheses should be omitted unless argument is lazy, for example:
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   801
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   802
  domain 'a stream = cons "'a" (lazy "'a stream")
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   803
17533
wenzelm
parents: 17519
diff changeset
   804
* New command 'fixrec' for defining recursive functions with pattern
wenzelm
parents: 17519
diff changeset
   805
matching; defining multiple functions with mutual recursion is also
wenzelm
parents: 17519
diff changeset
   806
supported.  Patterns may include the constants cpair, spair, up, sinl,
wenzelm
parents: 17519
diff changeset
   807
sinr, or any data constructor defined by the domain package. The given
wenzelm
parents: 17519
diff changeset
   808
equations are proven as rewrite rules. See HOLCF/ex/Fixrec_ex.thy for
wenzelm
parents: 17519
diff changeset
   809
syntax and examples.
wenzelm
parents: 17519
diff changeset
   810
wenzelm
parents: 17519
diff changeset
   811
* New commands 'cpodef' and 'pcpodef' for defining predicate subtypes
wenzelm
parents: 17519
diff changeset
   812
of cpo and pcpo types. Syntax is exactly like the 'typedef' command,
wenzelm
parents: 17519
diff changeset
   813
but the proof obligation additionally includes an admissibility
wenzelm
parents: 17519
diff changeset
   814
requirement. The packages generate instances of class cpo or pcpo,
wenzelm
parents: 17519
diff changeset
   815
with continuity and strictness theorems for Rep and Abs.
17442
c0f0b92c198c add HOLCF entries for pcpodef, cont_proc, fixrec;
huffman
parents: 17436
diff changeset
   816
17584
6eab0f1cb0fe HOLCF theorem naming conventions
huffman
parents: 17564
diff changeset
   817
* HOLCF: Many theorems have been renamed according to a more standard naming
6eab0f1cb0fe HOLCF theorem naming conventions
huffman
parents: 17564
diff changeset
   818
scheme (INCOMPATIBILITY):
6eab0f1cb0fe HOLCF theorem naming conventions
huffman
parents: 17564
diff changeset
   819
6eab0f1cb0fe HOLCF theorem naming conventions
huffman
parents: 17564
diff changeset
   820
  foo_inject:  "foo$x = foo$y ==> x = y"
6eab0f1cb0fe HOLCF theorem naming conventions
huffman
parents: 17564
diff changeset
   821
  foo_eq:      "(foo$x = foo$y) = (x = y)"
6eab0f1cb0fe HOLCF theorem naming conventions
huffman
parents: 17564
diff changeset
   822
  foo_less:    "(foo$x << foo$y) = (x << y)"
6eab0f1cb0fe HOLCF theorem naming conventions
huffman
parents: 17564
diff changeset
   823
  foo_strict:  "foo$UU = UU"
6eab0f1cb0fe HOLCF theorem naming conventions
huffman
parents: 17564
diff changeset
   824
  foo_defined: "... ==> foo$x ~= UU"
6eab0f1cb0fe HOLCF theorem naming conventions
huffman
parents: 17564
diff changeset
   825
  foo_defined_iff: "(foo$x = UU) = (x = UU)"
6eab0f1cb0fe HOLCF theorem naming conventions
huffman
parents: 17564
diff changeset
   826
14682
a5072752114c HOLCF: discontinued special version of 'constdefs';
wenzelm
parents: 14655
diff changeset
   827
14885
0a840138dcd7 Groups, Rings and supporting lemmas in ZF
paulson
parents: 14878
diff changeset
   828
*** ZF ***
0a840138dcd7 Groups, Rings and supporting lemmas in ZF
paulson
parents: 14878
diff changeset
   829
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   830
* ZF/ex: theories Group and Ring provide examples in abstract algebra,
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   831
including the First Isomorphism Theorem (on quotienting by the kernel
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   832
of a homomorphism).
15089
430264838064 ZF/Simplifier: second copy of context type solver;
wenzelm
parents: 15076
diff changeset
   833
430264838064 ZF/Simplifier: second copy of context type solver;
wenzelm
parents: 15076
diff changeset
   834
* ZF/Simplifier: install second copy of type solver that actually
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   835
makes use of TC rules declared to Isar proof contexts (or locales);
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   836
the old version is still required for ML proof scripts.
15703
727ef1b8b3ee *** empty log message ***
wenzelm
parents: 15696
diff changeset
   837
727ef1b8b3ee *** empty log message ***
wenzelm
parents: 15696
diff changeset
   838
17445
3c9c46b820f5 Cube: converted to Isar, use locales;
wenzelm
parents: 17442
diff changeset
   839
*** Cube ***
3c9c46b820f5 Cube: converted to Isar, use locales;
wenzelm
parents: 17442
diff changeset
   840
3c9c46b820f5 Cube: converted to Isar, use locales;
wenzelm
parents: 17442
diff changeset
   841
* Converted to Isar theory format; use locales instead of axiomatic
3c9c46b820f5 Cube: converted to Isar, use locales;
wenzelm
parents: 17442
diff changeset
   842
theories.
3c9c46b820f5 Cube: converted to Isar, use locales;
wenzelm
parents: 17442
diff changeset
   843
3c9c46b820f5 Cube: converted to Isar, use locales;
wenzelm
parents: 17442
diff changeset
   844
15703
727ef1b8b3ee *** empty log message ***
wenzelm
parents: 15696
diff changeset
   845
*** ML ***
727ef1b8b3ee *** empty log message ***
wenzelm
parents: 15696
diff changeset
   846
15973
wenzelm
parents: 15931
diff changeset
   847
* Pure/library.ML no longer defines its own option datatype, but uses
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   848
that of the SML basis, which has constructors NONE and SOME instead of
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   849
None and Some, as well as exception Option.Option instead of OPTION.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   850
The functions the, if_none, is_some, is_none have been adapted
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   851
accordingly, while Option.map replaces apsome.
15973
wenzelm
parents: 15931
diff changeset
   852
16860
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   853
* Pure/library.ML: the exception LIST has been given up in favour of
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   854
the standard exceptions Empty and Subscript, as well as
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   855
Library.UnequalLengths.  Function like Library.hd and Library.tl are
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   856
superceded by the standard hd and tl functions etc.
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   857
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   858
A number of basic list functions are no longer exported to the ML
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   859
toplevel, as they are variants of predefined functions.  The following
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   860
suggests how one can translate existing code:
15973
wenzelm
parents: 15931
diff changeset
   861
wenzelm
parents: 15931
diff changeset
   862
    rev_append xs ys = List.revAppend (xs, ys)
wenzelm
parents: 15931
diff changeset
   863
    nth_elem (i, xs) = List.nth (xs, i)
wenzelm
parents: 15931
diff changeset
   864
    last_elem xs = List.last xs
wenzelm
parents: 15931
diff changeset
   865
    flat xss = List.concat xss
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   866
    seq fs = List.app fs
15973
wenzelm
parents: 15931
diff changeset
   867
    partition P xs = List.partition P xs
wenzelm
parents: 15931
diff changeset
   868
    mapfilter f xs = List.mapPartial f xs
wenzelm
parents: 15931
diff changeset
   869
16860
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   870
* Pure/library.ML: several combinators for linear functional
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   871
transformations, notably reverse application and composition:
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   872
17371
wenzelm
parents: 17275
diff changeset
   873
  x |> f                f #> g
wenzelm
parents: 17275
diff changeset
   874
  (x, y) |-> f          f #-> g
16860
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   875
17495
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   876
* Pure/library.ML: introduced/changed precedence of infix operators:
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   877
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   878
  infix 1 |> |-> ||> ||>> |>> |>>> #> #->;
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   879
  infix 2 ?;
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   880
  infix 3 o oo ooo oooo;
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   881
  infix 4 ~~ upto downto;
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   882
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   883
Maybe INCOMPATIBILITY when any of those is used in conjunction with other
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   884
infix operators.
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   885
17408
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   886
* Pure/library.ML: natural list combinators fold, fold_rev, and
16869
bc98da5727be reverted from fold_yield to fold_map
haftmann
parents: 16868
diff changeset
   887
fold_map support linear functional transformations and nesting.  For
16860
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   888
example:
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   889
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   890
  fold f [x1, ..., xN] y =
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   891
    y |> f x1 |> ... |> f xN
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   892
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   893
  (fold o fold) f [xs1, ..., xsN] y =
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   894
    y |> fold f xs1 |> ... |> fold f xsN
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   895
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   896
  fold f [x1, ..., xN] =
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   897
    f x1 #> ... #> f xN
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   898
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   899
  (fold o fold) f [xs1, ..., xsN] =
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   900
    fold f xs1 #> ... #> fold f xsN
43abdba4da5c * Pure/library.ML: several combinators for linear functional transformations;
wenzelm
parents: 16856
diff changeset
   901
17408
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   902
* Pure/library.ML: the following selectors on type 'a option are
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   903
available:
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   904
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   905
  the:               'a option -> 'a  (*partial*)
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   906
  these:             'a option -> 'a  where 'a = 'b list
17402
41f1249bce37 AList, the_*
haftmann
parents: 17398
diff changeset
   907
  the_default: 'a -> 'a option -> 'a
41f1249bce37 AList, the_*
haftmann
parents: 17398
diff changeset
   908
  the_list:          'a option -> 'a list
41f1249bce37 AList, the_*
haftmann
parents: 17398
diff changeset
   909
17408
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   910
* Pure/General: structure AList (cf. Pure/General/alist.ML) provides
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   911
basic operations for association lists, following natural argument
17564
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   912
order; moreover the explicit equality predicate passed here avoids
17495
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   913
potentially expensive polymorphic runtime equality checks.
ddb14cbec6a2 infix operator precedence
haftmann
parents: 17457
diff changeset
   914
The old functions may be expressed as follows:
17408
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   915
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   916
  assoc = uncurry (AList.lookup (op =))
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   917
  assocs = these oo AList.lookup (op =)
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   918
  overwrite = uncurry (AList.update (op =)) o swap
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   919
17564
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   920
* Pure/General: structure AList (cf. Pure/General/alist.ML) provides
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   921
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   922
  val make: ('a -> 'b) -> 'a list -> ('a * 'b) list
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   923
  val find: ('a * 'b -> bool) -> ('c * 'b) list -> 'a -> 'c list
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   924
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   925
replacing make_keylist and keyfilter (occassionally used)
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   926
Naive rewrites:
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   927
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   928
  make_keylist = AList.make
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   929
  keyfilter = AList.find (op =)
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   930
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   931
* eq_fst and eq_snd now take explicit equality parameter, thus
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   932
  avoiding eqtypes. Naive rewrites:
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   933
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   934
    eq_fst = eq_fst (op =)
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   935
    eq_snd = eq_snd (op =)
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   936
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   937
* Removed deprecated apl and apr (rarely used).
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   938
  Naive rewrites:
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   939
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   940
    apl (n, op) =>>= curry op n
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   941
    apr (op, m) =>>= fn n => op (n, m)
0350ac95c4b6 added AList.make, eq_fst, apr ...
haftmann
parents: 17548
diff changeset
   942
17408
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   943
* Pure/General: structure OrdList (cf. Pure/General/ord_list.ML)
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   944
provides a reasonably efficient light-weight implementation of sets as
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   945
lists.
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   946
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   947
* Pure/General: generic tables (cf. Pure/General/table.ML) provide a
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   948
few new operations; existing lookup and update are now curried to
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   949
follow natural argument order (for use with fold etc.);
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   950
INCOMPATIBILITY, use (uncurry Symtab.lookup) etc. as last resort.
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   951
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   952
* Pure/General: output via the Isabelle channels of
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   953
writeln/warning/error etc. is now passed through Output.output, with a
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   954
hook for arbitrary transformations depending on the print_mode
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   955
(cf. Output.add_mode -- the first active mode that provides a output
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   956
function wins).  Already formatted output may be embedded into further
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   957
text via Output.raw; the result of Pretty.string_of/str_of and derived
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   958
functions (string_of_term/cterm/thm etc.) is already marked raw to
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   959
accommodate easy composition of diagnostic messages etc.  Programmers
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   960
rarely need to care about Output.output or Output.raw at all, with
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   961
some notable exceptions: Output.output is required when bypassing the
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   962
standard channels (writeln etc.), or in token translations to produce
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   963
properly formatted results; Output.raw is required when capturing
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   964
already output material that will eventually be presented to the user
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   965
a second time.  For the default print mode, both Output.output and
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   966
Output.raw have no effect.
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   967
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   968
* Pure/General: Output.time_accumulator NAME creates an operator ('a
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   969
-> 'b) -> 'a -> 'b to measure runtime and count invocations; the
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   970
cumulative results are displayed at the end of a batch session.
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   971
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   972
* Pure/General: File.sysify_path and File.quote_sysify path have been
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   973
replaced by File.platform_path and File.shell_path (with appropriate
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   974
hooks).  This provides a clean interface for unusual systems where the
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   975
internal and external process view of file names are different.
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   976
16689
05b986733a59 * Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents: 16662
diff changeset
   977
* Pure: more efficient orders for basic syntactic entities: added
05b986733a59 * Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents: 16662
diff changeset
   978
fast_string_ord, fast_indexname_ord, fast_term_ord; changed sort_ord
05b986733a59 * Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents: 16662
diff changeset
   979
and typ_ord to use fast_string_ord and fast_indexname_ord (term_ord is
05b986733a59 * Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents: 16662
diff changeset
   980
NOT affected); structures Symtab, Vartab, Typtab, Termtab use the fast
05b986733a59 * Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents: 16662
diff changeset
   981
orders now -- potential INCOMPATIBILITY for code that depends on a
05b986733a59 * Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents: 16662
diff changeset
   982
particular order for Symtab.keys, Symtab.dest, etc. (consider using
05b986733a59 * Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents: 16662
diff changeset
   983
Library.sort_strings on result).
05b986733a59 * Pure: structure OrdList (cf. Pure/General/ord_list.ML);
wenzelm
parents: 16662
diff changeset
   984
17408
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   985
* Pure/term.ML: combinators fold_atyps, fold_aterms, fold_term_types,
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   986
fold_types traverse types/terms from left to right, observing natural
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   987
argument order.  Supercedes previous foldl_XXX versions, add_frees,
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   988
add_vars etc. have been adapted as well: INCOMPATIBILITY.
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
   989
16151
cf7f146086bc ML Pure: name spaces have been refined;
wenzelm
parents: 16112
diff changeset
   990
* Pure: name spaces have been refined, with significant changes of the
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   991
internal interfaces -- INCOMPATIBILITY.  Renamed cond_extern(_table)
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   992
to extern(_table).  The plain name entry path is superceded by a
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   993
general 'naming' context, which also includes the 'policy' to produce
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   994
a fully qualified name and external accesses of a fully qualified
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   995
name; NameSpace.extend is superceded by context dependent
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   996
Sign.declare_name.  Several theory and proof context operations modify
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   997
the naming context.  Especially note Theory.restore_naming and
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   998
ProofContext.restore_naming to get back to a sane state; note that
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
   999
Theory.add_path is no longer sufficient to recover from
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1000
Theory.absolute_path in particular.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1001
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1002
* Pure: new flags short_names (default false) and unique_names
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1003
(default true) for controlling output of qualified names.  If
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1004
short_names is set, names are printed unqualified.  If unique_names is
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1005
reset, the name prefix is reduced to the minimum required to achieve
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1006
the original result when interning again, even if there is an overlap
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1007
with earlier declarations.
16151
cf7f146086bc ML Pure: name spaces have been refined;
wenzelm
parents: 16112
diff changeset
  1008
16456
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1009
* Pure/TheoryDataFun: change of the argument structure; 'prep_ext' is
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1010
now 'extend', and 'merge' gets an additional Pretty.pp argument
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1011
(useful for printing error messages).  INCOMPATIBILITY.
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1012
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1013
* Pure: major reorganization of the theory context.  Type Sign.sg and
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1014
Theory.theory are now identified, referring to the universal
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1015
Context.theory (see Pure/context.ML).  Actual signature and theory
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1016
content is managed as theory data.  The old code and interfaces were
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1017
spread over many files and structures; the new arrangement introduces
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1018
considerable INCOMPATIBILITY to gain more clarity:
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1019
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1020
  Context -- theory management operations (name, identity, inclusion,
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1021
    parents, ancestors, merge, etc.), plus generic theory data;
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1022
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1023
  Sign -- logical signature and syntax operations (declaring consts,
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1024
    types, etc.), plus certify/read for common entities;
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1025
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1026
  Theory -- logical theory operations (stating axioms, definitions,
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1027
    oracles), plus a copy of logical signature operations (consts,
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1028
    types, etc.); also a few basic management operations (Theory.copy,
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1029
    Theory.merge, etc.)
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1030
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1031
The most basic sign_of operations (Theory.sign_of, Thm.sign_of_thm
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1032
etc.) as well as the sign field in Thm.rep_thm etc. have been retained
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1033
for convenience -- they merely return the theory.
451f1c46d4ca * Pure/TheoryDataFun: change of the argument structure;
wenzelm
parents: 16373
diff changeset
  1034
17193
83708f724822 * Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents: 17189
diff changeset
  1035
* Pure: type Type.tsig is superceded by theory in most interfaces.
83708f724822 * Delimiters of outer tokens now produce separate LaTeX macros;
wenzelm
parents: 17189
diff changeset
  1036
16547
09f7a953d2d6 * Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents: 16506
diff changeset
  1037
* Pure: the Isar proof context type is already defined early in Pure
09f7a953d2d6 * Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents: 16506
diff changeset
  1038
as Context.proof (note that ProofContext.context and Proof.context are
09f7a953d2d6 * Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents: 16506
diff changeset
  1039
aliases, where the latter is the preferred name).  This enables other
09f7a953d2d6 * Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents: 16506
diff changeset
  1040
Isabelle components to refer to that type even before Isar is present.
09f7a953d2d6 * Pure: the Isar proof context type is already defined early in Pure
wenzelm
parents: 16506
diff changeset
  1041
16373
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1042
* Pure/sign/theory: discontinued named name spaces (i.e. classK,
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1043
typeK, constK, axiomK, oracleK), but provide explicit operations for
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1044
any of these kinds.  For example, Sign.intern typeK is now
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1045
Sign.intern_type, Theory.hide_space Sign.typeK is now
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1046
Theory.hide_types.  Also note that former
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1047
Theory.hide_classes/types/consts are now
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1048
Theory.hide_classes_i/types_i/consts_i, while the non '_i' versions
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1049
internalize their arguments!  INCOMPATIBILITY.
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1050
16506
b2687ce38433 * Pure: get_thm interface expects datatype thmref;
wenzelm
parents: 16456
diff changeset
  1051
* Pure: get_thm interface (of PureThy and ProofContext) expects
b2687ce38433 * Pure: get_thm interface expects datatype thmref;
wenzelm
parents: 16456
diff changeset
  1052
datatype thmref (with constructors Name and NameSelection) instead of
b2687ce38433 * Pure: get_thm interface expects datatype thmref;
wenzelm
parents: 16456
diff changeset
  1053
plain string -- INCOMPATIBILITY;
b2687ce38433 * Pure: get_thm interface expects datatype thmref;
wenzelm
parents: 16456
diff changeset
  1054
16151
cf7f146086bc ML Pure: name spaces have been refined;
wenzelm
parents: 16112
diff changeset
  1055
* Pure: cases produced by proof methods specify options, where NONE
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1056
means to remove case bindings -- INCOMPATIBILITY in
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1057
(RAW_)METHOD_CASES.
16151
cf7f146086bc ML Pure: name spaces have been refined;
wenzelm
parents: 16112
diff changeset
  1058
16373
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1059
* Pure: the following operations retrieve axioms or theorems from a
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1060
theory node or theory hierarchy, respectively:
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1061
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1062
  Theory.axioms_of: theory -> (string * term) list
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1063
  Theory.all_axioms_of: theory -> (string * term) list
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1064
  PureThy.thms_of: theory -> (string * thm) list
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1065
  PureThy.all_thms_of: theory -> (string * thm) list
9d020423093b * Pure/sign/theory: discontinued named name spaces;
wenzelm
parents: 16251
diff changeset
  1066
16718
70c94b82c556 * Pure: Output.time_accumulator;
wenzelm
parents: 16717
diff changeset
  1067
* Pure: print_tac now outputs the goal through the trace channel.
70c94b82c556 * Pure: Output.time_accumulator;
wenzelm
parents: 16717
diff changeset
  1068
17408
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1069
* Isar toplevel: improved diagnostics, mostly for Poly/ML only.
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1070
Reference Toplevel.debug (default false) controls detailed printing
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1071
and tracing of low-level exceptions; Toplevel.profiling (default 0)
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1072
controls execution profiling -- set to 1 for time and 2 for space
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1073
(both increase the runtime).
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1074
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1075
* Isar session: The initial use of ROOT.ML is now always timed,
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1076
i.e. the log will show the actual process times, in contrast to the
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1077
elapsed wall-clock time that the outer shell wrapper produces.
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1078
551c9a4dd693 command 'thms_containing' has been discontinued in favour of 'find_theorems';
wenzelm
parents: 17402
diff changeset
  1079
* Simplifier: improved handling of bound variables (nameless
16997
7dfc99f62dd9 * Pure/Simplifier: improved handling of bound variables;
wenzelm
parents: 16962
diff changeset
  1080
representation, avoid allocating new strings).  Simprocs that invoke
7dfc99f62dd9 * Pure/Simplifier: improved handling of bound variables;
wenzelm
parents: 16962
diff changeset
  1081
the Simplifier recursively should use Simplifier.inherit_bounds to
17720
da9199e6b674 Isabelle2005 (October 2005);
wenzelm
parents: 17701
diff changeset
  1082
avoid local name clashes.  Failure to do so produces warnings
da9199e6b674 Isabelle2005 (October 2005);
wenzelm
parents: 17701
diff changeset
  1083
"Simplifier: renamed bound variable ..."; set Simplifier.debug_bounds
da9199e6b674 Isabelle2005 (October 2005);
wenzelm
parents: 17701
diff changeset
  1084
for further details.
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1085
17166
wenzelm
parents: 17139
diff changeset
  1086
* ML functions legacy_bindings and use_legacy_bindings produce ML fact
wenzelm
parents: 17139
diff changeset
  1087
bindings for all theorems stored within a given theory; this may help
wenzelm
parents: 17139
diff changeset
  1088
in porting non-Isar theories to Isar ones, while keeping ML proof
wenzelm
parents: 17139
diff changeset
  1089
scripts for the time being.
wenzelm
parents: 17139
diff changeset
  1090
17457
5b9538fc6d67 HTML.with_charset;
wenzelm
parents: 17445
diff changeset
  1091
* ML operator HTML.with_charset specifies the charset begin used for
5b9538fc6d67 HTML.with_charset;
wenzelm
parents: 17445
diff changeset
  1092
generated HTML files.  For example:
5b9538fc6d67 HTML.with_charset;
wenzelm
parents: 17445
diff changeset
  1093
5b9538fc6d67 HTML.with_charset;
wenzelm
parents: 17445
diff changeset
  1094
  HTML.with_charset "utf-8" use_thy "Hebrew";
17538
wenzelm
parents: 17535
diff changeset
  1095
  HTML.with_charset "utf-8" use_thy "Chinese";
17457
5b9538fc6d67 HTML.with_charset;
wenzelm
parents: 17445
diff changeset
  1096
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1097
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1098
*** System ***
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1099
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1100
* Allow symlinks to all proper Isabelle executables (Isabelle,
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1101
isabelle, isatool etc.).
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1102
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1103
* ISABELLE_DOC_FORMAT setting specifies preferred document format (for
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1104
isatool doc, isatool mkdir, display_drafts etc.).
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1105
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1106
* isatool usedir: option -f allows specification of the ML file to be
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1107
used by Isabelle; default is ROOT.ML.
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1108
16251
121dc80d120a * ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents: 16234
diff changeset
  1109
* New isatool version outputs the version identifier of the Isabelle
121dc80d120a * ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents: 16234
diff changeset
  1110
distribution being used.
121dc80d120a * ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents: 16234
diff changeset
  1111
121dc80d120a * ML: replaced File.sysify_path/quote_sysify_path by File.platform_path/shell_path;
wenzelm
parents: 16234
diff changeset
  1112
* HOL: new isatool dimacs2hol converts files in DIMACS CNF format
16234
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1113
(containing Boolean satisfiability problems) into Isabelle/HOL
421c3522f160 major reorganization and cleanup;
wenzelm
parents: 16181
diff changeset
  1114
theories.
15703
727ef1b8b3ee *** empty log message ***
wenzelm
parents: 15696
diff changeset
  1115
727ef1b8b3ee *** empty log message ***
wenzelm
parents: 15696
diff changeset
  1116
14655
8a95abf87dd3 Pure: considerably improved version of 'constdefs' command;
wenzelm
parents: 14624
diff changeset
  1117
14606
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1118
New in Isabelle2004 (April 2004)
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1119
--------------------------------
13280
306ef3aef61b * improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents: 13190
diff changeset
  1120
14171
0cab06e3bbd0 Extended the notion of letter and digit, such that now one may use greek,
skalberg
parents: 14136
diff changeset
  1121
*** General ***
0cab06e3bbd0 Extended the notion of letter and digit, such that now one may use greek,
skalberg
parents: 14136
diff changeset
  1122
14398
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1123
* Provers/order.ML:  new efficient reasoner for partial and linear orders.
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1124
  Replaces linorder.ML.
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1125
14606
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1126
* Pure: Greek letters (except small lambda, \<lambda>), as well as Gothic
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1127
  (\<aa>...\<zz>\<AA>...\<ZZ>), calligraphic (\<A>...\<Z>), and Euler
14173
a3690aeb79d4 Removed the extended digits again.
skalberg
parents: 14172
diff changeset
  1128
  (\<a>...\<z>), are now considered normal letters, and can therefore
a3690aeb79d4 Removed the extended digits again.
skalberg
parents: 14172
diff changeset
  1129
  be used anywhere where an ASCII letter (a...zA...Z) has until
a3690aeb79d4 Removed the extended digits again.
skalberg
parents: 14172
diff changeset
  1130
  now. COMPATIBILITY: This obviously changes the parsing of some
a3690aeb79d4 Removed the extended digits again.
skalberg
parents: 14172
diff changeset
  1131
  terms, especially where a symbol has been used as a binder, say
a3690aeb79d4 Removed the extended digits again.
skalberg
parents: 14172
diff changeset
  1132
  '\<Pi>x. ...', which is now a type error since \<Pi>x will be parsed
a3690aeb79d4 Removed the extended digits again.
skalberg
parents: 14172
diff changeset
  1133
  as an identifier.  Fix it by inserting a space around former
a3690aeb79d4 Removed the extended digits again.
skalberg
parents: 14172
diff changeset
  1134
  symbols.  Call 'isatool fixgreek' to try to fix parsing errors in
a3690aeb79d4 Removed the extended digits again.
skalberg
parents: 14172
diff changeset
  1135
  existing theory and ML files.
14171
0cab06e3bbd0 Extended the notion of letter and digit, such that now one may use greek,
skalberg
parents: 14136
diff changeset
  1136
14237
a486123e24a5 line-breaks; rewording
paulson
parents: 14234
diff changeset
  1137
* Pure: Macintosh and Windows line-breaks are now allowed in theory files.
a486123e24a5 line-breaks; rewording
paulson
parents: 14234
diff changeset
  1138
14731
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1139
* Pure: single letter sub/superscripts (\<^isub> and \<^isup>) are now
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1140
  allowed in identifiers. Similar to Greek letters \<^isub> is now considered
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1141
  a normal (but invisible) letter. For multiple letter subscripts repeat
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1142
  \<^isub> like this: x\<^isub>1\<^isub>2.
14233
f6b6b2c55141 allow \<^sub> in identifiers
kleing
parents: 14224
diff changeset
  1143
14333
14f29eb097a3 \<^bsub> .. \<^esub>
kleing
parents: 14285
diff changeset
  1144
* Pure: There are now sub-/superscripts that can span more than one
14f29eb097a3 \<^bsub> .. \<^esub>
kleing
parents: 14285
diff changeset
  1145
  character. Text between \<^bsub> and \<^esub> is set in subscript in
14606
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1146
  ProofGeneral and LaTeX, text between \<^bsup> and \<^esup> in
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1147
  superscript. The new control characters are not identifier parts.
14333
14f29eb097a3 \<^bsub> .. \<^esub>
kleing
parents: 14285
diff changeset
  1148
14561
c53396af770e * raw control symbols are of the form \<^raw:...> now.
schirmer
parents: 14556
diff changeset
  1149
* Pure: Control-symbols of the form \<^raw:...> will literally print the
14606
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1150
  content of "..." to the latex file instead of \isacntrl... . The "..."
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1151
  may consist of any printable characters excluding the end bracket >.
14361
ad2f5da643b4 * Support for raw latex output in control symbols: \<^raw...>
schirmer
parents: 14333
diff changeset
  1152
14237
a486123e24a5 line-breaks; rewording
paulson
parents: 14234
diff changeset
  1153
* Pure: Using new Isar command "finalconsts" (or the ML functions
a486123e24a5 line-breaks; rewording
paulson
parents: 14234
diff changeset
  1154
  Theory.add_finals or Theory.add_finals_i) it is now possible to
a486123e24a5 line-breaks; rewording
paulson
parents: 14234
diff changeset
  1155
  declare constants "final", which prevents their being given a definition
a486123e24a5 line-breaks; rewording
paulson
parents: 14234
diff changeset
  1156
  later.  It is useful for constants whose behaviour is fixed axiomatically
14224
442c097c1437 Added info on the new 'finalconsts' command.
skalberg
parents: 14211
diff changeset
  1157
  rather than definitionally, such as the meta-logic connectives.
442c097c1437 Added info on the new 'finalconsts' command.
skalberg
parents: 14211
diff changeset
  1158
14606
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1159
* Pure: 'instance' now handles general arities with general sorts
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1160
  (i.e. intersections of classes),
14503
255ad604e08e Added check that Theory.ML does not occur in the files section of the theory
skalberg
parents: 14480
diff changeset
  1161
14547
e0c0179100c9 isabelle.css
kleing
parents: 14536
diff changeset
  1162
* Presentation: generated HTML now uses a CSS style sheet to make layout
14731
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1163
  (somewhat) independent of content. It is copied from lib/html/isabelle.css.
14547
e0c0179100c9 isabelle.css
kleing
parents: 14536
diff changeset
  1164
  It can be changed to alter the colors/layout of generated pages.
e0c0179100c9 isabelle.css
kleing
parents: 14536
diff changeset
  1165
14556
c5078f6c99a9 * Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents: 14551
diff changeset
  1166
14175
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1167
*** Isar ***
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1168
14508
859b11514537 Experimental command for instantiation of locales in proof contexts:
ballarin
parents: 14503
diff changeset
  1169
* Tactic emulation methods rule_tac, erule_tac, drule_tac, frule_tac,
859b11514537 Experimental command for instantiation of locales in proof contexts:
ballarin
parents: 14503
diff changeset
  1170
  cut_tac, subgoal_tac and thin_tac:
14175
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1171
  - Now understand static (Isar) contexts.  As a consequence, users of Isar
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1172
    locales are no longer forced to write Isar proof scripts.
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1173
    For details see Isar Reference Manual, paragraph 4.3.2: Further tactic
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1174
    emulations.
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1175
  - INCOMPATIBILITY: names of variables to be instantiated may no
14211
7286c187596d Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents: 14199
diff changeset
  1176
    longer be enclosed in quotes.  Instead, precede variable name with `?'.
7286c187596d Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents: 14199
diff changeset
  1177
    This is consistent with the instantiation attribute "where".
7286c187596d Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents: 14199
diff changeset
  1178
14257
a7ef3f7588c5 Type inference bug in Isar attributes "where" and "of" fixed.
ballarin
parents: 14255
diff changeset
  1179
* Attributes "where" and "of":
14285
92ed032e83a1 Isar: where attribute supports instantiation of type vars.
ballarin
parents: 14283
diff changeset
  1180
  - Now take type variables of instantiated theorem into account when reading
92ed032e83a1 Isar: where attribute supports instantiation of type vars.
ballarin
parents: 14283
diff changeset
  1181
    the instantiation string.  This fixes a bug that caused instantiated
92ed032e83a1 Isar: where attribute supports instantiation of type vars.
ballarin
parents: 14283
diff changeset
  1182
    theorems to have too special types in some circumstances.
92ed032e83a1 Isar: where attribute supports instantiation of type vars.
ballarin
parents: 14283
diff changeset
  1183
  - "where" permits explicit instantiations of type variables.
14257
a7ef3f7588c5 Type inference bug in Isar attributes "where" and "of" fixed.
ballarin
parents: 14255
diff changeset
  1184
14556
c5078f6c99a9 * Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents: 14551
diff changeset
  1185
* Calculation commands "moreover" and "also" no longer interfere with
c5078f6c99a9 * Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents: 14551
diff changeset
  1186
  current facts ("this"), admitting arbitrary combinations with "then"
c5078f6c99a9 * Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents: 14551
diff changeset
  1187
  and derived forms.
14283
516358ca7b42 moreover and also do not reset facts any more
kleing
parents: 14257
diff changeset
  1188
14211
7286c187596d Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents: 14199
diff changeset
  1189
* Locales:
7286c187596d Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents: 14199
diff changeset
  1190
  - Goal statements involving the context element "includes" no longer
7286c187596d Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents: 14199
diff changeset
  1191
    generate theorems with internal delta predicates (those ending on
7286c187596d Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents: 14199
diff changeset
  1192
    "_axioms") in the premise.
7286c187596d Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents: 14199
diff changeset
  1193
    Resolve particular premise with <locale>.intro to obtain old form.
7286c187596d Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents: 14199
diff changeset
  1194
  - Fixed bug in type inference ("unify_frozen") that prevented mix of target
7286c187596d Improvements to Isar/Locales: premises generated by "includes" elements
ballarin
parents: 14199
diff changeset
  1195
    specification and "includes" elements in goal statement.
14254
342634f38451 Isar/Locales: <loc>.intro and <loc>.axioms no longer intro? and elim? by
ballarin
parents: 14243
diff changeset
  1196
  - Rule sets <locale>.intro and <locale>.axioms no longer declared as
342634f38451 Isar/Locales: <loc>.intro and <loc>.axioms no longer intro? and elim? by
ballarin
parents: 14243
diff changeset
  1197
    [intro?] and [elim?] (respectively) by default.
14508
859b11514537 Experimental command for instantiation of locales in proof contexts:
ballarin
parents: 14503
diff changeset
  1198
  - Experimental command for instantiation of locales in proof contexts:
14551
2cb6ff394bfb Various changes to HOL-Algebra;
ballarin
parents: 14547
diff changeset
  1199
        instantiate <label>[<attrs>]: <loc>
14508
859b11514537 Experimental command for instantiation of locales in proof contexts:
ballarin
parents: 14503
diff changeset
  1200
    Instantiates locale <loc> and adds all its theorems to the current context
14551
2cb6ff394bfb Various changes to HOL-Algebra;
ballarin
parents: 14547
diff changeset
  1201
    taking into account their attributes.  Label and attrs are optional
2cb6ff394bfb Various changes to HOL-Algebra;
ballarin
parents: 14547
diff changeset
  1202
    modifiers, like in theorem declarations.  If present, names of
2cb6ff394bfb Various changes to HOL-Algebra;
ballarin
parents: 14547
diff changeset
  1203
    instantiated theorems are qualified with <label>, and the attributes
2cb6ff394bfb Various changes to HOL-Algebra;
ballarin
parents: 14547
diff changeset
  1204
    <attrs> are applied after any attributes these theorems might have already.
2cb6ff394bfb Various changes to HOL-Algebra;
ballarin
parents: 14547
diff changeset
  1205
      If the locale has assumptions, a chained fact of the form
14508
859b11514537 Experimental command for instantiation of locales in proof contexts:
ballarin
parents: 14503
diff changeset
  1206
    "<loc> t1 ... tn" is expected from which instantiations of the parameters
14551
2cb6ff394bfb Various changes to HOL-Algebra;
ballarin
parents: 14547
diff changeset
  1207
    are derived.  The command does not support old-style locales declared
2cb6ff394bfb Various changes to HOL-Algebra;
ballarin
parents: 14547
diff changeset
  1208
    with "locale (open)".
2cb6ff394bfb Various changes to HOL-Algebra;
ballarin
parents: 14547
diff changeset
  1209
      A few (very simple) examples can be found in FOL/ex/LocaleInst.thy.
14175
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1210
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1211
* HOL: Tactic emulation methods induct_tac and case_tac understand static
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1212
  (Isar) contexts.
dbd16ebaf907 Method rule_tac understands Isar contexts: documentation.
ballarin
parents: 14173
diff changeset
  1213
14556
c5078f6c99a9 * Calculation commands "moreover" and "also" no longer interfere with
wenzelm
parents: 14551
diff changeset
  1214
14136
9b7a62788dac opened new section for next Isabelle release
kleing
parents: 14119
diff changeset
  1215
*** HOL ***
9b7a62788dac opened new section for next Isabelle release
kleing
parents: 14119
diff changeset
  1216
14624
9b3397a848c3 add HOL4
kleing
parents: 14610
diff changeset
  1217
* Proof import: new image HOL4 contains the imported library from
9b3397a848c3 add HOL4
kleing
parents: 14610
diff changeset
  1218
  the HOL4 system with about 2500 theorems. It is imported by
9b3397a848c3 add HOL4
kleing
parents: 14610
diff changeset
  1219
  replaying proof terms produced by HOL4 in Isabelle. The HOL4 image
9b3397a848c3 add HOL4
kleing
parents: 14610
diff changeset
  1220
  can be used like any other Isabelle image.  See
9b3397a848c3 add HOL4
kleing
parents: 14610
diff changeset
  1221
  HOL/Import/HOL/README for more information.
9b3397a848c3 add HOL4
kleing
parents: 14610
diff changeset
  1222
14398
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1223
* Simplifier:
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1224
  - Much improved handling of linear and partial orders.
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1225
    Reasoners for linear and partial orders are set up for type classes
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1226
    "linorder" and "order" respectively, and are added to the default simpset
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1227
    as solvers.  This means that the simplifier can build transitivity chains
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1228
    to solve goals from the assumptions.
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1229
  - INCOMPATIBILITY: old proofs break occasionally.  Typically, applications
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1230
    of blast or auto after simplification become unnecessary because the goal
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1231
    is solved by simplification already.
c5c47703f763 Efficient, graph-based reasoner for linear and partial orders.
ballarin
parents: 14389
diff changeset
  1232
14731
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1233
* Numerics: new theory Ring_and_Field contains over 250 basic numerical laws,
14389
paulson
parents: 14380
diff changeset
  1234
    all proved in axiomatic type classes for semirings, rings and fields.
paulson
parents: 14380
diff changeset
  1235
paulson
parents: 14380
diff changeset
  1236
* Numerics:
paulson
parents: 14380
diff changeset
  1237
  - Numeric types (nat, int, and in HOL-Complex rat, real, complex, etc.) are
14731
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1238
    now formalized using the Ring_and_Field theory mentioned above.
14389
paulson
parents: 14380
diff changeset
  1239
  - INCOMPATIBILITY: simplification and arithmetic behaves somewhat differently
paulson
parents: 14380
diff changeset
  1240
    than before, because now they are set up once in a generic manner.
14731
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1241
  - INCOMPATIBILITY: many type-specific arithmetic laws have gone.
14480
14b7923b3307 clarified
paulson
parents: 14464
diff changeset
  1242
    Look for the general versions in Ring_and_Field (and Power if they concern
14b7923b3307 clarified
paulson
parents: 14464
diff changeset
  1243
    exponentiation).
14389
paulson
parents: 14380
diff changeset
  1244
14401
477380c74c1d removal of the legacy ML structure List
paulson
parents: 14399
diff changeset
  1245
* Type "rat" of the rational numbers is now available in HOL-Complex.
14389
paulson
parents: 14380
diff changeset
  1246
14255
e6e3e3f0deed Records:
schirmer
parents: 14254
diff changeset
  1247
* Records:
e6e3e3f0deed Records:
schirmer
parents: 14254
diff changeset
  1248
  - Record types are now by default printed with their type abbreviation
e6e3e3f0deed Records:
schirmer
parents: 14254
diff changeset
  1249
    instead of the list of all field types. This can be configured via
e6e3e3f0deed Records:
schirmer
parents: 14254
diff changeset
  1250
    the reference "print_record_type_abbr".
14731
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1251
  - Simproc "record_upd_simproc" for simplification of multiple updates added
14255
e6e3e3f0deed Records:
schirmer
parents: 14254
diff changeset
  1252
    (not enabled by default).
14427
cea7d2f76112 added record_ex_sel_eq_simproc
schirmer
parents: 14418
diff changeset
  1253
  - Simproc "record_ex_sel_eq_simproc" to simplify EX x. sel r = x resp.
cea7d2f76112 added record_ex_sel_eq_simproc
schirmer
parents: 14418
diff changeset
  1254
    EX x. x = sel r to True (not enabled by default).
14255
e6e3e3f0deed Records:
schirmer
parents: 14254
diff changeset
  1255
  - Tactic "record_split_simp_tac" to split and simplify records added.
14731
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1256
14136
9b7a62788dac opened new section for next Isabelle release
kleing
parents: 14119
diff changeset
  1257
* 'specification' command added, allowing for definition by
14224
442c097c1437 Added info on the new 'finalconsts' command.
skalberg
parents: 14211
diff changeset
  1258
  specification.  There is also an 'ax_specification' command that
442c097c1437 Added info on the new 'finalconsts' command.
skalberg
parents: 14211
diff changeset
  1259
  introduces the new constants axiomatically.
14136
9b7a62788dac opened new section for next Isabelle release
kleing
parents: 14119
diff changeset
  1260
14375
a545da363b23 *** empty log message ***
nipkow
parents: 14361
diff changeset
  1261
* arith(_tac) is now able to generate counterexamples for reals as well.
a545da363b23 *** empty log message ***
nipkow
parents: 14361
diff changeset
  1262
14399
dc677b35e54f New lemmas about inversion of restricted functions.
ballarin
parents: 14398
diff changeset
  1263
* HOL-Algebra: new locale "ring" for non-commutative rings.
dc677b35e54f New lemmas about inversion of restricted functions.
ballarin
parents: 14398
diff changeset
  1264
14243
0e2ec694784d recursion
paulson
parents: 14237
diff changeset
  1265
* HOL-ex: InductiveInvariant_examples illustrates advanced recursive function
14610
9c2e31e483b2 added HOL-Matrix, added HOL/Matrix/ROOT.ML
kleing
parents: 14606
diff changeset
  1266
  definitions, thanks to Sava Krsti\'{c} and John Matthews.
9c2e31e483b2 added HOL-Matrix, added HOL/Matrix/ROOT.ML
kleing
parents: 14606
diff changeset
  1267
14731
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1268
* HOL-Matrix: a first theory for matrices in HOL with an application of
14610
9c2e31e483b2 added HOL-Matrix, added HOL/Matrix/ROOT.ML
kleing
parents: 14606
diff changeset
  1269
  matrix theory to linear programming.
14136
9b7a62788dac opened new section for next Isabelle release
kleing
parents: 14119
diff changeset
  1270
14380
04b603a6f17d *** empty log message ***
nipkow
parents: 14375
diff changeset
  1271
* Unions and Intersections:
15119
e5f167042c1d undid UN/INT xsymbol syntax with subscripts.
nipkow
parents: 15103
diff changeset
  1272
  The latex output syntax of UN and INT has been changed
e5f167042c1d undid UN/INT xsymbol syntax with subscripts.
nipkow
parents: 15103
diff changeset
  1273
  from "\Union x \in A. B" to "\Union_{x \in A} B"
e5f167042c1d undid UN/INT xsymbol syntax with subscripts.
nipkow
parents: 15103
diff changeset
  1274
  i.e. the index formulae has become a subscript.
e5f167042c1d undid UN/INT xsymbol syntax with subscripts.
nipkow
parents: 15103
diff changeset
  1275
  Similarly for "\Union x. B", and for \Inter instead of \Union.
14380
04b603a6f17d *** empty log message ***
nipkow
parents: 14375
diff changeset
  1276
14418
b62323c85134 union/intersection over intervals
kleing
parents: 14401
diff changeset
  1277
* Unions and Intersections over Intervals:
14731
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1278
  There is new short syntax "UN i<=n. A" for "UN i:{0..n}. A". There is
5670fc027a3b Pure: nested comments in inner syntax;
wenzelm
parents: 14709
diff changeset
  1279
  also an x-symbol version with subscripts "\<Union>\<^bsub>i <= n\<^esub>. A"
14418
b62323c85134 union/intersection over intervals
kleing
parents: 14401
diff changeset
  1280
  like in normal math, and corresponding versions for < and for intersection.
b62323c85134 union/intersection over intervals
kleing
parents: 14401
diff changeset
  1281
15677
8770edbf8f28 *** empty log message ***
nipkow
parents: 15570
diff changeset
  1282
* HOL/List: Ordering "lexico" is renamed "lenlex" and the standard
8770edbf8f28 *** empty log message ***
nipkow
parents: 15570
diff changeset
  1283
  lexicographic dictonary ordering has been added as "lexord".
8770edbf8f28 *** empty log message ***
nipkow
parents: 15570
diff changeset
  1284
14401
477380c74c1d removal of the legacy ML structure List
paulson
parents: 14399
diff changeset
  1285
* ML: the legacy theory structures Int and List have been removed. They had
477380c74c1d removal of the legacy ML structure List
paulson
parents: 14399
diff changeset
  1286
  conflicted with ML Basis Library structures having the same names.
14380
04b603a6f17d *** empty log message ***
nipkow
parents: 14375
diff changeset
  1287
14464
webertj
parents: 14427
diff changeset
  1288
* 'refute' command added to search for (finite) countermodels.  Only works
webertj
parents: 14427
diff changeset
  1289
  for a fragment of HOL.  The installation of an external SAT solver is
webertj
parents: 14427
diff changeset
  1290
  highly recommended.  See "HOL/Refute.thy" for details.
webertj
parents: 14427
diff changeset
  1291
14602
e06ded775eca Added entry for quickcheck command.
berghofe
parents: 14572
diff changeset
  1292
* 'quickcheck' command: Allows to find counterexamples by evaluating
e06ded775eca Added entry for quickcheck command.
berghofe
parents: 14572
diff changeset
  1293
  formulae under an assignment of free variables to random values.
e06ded775eca Added entry for quickcheck command.
berghofe
parents: 14572
diff changeset
  1294
  In contrast to 'refute', it can deal with inductive datatypes,
e06ded775eca Added entry for quickcheck command.
berghofe
parents: 14572
diff changeset
  1295
  but cannot handle quantifiers. See "HOL/ex/Quickcheck_Examples.thy"
e06ded775eca Added entry for quickcheck command.
berghofe
parents: 14572
diff changeset
  1296
  for examples.
14464
webertj
parents: 14427
diff changeset
  1297
14606
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1298
14536
43e436a4f293 added HOLCF/Streams.thy (with concatenation etc.)
oheimb
parents: 14508
diff changeset
  1299
*** HOLCF ***
43e436a4f293 added HOLCF/Streams.thy (with concatenation etc.)
oheimb
parents: 14508
diff changeset
  1300
43e436a4f293 added HOLCF/Streams.thy (with concatenation etc.)
oheimb
parents: 14508
diff changeset
  1301
* Streams now come with concatenation and are part of the HOLCF image
43e436a4f293 added HOLCF/Streams.thy (with concatenation etc.)
oheimb
parents: 14508
diff changeset
  1302
14572
wenzelm
parents: 14561
diff changeset
  1303
wenzelm
parents: 14561
diff changeset
  1304
14136
9b7a62788dac opened new section for next Isabelle release
kleing
parents: 14119
diff changeset
  1305
New in Isabelle2003 (May 2003)
14606
0be6c11e7128 Pure: 'instance' now handles general arities;
wenzelm
parents: 14602
diff changeset
  1306
------------------------------
14136
9b7a62788dac opened new section for next Isabelle release
kleing
parents: 14119
diff changeset
  1307
13280
306ef3aef61b * improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents: 13190
diff changeset
  1308
*** General ***
306ef3aef61b * improved thms_containing: proper indexing of facts instead of raw
wenzelm
parents: 13190
diff changeset
  1309
13618
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1310
* Provers/simplifier:
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1311
13781
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1312
  - Completely reimplemented method simp (ML: Asm_full_simp_tac):
13618
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1313
    Assumptions are now subject to complete mutual simplification,
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1314
    not just from left to right. The simplifier now preserves
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1315
    the order of assumptions.
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1316
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1317
    Potential INCOMPATIBILITY:
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1318
13781
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1319
    -- simp sometimes diverges where the old version did
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1320
       not, e.g. invoking simp on the goal
13618
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1321
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1322
        [| P (f x); y = x; f x = f y |] ==> Q
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1323
13781
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1324
       now gives rise to the infinite reduction sequence
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1325
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1326
        P(f x) --(f x = f y)--> P(f y) --(y = x)--> P(f x) --(f x = f y)--> ...
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1327
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1328
       Using "simp (asm_lr)" (ML: Asm_lr_simp_tac) instead often solves this
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1329
       kind of problem.
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1330
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1331
    -- Tactics combining classical reasoner and simplification (such as auto)
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1332
       are also affected by this change, because many of them rely on
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1333
       simp. They may sometimes diverge as well or yield a different numbers
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1334
       of subgoals. Try to use e.g. force, fastsimp, or safe instead of auto
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1335
       in case of problems. Sometimes subsequent calls to the classical
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1336
       reasoner will fail because a preceeding call to the simplifier too
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1337
       eagerly simplified the goal, e.g. deleted redundant premises.
13618
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1338
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1339
  - The simplifier trace now shows the names of the applied rewrite rules
12290bdce807 Added some comments on new simplifier.
berghofe
parents: 13613
diff changeset
  1340
13829
af0218406395 *** empty log message ***
nipkow
parents: 13824
diff changeset
  1341
  - You can limit the number of recursive invocations of the simplifier
af0218406395 *** empty log message ***
nipkow
parents: 13824
diff changeset
  1342
    during conditional rewriting (where the simplifie tries to solve the
af0218406395 *** empty log message ***
nipkow
parents: 13824
diff changeset
  1343
    conditions before applying the rewrite rule):
af0218406395 *** empty log message ***
nipkow
parents: 13824
diff changeset
  1344
    ML "simp_depth_limit := n"
af0218406395 *** empty log message ***
nipkow
parents: 13824
diff changeset
  1345
    where n is an integer. Thus you can force termination where previously
af0218406395 *** empty log message ***
nipkow
parents: 13824
diff changeset
  1346
    the simplifier would diverge.
af0218406395 *** empty log message ***
nipkow
parents: 13824
diff changeset
  1347
13835
12b2ffbe543a Change to meta simplifier: congruence rules may now have frees as head of term.
ballarin
parents: 13829
diff changeset
  1348
  - Accepts free variables as head terms in congruence rules.  Useful in Isar.
13829
af0218406395 *** empty log message ***
nipkow
parents: 13824
diff changeset
  1349
13938
b033b53d0c1e Simplifier: congruence rule update.
ballarin
parents: 13899
diff changeset
  1350
  - No longer aborts on failed congruence proof.  Instead, the
b033b53d0c1e Simplifier: congruence rule update.
ballarin
parents: 13899
diff changeset
  1351
    congruence is ignored.
b033b53d0c1e Simplifier: congruence rule update.
ballarin
parents: 13899
diff changeset
  1352
14008
f843528b9f3c Program extraction framework.
berghofe
parents: 13995
diff changeset
  1353
* Pure: New generic framework for extracting programs from constructive
f843528b9f3c Program extraction framework.
berghofe
parents: 13995
diff changeset
  1354
  proofs. See HOL/Extraction.thy for an example instantiation, as well
f843528b9f3c Program extraction framework.
berghofe
parents: 13995
diff changeset
  1355
  as HOL/Extraction for some case studies.
f843528b9f3c Program extraction framework.
berghofe
parents: 13995
diff changeset
  1356
13868
01b516b64233 *** empty log message ***
nipkow
parents: 13835
diff changeset
  1357
* Pure: The main goal of the proof state is no longer shown by default, only
01b516b64233 *** empty log message ***
nipkow
parents: 13835
diff changeset
  1358
the subgoals. This behaviour is controlled by a new flag.
13835
12b2ffbe543a Change to meta simplifier: congruence rules may now have frees as head of term.
ballarin
parents: 13829
diff changeset
  1359
   PG menu: Isabelle/Isar -> Settings -> Show Main Goal
13815
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1360
(ML: Proof.show_main_goal).
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1361
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1362
* Pure: You can find all matching introduction rules for subgoal 1, i.e. all
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1363
rules whose conclusion matches subgoal 1:
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1364
      PG menu: Isabelle/Isar -> Show me -> matching rules
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1365
The rules are ordered by how closely they match the subgoal.
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1366
In particular, rules that solve a subgoal outright are displayed first
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1367
(or rather last, the way they are printed).
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1368
(ML: ProofGeneral.print_intros())
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1369
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1370
* Pure: New flag trace_unify_fail causes unification to print
13781
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1371
diagnostic information (PG: in trace buffer) when it fails. This is
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1372
useful for figuring out why single step proofs like rule, erule or
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1373
assumption failed.
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1374
13815
0832792725db *** empty log message ***
nipkow
parents: 13781
diff changeset
  1375
* Pure: Locale specifications now produce predicate definitions
13410
f2cd09766864 * Pure: locale specifications now produce predicate definitions;
wenzelm
parents: 13344
diff changeset
  1376
according to the body of text (covering assumptions modulo local
f2cd09766864 * Pure: locale specifications now produce predicate definitions;
wenzelm
parents: 13344
diff changeset
  1377
definitions); predicate "loc_axioms" covers newly introduced text,
f2cd09766864 * Pure: locale specifications now produce predicate definitions;
wenzelm
parents: 13344
diff changeset
  1378
while "loc" is cumulative wrt. all included locale expressions; the
f2cd09766864 * Pure: locale specifications now produce predicate definitions;
wenzelm
parents: 13344
diff changeset
  1379
latter view is presented only on export into the global theory
f2cd09766864 * Pure: locale specifications now produce predicate definitions;
wenzelm
parents: 13344
diff changeset
  1380
context; potential INCOMPATIBILITY, use "(open)" option to fall back
f2cd09766864 * Pure: locale specifications now produce predicate definitions;
wenzelm
parents: 13344
diff changeset
  1381
on the old view without predicates;
f2cd09766864 * Pure: locale specifications now produce predicate definitions;
wenzelm
parents: 13344
diff changeset
  1382
13459
83f41b047a39 * Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm
parents: 13443
diff changeset
  1383
* Pure: predefined locales "var" and "struct" are useful for sharing
83f41b047a39 * Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm
parents: 13443
diff changeset
  1384
parameters (as in CASL, for example); just specify something like
83f41b047a39 * Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm
parents: 13443
diff changeset
  1385
``var x + var y + struct M'' as import;
83f41b047a39 * Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm
parents: 13443
diff changeset
  1386
13463
07747943c626 * Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents: 13459
diff changeset
  1387
* Pure: improved thms_containing: proper indexing of facts instead of
07747943c626 * Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents: 13459
diff changeset
  1388
raw theorems; check validity of results wrt. current name space;
07747943c626 * Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents: 13459
diff changeset
  1389
include local facts of proof configuration (also covers active
13541
44efea0e21fa *** empty log message ***
wenzelm
parents: 13540
diff changeset
  1390
locales), cover fixed variables in index; may use "_" in term
44efea0e21fa *** empty log message ***
wenzelm
parents: 13540
diff changeset
  1391
specification; an optional limit for the number of printed facts may
44efea0e21fa *** empty log message ***
wenzelm
parents: 13540
diff changeset
  1392
be given (the default is 40);
44efea0e21fa *** empty log message ***
wenzelm
parents: 13540
diff changeset
  1393
44efea0e21fa *** empty log message ***
wenzelm
parents: 13540
diff changeset
  1394
* Pure: disallow duplicate fact bindings within new-style theory files
44efea0e21fa *** empty log message ***
wenzelm
parents: 13540
diff changeset
  1395
(batch-mode only);
13540
aede0306e214 * Pure: disallow duplicate fact bindings within new-style theory files;
wenzelm
parents: 13522
diff changeset
  1396
13463
07747943c626 * Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents: 13459
diff changeset
  1397
* Provers: improved induct method: assumptions introduced by case
07747943c626 * Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents: 13459
diff changeset
  1398
"foo" are split into "foo.hyps" (from the rule) and "foo.prems" (from
07747943c626 * Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents: 13459
diff changeset
  1399
the goal statement); "foo" still refers to all facts collectively;
07747943c626 * Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm
parents: 13459
diff changeset
  1400
13550
5a176b8dda84 removal of blast.overloaded
paulson
parents: 13549
diff changeset
  1401
* Provers: the function blast.overloaded has been removed: all constants
5a176b8dda84 removal of blast.overloaded
paulson
parents: 13549
diff changeset
  1402
are regarded as potentially overloaded, which improves robustness in exchange
5a176b8dda84 removal of blast.overloaded
paulson
parents: 13549
diff changeset
  1403
for slight decrease in efficiency;
5a176b8dda84 removal of blast.overloaded
paulson
parents: 13549
diff changeset
  1404
13781
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1405
* Provers/linorder: New generic prover for transitivity reasoning over
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset
  1406
linear orders.  Note: this prover is not efficient!
ecb2df44253e *** empty log message ***
nipkow
parents: 13745
diff changeset