]> matita.cs.unibo.it Git - helm.git/commitdiff
Comment removed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 22 Aug 2005 08:43:01 +0000 (08:43 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 22 Aug 2005 08:43:01 +0000 (08:43 +0000)
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.