]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/fguidi.ma
we started the infrastructure for the procedural rendering of proofs
[helm.git] / matita / tests / fguidi.ma
index 84d8cb4082bfd3d071986862abec6aa650d65b7e..fab765baff7f2b4de9621ff67aa509190a793fdf 100644 (file)
@@ -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.