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