berghofe [Thu, 22 Dec 2005 13:31:58 +0100] rev 18491
Tuned syntax for perm.
nipkow [Thu, 22 Dec 2005 13:00:53 +0100] rev 18490
new lemmas
paulson [Thu, 22 Dec 2005 12:27:10 +0100] rev 18489
Fixed a use of an outdated Substring function
wenzelm [Thu, 22 Dec 2005 00:41:26 +0100] rev 18488
tuned;
wenzelm [Thu, 22 Dec 2005 00:29:22 +0100] rev 18487
exh_casedist2: norm_hhf_eq;
wenzelm [Thu, 22 Dec 2005 00:29:20 +0100] rev 18486
added bicompose_no_flatten, which refrains from
changing the shape of the new subgoals;
wenzelm [Thu, 22 Dec 2005 00:29:19 +0100] rev 18485
bicompose_proof: no_flatten;
wenzelm [Thu, 22 Dec 2005 00:29:18 +0100] rev 18484
conclude/SELECT: Thm.bicompose_no_flatten avoids unsolicited modification of result;
wenzelm [Thu, 22 Dec 2005 00:29:17 +0100] rev 18483
Transform mutual rule into projection.
wenzelm [Thu, 22 Dec 2005 00:29:15 +0100] rev 18482
added Provers/project_rule.ML
wenzelm [Thu, 22 Dec 2005 00:29:14 +0100] rev 18481
structure ProjectRule;
wenzelm [Thu, 22 Dec 2005 00:29:12 +0100] rev 18480
* induct: improved treatment of mutual goals and mutual rules;
wenzelm [Thu, 22 Dec 2005 00:29:11 +0100] rev 18479
updated auxiliary facts for induct method;
removed dead code;
wenzelm [Thu, 22 Dec 2005 00:29:10 +0100] rev 18478
prop_tr': proper handling of aprop marked as bound;
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;