]> matita.cs.unibo.it Git - helm.git/commitdiff
I believe that auto paramodulation does not try to
authorEnrico Tassi <enrico.tassi@inria.fr>
Thu, 20 Mar 2008 12:59:03 +0000 (12:59 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Thu, 20 Mar 2008 12:59:03 +0000 (12:59 +0000)
saturate guarded equations and solve hypothesis with auto...

helm/software/matita/tests/naiveparamod.ma

index ef86f372d23acd5d9b377d58fc77c87e91913788..be207866d4b1b97069a7c595ec87e71d4e2655af 100644 (file)
@@ -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