paulson [Thu, 13 Aug 1998 18:07:56 +0200] rev 5315
tidying
paulson [Thu, 13 Aug 1998 18:07:38 +0200] rev 5314
Moved the definition of s_u (as s) into the locale
paulson [Thu, 13 Aug 1998 18:06:40 +0200] rev 5313
Constrains, Stable, Invariant...more of the substitution axiom, but Union
does not work well with them
paulson [Thu, 13 Aug 1998 17:44:50 +0200] rev 5312
simpler SELECT_GOAL no longer inserts a dummy parameter
paulson [Thu, 13 Aug 1998 17:43:00 +0200] rev 5311
Rule mk_triv_goal for making instances of triv_goal
paulson [Thu, 13 Aug 1998 17:29:18 +0200] rev 5310
Blast_tac is faster
paulson [Thu, 13 Aug 1998 17:28:52 +0200] rev 5309
stac now handles definitions as well as equalities
paulson [Thu, 13 Aug 1998 17:28:19 +0200] rev 5308
stac
oheimb [Wed, 12 Aug 1998 17:40:18 +0200] rev 5307
minor adaption for SML/NJ
oheimb [Wed, 12 Aug 1998 16:49:25 +0200] rev 5306
added theorems Id_o, o_Id
corrected name of theorem: fund_upd_other -> fun_upd_other
oheimb [Wed, 12 Aug 1998 16:23:25 +0200] rev 5305
cleanup for Fun.thy:
merged Update.{thy|ML} into Fun.{thy|ML}
moved o_def from HOL.thy to Fun.thy
added Id_def to Fun.thy
moved image_compose from Set.ML to Fun.ML
moved o_apply and o_assoc from simpdata.ML to Fun.ML
moved fun_upd_same and fun_upd_other (from Map.ML) to Fun.ML
added fun_upd_twist to Fun.ML
oheimb [Wed, 12 Aug 1998 16:21:18 +0200] rev 5304
the splitter is now defined as a functor
moved addsplits, delsplits, Addsplits, Delsplits to Provers/splitter.ML
moved split_thm_info to Provers/splitter.ML
definined atomize via general mk_atomize
removed superfluous rot_eq_tac from simplifier.ML
HOL/simpdata.ML: renamed mk_meta_eq to meta_eq,
re-renamed mk_meta_eq_simp to mk_meta_eq
added Eps_eq to simpset
oheimb [Wed, 12 Aug 1998 16:20:49 +0200] rev 5303
renamed mk_meta_eq to meta_eq
oheimb [Wed, 12 Aug 1998 16:16:49 +0200] rev 5302
removed superfluous o_apply
oheimb [Wed, 12 Aug 1998 16:15:37 +0200] rev 5301
streamlined proofs with new hoare_conseq1, hoare_conseq2
oheimb [Wed, 12 Aug 1998 16:04:27 +0200] rev 5300
defined map_upd by translation via fun_upd
changed syntax of map_upd to be consistent with that of fun_upd
added chg_map, map_upds
oheimb [Wed, 12 Aug 1998 15:40:47 +0200] rev 5299
added Eps_eq
oheimb [Wed, 12 Aug 1998 15:38:34 +0200] rev 5298
removed use_thys implied by use_thy "Main"
oheimb [Wed, 12 Aug 1998 15:31:35 +0200] rev 5297
repaired proof of chfindom_monofun2cont
oheimb [Wed, 12 Aug 1998 15:29:34 +0200] rev 5296
added length_Suc_conv, finite_set
oheimb [Wed, 12 Aug 1998 15:22:14 +0200] rev 5295
replaced idt by pttrn in @filter
oheimb [Wed, 12 Aug 1998 15:18:34 +0200] rev 5294
replaced split_etas by split_eta_proc
oheimb [Wed, 12 Aug 1998 15:00:46 +0200] rev 5293
added ospec
AddIffs [elem_o2s]
oheimb [Wed, 12 Aug 1998 14:56:56 +0200] rev 5292
minor correction: n must not be used as free variable
slotosch [Wed, 12 Aug 1998 12:17:20 +0200] rev 5291
eliminated fabs,fapp.
changed all theorem names and functions into Rep_CFun, Abs_CFun
wenzelm [Mon, 10 Aug 1998 17:06:02 +0200] rev 5290
suffix, unsuffix moved to Pure/library.ML;
wenzelm [Mon, 10 Aug 1998 17:04:28 +0200] rev 5289
fixed comment;
wenzelm [Mon, 10 Aug 1998 17:03:54 +0200] rev 5288
tuned;
wenzelm [Mon, 10 Aug 1998 17:01:40 +0200] rev 5287
??id syntax for text variables;
wenzelm [Mon, 10 Aug 1998 17:01:02 +0200] rev 5286
dest_binding, dest_skolem;