Fixed proof depending on strange behaviour of rename_bvs.
authorberghofe
Mon, 12 Nov 2001 10:39:42 +0100
changeset 12153 dc67fdb03a2a
parent 12152 46f128d8133c
child 12154 3a7fe282af9d
Fixed proof depending on strange behaviour of rename_bvs.
src/ZF/AC/DC.ML
--- a/src/ZF/AC/DC.ML	Mon Nov 12 10:37:36 2001 +0100
+++ b/src/ZF/AC/DC.ML	Mon Nov 12 10:39:42 2001 +0100
@@ -365,9 +365,8 @@
 by (rtac ballI 1);
 by (etac succE 1);
 (** LEVEL 25 **)
-by (dresolve_tac [domain_of_fun RSN (2, export f_n_pairs_in_R)] 2
-        THEN REPEAT (assume_tac 2));
-by (dtac bspec 2 THEN (assume_tac 2));
+by (EVERY [dtac (domain_of_fun RSN (2, export f_n_pairs_in_R)) 2,
+  REPEAT (assume_tac 2), dtac bspec 2, assume_tac 2]);
 by (asm_full_simp_tac (simpset()
         addsimps [nat_into_Ord RS succ_in_succ, succI2, cons_val_k]) 2);
 by (asm_full_simp_tac (simpset() addsimps [cons_val_n, cons_val_k]) 1);