From 9f1c6a7afaa3510c9aacd9ec6e4a48f91dc36ccb Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Thu, 20 Mar 2008 12:59:03 +0000 Subject: [PATCH] I believe that auto paramodulation does not try to saturate guarded equations and solve hypothesis with auto... --- helm/software/matita/tests/naiveparamod.ma | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/software/matita/tests/naiveparamod.ma b/helm/software/matita/tests/naiveparamod.ma index ef86f372d..be207866d 100644 --- a/helm/software/matita/tests/naiveparamod.ma +++ b/helm/software/matita/tests/naiveparamod.ma @@ -33,7 +33,7 @@ theorem prova1: autobatch width = 5 depth = 3. (* look at h parameters! *) qed. -(* c'e' qualcosa di imperativo, se si cambia l'rdine delle ipotesi poi sclera *) +(* c'e' qualcosa di imperativo, se si cambia l'ordine delle ipotesi poi sclera *) theorem prova2: \forall A,B,C:Prop. (* SE METTO SET NON VA *) \forall a:B -> A. @@ -42,6 +42,6 @@ theorem prova2: \forall b:B. A=B. intros. - autobatch paramodulation. + autobatch. try assumption. qed. \ No newline at end of file -- 2.39.2