added a new example due to Robin Arthan
authorlcp
Wed, 27 Jul 1994 19:08:14 +0200
changeset 492 7bc980c7585e
parent 491 1a7717eca145
child 493 e2f00c943fa5
added a new example due to Robin Arthan
src/FOL/ex/cla.ML
--- a/src/FOL/ex/cla.ML	Wed Jul 27 19:04:21 1994 +0200
+++ b/src/FOL/ex/cla.ML	Wed Jul 27 19:08:14 1994 +0200
@@ -162,6 +162,10 @@
 by (best_tac FOL_dup_cs 1);
 result();
 
+goal FOL.thy "EX x. (EX y. P(y)) --> P(x)";
+by (best_tac FOL_dup_cs 1);
+result();
+
 (*from Vladimir Lifschitz, What Is the Inverse Method?, JAR 5 (1989), 1--23*)
 goal FOL.thy "EX x x'. ALL y. EX z z'. \
 \               (~P(y,y) | P(x,x) | ~S(z,x)) & \