wenzelm [Tue, 16 Jul 2002 18:37:03 +0200] rev 13368
added equal_elim_rule1;
wenzelm [Tue, 16 Jul 2002 18:26:52 +0200] rev 13367
moved stuff to List.thy;
wenzelm [Tue, 16 Jul 2002 18:26:36 +0200] rev 13366
moved stuff from Main.thy;
tuned;
wenzelm [Tue, 16 Jul 2002 18:26:09 +0200] rev 13365
adapted to locale defs;
wenzelm [Tue, 16 Jul 2002 18:25:48 +0200] rev 13364
updated;
paulson [Tue, 16 Jul 2002 16:29:36 +0200] rev 13363
instantiation of locales M_trancl and M_wfrank;
proofs of list_replacement{1,2}
paulson [Tue, 16 Jul 2002 16:28:49 +0200] rev 13362
tweaked definition of setclass
paulson [Tue, 16 Jul 2002 16:28:26 +0200] rev 13361
new lemmas
nipkow [Tue, 16 Jul 2002 09:36:11 +0200] rev 13360
*** empty log message ***
isatest [Mon, 15 Jul 2002 15:28:51 +0200] rev 13359
mail address update
schirmer [Mon, 15 Jul 2002 10:41:34 +0200] rev 13358
fix latex output
paulson [Sun, 14 Jul 2002 19:59:55 +0200] rev 13357
Removal of mono.thy
paulson [Sun, 14 Jul 2002 15:14:43 +0200] rev 13356
improved presentation markup
paulson [Sun, 14 Jul 2002 15:11:21 +0200] rev 13355
merged Update with func
schirmer [Fri, 12 Jul 2002 17:16:22 +0200] rev 13354
little Bugfix
paulson [Fri, 12 Jul 2002 16:41:39 +0200] rev 13353
towards relativization of "iterates" and "wfrec"
paulson [Fri, 12 Jul 2002 11:24:40 +0200] rev 13352
new definitions of fun_apply and M_is_recfun
nipkow [Thu, 11 Jul 2002 17:56:28 +0200] rev 13351
*** empty log message ***
paulson [Thu, 11 Jul 2002 17:18:28 +0200] rev 13350
tidied
berghofe [Thu, 11 Jul 2002 16:57:14 +0200] rev 13349
Added "using" to the beginning of original newman proof again, because
it was lost during last update; renamed second version of newman to
newman' (this allows for a comparison of the primitive proof objects,
for example).
paulson [Thu, 11 Jul 2002 13:43:24 +0200] rev 13348
Separation/Replacement up to M_wfrank!
nipkow [Thu, 11 Jul 2002 10:48:30 +0200] rev 13347
*** empty log message ***
nipkow [Thu, 11 Jul 2002 09:47:15 +0200] rev 13346
Added partly automated version of Newman.
schirmer [Thu, 11 Jul 2002 09:36:41 +0200] rev 13345
Fixed markup error in comment.
nipkow [Thu, 11 Jul 2002 09:31:01 +0200] rev 13344
*** empty log message ***
nipkow [Thu, 11 Jul 2002 09:17:01 +0200] rev 13343
*** empty log message ***
berghofe [Wed, 10 Jul 2002 18:39:15 +0200] rev 13342
expand_proof now also takes an optional term describing the proposition
of the theorem to be expanded (to avoid problems with different theorems
having the same names).
berghofe [Wed, 10 Jul 2002 18:37:51 +0200] rev 13341
- Moved abs_def to drule.ML
- elim_defs now takes a boolean argument which controls the automatic
expansion of theorems mentioning constants whose definitions are
eliminated
berghofe [Wed, 10 Jul 2002 18:35:34 +0200] rev 13340
Simplified proof of induction rule for datatypes involving function types.
paulson [Wed, 10 Jul 2002 16:54:07 +0200] rev 13339
Fixed quantified variable name preservation for ball and bex (bounded quants)
Requires tweaking of other scripts. Also routine tidying.
nipkow [Wed, 10 Jul 2002 16:07:52 +0200] rev 13338
*** empty log message ***
schirmer [Wed, 10 Jul 2002 15:07:02 +0200] rev 13337
Added unary and binary operations like (+,-,<, ...); Added smallstep semantics (no proofs about it yet).