src/ZF/ex/Ramsey.ML
changeset 38 4433428596f9
parent 7 268f93ab3bc4
child 438 52e8393ccd77
--- a/src/ZF/ex/Ramsey.ML	Thu Oct 07 10:48:16 1993 +0100
+++ b/src/ZF/ex/Ramsey.ML	Thu Oct 07 11:47:50 1993 +0100
@@ -65,7 +65,7 @@
 val Atleast_superset = result();
 
 val prems = goalw Ramsey.thy [Atleast_def,succ_def]
-    "[| Atleast(m,B);  ~ b: B |] ==> Atleast(succ(m), cons(b,B))";
+    "[| Atleast(m,B);  b~: B |] ==> Atleast(succ(m), cons(b,B))";
 by (cut_facts_tac prems 1);
 by (etac exE 1);
 by (rtac exI 1);
@@ -153,7 +153,7 @@
 
 (*For the Atleast part, proves ~(a:I) from the second premise!*)
 val prems = goalw Ramsey.thy [Symmetric_def,Indept_def]
-    "[| Symmetric(E);  Indept(I, {z: V-{a}. ~ <a,z>:E}, E);  a: V;  \
+    "[| Symmetric(E);  Indept(I, {z: V-{a}. <a,z> ~: E}, E);  a: V;  \
 \       Atleast(j,I) |] ==>   \
 \    Indept(cons(a,I), V, E) & Atleast(succ(j), cons(a,I))";
 by (cut_facts_tac prems 1);