]> matita.cs.unibo.it Git - helm.git/commitdiff
One auto modified in an apply since auto is no longer supposed to apply
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 9 Oct 2006 18:23:49 +0000 (18:23 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 9 Oct 2006 18:23:49 +0000 (18:23 +0000)
elimination principles automatically.

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.