hoelzl [Thu, 09 Jun 2011 11:50:16 +0200] rev 43338
lemmas about right derivative and limits
hoelzl [Thu, 09 Jun 2011 11:50:16 +0200] rev 43337
lemma about differences of convex functions
hoelzl [Thu, 09 Jun 2011 11:50:16 +0200] rev 43336
lemmas relating ln x and x - 1
hoelzl [Tue, 31 May 2011 21:33:49 +0200] rev 43335
use divide instead of inverse for the derivative of ln
bulwahn [Thu, 09 Jun 2011 11:57:39 +0200] rev 43334
adding ISABELLE_GHC environment setting to mira configuration isabelle makeall all on lxbroy10
wenzelm [Thu, 09 Jun 2011 23:12:02 +0200] rev 43333
renamed Drule.instantiate to Drule.instantiate_normalize to emphasize its meaning as opposed to plain Thm.instantiate;
wenzelm [Thu, 09 Jun 2011 22:25:25 +0200] rev 43332
document depth arguments of method "auto";
wenzelm [Thu, 09 Jun 2011 22:13:21 +0200] rev 43331
clarified raw_blast, which is not really a tactic since it operates directly on subgoal 1 without bounds check (cf. c46107e6714b);
uniform handling of exceptions in depth_tac and blast_tac, discontinued separate blast_depth_tac;
tuned blast_tac: atomize prems only once, outside DEEPEN;
wenzelm [Thu, 09 Jun 2011 20:56:08 +0200] rev 43330
clarified special incr_type_indexes;
wenzelm [Thu, 09 Jun 2011 20:22:22 +0200] rev 43329
tuned signature: Name.invent and Name.invent_names;
wenzelm [Wed, 08 Jun 2011 22:16:21 +0200] rev 43328
modernized structure ProofContext;
wenzelm [Thu, 09 Jun 2011 17:58:42 +0200] rev 43327
even more robust \isaspacing;
wenzelm [Thu, 09 Jun 2011 17:51:49 +0200] rev 43326
simplified Name.variant -- discontinued builtin fold_map;
wenzelm [Thu, 09 Jun 2011 17:46:25 +0200] rev 43325
some attempts at robust \isaspacing so that \isa{...} can be used in section headings etc. (need to avoid `\? for some reason);
wenzelm [Thu, 09 Jun 2011 16:34:49 +0200] rev 43324
discontinued Name.variant to emphasize that this is old-style / indirect;
wenzelm [Thu, 09 Jun 2011 15:38:49 +0200] rev 43323
prefer new-style Name.invents;
wenzelm [Thu, 09 Jun 2011 15:37:37 +0200] rev 43322
more tight name invention -- avoiding old functions;
wenzelm [Thu, 09 Jun 2011 11:26:25 +0200] rev 43321
\frenchspacing for formal isabelle style avoids extra space in situations like ``@{text "?"}'' followed by plain text;
wenzelm [Thu, 09 Jun 2011 10:59:25 +0200] rev 43320
tuned;
bulwahn [Thu, 09 Jun 2011 10:43:42 +0200] rev 43319
NEWS
bulwahn [Thu, 09 Jun 2011 10:19:51 +0200] rev 43318
correcting import theory of examples
bulwahn [Thu, 09 Jun 2011 09:07:13 +0200] rev 43317
fixing code generation test
bulwahn [Thu, 09 Jun 2011 08:32:22 +0200] rev 43316
removing char setup
bulwahn [Thu, 09 Jun 2011 08:32:21 +0200] rev 43315
removing unneccessary manual instantiations and dead definitions; hiding more constants and facts
bulwahn [Thu, 09 Jun 2011 08:32:19 +0200] rev 43314
adding a nicer error message for quickcheck_narrowing; hiding fact empty_def
bulwahn [Thu, 09 Jun 2011 08:32:18 +0200] rev 43313
adding narrowing engine for existentials
bulwahn [Thu, 09 Jun 2011 08:32:18 +0200] rev 43312
adapting Quickcheck_Narrowing: adding setup for characters; correcting import statement
bulwahn [Thu, 09 Jun 2011 08:32:16 +0200] rev 43311
adding theory Quickcheck_Narrowing to HOL-Main image
bulwahn [Thu, 09 Jun 2011 08:32:15 +0200] rev 43310
adapting IsaMakefile
bulwahn [Thu, 09 Jun 2011 08:32:14 +0200] rev 43309
moving Quickcheck_Narrowing from Library to base directory