X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Ftests%2Ffguidi.ma;h=fab765baff7f2b4de9621ff67aa509190a793fdf;hb=977aadd03056689f9dc71425e20bcd7ae6f49810;hp=84d8cb4082bfd3d071986862abec6aa650d65b7e;hpb=fbf5c4d2d512a87e9668bcac49139ba87243dbcf;p=helm.git diff --git a/helm/software/matita/tests/fguidi.ma b/helm/software/matita/tests/fguidi.ma index 84d8cb408..fab765baf 100644 --- a/helm/software/matita/tests/fguidi.ma +++ b/helm/software/matita/tests/fguidi.ma @@ -46,7 +46,7 @@ intros. apply False_ind. cut (is_S O). auto new. elim H. exact I. qed. theorem eq_gen_S_O_cc: (\forall P:Prop. P) \to \forall x. (S x = O). -intros. auto new. +intros. apply H. qed. theorem eq_gen_S_S: \forall m,n. (S m) = (S n) \to m = n.