src/ZF/AC/WO6_WO1.ML
changeset 7499 23e090051cb8
parent 6153 bff90585cce5
child 8123 a71686059be0
equal deleted inserted replaced
7498:1e5585fd3632 7499:23e090051cb8
   451 by (res_inst_tac [("x1","A")] (lemma_iv RS revcut_rl) 1);
   451 by (res_inst_tac [("x1","A")] (lemma_iv RS revcut_rl) 1);
   452 by (etac exE 1);
   452 by (etac exE 1);
   453 by (dtac WO6_imp_NN_not_empty 1);
   453 by (dtac WO6_imp_NN_not_empty 1);
   454 by (eresolve_tac [Un_subset_iff RS iffD1 RS conjE] 1);
   454 by (eresolve_tac [Un_subset_iff RS iffD1 RS conjE] 1);
   455 by (eres_inst_tac [("A","NN(y)")] not_emptyE 1);
   455 by (eres_inst_tac [("A","NN(y)")] not_emptyE 1);
   456 by (forward_tac [y_well_ord] 1);
   456 by (ftac y_well_ord 1);
   457 by (fast_tac (claset() addEs [well_ord_subset]) 2);
   457 by (fast_tac (claset() addEs [well_ord_subset]) 2);
   458 by (fast_tac (claset() addSIs [lemma3] addSDs [NN_y_0] addSEs [not_emptyE]) 1);
   458 by (fast_tac (claset() addSIs [lemma3] addSDs [NN_y_0] addSEs [not_emptyE]) 1);
   459 qed "WO6_imp_WO1";
   459 qed "WO6_imp_WO1";
   460 
   460