]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/fguidi.ma
An idea to implement manifest record fields:
[helm.git] / helm / software / 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.