]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/applys.ma
CoRN integrated in the night benchmarks.
[helm.git] / matita / tests / applys.ma
index d9cbc90985de855629fd204ec718f94b091ffba6..1115eaf92110ae94f5bbea0d037ee37d19508191 100644 (file)
@@ -30,5 +30,10 @@ qed.
 theorem prova2 :
  \forall n. S n \divides (S n)!.
 intros.
+(* se non trova subito sym_times poi si perde! *)
+(* alternativamente si puo' abilitare la are_convertible nella
+   is_identity, ma poi va peggio nel resto (conv lunghe) *)
+letin www \def sym_times.
+clearbody www.
 applyS (witness ? ? ? (refl_eq ? ?)).
 qed.