changeset 644 | 112cf8574cf1 |
parent 492 | 7bc980c7585e |
child 665 | 97e9ad6c1c4a |
--- a/src/FOL/ex/cla.ML Wed Oct 19 09:39:23 1994 +0100 +++ b/src/FOL/ex/cla.ML Wed Oct 19 09:41:48 1994 +0100 @@ -468,8 +468,7 @@ writeln"Problem 58 NOT PROVED AUTOMATICALLY"; goal FOL.thy "(ALL x y. f(x)=g(y)) --> (ALL x y. f(f(x))=f(g(y)))"; -val f_cong = read_instantiate [("t","f")] subst_context; -by (fast_tac (FOL_cs addIs [f_cong]) 1); +by (fast_tac (FOL_cs addEs [subst_context]) 1); result(); writeln"Problem 59";