NEWS
changeset 13872 601514e63534
parent 13868 01b516b64233
child 13881 f63e2a057fd4
equal deleted inserted replaced
13871:26e5f5e624f6 13872:601514e63534
   101 rather than just a warning (in interactive mode);
   101 rather than just a warning (in interactive mode);
   102 
   102 
   103 
   103 
   104 *** HOL ***
   104 *** HOL ***
   105 
   105 
   106 * GroupTheory: new, experimental summation operator for abelian groups.
       
   107 
       
   108 * New tactic "trans_tac" and method "trans" instantiate
   106 * New tactic "trans_tac" and method "trans" instantiate
   109 Provers/linorder.ML for axclasses "order" and "linorder" (predicates
   107 Provers/linorder.ML for axclasses "order" and "linorder" (predicates
   110 "<=", "<" and "="). 
   108 "<=", "<" and "="). 
   111 
   109 
   112 * function INCOMPATIBILITIES: Pi-sets have been redefined and moved from main 
   110 * function INCOMPATIBILITIES: Pi-sets have been redefined and moved from main 
   140 are distributed over a sum of terms;
   138 are distributed over a sum of terms;
   141 
   139 
   142 * induct over a !!-quantified statement (say !!x1..xn):
   140 * induct over a !!-quantified statement (say !!x1..xn):
   143   each "case" automatically performs "fix x1 .. xn" with exactly those names.
   141   each "case" automatically performs "fix x1 .. xn" with exactly those names.
   144 
   142 
   145 * GroupTheory: converted to Isar theories, using locales with implicit structures;
       
   146 
       
   147 * Real/HahnBanach: updated and adapted to locales;
   143 * Real/HahnBanach: updated and adapted to locales;
       
   144 
       
   145 * GroupTheory: converted to Isar theories, using locales with implicit
       
   146 structures.  Also a new, experimental summation operator for abelian groups;
       
   147 
       
   148 * NumberTheory: added Gauss's law of quadratic reciprocity (by Avigad, Gray and
       
   149 Kramer);
       
   150 
       
   151 * UNITY: added the Meier-Sanders theory of progress sets;
   148 
   152 
   149 
   153 
   150 *** ZF ***
   154 *** ZF ***
   151 
   155 
   152 * ZF/Constructible: consistency proof for AC (Gödel's constructible
   156 * ZF/Constructible: consistency proof for AC (Gödel's constructible
   153 universe, etc.);
   157 universe, etc.);
   154 
   158 
   155 * Main ZF: many theories converted to new-style format;
   159 * Main ZF: virtually all theories converted to new-style format;
   156 
   160 
   157 
   161 
   158 *** ML ***
   162 *** ML ***
   159 
   163 
   160 * Pure: Tactic.prove provides sane interface for internal proofs;
   164 * Pure: Tactic.prove provides sane interface for internal proofs;