wenzelm [Thu, 22 Dec 2005 00:29:09 +0100] rev 18477
consume: expand defs in prems of concls;
added add_consumes;
make/extract_cases: split cases consisting of meta-conjunctions;
added mutual_rule;
wenzelm [Thu, 22 Dec 2005 00:29:08 +0100] rev 18476
cases: main is_proper flag;
print_cases: show proper cases only;
wenzelm [Thu, 22 Dec 2005 00:29:07 +0100] rev 18475
auto cases: marked improper;
tuned;
wenzelm [Thu, 22 Dec 2005 00:29:06 +0100] rev 18474
conjunction_tac: single goal;
wenzelm [Thu, 22 Dec 2005 00:29:04 +0100] rev 18473
CONJUNCTS2;
wenzelm [Thu, 22 Dec 2005 00:29:03 +0100] rev 18472
rule_context: numbered cases;
wenzelm [Thu, 22 Dec 2005 00:29:01 +0100] rev 18471
conjunction_tac: single goal;
added CONJUNCTS2, precise_conjunction_tac;
removed smart_conjunction_tac;
wenzelm [Thu, 22 Dec 2005 00:29:00 +0100] rev 18470
renamed imp_cong' to imp_cong_rule;
wenzelm [Thu, 22 Dec 2005 00:28:58 +0100] rev 18469
mk_conjunction: proper treatment of bounds;
added dest_conjunction(s);
wenzelm [Thu, 22 Dec 2005 00:28:54 +0100] rev 18468
fixed has_internal;
added is_internal;
renamed imp_cong' to imp_cong_rule;
uniform versions of forall_conv, concl_conv, prems_conv, conjunction_conv;
wenzelm [Thu, 22 Dec 2005 00:28:53 +0100] rev 18467
Tactic.precise_conjunction_tac;
wenzelm [Thu, 22 Dec 2005 00:28:52 +0100] rev 18466
added locale meta_conjunction_syntax and various conjunction rules;
wenzelm [Thu, 22 Dec 2005 00:28:51 +0100] rev 18465
simplified setup: removed dest_concls, local_impI, conjI;
improved handling of simultaneous goals: split cases;
simplified treatment of mutual rules, which are now specified as a list
instead of object-level conjunction (cf. set/type/rule);
moved join_rules to RuleCases.mutual_rule;
wenzelm [Thu, 22 Dec 2005 00:28:49 +0100] rev 18464
induct_rulify;
wenzelm [Thu, 22 Dec 2005 00:28:47 +0100] rev 18463
actually produce projected rules;
*.inducts holds all projected rules;
wenzelm [Thu, 22 Dec 2005 00:28:46 +0100] rev 18462
*.inducts holds all projected rules;
wenzelm [Thu, 22 Dec 2005 00:28:44 +0100] rev 18461
tuned;
wenzelm [Thu, 22 Dec 2005 00:28:43 +0100] rev 18460
tuned induct proofs;
wenzelm [Thu, 22 Dec 2005 00:28:41 +0100] rev 18459
mutual induct with *.inducts;
wenzelm [Thu, 22 Dec 2005 00:28:39 +0100] rev 18458
wf_induct_rule: consumes 1;
wenzelm [Thu, 22 Dec 2005 00:28:36 +0100] rev 18457
structure ProjectRule;
updated auxiliary facts for induct method;
tuned proofs;
wenzelm [Thu, 22 Dec 2005 00:28:34 +0100] rev 18456
updated auxiliary facts for induct method;
haftmann [Wed, 21 Dec 2005 17:00:57 +0100] rev 18455
slight improvements
haftmann [Wed, 21 Dec 2005 15:19:16 +0100] rev 18454
slight improvements in name handling
haftmann [Wed, 21 Dec 2005 15:18:57 +0100] rev 18453
slight refinements
haftmann [Wed, 21 Dec 2005 15:18:36 +0100] rev 18452
added eq_ord
haftmann [Wed, 21 Dec 2005 15:18:17 +0100] rev 18451
slight clean ups
haftmann [Wed, 21 Dec 2005 13:25:20 +0100] rev 18450
discontinued unflat in favour of burrow and burrow_split
paulson [Wed, 21 Dec 2005 12:06:08 +0100] rev 18449
new hash table module in HOL/Too/s
paulson [Wed, 21 Dec 2005 12:05:47 +0100] rev 18448
modified suffix for [iff] attribute