Mon, 19 Jul 1999 16:47:24 +0200 renamed 'with' to 'using';
wenzelm [Mon, 19 Jul 1999 16:47:24 +0200] rev 7040
renamed 'with' to 'using';
Mon, 19 Jul 1999 16:32:45 +0200 *** empty log message ***
wenzelm [Mon, 19 Jul 1999 16:32:45 +0200] rev 7039
*** empty log message ***
Mon, 19 Jul 1999 15:35:42 +0200 NatBin: binary arithmetic for the naturals
paulson [Mon, 19 Jul 1999 15:35:42 +0200] rev 7038
NatBin: binary arithmetic for the naturals
Mon, 19 Jul 1999 15:32:14 +0200 examples of arithmetic on the naturals
paulson [Mon, 19 Jul 1999 15:32:14 +0200] rev 7037
examples of arithmetic on the naturals
Mon, 19 Jul 1999 15:31:42 +0200 deleted a reference to "nat", now erroneous because "nat" is a function
paulson [Mon, 19 Jul 1999 15:31:42 +0200] rev 7036
deleted a reference to "nat", now erroneous because "nat" is a function
Mon, 19 Jul 1999 15:30:59 +0200 many new laws about div and mod
paulson [Mon, 19 Jul 1999 15:30:59 +0200] rev 7035
many new laws about div and mod
Mon, 19 Jul 1999 15:29:30 +0200 new theorem zless_zero_nat
paulson [Mon, 19 Jul 1999 15:29:30 +0200] rev 7034
new theorem zless_zero_nat
Mon, 19 Jul 1999 15:29:01 +0200 removal of rewrites for Suc(Suc(Suc...)))
paulson [Mon, 19 Jul 1999 15:29:01 +0200] rev 7033
removal of rewrites for Suc(Suc(Suc...)))
Mon, 19 Jul 1999 15:27:34 +0200 NatBin: binary arithmetic for the naturals
paulson [Mon, 19 Jul 1999 15:27:34 +0200] rev 7032
NatBin: binary arithmetic for the naturals
Mon, 19 Jul 1999 15:24:35 +0200 getting rid of qed_goal
paulson [Mon, 19 Jul 1999 15:24:35 +0200] rev 7031
getting rid of qed_goal
Mon, 19 Jul 1999 15:19:11 +0200 getting rid of qed_goal
paulson [Mon, 19 Jul 1999 15:19:11 +0200] rev 7030
getting rid of qed_goal
Mon, 19 Jul 1999 15:18:16 +0200 new division laws taking advantage of (m div 0) = 0 and (m mod 0) = m
paulson [Mon, 19 Jul 1999 15:18:16 +0200] rev 7029
new division laws taking advantage of (m div 0) = 0 and (m mod 0) = m
Sun, 18 Jul 1999 11:06:08 +0200 Modifid length_tl
nipkow [Sun, 18 Jul 1999 11:06:08 +0200] rev 7028
Modifid length_tl
Fri, 16 Jul 1999 22:27:16 +0200 adapted to dest_keywords, dest_parsers;
wenzelm [Fri, 16 Jul 1999 22:27:16 +0200] rev 7027
adapted to dest_keywords, dest_parsers;
Fri, 16 Jul 1999 22:26:44 +0200 separate command tokens;
wenzelm [Fri, 16 Jul 1999 22:26:44 +0200] rev 7026
separate command tokens;
Fri, 16 Jul 1999 22:25:07 +0200 tuned dest_lexicon;
wenzelm [Fri, 16 Jul 1999 22:25:07 +0200] rev 7025
tuned dest_lexicon;
Fri, 16 Jul 1999 22:24:42 +0200 tuned;
wenzelm [Fri, 16 Jul 1999 22:24:42 +0200] rev 7024
tuned;
Fri, 16 Jul 1999 22:23:26 +0200 removed break;
wenzelm [Fri, 16 Jul 1999 22:23:26 +0200] rev 7023
removed break;
Fri, 16 Jul 1999 22:22:59 +0200 removed BREAK, ROLLBACK;
wenzelm [Fri, 16 Jul 1999 22:22:59 +0200] rev 7022
removed BREAK, ROLLBACK;
Fri, 16 Jul 1999 22:22:02 +0200 structure LocalDefs = LocalDefs;
wenzelm [Fri, 16 Jul 1999 22:22:02 +0200] rev 7021
structure LocalDefs = LocalDefs; structure Calculation = Calculation; structure SkipProof = SkipProof;
Fri, 16 Jul 1999 14:06:13 +0200 Exported function unify_consts (workaround to avoid inconsistently
berghofe [Fri, 16 Jul 1999 14:06:13 +0200] rev 7020
Exported function unify_consts (workaround to avoid inconsistently typed recursive constants in inductive and primrec definitions).
Fri, 16 Jul 1999 14:03:33 +0200 Added new example (infinitely branching trees).
berghofe [Fri, 16 Jul 1999 14:03:33 +0200] rev 7019
Added new example (infinitely branching trees).
Fri, 16 Jul 1999 14:03:03 +0200 Infinitely branching trees.
berghofe [Fri, 16 Jul 1999 14:03:03 +0200] rev 7018
Infinitely branching trees.
Fri, 16 Jul 1999 13:25:45 +0200 Replaced datatype_info by datatype_info_err.
berghofe [Fri, 16 Jul 1999 13:25:45 +0200] rev 7017
Replaced datatype_info by datatype_info_err.
Fri, 16 Jul 1999 13:24:41 +0200 - Now also supports arbitrarily branching datatypes.
berghofe [Fri, 16 Jul 1999 13:24:41 +0200] rev 7016
- Now also supports arbitrarily branching datatypes. - Fixed bug (in some rare cases, recursive constants were inconsistently typed in different primrec equations).
Fri, 16 Jul 1999 12:14:04 +0200 - Datatype package now also supports arbitrarily branching datatypes
berghofe [Fri, 16 Jul 1999 12:14:04 +0200] rev 7015
- Datatype package now also supports arbitrarily branching datatypes (using function types). - Added new simplification procedure for proving distinctness of constructors. - dtK is now a reference.
Fri, 16 Jul 1999 12:09:48 +0200 Added some definitions and theorems needed for the
berghofe [Fri, 16 Jul 1999 12:09:48 +0200] rev 7014
Added some definitions and theorems needed for the construction of datatypes involving function types.
Fri, 16 Jul 1999 12:02:06 +0200 Some rather large datatype examples (from John Harrison).
berghofe [Fri, 16 Jul 1999 12:02:06 +0200] rev 7013
Some rather large datatype examples (from John Harrison).
Thu, 15 Jul 1999 17:54:58 +0200 improved print_thms;
wenzelm [Thu, 15 Jul 1999 17:54:58 +0200] rev 7012
improved print_thms;
Thu, 15 Jul 1999 17:53:28 +0200 export init_state;
wenzelm [Thu, 15 Jul 1999 17:53:28 +0200] rev 7011
export init_state; end_proof: reset goal_facts;
Thu, 15 Jul 1999 10:34:37 +0200 more renaming of theorems from _nat to _int (corresponding to a function that
paulson [Thu, 15 Jul 1999 10:34:37 +0200] rev 7010
more renaming of theorems from _nat to _int (corresponding to a function that was similarly renamed some time ago Also new theorem zmult_int
Thu, 15 Jul 1999 10:34:00 +0200 more renaming of theorems from _nat to _int (corresponding to a function that
paulson [Thu, 15 Jul 1999 10:34:00 +0200] rev 7009
more renaming of theorems from _nat to _int (corresponding to a function that was similarly renamed some time ago
Thu, 15 Jul 1999 10:33:16 +0200 qed_goal -> Goal; new theorems nat_le_0, nat_le_eq_zle and zdiff_int
paulson [Thu, 15 Jul 1999 10:33:16 +0200] rev 7008
qed_goal -> Goal; new theorems nat_le_0, nat_le_eq_zle and zdiff_int
Thu, 15 Jul 1999 10:27:54 +0200 qed_goal -> Goal
paulson [Thu, 15 Jul 1999 10:27:54 +0200] rev 7007
qed_goal -> Goal
Wed, 14 Jul 1999 13:32:21 +0200 tuned;
wenzelm [Wed, 14 Jul 1999 13:32:21 +0200] rev 7006
tuned;
Wed, 14 Jul 1999 13:07:09 +0200 tuned comments;
wenzelm [Wed, 14 Jul 1999 13:07:09 +0200] rev 7005
tuned comments;
Wed, 14 Jul 1999 13:06:08 +0200 tuned contradiction method;
wenzelm [Wed, 14 Jul 1999 13:06:08 +0200] rev 7004
tuned contradiction method; improved comments;
Wed, 14 Jul 1999 13:05:46 +0200 improved comment;
wenzelm [Wed, 14 Jul 1999 13:05:46 +0200] rev 7003
improved comment;
Wed, 14 Jul 1999 13:05:28 +0200 more marg_comments;
wenzelm [Wed, 14 Jul 1999 13:05:28 +0200] rev 7002
more marg_comments;
Wed, 14 Jul 1999 12:28:12 +0200 Deriving rules in Isabelle;
wenzelm [Wed, 14 Jul 1999 12:28:12 +0200] rev 7001
Deriving rules in Isabelle;
Wed, 14 Jul 1999 10:41:33 +0200 rewrite add1_zle_eq is no longer in the default simpset
paulson [Wed, 14 Jul 1999 10:41:33 +0200] rev 7000
rewrite add1_zle_eq is no longer in the default simpset
Wed, 14 Jul 1999 10:40:51 +0200 optimization for division by powers of 2
paulson [Wed, 14 Jul 1999 10:40:51 +0200] rev 6999
optimization for division by powers of 2
Wed, 14 Jul 1999 10:40:11 +0200 new montonicity theorems
paulson [Wed, 14 Jul 1999 10:40:11 +0200] rev 6998
new montonicity theorems
Wed, 14 Jul 1999 10:39:26 +0200 new constant folding rewrites
paulson [Wed, 14 Jul 1999 10:39:26 +0200] rev 6997
new constant folding rewrites
Tue, 13 Jul 1999 13:54:08 +0200 handle cgoal;
wenzelm [Tue, 13 Jul 1999 13:54:08 +0200] rev 6996
handle cgoal;
Tue, 13 Jul 1999 13:53:34 +0200 added mk_cgoal, assume_goal;
wenzelm [Tue, 13 Jul 1999 13:53:34 +0200] rev 6995
added mk_cgoal, assume_goal;
Tue, 13 Jul 1999 12:32:22 +0200 same_tac;
wenzelm [Tue, 13 Jul 1999 12:32:22 +0200] rev 6994
same_tac;
Tue, 13 Jul 1999 10:45:47 +0200 change to force (m div 0 = 0)
paulson [Tue, 13 Jul 1999 10:45:47 +0200] rev 6993
change to force (m div 0 = 0)
Tue, 13 Jul 1999 10:45:09 +0200 many new theorems
paulson [Tue, 13 Jul 1999 10:45:09 +0200] rev 6992
many new theorems
Tue, 13 Jul 1999 10:44:45 +0200 renamed inj_nat to inj_int
paulson [Tue, 13 Jul 1999 10:44:45 +0200] rev 6991
renamed inj_nat to inj_int
Tue, 13 Jul 1999 10:44:13 +0200 new monotonicity theorems
paulson [Tue, 13 Jul 1999 10:44:13 +0200] rev 6990
new monotonicity theorems
Tue, 13 Jul 1999 10:43:31 +0200 new theorem zmult_eq_0_iff
paulson [Tue, 13 Jul 1999 10:43:31 +0200] rev 6989
new theorem zmult_eq_0_iff
Tue, 13 Jul 1999 10:42:31 +0200 renamed sort "numeral" to "number"
paulson [Tue, 13 Jul 1999 10:42:31 +0200] rev 6988
renamed sort "numeral" to "number"
Tue, 13 Jul 1999 10:41:59 +0200 simplified the <= monotonicity proof
paulson [Tue, 13 Jul 1999 10:41:59 +0200] rev 6987
simplified the <= monotonicity proof
Mon, 12 Jul 1999 22:29:38 +0200 local qeds: print rule;
wenzelm [Mon, 12 Jul 1999 22:29:38 +0200] rev 6986
local qeds: print rule;
Mon, 12 Jul 1999 22:29:17 +0200 added show_hyps flag;
wenzelm [Mon, 12 Jul 1999 22:29:17 +0200] rev 6985
added show_hyps flag;
Mon, 12 Jul 1999 22:28:56 +0200 local qed; print rule;
wenzelm [Mon, 12 Jul 1999 22:28:56 +0200] rev 6984
local qed; print rule;
Mon, 12 Jul 1999 22:28:38 +0200 term/prop: include number;
wenzelm [Mon, 12 Jul 1999 22:28:38 +0200] rev 6983
term/prop: include number; method args: exlude method meta chars;
Mon, 12 Jul 1999 22:27:51 +0200 added show_hyps flag;
wenzelm [Mon, 12 Jul 1999 22:27:51 +0200] rev 6982
added show_hyps flag; local qed: print rule;
Mon, 12 Jul 1999 22:27:20 +0200 export assumption_tac;
wenzelm [Mon, 12 Jul 1999 22:27:20 +0200] rev 6981
export assumption_tac; local qeds: print rule; same_tac: actually insert rules, !! bind vars;
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip