]> matita.cs.unibo.it Git - helm.git/commitdiff
spotted missing times notation
authorStefano Zacchiroli <zack@upsilon.cc>
Wed, 28 Sep 2005 07:29:39 +0000 (07:29 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Wed, 28 Sep 2005 07:29:39 +0000 (07:29 +0000)
helm/matita/library/nat/times.ma

index 876dfecce3de966dc4e2594bf9d566f4b6f6e9e8..8c53a56c8adfb7872ffa6a846525edf58069cc60 100644 (file)
@@ -43,7 +43,7 @@ reflexivity.
 apply assoc_plus.
 qed.
 
-theorem times_n_SO : \forall n:nat. eq nat n (times n (S O)).
+theorem times_n_SO : \forall n:nat. n = n * S O.
 intros.
 rewrite < times_n_Sm.
 rewrite < times_n_O.