wenzelm [Fri, 01 Oct 1999 20:38:50 +0200] rev 7678
added 'obtain' command;
wenzelm [Fri, 01 Oct 1999 20:38:16 +0200] rev 7677
tuned comment;
wenzelm [Fri, 01 Oct 1999 20:38:00 +0200] rev 7676
added prf_asm_goal;
wenzelm [Fri, 01 Oct 1999 20:37:38 +0200] rev 7675
added atomic_thesis;
wenzelm [Fri, 01 Oct 1999 20:36:53 +0200] rev 7674
The 'obtain' language element -- achieves (eliminated) existential
quantification proof command level.
wenzelm [Fri, 01 Oct 1999 18:36:12 +0200] rev 7673
added undef_global_attribute, undef_local_attribute;
berghofe [Fri, 01 Oct 1999 10:23:13 +0200] rev 7672
- Fixed bug in mk_split_pack which caused application of expansion theorem
to fail because of typing reasons
- Rewrote inst_lift and inst_split: now cterm_instantiate is used to
instantiate theorems
wenzelm [Thu, 30 Sep 1999 23:37:22 +0200] rev 7671
fixed 'is' match;
wenzelm [Thu, 30 Sep 1999 23:33:41 +0200] rev 7670
added cert_skolem;
removed declare_thm;
context: removed maxidx;
added maxidx_of_pair for proper unification;
wenzelm [Thu, 30 Sep 1999 23:31:55 +0200] rev 7669
export find_free;
wenzelm [Thu, 30 Sep 1999 23:31:13 +0200] rev 7668
removed ProofContext.declare_thm;
wenzelm [Thu, 30 Sep 1999 21:23:08 +0200] rev 7667
local_def_i: typ option;
admit additional (fixed) type vars on rhs;
wenzelm [Thu, 30 Sep 1999 21:22:26 +0200] rev 7666
fix_i, local_def_i: typ option;
wenzelm [Thu, 30 Sep 1999 21:21:52 +0200] rev 7665
get_goal: prop;
fix_i: typ option;
wenzelm [Thu, 30 Sep 1999 21:21:04 +0200] rev 7664
insert: ignore facts;
wenzelm [Thu, 30 Sep 1999 21:20:36 +0200] rev 7663
export def_sort, def_type;
fix_i: typ option;
init: maxidx = 0 is workaround for obscure bug in Unify.smash_unifiers;
wenzelm [Thu, 30 Sep 1999 20:49:06 +0200] rev 7662
Real/HahnBanach;
wenzelm [Thu, 30 Sep 1999 16:16:56 +0200] rev 7661
depend on Main;
paulson [Thu, 30 Sep 1999 10:06:56 +0200] rev 7660
now with (weak safety) guarantees (weak progress) with Extend
wenzelm [Wed, 29 Sep 1999 16:45:23 +0200] rev 7659
bind_thm ("case_split", case_split_thm);
wenzelm [Wed, 29 Sep 1999 16:45:04 +0200] rev 7658
CollectE;
AddXIs [subsetD, rev_subsetD, psubsetI];
wenzelm [Wed, 29 Sep 1999 16:44:18 +0200] rev 7657
subsetD;
wenzelm [Wed, 29 Sep 1999 16:41:52 +0200] rev 7656
update from Gertrud;
wenzelm [Wed, 29 Sep 1999 15:35:09 +0200] rev 7655
The Hahn-Banach theorem for real vectorspaces;
wenzelm [Wed, 29 Sep 1999 14:56:49 +0200] rev 7654
bind_thms;
wenzelm [Wed, 29 Sep 1999 14:56:19 +0200] rev 7653
Sign.defaultS;
wenzelm [Wed, 29 Sep 1999 14:56:01 +0200] rev 7652
Sign.of_sort;
wenzelm [Wed, 29 Sep 1999 14:40:15 +0200] rev 7651
tuned;