nipkow [Mon, 27 Apr 1998 18:06:22 +0200] rev 4835
*** empty log message ***
nipkow [Mon, 27 Apr 1998 17:52:03 +0200] rev 4834
delsplits, Addsplits, Delsplits.
nipkow [Mon, 27 Apr 1998 16:47:50 +0200] rev 4833
Renamed expand_const -> split_const
nipkow [Mon, 27 Apr 1998 16:46:56 +0200] rev 4832
Added conversion of reg.expr. to automata.
Renamed expand_const -> split_const.
nipkow [Mon, 27 Apr 1998 16:45:27 +0200] rev 4831
Renamed expand_const -> split_const.
nipkow [Mon, 27 Apr 1998 16:45:11 +0200] rev 4830
Added a few lemmas.
Renamed expand_const -> split_const.
paulson [Mon, 27 Apr 1998 13:47:46 +0200] rev 4829
New proof of apply_equality and new thm Pi_image_cons
oheimb [Fri, 24 Apr 1998 16:18:39 +0200] rev 4828
improved split_all_tac significantly
oheimb [Fri, 24 Apr 1998 16:16:29 +0200] rev 4827
improved keyboard modifiers
oheimb [Fri, 24 Apr 1998 16:15:34 +0200] rev 4826
added ASCII translation of subseteq
paulson [Fri, 24 Apr 1998 13:06:17 +0200] rev 4825
tidied; div & mod
oheimb [Fri, 24 Apr 1998 11:22:39 +0200] rev 4824
*** empty log message ***
wenzelm [Wed, 22 Apr 1998 19:09:44 +0200] rev 4823
added no_syn;
wenzelm [Wed, 22 Apr 1998 19:08:49 +0200] rev 4822
added mk_cond_defpair, mk_defpair;
nipkow [Wed, 22 Apr 1998 14:06:05 +0200] rev 4821
Modifications due to improved simplifier.
nipkow [Wed, 22 Apr 1998 14:04:35 +0200] rev 4820
Tried to speed up the rewriter by eta-contracting all patterns beforehand and
by classifying each pattern as to whether it allows first-order matching.
oheimb [Tue, 21 Apr 1998 17:25:19 +0200] rev 4819
improved pair_tac to call prune_params_tac afterwards
improved the (bad) efficiency of split_all_tac by about 50%
split_all_tac is now added to claset() _before_ other safe tactics
oheimb [Tue, 21 Apr 1998 17:23:24 +0200] rev 4818
split_all_tac is now added to claset() _before_ other safe tactics
oheimb [Tue, 21 Apr 1998 17:22:47 +0200] rev 4817
made proof of zmult_congruent2 more stable
oheimb [Tue, 21 Apr 1998 17:22:03 +0200] rev 4816
simplification of explicit theory usage and merges
oheimb [Tue, 21 Apr 1998 17:21:42 +0200] rev 4815
removed split_all_tac from claset() globally within IOA
oheimb [Tue, 21 Apr 1998 17:20:54 +0200] rev 4814
made modifications of the simpset() local
significantly simplified (and stabilized) proof of is_asig_of_rename
oheimb [Tue, 21 Apr 1998 17:20:28 +0200] rev 4813
layout improvement
paulson [Tue, 21 Apr 1998 10:49:15 +0200] rev 4812
expandshort; new gcd_induct with inbuilt case analysis
paulson [Tue, 21 Apr 1998 10:47:58 +0200] rev 4811
Renamed mod_XXX_cancel to mod_XXX_self
Included their div_ equivalents
paulson [Mon, 20 Apr 1998 10:38:30 +0200] rev 4810
New laws for mod
paulson [Mon, 20 Apr 1998 10:37:00 +0200] rev 4809
proving fib(gcd(m,n)) = gcd(fib m, fib n)
wenzelm [Sun, 19 Apr 1998 17:01:04 +0200] rev 4808
fixed comment;