src/FOLP/ex/int.ML
changeset 2573 f3e04805895a
parent 1464 a608f83e3421
child 2603 4988dda71c0b
--- a/src/FOLP/ex/int.ML	Fri Jan 31 17:13:19 1997 +0100
+++ b/src/FOLP/ex/int.ML	Fri Jan 31 17:15:55 1997 +0100
@@ -264,8 +264,12 @@
 
 writeln"Problem 24";
 goal IFOLP.thy "?p : ~(EX x. S(x)&Q(x)) & (ALL x. P(x) --> Q(x)|R(x)) &  \
-\    ~(EX x.P(x)) --> (EX x.Q(x)) & (ALL x. Q(x)|R(x) --> S(x))  \
-\   --> (EX x. P(x)&R(x))";
+\    (~(EX x.P(x)) --> (EX x.Q(x))) & (ALL x. Q(x)|R(x) --> S(x))  \
+\   --> ~~(EX x. P(x)&R(x))";
+(*Not clear why fast_tac, best_tac, ASTAR and ITER_DEEPEN all take forever*)
+by Int.safe_tac; 
+by (etac impE 1);
+by (Int.fast_tac 1); 
 by (Int.fast_tac 1); 
 result();