src/ZF/AC/AC16_WO4.ML
changeset 2167 5819e85ad261
parent 1932 cc9f1ba8f29a
child 2469 b50b8c0eec01
--- a/src/ZF/AC/AC16_WO4.ML	Thu Nov 07 10:19:15 1996 +0100
+++ b/src/ZF/AC/AC16_WO4.ML	Fri Nov 08 14:02:51 1996 +0100
@@ -31,9 +31,8 @@
 (* The case of infinite set                                               *)
 (* ********************************************************************** *)
 
-goal thy "!!x. well_ord(x,r) ==> well_ord({{y,z}. y:x},?s(x,z))";
-by (eresolve_tac [paired_bij RS bij_is_inj RS well_ord_rvimage] 1);
-val well_ord_paired = uresult();
+(* well_ord(x,r) ==> well_ord({{y,z}. y:x}, Something(x,z))  **)
+val well_ord_paired = standard (paired_bij RS bij_is_inj RS well_ord_rvimage);
 
 goal thy "!!A. [| A lepoll B; ~ A lepoll C |] ==> ~ B lepoll C";
 by (fast_tac (FOL_cs addEs [notE, lepoll_trans]) 1);