src/ZF/ex/Limit.ML
changeset 5268 59ef39008514
parent 5147 825877190618
child 5514 324e1560a5c9
--- a/src/ZF/ex/Limit.ML	Thu Aug 06 10:50:44 1998 +0200
+++ b/src/ZF/ex/Limit.ML	Thu Aug 06 12:24:04 1998 +0200
@@ -331,8 +331,7 @@
 by (Asm_simp_tac 1);
 qed "subchain_isub";
 
-Goal
-  "[|dominate(D,X,Y); subchain(Y,X); islub(D,X,x); islub(D,Y,y); cpo(D);  \
+Goal "[|dominate(D,X,Y); subchain(Y,X); islub(D,X,x); islub(D,Y,y); cpo(D);  \
 \    X:nat->set(D); Y:nat->set(D)|] ==> x = y";
 by (blast_tac (claset() addIs [cpo_antisym, dominate_islub, islub_least,
 			       subchain_isub, islub_isub, islub_in]) 1);
@@ -2156,8 +2155,7 @@
 by (auto_tac (claset() addIs [exI,rho_projpair], simpset()));
 qed "emb_rho_emb";
 
-Goal 
-  "[| emb_chain(DD,ee); n:nat |] ==>   \
+Goal "[| emb_chain(DD,ee); n:nat |] ==>   \
 \  rho_proj(DD,ee,n) : cont(Dinf(DD,ee),DD`n)";
 by (auto_tac (claset() addIs [rho_projpair,projpair_p_cont], simpset()));
 qed "rho_proj_cont";