nipkow [Thu, 20 Aug 1998 10:17:18 +0200] rev 5347
Added converse_rtranclE(2)
paulson [Thu, 20 Aug 1998 09:25:59 +0200] rev 5346
Now qed_spec_mp respects locales, by calling ml_store_thm
instead of bind_thm
wenzelm [Wed, 19 Aug 1998 17:05:00 +0200] rev 5345
fixed param;
wenzelm [Wed, 19 Aug 1998 17:04:21 +0200] rev 5344
assume: adjust_maxidx;
paulson [Wed, 19 Aug 1998 10:49:30 +0200] rev 5343
new version, more resistant to PROOF FAILED. Now it distinguishes between
inferences that update the branch (resolve_tac) and those that do not
(match_tac)
paulson [Wed, 19 Aug 1998 10:37:56 +0200] rev 5342
The warning "Rewrite rule from different theory" is ALWAYS printed, even if
tracing is off.
paulson [Wed, 19 Aug 1998 10:37:07 +0200] rev 5341
new theorem zero_less_diff
paulson [Wed, 19 Aug 1998 10:34:31 +0200] rev 5340
Misc changes
paulson [Wed, 19 Aug 1998 10:29:01 +0200] rev 5339
Deleted obsolete declaration of PartE'
paulson [Wed, 19 Aug 1998 10:28:25 +0200] rev 5338
Tidied, removing uses of less_imp_diff_positive
paulson [Wed, 19 Aug 1998 10:27:49 +0200] rev 5337
tidied
paulson [Wed, 19 Aug 1998 10:27:25 +0200] rev 5336
fixed overloading of "image"
paulson [Wed, 19 Aug 1998 10:27:00 +0200] rev 5335
Overloading decl should assist Blast_tac
paulson [Wed, 19 Aug 1998 10:26:37 +0200] rev 5334
less_imp_diff_positive is redundant with new simprule zero_less_diff
paulson [Wed, 19 Aug 1998 10:26:02 +0200] rev 5333
Some new theorems. zero_less_diff replaces less_imp_diff_positive
paulson [Tue, 18 Aug 1998 10:27:14 +0200] rev 5332
ZF.thy
paulson [Tue, 18 Aug 1998 10:25:13 +0200] rev 5331
new theorem Un_Diff_Int
paulson [Tue, 18 Aug 1998 10:24:54 +0200] rev 5330
added comment
paulson [Tue, 18 Aug 1998 10:24:09 +0200] rev 5329
new theorem diff_Suc_less_diff
wenzelm [Mon, 17 Aug 1998 20:32:24 +0200] rev 5328
added get_tthmss;
nipkow [Mon, 17 Aug 1998 16:02:21 +0200] rev 5327
Mention RegExp2NA.
paulson [Mon, 17 Aug 1998 13:09:40 +0200] rev 5326
expandshort
paulson [Mon, 17 Aug 1998 13:09:08 +0200] rev 5325
Yet more removal of "goal" commands, especially "goal ZF.thy", so ZF.thy
contains fewer theorems than before
paulson [Mon, 17 Aug 1998 13:06:29 +0200] rev 5324
Now allows "." in rule names, with special treatment for "be"
nipkow [Mon, 17 Aug 1998 11:00:57 +0200] rev 5323
Direct translation RegExp -> NA!
nipkow [Mon, 17 Aug 1998 11:00:27 +0200] rev 5322
Additions to Lex.
paulson [Fri, 14 Aug 1998 18:37:28 +0200] rev 5321
got rid of some goal thy commands
paulson [Fri, 14 Aug 1998 13:52:42 +0200] rev 5320
now trans_tac is part of the claset...
paulson [Fri, 14 Aug 1998 12:06:34 +0200] rev 5319
Moved Un_subset_iff and Int_subset_iff from UNITY to equalities.ML
paulson [Fri, 14 Aug 1998 12:03:01 +0200] rev 5318
expandshort
paulson [Fri, 14 Aug 1998 12:02:35 +0200] rev 5317
Uses Goal instead of "goal...thy" to avoid theory problems
paulson [Thu, 13 Aug 1998 18:14:26 +0200] rev 5316
even more tidying of Goal commands
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