Tue, 21 Apr 1998 10:49:15 +0200 expandshort; new gcd_induct with inbuilt case analysis
paulson [Tue, 21 Apr 1998 10:49:15 +0200] rev 4812
expandshort; new gcd_induct with inbuilt case analysis
Tue, 21 Apr 1998 10:47:58 +0200 Renamed mod_XXX_cancel to mod_XXX_self
paulson [Tue, 21 Apr 1998 10:47:58 +0200] rev 4811
Renamed mod_XXX_cancel to mod_XXX_self Included their div_ equivalents
Mon, 20 Apr 1998 10:38:30 +0200 New laws for mod
paulson [Mon, 20 Apr 1998 10:38:30 +0200] rev 4810
New laws for mod
Mon, 20 Apr 1998 10:37:00 +0200 proving fib(gcd(m,n)) = gcd(fib m, fib n)
paulson [Mon, 20 Apr 1998 10:37:00 +0200] rev 4809
proving fib(gcd(m,n)) = gcd(fib m, fib n)
Sun, 19 Apr 1998 17:01:04 +0200 fixed comment;
wenzelm [Sun, 19 Apr 1998 17:01:04 +0200] rev 4808
fixed comment;
Fri, 10 Apr 1998 13:42:22 +0200 Fixed bug in inductive sections to allow disjunctive premises;
paulson [Fri, 10 Apr 1998 13:42:22 +0200] rev 4807
Fixed bug in inductive sections to allow disjunctive premises; added tracing flag trace_induct
Fri, 10 Apr 1998 13:41:04 +0200 bug fixes
paulson [Fri, 10 Apr 1998 13:41:04 +0200] rev 4806
bug fixes
Fri, 10 Apr 1998 13:40:29 +0200 can prove the empty relation to be WF
paulson [Fri, 10 Apr 1998 13:40:29 +0200] rev 4805
can prove the empty relation to be WF
Fri, 10 Apr 1998 13:15:28 +0200 Fixed bug in inductive sections to allow disjunctive premises;
paulson [Fri, 10 Apr 1998 13:15:28 +0200] rev 4804
Fixed bug in inductive sections to allow disjunctive premises; added tracing flag trace_induct
Thu, 09 Apr 1998 12:31:35 +0200 Clearer description of recdef, including use of {}
paulson [Thu, 09 Apr 1998 12:31:35 +0200] rev 4803
Clearer description of recdef, including use of {}
Thu, 09 Apr 1998 12:29:39 +0200 Simplified the syntax description; mentioned FOL vs HOL
paulson [Thu, 09 Apr 1998 12:29:39 +0200] rev 4802
Simplified the syntax description; mentioned FOL vs HOL
Tue, 07 Apr 1998 13:46:34 +0200 *** empty log message ***
oheimb [Tue, 07 Apr 1998 13:46:34 +0200] rev 4801
*** empty log message ***
Tue, 07 Apr 1998 13:46:05 +0200 replaced option_map_SomeD by option_map_eq_Some (RS iffD1)
oheimb [Tue, 07 Apr 1998 13:46:05 +0200] rev 4800
replaced option_map_SomeD by option_map_eq_Some (RS iffD1) added option_map_eq_Some to simpset(), option_map_eq_Some RS iffD1 to claset()
Tue, 07 Apr 1998 13:43:07 +0200 made split_all_tac as safe wrapper more defensive:
oheimb [Tue, 07 Apr 1998 13:43:07 +0200] rev 4799
made split_all_tac as safe wrapper more defensive: if it is added as unsafe wrapper again (as its was before), this does not break the current proofs.
Sat, 04 Apr 1998 14:30:19 +0200 no open Simplifier;
wenzelm [Sat, 04 Apr 1998 14:30:19 +0200] rev 4798
no open Simplifier;
Sat, 04 Apr 1998 14:27:11 +0200 tuned fail;
wenzelm [Sat, 04 Apr 1998 14:27:11 +0200] rev 4797
tuned fail;
Sat, 04 Apr 1998 12:31:35 +0200 type_error;
wenzelm [Sat, 04 Apr 1998 12:31:35 +0200] rev 4796
type_error; replaced thy_data by setup;
Sat, 04 Apr 1998 12:30:17 +0200 tuned comments;
wenzelm [Sat, 04 Apr 1998 12:30:17 +0200] rev 4795
tuned comments; BasicSimplifier made pervasive; added simp tags / attributes; replaced thy_data by setup;
Sat, 04 Apr 1998 12:29:07 +0200 no open Simplifier;
wenzelm [Sat, 04 Apr 1998 12:29:07 +0200] rev 4794
no open Simplifier;
Sat, 04 Apr 1998 12:28:39 +0200 replaced thy_data by thy_setup;
wenzelm [Sat, 04 Apr 1998 12:28:39 +0200] rev 4793
replaced thy_data by thy_setup;
Sat, 04 Apr 1998 12:26:47 +0200 type_error;
wenzelm [Sat, 04 Apr 1998 12:26:47 +0200] rev 4792
type_error;
Sat, 04 Apr 1998 11:44:16 +0200 replaced thy_data by setup;
wenzelm [Sat, 04 Apr 1998 11:44:16 +0200] rev 4791
replaced thy_data by setup;
Sat, 04 Apr 1998 11:43:39 +0200 removed simple;
wenzelm [Sat, 04 Apr 1998 11:43:39 +0200] rev 4790
removed simple; added fail, untag;
Sat, 04 Apr 1998 11:42:48 +0200 added triv_goal, rev_triv_goal (for Isar);
wenzelm [Sat, 04 Apr 1998 11:42:48 +0200] rev 4789
added triv_goal, rev_triv_goal (for Isar);
Sat, 04 Apr 1998 11:42:26 +0200 added Goal_def;
wenzelm [Sat, 04 Apr 1998 11:42:26 +0200] rev 4788
added Goal_def;
Sat, 04 Apr 1998 11:41:24 +0200 replaced thy_data by thy_setup;
wenzelm [Sat, 04 Apr 1998 11:41:24 +0200] rev 4787
replaced thy_data by thy_setup;
Sat, 04 Apr 1998 11:41:00 +0200 added local_theory (for Isar);
wenzelm [Sat, 04 Apr 1998 11:41:00 +0200] rev 4786
added local_theory (for Isar); added setup;
Sat, 04 Apr 1998 11:40:18 +0200 tuned trace msgs;
wenzelm [Sat, 04 Apr 1998 11:40:18 +0200] rev 4785
tuned trace msgs;
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip