changeset 7499 | 23e090051cb8 |
parent 6176 | 707b6f9859d2 |
child 8127 | 68c6159440f1 |
--- a/src/ZF/CardinalArith.ML Mon Sep 06 22:12:08 1999 +0200 +++ b/src/ZF/CardinalArith.ML Tue Sep 07 10:40:58 1999 +0200 @@ -357,7 +357,7 @@ (*Kunen's Lemma 10.11*) Goalw [InfCard_def] "InfCard(K) ==> Limit(K)"; by (etac conjE 1); -by (forward_tac [Card_is_Ord] 1); +by (ftac Card_is_Ord 1); by (rtac (ltI RS non_succ_LimitI) 1); by (etac ([asm_rl, nat_0I] MRS (le_imp_subset RS subsetD)) 1); by (safe_tac (claset() addSDs [Limit_nat RS Limit_le_succD]));