paulson [Fri, 02 Jun 2000 17:42:43 +0200] rev 9017
Many new theorems about multisets and their ordering, including basic
laws like {#} <= M. Renamed union_comm to union_commute. Introduced the
collection operator {# x:M. P x #}.
nipkow [Fri, 02 Jun 2000 15:19:18 +0200] rev 9016
*** empty log message ***
oheimb [Fri, 02 Jun 2000 12:44:04 +0200] rev 9015
added HOL/Prolog
paulson [Thu, 01 Jun 2000 13:28:00 +0200] rev 9014
simplified the proof of nth_upt
fleuriot [Thu, 01 Jun 2000 11:22:27 +0200] rev 9013
Updated files to remove 0r and 1r from theorems in descendant theories
of RealBin. Some new theorems added.
kleing [Wed, 31 May 2000 18:06:02 +0200] rev 9012
switched to Isar proofs
wenzelm [Wed, 31 May 2000 14:30:28 +0200] rev 9011
Isar/Pure: removed obsolete 'transfer' attribute (transfer of thms to
the current context is now done automatically);
wenzelm [Wed, 31 May 2000 14:29:42 +0200] rev 9010
Toplevel.no_timing;
wenzelm [Wed, 31 May 2000 14:29:29 +0200] rev 9009
transfer now automatic;
wenzelm [Wed, 31 May 2000 14:27:12 +0200] rev 9008
removed 'transfer' att (is now automatic);
wenzelm [Wed, 31 May 2000 14:26:46 +0200] rev 9007
get_thm(s): automatic transfer;
wenzelm [Wed, 31 May 2000 14:14:59 +0200] rev 9006
tuned tactic emulation;
wenzelm [Wed, 31 May 2000 14:14:45 +0200] rev 9005
removed 'transfer' att;
paulson [Wed, 31 May 2000 11:56:28 +0200] rev 9004
moved some theorems to Finite.ML
paulson [Wed, 31 May 2000 11:55:51 +0200] rev 9003
added new proofs and simplified an old one
paulson [Wed, 31 May 2000 11:55:21 +0200] rev 9002
new theorems (some from Multiset)
berghofe [Tue, 30 May 2000 18:02:49 +0200] rev 9001
the is now defined using primrec, avoiding explicit use of arbitrary.
wenzelm [Tue, 30 May 2000 16:08:38 +0200] rev 9000
cleaned up;
wenzelm [Tue, 30 May 2000 16:03:09 +0200] rev 8999
global timing flag;
wenzelm [Tue, 30 May 2000 16:02:56 +0200] rev 8998
fixed comment;
wenzelm [Tue, 30 May 2000 16:02:27 +0200] rev 8997
renamed trace/stat_norm_ast to trace/stat_ast;
wenzelm [Tue, 30 May 2000 16:01:29 +0200] rev 8996
renamed Syntax.trace_norm_ast to Syntax.trace_ast;
removed Syntax.stat_norm_ast;
wenzelm [Tue, 30 May 2000 16:00:55 +0200] rev 8995
proof_timing replaced by global timing;
wenzelm [Tue, 30 May 2000 16:00:19 +0200] rev 8994
* ML: renamed flags Syntax.trace_norm_ast to Syntax.trace_ast; global
timing flag supersedes proof_timing and Toplevel.trace;
wenzelm [Sun, 28 May 2000 21:58:29 +0200] rev 8993
Collect_neg_eq;
wenzelm [Sun, 28 May 2000 21:57:40 +0200] rev 8992
\newcommand{\indexisarcase};
wenzelm [Sun, 28 May 2000 21:55:50 +0200] rev 8991
case 'antecedent';
wenzelm [Fri, 26 May 2000 18:28:15 +0200] rev 8990
write major keywords;
paulson [Fri, 26 May 2000 18:08:46 +0200] rev 8989
sublist and some lemmas about it
paulson [Fri, 26 May 2000 18:07:17 +0200] rev 8988
a more robust proof
paulson [Fri, 26 May 2000 18:06:58 +0200] rev 8987
fixed the dependences
paulson [Fri, 26 May 2000 18:06:43 +0200] rev 8986
tidied
paulson [Fri, 26 May 2000 18:06:12 +0200] rev 8985
restored some of the lessThans
paulson [Fri, 26 May 2000 18:05:34 +0200] rev 8984
addss -> force_tac
paulson [Fri, 26 May 2000 18:04:17 +0200] rev 8983
named the primrec clauses of upt
paulson [Fri, 26 May 2000 18:03:54 +0200] rev 8982
renamed upt_Suc, since that name is needed for its primrec rule
paulson [Fri, 26 May 2000 18:03:25 +0200] rev 8981
new setsum results
wenzelm [Fri, 26 May 2000 17:29:07 +0200] rev 8980
tuned case_tac;
paulson [Fri, 26 May 2000 11:18:06 +0200] rev 8979
updated acknowledgements
paulson [Fri, 26 May 2000 11:17:53 +0200] rev 8978
fixed the documentation of goalw_cterm and prove_goalw_cterm
paulson [Thu, 25 May 2000 15:22:19 +0200] rev 8977
res_inst_tac, etc., no longer print the "dest_state" message when the selected
subgoal does not exist
paulson [Thu, 25 May 2000 15:20:44 +0200] rev 8976
setsum replaces sum_below
paulson [Thu, 25 May 2000 15:15:54 +0200] rev 8975
moved mostly to HOL/SetInterval.ML and UNITY/UNITY.ML
paulson [Thu, 25 May 2000 15:15:22 +0200] rev 8974
sum_below moved here from Arith
paulson [Thu, 25 May 2000 15:14:39 +0200] rev 8973
improved error msgs, listing variable names
paulson [Thu, 25 May 2000 15:14:20 +0200] rev 8972
better indentation; declared function "null"
paulson [Thu, 25 May 2000 15:13:57 +0200] rev 8971
new default rules
paulson [Thu, 25 May 2000 15:12:40 +0200] rev 8970
deleted sum_below: no need for it with setsum and lessThan