removed mention of FOL_dup_cs
authorlcp
Tue, 24 Jan 1995 03:02:01 +0100
changeset 874 2432820efbfe
parent 873 0cfc734e3dbd
child 875 a0b71a4bbe5e
removed mention of FOL_dup_cs
doc-src/Logics/FOL.tex
--- a/doc-src/Logics/FOL.tex	Tue Jan 24 03:01:14 1995 +0100
+++ b/doc-src/Logics/FOL.tex	Tue Jan 24 03:02:01 1995 +0100
@@ -614,14 +614,16 @@
 {\out EX y. ALL x. P(y) --> P(x)}
 {\out No subgoals!}
 \end{ttbox}
-The civilised way to prove this theorem is through \ttindex{best_tac},
-supplying the classical version of~$(\exists I)$:
+The civilised way to prove this theorem is through \ttindex{deepen_tac},
+which automatically uses the classical version of~$(\exists I)$:
 \begin{ttbox}
 goal FOL.thy "EX y. ALL x. P(y)-->P(x)";
 {\out Level 0}
 {\out EX y. ALL x. P(y) --> P(x)}
 {\out  1. EX y. ALL x. P(y) --> P(x)}
-by (best_tac FOL_dup_cs 1);
+by (deepen_tac FOL_cs 0 1);
+{\out Depth = 0}
+{\out Depth = 2}
 {\out Level 1}
 {\out EX y. ALL x. P(y) --> P(x)}
 {\out No subgoals!}