]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/fguidi.ma
Comment removed.
[helm.git] / helm / matita / tests / fguidi.ma
index a665ca85dfd57f0153514d616686e39315dd6dcd..19f527e8f722099e501b571db8f5fba9911a3181 100644 (file)
@@ -46,7 +46,7 @@ intros. apply False_ind. cut (is_S O). auto paramodulation. elim H. exact I.
 qed.
 
 theorem eq_gen_S_O_cc: (\forall P:Prop. P) \to \forall x. (S x = O).
-intros. auto. (* paramodulation non trova la prova *)
+intros. auto.
 qed.
 
 theorem eq_gen_S_S: \forall m,n. (S m) = (S n) \to m = n.