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